*{
    margin:0;
    padding:0;
}

.main{
    width:100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%), url(page.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
    background-color: black;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float:left;
    height: 70px;
}

.logo{
    color:darkolivegreen;
    font-size: 35px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 20px;
    float:left;
    padding-top: 10px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color:blanchedalmond;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    transition: 0.4s ease-in-out;

}

ul li a:hover{
     color: darkolivegreen;
}

.search{
    width: 330px;
    float: left;
    margin-left:270px;
}

.srch{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid blanchedalmond;
    margin-top: 13px;
    color:cornsilk;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: darkolivegreen;
    border: 2px solid darkolivegreen;
    margin-top: 13px;
    color:cornsilk;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn:focus{
    outline:none;
}

.srch:focus{
    outline:none;
}

.container{
    position:relative;
    text-align:center;
    color:white;
}

.container img {
    width: 100%;
    height: auto;
}

.container img:hover{
    filter:blur(8px);
    transition: 0.4s;
}

.Learn{
    position: absolute;
    top:540px;
    left:100px;
    font-weight:700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    opacity: 80%;

}

.WHAT{
    position: absolute;
    top:580px;
    left:100px;
    font-weight:700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8vw;
    opacity: 80%;
}


.par{
    position: absolute;
    top:750px;
    left:100px;
    font-weight:700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    opacity: 80%;
}

.img_2{
    float: left;
    width:500px;
}
.section{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    width:60%;
    margin: 10rem auto 0 auto;
    top:200%;
}
.section h2{
    margin:0;
    color:black;
    margin-top: 100px;
    font-size: 4.5vw;
    font-family: Verdana, Geneva, Tahoma, sans-serifs;
}
.section p{
    color:black;
    margin-top: 90px;
    font-family: 'Times New Roman', Times, serif;
}

.text-primary{
    color:darkolivegreen;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.img_girl{
    float: left;
    width: 500px;
}

#details{
    padding: 6rem 0;
}

#details .row{
    display: grids;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    align-items: center;
}
.row{
    position: absolute;
    width:60%;
    left:20%;
    top:205%;
    background-color: black;
    color:white;
    font-family: 'Times New Roman', Times, serif;
    padding:30px;
}


#details .row .details-content2 .item{
    margin: 2rem 0;
    position:relative;
    left:6%;
    
}
#details .row .details-content2 .item2 h2{
    font-size: 3.8vw;
}

#details .row .details-content2 .item h3{
    margin-bottom: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    

}

.footer-container{
    background-color: black;
    padding: 10rem 0 4rem 0;
    position:relative;
    bottom:-800px;
}

.footer{
    width:80%;
    height:40vh;
    background-color: black;
    color:cornsilk;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
}

.footer-heading{
    display:flex;
    flex-direction: column;
    margin-right: 4rem;
}

.footer-heading h2{
    margin-bottom: 4rem;
}

.footer-heading a{
    color:cornsilk;
    text-decoration: none;
    margin-bottom: 0.5 rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer-heading a:hover{
    color:darkolivegreen;
    transition: 0.3s ease-out;
}

.footer-email-form h2{
    margin-bottom: 2rem;
}

#footer-email{
    width:250px;
    height:40px;
    border-radius: 4px;
    outline: none;
    border:none;
    padding-left: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;

}

#footer-email::placeholder{
    color:white;
}


#footer-email-btn{
    width:65px;
    height:40px;
    border-radius: 10px;
    background-color: darkolivegreen;
    outline:none;
    border:none;
    color:cornsilk;
    font-size: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

#footer-email-btn:hover{
    cursor:pointer;
    background-color: pink;
    transition: all 0.4s ease-out;
}

@media screen and (max-width:1150px){
    .footer{
        height: 50vh;
    }
    .footer-email-form{
    margin-top: 4rem;
}
}

@media screen and (max-width:820px){
    .footer{
        padding-top:2rem;
    }
}

@media screen and (max-width:720px){
    .footer-3{
        display:none;
    }
    .footer-email-form{
        margin-top:4rem;
    }
}