@font-face {
    font-family: 'AnonymousPro';
    src: url('../fonts/ttf/AnonymousPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    font-family: 'AnonymousPro', monospace;
}

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

#mainCanvas{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

.animated-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(85, 107, 47, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(85, 107, 47, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(85, 107, 47, 0.1) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.floating-shapes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.floating-shapes::before,
.floating-shapes::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.1);
    animation: float 20s infinite ease-in-out;
}

.floating-shapes::before {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-shapes::after {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translate(50px, -50px) scale(1.1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-30px, -100px) scale(0.9);
        opacity: 0.4;
    }
    75% {
        transform: translate(30px, 50px) scale(1.05);
        opacity: 0.5;
    }
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
    position: relative;
    z-index: 10;
}

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

.logo{
    color:darkolivegreen;
    font-size: 35px;
    font-family: 'AnonymousPro', monospace;
    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: 'AnonymousPro', monospace;
    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: 'AnonymousPro', monospace;
    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;
    z-index: 10;
}

.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: 'AnonymousPro', monospace;
    font-size: 2.5vw;
    opacity: 80%;

}

.WHAT{
    position: absolute;
    top:580px;
    left:100px;
    font-weight:700;
    font-family: 'AnonymousPro', monospace;
    font-size: 8vw;
    opacity: 80%;
}


.par{
    position: absolute;
    top:750px;
    left:100px;
    font-weight:700;
    font-family: 'AnonymousPro', monospace;
    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%;
    margin-top: 300px;
}
.section h2{
    margin:0;
    color:black;
    margin-top: 100px;
    font-size: 4.5vw;
    font-family: 'AnonymousPro', monospace;
}
.section p{
    color:black;
    margin-top: 90px;
    font-family: 'AnonymousPro', monospace;
}

.text-primary{
    color:darkolivegreen;
    font-family: 'AnonymousPro', monospace;
}

.img_girl{
    float: left;
    width: 500px;
    position: relative;
    z-index: 1;
}

#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: 
        radial-gradient(circle at 20% 30%, rgba(85, 107, 47, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(85, 107, 47, 0.2) 0%, transparent 50%),
        linear-gradient(135deg, rgba(85, 107, 47, 0.1) 0%, transparent 50%),
        black;
    color:white;
    font-family: 'AnonymousPro', monospace;
    padding:30px;
    overflow: hidden;
    position: relative;
}

.row-canvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.animated-grid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(85, 107, 47, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(85, 107, 47, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    pointer-events: none;
    opacity: 0.5;
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}


.img_girl{
    position: relative;
    z-index: 1;
}


#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: 'AnonymousPro', monospace;
}

*{
    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: 'AnonymousPro', monospace;
}

.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: 'AnonymousPro', monospace;
}

.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: 'AnonymousPro', monospace;

}

#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;
    }
}