body {
  overflow-x: clip;
}

.styles-header2 {
  transition: all 0.5s ease-in-out;
  transform: translate(0,10%);
}

.inactiveNav {
  opacity: 0;
  transform: translate(0, -20%);
  z-index: -9;
  filter: blur(5px)
}

header > svg {
  position: fixed;
}
#btn-open-nav {
  transition: all 0.3s ease-in-out;
}

.heroFixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 99;
  width: 100vw;
}

.fixedAbout {
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100vw;
}

.fixedSection {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90vw;
  opacity: 0;
  z-index: -999;
}

.fixedExperts {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.fixedImagine {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  opacity: 0;
}

.fixedPicture {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  width: 600px;
  height: 600px;
  z-index: 999;
}

.fixedApply {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  /* opacity: 0; */
  z-index: -1;
}

.fixedTitle {
  position: fixed;
  top: 100%;
  right: 0%;
  transform: translate(0, 0);
  width: fit-content;
}

.fixedBlack {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
}

.fixedBlackContent {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
}

.fixedFooter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hero-replace {
  width: 100%;
  height: 100vh;
}

.about-replace {
  width: 100%;
  height: 300vh;
}

.experts-replace {
  width: 100%;
  height: 100vh;
}

.apply-replace {
  width: 100%;
  height: 700vh;
}

.black-replace {
  width: 100%;
  height: 600vh;
}

.div-about-title {
  position: absolute;
  top: 0%;
  left: 2.5%;
  transform: translate(0%, 0%);
}

.about-circle {
  position: absolute;
  background-color: black;
  width: 2500px;
  height: 2500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}

.discover-replace {
  width: 100%;
  height: 500vh;
}

.discover-image-container {
  position: relative;
}

.discover-cards {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cardInfo {
  position: absolute;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 1.5rem;
}
.cardTitle {
  color: #0b0b0b;
  font-family: Poppins;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 2rem 0 0rem;
}
.cardSubtitle {
  color: #0b0b0b;
  font-family: Poppins-Light;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
  padding: 0 0 .5rem;
}
.cardDescription {
  color: #242424;
  font-family: Poppins-Light;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin: 0;
}

.discover-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
}

.discover-card:nth-of-type(1) {
  background: rgba(255, 226, 210, 1);
}
.discover-card:nth-of-type(2) {
  background: rgba(210, 244, 255, 1);
}

.discover-card:nth-of-type(3) {
  background: rgba(255, 222, 222, 1);
}

.discover-card:nth-of-type(4) {
  background: rgba(227, 230, 255, 1);
}
.discover-card:nth-of-type(5) {
  background: rgba(231, 255, 220, 1);
}

.discover-card:nth-of-type(6) {
  background: rgba(255, 251, 214, 1);
}

.discover-card-number-1,
.discover-card-number-2,
.discover-card-number-3,
.discover-card-number-4,
.discover-card-number-5,
.discover-card-number-6 {
  border-radius: 1.25rem;
  background: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 20%;
  height: 28%;
  position: absolute;
  top: 0;
  right: 5%;
  transform: translate(0, -25%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.discover-card-number-1 {
  color: rgba(255, 226, 210, 1);
}
.discover-card-number-2 {
  color: rgba(210, 244, 255, 1);
}
.discover-card-number-3 {
  color: rgba(255, 222, 222, 1);
}
.discover-card-number-4 {
  color: rgba(227, 230, 255, 1);
}
.discover-card-number-5 {
  color: rgba(231, 255, 220, 1);
}
.discover-card-number-6 {
  color: rgba(255, 251, 214, 1);
}

.mini-scrollbar {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  height: fit-content;
}
.mini-scrollbar > .scrollbar-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mini-scrollbar > .scrollbar-svg:nth-of-type(1) {
  z-index: -1;
}

.mini-scrollbar > .scrollbar-svg:nth-of-type(2) {
  z-index: 2;
}

.scrollbar-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -360%);
}

.apply-circle-container {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100vh;
}

.apply-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  width: 2500px;
  height: 2500px;
  border-radius: 50%;
}

