*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

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;
  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Services*/

.headingBasicPlan{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0C554E;
    color: white;
    padding: 2rem 0;
}

.headingBasicPlan h1{
    font-size: 7rem;
    font-weight: 800;
}

.basicplantext{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.basicplantext p:first-child{
    font-size: 2.5rem;
    font-weight: 700;
    background-color: black;
    border-radius: 1rem;
    border: .1rem dashed white;
    padding-right: 2rem;
    padding-left: 2rem;
}

.basicplantext p:first-child span{
    font-size: 4rem;
}

.basicplantext p{
    font-size: 2rem;
    font-weight: 600;
}
.basicplan h2{
    font-size: 3rem;
    font-weight: 800;
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 1rem;
    color: white;
}

.basicplan ul{
    padding-left: 0;
}

.basicplan li{
    list-style: none;
    margin: 0;
}

.basicplan li h3:hover{
    background-color: #0C554E;
    color: white;
}
.basicplan li h3{
    margin: 0;
    padding: 3rem 0 3rem 0rem;
}

.basicDesigns{
    padding: 5rem 10rem;
}

.traditionalDesign{
    padding: 5rem 10rem;
}

.maindesigntext{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: black;
    align-items: center;
}

.maindesigntext p{
    /* position: absolute; */
    background-color: #0C554E;
    color: white;
    padding: .5rem 1rem;
    border-radius: 5rem;
    height: 4rem;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 1rem;
    /* transform: translateX(10rem); */
}

.traditionalDesign h2 span{
    position: absolute;
    background-color: #0C554E;
    color: white;
    padding: .5rem 1rem;
    border-radius: 5rem;
    transform: translateX(10rem);
}

/* .circleSpan{
    background-color: red;
    width: 1rem;
    height: 1rem;
} */

hr{
    padding: 0;
    margin: 0;
}

.hoverimage{
    position: absolute;
    width: 15rem;
    display: none;
    transform: translate(40rem, -5rem);
}

.basicplan li h3:hover + .hoverimage{
    display: block;
}

.secondhr{
    margin-bottom: 10rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer */

footer{
    width: 100vw;
    color: white;
}

footer img{
    width: 100vw;
}


@media screen and (max-width: 460px)  {
    .videoOverlay p{
      font-size: 1.5rem;
      padding: 0 2rem;
    }
  
    .imagebr{
      display: block;
    }

    .headingBasicPlan h1{
        font-size: 2rem;
    }

    .basicplantext p:first-child{
        font-size: 1.5rem;
    }

    .basicplan h2{
        font-size: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }

    .basicDesigns{
        padding: 0;
    }

    .maindesigntext p{
        font-size: 1rem;
        height: 2.4rem;
        margin-bottom: 0;
    }

    .secondhr {
        margin-bottom: 2.5rem;
    }

    .basicplan li h3 {
        padding: 1.5rem 0 1.5rem 2rem;
        font-size: 1rem;
    }

    
    .traditionalDesign{
        padding: 0rem 0rem;
    }

    footer{
        margin-top: 10rem !important;
    }
}