@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
}

.collapse a{
    font-size: 16px;
    font-weight: 300;

}
.bgoverlay{
    background-color: #04091e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    opacity: 90%;
    z-index: 3;
}
.myheader{
    background-image: url("../images/headerbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;
    width: 100%;
}
/* .headerbg{
    
    

    height: 100vh;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    opacity: 90%;
} */

.headerdetails{
    z-index: 4;
    color: white;
    position: absolute;
    top: 300px;
    left: 150px;
    width: 60%;
}

.headerdetails h1{
    font-size: 72px;
    font-weight: 800;
}
.headerdetails p{
    font-size: 14px;
}

.headerdetails button{
    background-color: #f53f51;
    color: white;
    border: #f53f51 1px solid;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 14px;
}
.headerdetails button:hover{
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.services{
    padding: 100px;
}

.icon{
    /* border: 1px solid #a7a7a7a7; */
    display: inline;
    padding: 10px 10px;
    border-radius: 50%;
    margin: 20px;
}
.icon i{
    color: #a7a7a7a7;
    margin: 50px;
    font-size: 28px;
}

.services .p1{
    color: black;
    font-size: 30px;
    font-weight: 100;
    text-align: right;
}
.services .p2{
    color: #777777;
    font-size: 14px;
    font-weight: 200;
}

.services .p1 span{
    font-weight: 500;
}

.services h2{
    font-size: 18px;
}

.icontext{
    color: #777777;
    font-size: 14px;
}

.featurescontainer{
    margin: 0px;
    width: 100%;
    padding: 0;
}
.featurescontainer h1{
    font-size: 36px;
}

.featuresp{
    color: #777777;
    font-size: 14px;
}
/* -------------------------------------------------------------------------------------------------------------- */

.features-grid{
    width: 100%;
    display: flex;
    background-color: #f9f9ff;
}
.features-grid p{
    color: #777777;
    font-size: 14px;
}
.features-img{
    width: 40%;
    height: 100vh;
}
.features-details{
    width: 60%;
}
.features-img img{
    height: 100vh;
    object-fit: cover;
}
/*  */
.features-txt{
    margin: auto;
    width: 80%;
    margin-top: 100px;
}
.features-txt h1{
    font-size: 36px;
}
/*  */
.features-all{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.column1{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.column2{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.feature{
    height: 200px;
    background-color: white;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 300px;
    transition: 0.5s ease;
}
.feature:hover{
    box-shadow: -10px 10px 30px #cccccc81;
    cursor: pointer;
}
.feature h2{
    font-size: 18px;
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------------------------------------------------- */

.numbers{
    margin: 100px;
}
.number{
    background-color: white;
    box-shadow: rgba(245, 63, 81, 0.3) 0px 10px 50px 0px;
    border-radius: 10px;
    width: 200px;
    margin: auto;
    padding: 30px;
    text-align: center;
}
.number h1{
    color: #f53f51;
    font-size: 60px;
}
/* -------------------------------------------------------------------------------------------------------------- */

.mylastsection{
    background-color: #04091e;
    padding: 150px;
    text-align: center;
    color: white;
}
.mylastsectiondetails{
    width: 80%;
    margin: auto;
}
.mylastsectiondetails h1{
    font-weight: 700;
    margin-bottom: 20px;
}
.mylastsectiondetails p{
    font-weight: 100;
    margin-bottom: 20px;
}
.mylastsectiondetails button{
    background-color: white;
    color: #222222;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    transition: 0.5s ease;
}
.mylastsectiondetails button:hover{
    background-color: transparent;
    color: white;
}
/* -------------------------------------------------------------------------------------------------------------- */

.myform{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}
.map{
    width: 25%;
    overflow: hidden;
    /* height: 100vh; */
}
.form{
    margin: 70px 0px;
    width: 60%;
    display: flex;
    flex-direction: column;
    
    /* justify-content: space-evenly; */
}

.form input,textarea{
    margin-bottom: 20px;
    font-size: 14px;
    color: #777777;
    padding: 15px 25px;
    border: 1px solid #cacaca;
}
.form button{
    display: inline;
    background-color: #f53f51;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    width: 30%;
}
/* -------------------------------------------------------------------------------------------------------------- */

footer{
    background-color: #04091e;
    padding: 100px 100px;
    display: flex;
    justify-content: space-evenly;
}

footer p{
    color: #777777;
    font-size: 14px;
    margin-top: 20px;
}

footer h3{
    font-size: 18px;
}

.aboutus{
    width: 40%;
    color: white;
    margin-right: 60px;
}
.aboutus span{
    color: #f53f51;
}
.aboutus span:hover{
    cursor: pointer;
    transition: 0.5s ease;
}
.newsletter{
    width: 40%;
    color: white;
    margin-right: 60px;
}
.newsletter div{
    width: 100%;
}
.newsletter div{
    display: flex;
    align-items: center;
}
.newsletter div input{
    width: 80%;
    font-size: 14px;
    border: none;
    padding: 10px 18px;
}
.newsletter div i{
    background-color: #f53f51;
    height: inherit;
    padding: 13px 18px;
    cursor: pointer;
    transition: 0.5s ease;
}
.follow{
    width: 20%;
    color: white;
}
.follow div{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.follow div i{
    color: #cccccc;
    transition: 0.5s ease;

}
.follow div i:hover{
    color: #f53f51;
    cursor: pointer;
}






#mynavbar{
    padding: 10px 200px;
}
.theoverlay{
    background-color: rgba(0, 0, 0, 0.512);

}


/* -------------------------------------------------------------------------------------------------------------- */


@media (max-width:700px) {
    #mynavbar{
        padding-right: 0px;
        padding-left: 0px;
        position: fixed;
    }
    .headerdetails{
        left: 10px;
        width: 90%;
        top: 400px;
    }
    .headerdetails h1{
        font-size: 32px;
    }

    .services{
        padding: 20px;
        text-align: center;
        padding-bottom: 50px;
    }
    .services .p1{
        text-align: center;
        font-size: 20px;
    }


    .features-details{
        width: 100%;
    }
    
    .features-grid{
        flex-direction: column-reverse;
        width: 100%;
    }
    .features-txt{
        width: 80%;
        margin: 100px auto;
    }
    .column1, .column2{
        width: 100%;
        margin: auto;
    }
    .feature{
        margin: 30px auto;
    }
    .features-img img{
        display: none;
    }
    .features-img{
        display: none;
    }


    .numbers{
        width: 90%;
        margin: auto;
    }
    .number{
        width: 80%;
        margin: 50px auto;
    }



    .mylastsection{
        /* width: 90%; */
        padding: 150px 0px;

    }
    .mylastsectiondetails{
        width: 90%;
    }


    .myform{
        flex-direction: column;
    }
    .map{
        width: 90%;
        height: 500px;
    }
    .form{
        width: 90%;
    }
    .form button{
        width: 70%;
    }


    footer{
        flex-direction: column;
        padding: 100px 15px;
    }
    .aboutus{
        width: 80%;
        margin-bottom: 50px;
    }
    .newsletter{
        width: 80%;
        margin-bottom: 50px;
    }
    .follow{
        width: 80%;
    }
}