.ig-slider {
  display: block;
  margin: auto;
  margin-top: 3rem;
  width: 80%;
  min-height: 30vh;
  position: relative;
  overflow: clip;
}
.ig-posts-list {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 2rem;
}
.ig-post {
  width: 17rem;
  height: 17rem;
  border-radius: 1.25rem;
  object-fit: cover;
}

.imagine-section {
  z-index: 2;
}

.applyContainer {
  width: 100%;
}

.apply-section {
  width: 90%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.imagine-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
  position: relative;
}
.imagine-text {
  width: 70vw;
}

.apply-title-anim-2 {
  font-size: 13vw;
  -webkit-text-stroke: 4px #86797949 !important;
  color: transparent !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 0%;
}

.easy-apply {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.25rem;
  background: #191919;
  overflow-y: clip;
}

.imagine-empty-container,
.easy-apply {
  width: 48%;
  height: 90%;
}

.imagine-leave-container {
  height: 60%;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.imagine-picture-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40rem;
  height: 27rem;
  opacity: 0;
}
.imagine-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: clip;
  border: 3px solid black;
}
.imagine-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.imagine-rectangle {
  width: 100%;
}

.buttonContainer {
  height: 15%;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: white;
}

.applyButton {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,0%);
  border-radius: 20px;
  background: #0097b2;
  width: 100%;
  height: 70%;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1%;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* .stepsContainer {
  width: 100%;
  height: 30rem;
  position: relative;
} */

.easyStep {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  overflow-y: clip;
}

.step-1 {
  background-color: #242424;
  height: 60%;
}
.step-2 {
  background-color: #2d2d2d;
  height: 50%;
}
.step-3 {
  /* opacity: 0; */
  background-color: #353535;
  height: 40%;
}
.step-4 {
  /* opacity: 0; */
  background-color: #414141;
  height: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 373px) and  (min-height: 650px) and (max-height: 749px) {

  .fixedSection{
    top: 48% !important ;
  }


}

@media only screen and (min-width: 374px) and (max-width: 413px) and  (min-height: 750px) and (max-height: 900px) {

  .fixedSection{
    top: 48% !important ;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  
  .cardTitle{
    padding: 1rem 0rem !important;
    font-size:1.4rem !important;
  }


  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 16px !important;
    padding: .4rem !important;
  }

  .cardDescription{
    font-size: 0.9rem !important;
  }


  .discover-cards{
    height: 40vh !important;
  }


}

@media only screen and (min-width: 374px) and (max-width: 413px) and  (min-height: 750px) and (max-height: 900px) {

  .fixedSection{
    top: 48% !important ;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  
  .cardTitle{
    padding: 1rem 0rem !important;
    font-size:1.4rem !important;
  }


  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 12px !important;
    padding-top: 0rem !important;
  }

  .cardDescription{
    font-size: 0.9rem !important;
  }


  .discover-cards{
    height: 40vh !important;
  }


}


@media only screen and (min-width: 413px) and (max-width: 540px) and (max-height: 750px) {
  .fixedSection{
    top: 32% !important;
  }

  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 14px !important;
    padding: .5rem !important;
  }

  .cardDescription{
    font-size: .8rem !important;
  }

  .discover-cards{
    height: 50vh !important;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  .cardTitle{
    padding: 1rem 0rem !important;
    font-size:1.4rem !important;
  }

}

@media only screen and (min-width: 359px) and (max-width: 373px) and  (min-height: 720px) and (max-height: 749px) {

  .fixedSection{
    top: 48% !important ;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  
  .cardTitle{
    padding: 0rem !important;
    font-size:1.4rem !important;
  }


  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 15px !important;
    padding: .4rem !important;
  }

  .cardDescription{
    font-size: 0.9rem !important;
  }


  .discover-cards{
    height: 47vh !important;
  }


}


@media only screen and (min-width: 374px) and (max-width: 413px) and  (min-height: 750px) and (max-height: 900px) {

  .fixedSection{
    top: 48% !important ;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  
  .cardTitle{
    padding: 1rem 0rem !important;
    font-size:1.4rem !important;
  }


  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 13px !important;
    padding: .5rem 0rem !important;
  }

  .cardDescription{
    font-size: 0.85rem !important;
  }


  .discover-cards{
    height: 40vh !important;
  }


}


