*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.home_videoSection video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.home_videoSection{
    object-fit: cover;
}

.videoOverlay{
    /* position: absolute; */
    background-color: #00000094;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

/* .videoOverlay h1{
    font-size: 4rem;
    color: #0C554E;
    text-align: center;
} */
.videoOverlay p{
    color: white;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
}


.videoOverlay p span{
    color: #0C554E;
    font-weight: 700;
    text-shadow: #02020262 -.1rem .1rem .2rem;
    
}


.videoOverlay a{
    color: white;
    background-color: #61616191;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    border: #979797 .1rem dashed;
}

.videoOverlay a:hover{
    background-color: #0C554E;
}

.nehalogo{
    border-radius: 5rem;
    width: 5rem ;
    transform: translateY(-.5rem);
    border: #979797 .1rem dashed;
}

.imagebr{
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Scroll Reveal */


.scroll-reveal{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
}

.scroll-reveal p{
    width: 70rem;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}

.scroll-reveal span{
    color:  #0c554e2f;
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg,#0C554E,#0C554E);
    animation: scroll-reveal linear forwards;
    animation-timeline: view(y) ;
}

.scroll-reveal h1 span{
    animation-range-start: cover 10vh;
    animation-range-end: cover 15vh;
    font-size: 3rem;
    font-weight: 700;
}
.scroll-reveal p:first-child span{
    animation-range-start: cover 15vh;
    animation-range-end: cover 30vh;
}
.scroll-reveal p:nth-child(2) span{
    animation-range-start: cover 25vh;
    animation-range-end: cover 50vh;
}
.scroll-reveal p:nth-child(3) span{
    animation-range-start: cover 45vh;
    animation-range-end: cover 70vh;
}

@keyframes scroll-reveal {
    to{
        background-size: 100% 100%;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTES */

.notes{
    margin-top: 10rem;
    background-color: black;
    padding: 10rem;
    color: white;
}

.notesbox{
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 2rem;
    row-gap: 2rem;
}

.notes h2 span{
    position: absolute;
    font-size: 15rem;
    font-weight: 600;
    transform: translate(-6rem, -7rem);
    z-index: 0;
    color: #550c0c8a;
}

.notes h2{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 4rem;
    transform: translateX(6rem);
}

.notesbox div{
    font-size: 1.5rem;
    text-align: center;
    border: #0C554E dashed .1rem;
    padding: 2rem;
    border-radius: 1rem;
}

.notesbox div img{
    margin-bottom: 2rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Designs */

.headingBasicPlan{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #0C554E; */
    background-image: url('../assets/background_design.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 2rem 0;
}

.headingBasicPlan h1{
    font-size: 7rem;
    font-weight: 800;
    text-shadow: 5px 5px #000000 ;
}

.basicplantext{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.basicplantext p:first-child{
    font-size: 1.5rem;
    text-shadow: 2px 2px #000000 ;

}
.basicplantext p:nth-child(2){
    font-size: 2.5rem;
    font-weight: 700;
    background-color: black;
    border-radius: 1rem;
    border: .1rem dashed white;
    filter: drop-shadow(4px 4px 8px #000000);

}
.basicplantext p{
    font-size: 2rem;
    font-weight: 600;
}
.basicplan h2{
    font-size: 3rem;
    font-weight: 800;
}

.basicplan li{
    list-style: none;
    margin: 0;
}

.basicplan li h3:hover{
    background-color: #0C554E;
    color: white;
}
.basicplan li h3{
    margin: 0;
}

.basicDesigns{
    padding: 0 10rem 5rem 10rem;
}

.traditionalDesign{
    padding: 0 10rem;
}

hr{
    padding: 0;
    margin: 0;
}

.hoverimage{
    position: fixed;
    width: 35rem;
    display: none;
    transform: translate(60rem, -35rem);
}

.basicplan li h3:hover + .hoverimage{
    display: block;
}

.outerbasiccontainer{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* padding-top: 5rem; */
    /* padding-bottom: 5rem; */
}

.outerbasiccontainer img{
    height: 100% !important;
    /* margin-right: 10rem; */
    min-height: 50%;
  min-width: 50%;
}

.innerbasiccontainer{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Certification */

.certificationSection{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0;
}

.certificationSection img{
    width: 55vw;
    filter: drop-shadow(.1rem 1rem 5rem #0C554E);
    animation: certificateupdown 1.5s infinite alternate;
}

@keyframes certificateupdown {
    from{
        transform: translateY(0);
    }

    to{
        transform: translateY(3rem);
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
    max-width: 970px;
    margin: 0 auto;
  }
  
  .faq-heading {
    margin-top: 45px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
  }
  
  .faq-card {
    border: 1px solid #dce0e8;
    border-radius: 6px;
    padding: 24px 20px;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    cursor: pointer;
  }
  
  .faq-open-icon {
    font-size: 22px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 700;
  }
  
  details[open] .faq-open-icon {
    top: 18px;
    right: 24px;
  }
  
  details > summary {
    list-style: none;
  }
  
  details > summary::-webkit-details-marker {
    display: none;
  }
  
  details[open] summary {
    color: #0C554E;
    font-weight: 500;
  }
  
  details[open] .faq-card-spoiler {
    display: inline-block;
    padding-top: 8px;
    color: #8b8b9a;
  }
  
  .faq-aftertext {
    text-align: center;
    color: #8b8b9a;
  }

  footer{
    margin-top: 30rem;
  }

  @media screen and (max-width: 1920px)  {
    .headingBasicPlan h1 {
      font-size: 5rem ;
    }

    footer{
        margin-top: 30rem !important;
    }
}
  @media screen and (max-width: 1600px)  {
    .headingBasicPlan h1 {
      font-size: 4rem;
    }
}



  @media screen and (max-width: 460px)  {
    .videoOverlay p{
      font-size: 1.5rem;
      padding: 0 2rem;
    }

    .imagebr{
        display: block;
      }

      .scroll-reveal h1 span{
        font-size: 2rem;
      }
      .scroll-reveal p span{
        font-size: 1rem;
      }

      .scroll-reveal p{
        width: 90vw;
      }

      .scroll-reveal h1 span{
        animation-range-start: cover 10vh;
        animation-range-end: cover 15vh;
        font-size: 3rem;
        font-weight: 700;
    }
    /* .scroll-reveal p:first-child span{
        animation-range-start: cover 10vh;
        animation-range-end: cover 3vh;
    } */
    .scroll-reveal p:nth-child(2) span{
        animation-range-start: cover 45vh;
        animation-range-end: cover 70vh;
    }
    .scroll-reveal p:nth-child(3) span{
        animation-range-start: cover 52vh;
        animation-range-end: cover 70vh;
    }
    

    .notes{
        margin-top: 5rem;
        padding: 2rem;
    }

    .notes h2{
        font-size: 2rem;
        width: 10rem;
    }
    .notes h2 span{
        font-size: 2rem;
        transform: translate(-1rem, 0rem);
        color: red;
    }

    .notesbox{
        grid-template-columns: auto;
    }

    .headingBasicPlan h1{
        font-size: 2.2rem;
        text-align: center;
    }
    .basicplantext p:first-child{
        font-size: 1rem;
    }

    .basicDesigns h2{
        font-size: 2rem;
    }

    .traditionalDesign h2{
        font-size: 2rem;
    }

    .basicDesigns {
        padding: 5rem 3rem;
    }

    .traditionalDesign {
        padding: 0 3rem;
    }

    .outerbasiccontainer img{
        display: none;
    }

    footer{
        margin-top: 10rem !important;
    }
}