@media only screen and (min-width: 413px) and (max-width: 540px) and  (min-height: 750px) and (max-height: 890px) {

  .fixedSection{
    top: 38% !important ;
  }

  .cardInfo{
    gap:.4rem !important;
    padding-bottom:.4rem !important;
  }

  
  .cardTitle{
    padding: 1rem 0rem !important;
    font-size:1.4rem !important;
  }


  .cardSubtitle{
    font-size: 1.2rem !important;
  }

  .section-slider-scroll-div-1-p{
    font-size: 12px !important;
    padding-top: 0rem !important;
  }

  .cardDescription{
    font-size: 0.9rem !important;
  }


  .discover-cards{
    height: 40vh !important;
  }


}

.step-5 {
  /* opacity: 0; */
  background-color: #4a4a4a;
  height: 20%;
}
.step-6 {
  /* opacity: 0; */
  background-color: #525252;
  height: 10%;
  border-radius: 1.25rem;
}

.step-number {
  width: 3rem;
  height: 3rem;
  background-color: #4f4f4f;
  position: relative;
  border-radius: 50%;
}
.step-number > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #838383;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.3125rem */
  text-align: center;
}

.div-flex-easy {
  width: 90%;
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.div-flex-easy > h3 {
  color: rgba(255, 255, 255, 0.35);
  font-family: Poppins;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.easyContent {
  width: 100%;
  opacity: 0;
}
.easyContent > p {
  color: #d0d0d0;
  font-family: Poppins-Light;
  font-size: 1.425rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 90%;
  margin: auto;
  padding: 1rem 0;
}

.easyTop {
  width: 90%;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1.5rem 0;
}
.title-very-ease {
  padding: 0;
  color: white;
  font-size: 2.5rem;
  font-family: Poppins;
  width: 100%;
}
.content-very-ease {
  font-size: 1.2rem;
  font-family: Poppins-Light;
  color: white;
  padding-top: 1rem;
  text-align-last: left;
  width: 100%;
}


.inner-discover-section {
  width: 90%;
}

@media only screen and (min-width: 1536px) {
  .imagine-picture-container {
    width: 60rem;
    height: 40rem;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .title-very-ease {
    font-size: 3rem;
  }
  .content-very-ease {
    font-size: 1rem;
  }
  /* .imagine-picture > img {
    width: 70vw;
    height: 70vh;
  } */
  .connections-div {
    display: none;
  }
  .experts-section > div {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .experts-section > div > div {
    text-align: center;
    margin: 0;
    padding-top: 5rem;
  }
  .experts-section > div {
    width: 85%;
  }
  .msg-black-div-div {
    width: 80%;
  }
  .div-btn {
    margin: 0;
    margin-top: 5vh;
  }
  .msg-black-btn {
    width: 50vw;
    height: 5vh;
  }
  .experts-section {
    padding: 2rem 0;
    height: fit-content;
  }
  .experts-section > div {
    height: fit-content;
  }
  .experts-section > div > div > h2 {
    font-size: 3rem;
  }
  .experts-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: fit-content;
  }
  .experts-content > p {
    font-size: 2rem;
  }
  .title-very-ease {
    font-size: 2rem;
  }
  .div-flex-easy {
    height: 2rem;
  }
  .div-flex-easy > h3 {
    font-size: 1.6rem;
  }
  .step-number {
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
  }
  .discover-section {
    height: 50vh;
  }
  .inner-discover-section {
    width: 90%;
    justify-content: start;
    gap: 2rem;
  }
  .cardInfo {
    height: 80%;
    width: 85%;
  }
  .discover-card-number-1,
  .discover-card-number-2,
  .discover-card-number-3,
  .discover-card-number-4,
  .discover-card-number-5,
  .discover-card-number-6 {
    width: 30%;
    height: 20%;
    font-size: 4.5rem;
  }
  .cardTitle {
    font-size: 1.5rem;
  }
  .cardSubtitle {
    font-size: 1.2rem;
  }
  .cardDescription {
    font-size: 1.05rem;
  }

  .apply-section {
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
    height: 100%;
    width: 90%;
    padding-top: 5%;
  }
  .apply-title-anim-2 {
    font-size: 15vw;
  }
  .imagine-empty-container {
    width: 100%;
    height: 45%;
  }
  .easy-apply {
    width: 100%;
    height: 45%;
    margin-bottom: 5%;
  }
  .imagine-picture-container {
    bottom: 0;
  }
  /* .imagine-picture > img {
    width: auto;
    height: 100%;
  } */
  .easyTop {
    height: 35%;
    padding: 2.5rem 0;
  }
  .easyContent > p {
    padding: 0;
  }
  .step-number {
    width: 2rem;
    height: 2rem;
  }
  .step-number > p {
    font-size: 1rem;
  }
 
 
}

@media only screen and (max-width: 1079px) and (min-width: 820px) {
  footer {
    margin-top: 5vh;
  }
  .hqhr-section {
    margin-top: 20vh;
  }
}

@media only screen and (max-width: 819px) and (min-width: 768px) {
  footer {
    margin-top: 7vh;
  }
  .hqhr-section {
    margin-top: 0vh;
  }
}


@media only screen and (max-width: 767px) and (min-width: 640px) {
  .title-very-ease {
    font-size: 3rem;
  }
  .content-very-ease {
    font-size: 1rem;
  }
  .div-flex-easy {
    height: 3rem;
  }
  .div-flex-easy > h3 {
    font-size: 1rem;
  }
  .step-number {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .step-6 {
    height: 7.5%;
  }
  .step-5 {
    height: 15%;
  }
  .step-4 {
    height: 22.5%;
  }
  .step-3 {
    height: 30%;
  }
  .step-2 {
    height: 37.5%;
  }
  .step-1 {
    height: 45%;
  }
  .easyTop {
    height: 50%;
    justify-content: start;
  }
}

@media only screen and (max-width: 639px) and (min-width: 414px) {
  .title-very-ease {
    font-size: 2rem;
  }
  .content-very-ease {
    font-size: 1rem;
  }
  .inner-discover-section > h2 {
    line-height: 110%
  }
  .inner-discover-section > p {
    line-height: 120%;
  }
  .inner-discover-section > button {
    margin: 0;
  }
  /* .imagine-picture > img {
    width: 90vw;
    height: 50vh;
  } */
  .div-flex-easy {
    height: 3rem;
  }
  .div-flex-easy > h3 {
    font-size: 1rem;
  }
  .content-very-ease {
    width: 90%;
  }
  .step-number {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .step-6 {
    height: 7.5%;
  }
  .step-5 {
    height: 15%;
  }
  .step-4 {
    height: 22.5%;
  }
  .step-3 {
    height: 30%;
  }
  .step-2 {
    height: 37.5%;
  }
  .step-1 {
    height: 45%;
  }
  .easyTop {
    height: 50%;
    justify-content: start;
  }
  .imagine-picture-container {
    width: 22rem;
    height: 15rem;
    bottom: -30%;
  }
}

@media only screen and (max-width: 1080px) {
  .ig-slider {
    overflow-x: scroll;
    overflow-y: clip;
  }

  ::-webkit-scrollbar{
    display: none;
  }
  .ig-posts-list {
    left: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .div-about-title {
    left: 2%;
    transform: translate(0, 0);
  }
  .about-circle {
    width: 1200px;
    height: 1200px;
  }
  .imagine-text {
    width: 95vw;
  }

  .apply-section {
    flex-direction: column;
    height: fit-content;
    width: 100%;
    gap: 2rem;
  }
  .imagine-empty-container,
  .easy-apply {
    width: 85%;
  }
  .imagine-empty-container {
    height: 30rem;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
  }
  .easy-apply {
    height: 93vh;
    margin-bottom: 5%;
  }
  .imagine-leave-container {
    height: 65%;
  }

  .mini-scrollbar {
    display: none;
  }
  .apply-title-anim-2 {
    font-size: 25vw;
    text-align: center;
  }
}

@media only screen and (max-width: 413px) and (min-width: 375px) {

  .hqhr-section {
    margin-top: -5vh;
  }
  .ig-post {
    width: 17rem;
    height: 17rem;
  }
  .discover-section {
    height: 100%;
    padding: 0 1rem;
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7vh;
  }
  .discover-image-container {
    height: 45%;
    width: 100%;
    margin: 0;
  }
  .discover-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner-discover-section {
    height: 40%;
    width: 90%;
    justify-content: start;
    gap: .1rem;
  }
  .inner-discover-section > h2 {
    font-size: 1.5rem;
    width: 90%;
  }
  .inner-discover-section > p {
    font-size: 0.65rem;
    line-height: 130%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .inner-discover-section > button {
    margin: 0;
    margin-top: 0rem;
  }
  .cardInfo {
    height: 80%;
    width: 90%;
    gap: 0rem;
    padding-bottom: 1rem;
    justify-content: end;
  }
  .cardTitle {
    font-size: 1.15rem;
    padding: .5rem 0rem !important;
  }
  .cardSubtitle {
    width: 90%;
    font-size: 1.2rem;
  }
  .discover-card-number-1,
  .discover-card-number-2,
  .discover-card-number-3,
  .discover-card-number-4,
  .discover-card-number-5,
  .discover-card-number-6 {
    width: 30%;
    height: 25%;
    font-size: 3.5rem;
    transform: translate(0, -15%);
  }
  .cardDescription {
    font-size: 0.8rem;
  }
  .title-very-ease {
    font-size: 1.5rem;
  }
  .content-very-ease {
    font-size: 0.75rem;
  }
  .div-flex-easy {
    height: 3rem;
  }
  .div-flex-easy > h3 {
    font-size: 1rem;
  }
  .easyTop {
    justify-content: start;
  }
  .easyContent > p {
    font-size: 1.25rem;
    line-height: 140%;
    padding: 0;
  }
  .content-very-ease {
    width: 80%;
  }
  .step-number {
    font-size: 0.9rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .step-6 {
    height: 7.5%;
  }
  .step-5 {
    height: 15%;
  }
  .step-4 {
    height: 22.5%;
  }
  .step-3 {
    height: 30%;
  }
  .step-2 {
    height: 37.5%;
  }
  .step-1 {
    height: 45%;
  }
  .easyTop {
    height: 40%;
  }
  .imagine-picture-container {
    width: 20rem;
    height: 15rem;
    bottom: -25%;
  }
}

@media only screen and (max-width: 374px) {

  .ig-post {
    width: 17rem;
    height: 17rem;
  }
  
  .discover-section {
    height: 95vh;
    padding: 0 1rem;
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vh;
  }
  .discover-image-container {
    height: 60%;
    width: 100%;
    margin: 0;
  }
  .discover-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner-discover-section {
    height: 40%;
    width: 90%;
    justify-content: start;
    gap: 1rem;
    margin-bottom: 2vh;
  }
  .inner-discover-section > h2 {
    font-size: 1.25rem;
    line-height: 100%;
    width: 90%;
  }
  .inner-discover-section > p {
    font-size: 0.85rem;
    line-height: 110%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .inner-discover-section > button {
    margin: 0;
    margin-top: 0rem;
  }

  
  .cardInfo {
    height: 80%;
    width: 90%;
    gap: 0rem;
    padding-bottom: 1rem;
    justify-content: end;
  }
  .cardTitle {
    font-size: 1.5rem;
  }
  .cardSubtitle {
    width: 90%;
    font-size: 1rem;
  }
  .discover-card-number-1,
  .discover-card-number-2,
  .discover-card-number-3,
  .discover-card-number-4,
  .discover-card-number-5,
  .discover-card-number-6 {
    width: 25%;
    height: 30%;
    font-size: 3rem;
    transform: translate(0, -15%);
  }
  .cardDescription {
    font-size: 0.75rem;
  }
  .title-very-ease {
    font-size: 1.5rem;
  }
  .content-very-ease {
    font-size: 0.75rem;
  }
  .div-flex-easy {
    height: 3rem;
  }
  .div-flex-easy > h3 {
    font-size: 0.9rem;
  }
  .content-very-ease {
    width: 80%;
  }
  .easyTop {
    justify-content: start;
  }
  .easyContent > p {
    font-size: 0.85rem;
  }
  .step-number {
    font-size: 0.8rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .step-6 {
    height: 7.5%;
  }
  .step-5 {
    height: 15%;
  }
  .step-4 {
    height: 22.5%;
  }
  .step-3 {
    height: 30%;
  }
  .step-2 {
    height: 37.5%;
  }
  .step-1 {
    height: 45%;
  }
  .easyTop {
    height: 40%;
  }
  .imagine-picture-container {
    width: 20rem;
    height: 15rem;
    bottom: -30%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 414px) {

  .ig-post {
    width: 40vw;
    height: 40vw;
  }
  /* .imagine-picture > img {
    width: 80vw;
    height: 50vh;
  } */
  .discover-section {
    margin-top: 0rem !important;
    height:80vh;
    padding: 0rem 1rem;
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    gap: 6vh;
  }


  .discover-image-container {

    height: 40vh;
    width: 100%;
    margin-top: 4rem;
  
  }
  .discover-cards {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner-discover-section {
    height: 45%;
    width: 90%;
    justify-content: center;
    gap: 1rem;
  }
  .inner-discover-section > h2 {
    font-size: 1.75rem;
    width: 90%;
  }
  .inner-discover-section > p {
    font-size: 0.85rem;
    line-height: 150%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .inner-discover-section > button {
    margin: 0;
  }
  .cardInfo {
    height: 75%;
    width: 90%;
    gap: 0rem;
    padding-bottom: 1.5rem;
    justify-content: center;
  }
  .discover-card-number-1,
  .discover-card-number-2,
  .discover-card-number-3,
  .discover-card-number-4,
  .discover-card-number-5,
  .discover-card-number-6 {
    width: 30%;
    height: 30%;
    font-size: 4rem;
    transform: translate(0, -10%);
  }
  .cardTitle {
    font-size: 1.5rem;
  }
  .cardSubtitle {
    font-size: 1.25rem;
  }
  .cardDescription {
    font-size: 0.95rem;
  }
}

@media only screen and (max-height: 680px) and (max-width: 376px) {
  .discover-section {
    height: 100vh;
    padding: 0rem 1rem;
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0vh;
  }
  .discover-image-container {
    height: 50%;
    width: 100%;
    margin: 0;
  }
  .discover-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner-discover-section {
    height: 45%;
    width: 90%;
    justify-content: start;
  }
  .inner-discover-section > h2 {
    font-size: 1.25rem;
    width: 100%;
  }
  .inner-discover-section > p {
    font-size: 0.65rem;
    line-height: 135%;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0.5rem;
  }
  .inner-discover-section > button {
    margin: 0;
    margin-top: 0rem;
    width: 80%;
  }
  .cardInfo {
    height: 65%;
    width: 90%;
    gap: 0rem;
    padding-bottom: 1.25rem;
    justify-content: end;
  }
  .cardSubtitle {
    width: 90%;
    font-size: 1rem;
  }
  .discover-card-number-1,
  .discover-card-number-2,
  .discover-card-number-3,
  .discover-card-number-4,
  .discover-card-number-5,
  .discover-card-number-6 {
    width: 30%;
    height: 30%;
    font-size: 2.5rem;
    transform: translate(-10%, -10%);
  }
  .cardTitle {
    font-size: 1.15rem;
  }
  .cardSubtitle {
    font-size: 0.9rem;
  }
  .cardDescription {
    font-size: 0.65rem;
  }
}

@media only screen and (max-width: 1079px) and (min-width: 768px) {

  .ig-post {
    width: 30vw;
    height: 30vw;
  }
  .step-6 {
    height: 8%;
  }
  .step-5 {
    height: 16%;
  }
  .step-4 {
    height: 24%;
  }
  .step-3 {
    height: 32%;
  }
  .step-2 {
    height: 40%;
  }
  .step-1 {
    height: 48%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1080px) {

  .ig-posts-list {
    padding: 0 3rem;
  }
  .ig-post {
    width: 20vw;
    height: 20vw;
  }
}

.no-landscape {
  display: none;
  z-index: -9999999;
  opacity: 0;
  visibility: 0;
}
.no-landscape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #0097b2;
  font-family: Poppins-Light;
  font-weight: 600;
  font-size: 5vw;
  text-align: center;
}

@media only screen and (orientation: landscape) and (max-width: 1180px) and (max-height: 850px) {
  .no-landscape {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 105vw;
    height: 105vh;
  }
  main, header {
    opacity: 0;
  }
}
