*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Inter',sans-serif;
    background: linear-gradient( #000000,#11223d);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
h1{
    font-size: 40px;
    color:#ffffff;
}
h2{
    font-size: 32px;
    color:#ffffff;
}
h3{
    font-size: 22px;
    color:#999999;
    font-weight: 400;
}
nav{
    width: 100%;
    position: fixed;
    top:0;
    background: #333333ab;
    backdrop-filter: blur(15px);
    z-index: 10;
    
}
.navbar{
    display: flex;
    width: 85%;
    justify-content: space-between;
    margin: auto;
}
.nav-links{
 width: 55%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
}
.nav-links ul{
    display: flex;
    gap:20px;
}
.nav-links-mobile{
    display: none;
}
ul li{
    list-style: none;
}
.nav-links li a,.nav-links-mobile li a{
    text-decoration: none;
    color:#999999;
    font-size: 1rem;
    font-weight: 500;
}
button:hover{
    cursor: pointer;
}
button{
background-color: #D62C31;
    color:#ffffff;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding:1rem;
}
nav button{
    width: 120px;
    padding: .5rem 1rem;
}
#hero button,#hero a{
    width: 200px;
    position: relative;
    /* top:40px; */
    margin: auto;
}

.heading-holder{
    position: relative;
    display: flex;
    flex-direction: column;
    gap:10px;
    
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.logo{
    position: relative;
    width: 150px;
    height: 80px;
    /* right:120px; */
}
.logo img{
    position: absolute;
    width: 100%;
    height: 100%;
}
section{
    width: 85%;
    height: 100vh;
    text-align: center;
    margin: auto;
}
.wrapper{
    width: 100%;
    height: 100%;
    margin: auto;
    display: grid;
    place-items: center;
}
.alter{
    color:#999999;
}
.holder{
    width: 100%;

}
.card-holder{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
.card{
    height: 440px;
    width: 28vw;
    max-width: 650px;
    background: #f5f5f5;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card .img-holder span,.card .img-holder h3{
    z-index: 2;
    color:white;
    
}  
.img-holder h3{
    margin-bottom:10px;
}
.card .img-holder{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    border-radius: 10px;
    align-items: center;
    justify-content: flex-end;
    /* gap:5px; */
    
}
.img-holder img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
border-radius: 10px;
}
.card span{
    font-size: 12px;
    color:#999999;
}
.card h3{
    color:#000000;
    font-weight: 600;
    
}
.square{
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 20px;
    margin: 45% auto ;
}
.circle{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: white;
    margin: 45% auto ;
}
.triangle{
width: 100px;
	height: 100px;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
background: white;
margin: 45% auto ;
}
#third .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    
}
.top{
    width: 100%;
}

.icon-holder h3{
    color:white;
}
.icon-holder{
    justify-content: space-evenly;
    align-items: center;
    gap:20px;
    width: 100%;
}
.icon{
    flex-direction: column;
    gap:20px;
}
i{
    color:#D62C31;
    font-size: 3rem;
}
.bottom{
    width: 60%;
    position: relative;
    /* right:20px; */
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    gap:20px;
    
}
.bottom h4{
    color:white;
    font-size: 15px;
}
.bottom p{
    color:#999999;
    width: 75%;
    line-height: 1.3;
}
.bottom p:nth-of-type(2){
    width: 100%;
}
#fourth{
    height: 100%;
}
.big-card{
    grid-template-columns: repeat(2,1fr);
    margin:10px auto;
}
.left{
    width: 60%;
    margin: auto;
    text-align: left;
}
.right{
    width: 100%;
    height: 480px;
    /* background-color: #f5f5f5; */
    border-radius: 20px;
    margin: auto;
    position: relative;
    display: grid;

}
.right img{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
#fifth button{
    margin-top:20px;
}
.team-holder{
    justify-content: center;
    gap:20px;
}
.team-holder .card{
    height: 350px;
    width: 400px;
    max-width: 550px;
}
.team-holder .triangle,.team-holder .square,.team-holder .circle{
    margin: 35% auto;
}
.about-team{
    color:white;
    width: 65%;
    margin: auto auto auto 1%;
    flex-direction: column;
    text-align: left;
    gap:20px;
}
.about-team p{
    color:#999999;
    /* margin:12px 0; */
}
.contact-form{
    flex-direction: column;
    /* gap:10px; */
}
.contact-form form{
    width: 100%;
}
.contact-form h2:nth-of-type(2){
margin-bottom:30px;
}
form{
    width: 42%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    /* height: 65%; */
    /* gap:20px; */
}
form button{
    width: 95%;
    background: black;
    margin:15px auto auto;
    color:white;
    font-size: 1rem;
    border-radius: 10px;
    padding:.6rem
}
input{
    width: 95%;
    padding: .6rem;
    border: none;
    border-radius: 10px;
    margin:10px auto;
}
textarea,.message{
    width: 95%;
    height: 200px;
    border-radius: 10px;
    padding: .6rem;
    border: none;
    margin:10px auto;
}
label{
    color:#999999;
    font-size: 12px;
    position: relative;
    left:2%;
    text-align: left;
    width: 100%;
    
}
footer{
    background: black;
    height: 30vh;
    justify-content: space-evenly;
    align-items: center;
    color:white;
}
.footer-left{
    margin-left:7.5%;
}
.footer-right{
    width: 50%;
    justify-content: space-evenly;
    margin:auto 4% auto auto;
}
footer ul li{
    list-style: none;
    margin:5px auto;
}
footer a{
    text-decoration: none;
    color:#999999;
}
.product-links{
    flex-direction: column;
    gap:10px;
}
#enroll{
    /* min-height: 100vh; */
    height: 100%!important;
    margin:100px auto;
    position: relative;
}
#enroll button{
    background: #D62C31;
}
#enroll .heading-holder{
    width: 50%;
}
.row{
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap:10px;
}
.row input{
    /* width: 100%; */
    padding:.5rem;
}
.row label{
    margin: -10px -35px auto auto;
}
.row label:nth-of-type(2){
    margin-right:-45px;
}
.close{
    display: none;
    transition: .3s ease;
    
}
@media screen and (min-width:280px) and (max-width:520px){
    body{
        overflow-x: hidden;
    }
    body.active{
        overflow: hidden;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
    nav{
        transition: .3s ease;
    }
    nav.active{
        background: #000000;
    }
    nav.active{
        background: #000000;
    }
    .nav-links{
        display: none;
    }
    .nav-links-mobile{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
        align-items: center;
        /* gap:60px; */
        position: absolute;
        left:-100%;
        z-index: 10;
        background: #000000;
        transition: .3s ease;
    }
    .nav-links-mobile.active{
        left:0;
    }
    .nav-links-mobile ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 30%;
        gap:10px;
        margin-top: 80px;
    }
    .nav-links-mobile li a {
        font-size: 2rem;
    }
    
    .navbar{
        width: 85%;
        
    }
    .close{
        display: flex;
        flex-direction: column;
        gap:5px;
        position: absolute;
        right:5%;
        top:30px;
        z-index: 11;
    }
    .bar{
        width: 30px;
        height: 3px;
        background: white;
        transition: .3s ease;
    }
    .close.active > .bar:nth-of-type(2){
        opacity: 0;
    }
    .close.active > .bar:nth-of-type(1){
        transform: rotateZ(45deg) translateY(11px);
    }
    .close.active > .bar:nth-of-type(3){
        transform: rotateZ(-45deg) translateY(-11px);
    }
    .team-holder,.icon-holder,.card-holder{
        flex-direction: column;
    }
    .icon-holder{
        margin:40px auto;
        gap:50px;
    }
    .icon h3{
        font-size: 22px;
        font-weight: 800;
    }
    .card{
        width: 100%;
    }
    section{
        height: 100%;
        min-height: 100vh;
    }
    .team-holder .card{
        width: 85vw;
        height: 100%;
    }
    .about-team{
        margin:20% auto ;
        width: 100%;
    }
    .big-card{
        display: flex;
        flex-direction: column;
        margin:20px auto;
        gap:20px;
    }
    .left{
        order:2;
        width: auto;
        display: flex;
        flex-direction: column;
        gap:20px;
        margin:10px auto;
    }
    .right{
        height: 40vh;
    }
    #hero .heading-holder{
        top:90%;
    }
    #second,#fifth,#contact{
        height: 64%;
        min-height: auto;
        margin-bottom: 30%;
        text-align: left;
    }
    #fifth{
        text-align: center;
        margin:30% auto;
    }
    .bottom{
        margin-top:15%;
    }
    .bottom, .bottom p{
        width: auto;
    }
.contact-form{
    text-align: left;
    width: 95%;
    margin: auto;
}
.contact-form h2{
    
}
footer{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 2rem;
    
}
.footer-left{
    margin: auto;
    width: 100%;
}
.footer-right{
    flex-direction: column;
    width: 100%;
    padding-bottom:50px;
    gap:20px;
}
#enroll .heading-holder{
    width: 100%;
}
#enroll .heading-holder:nth-of-type(2){
text-align: left;
}
form{
    width: 100%;
}
}
@media screen and (min-width:521px) and (max-width:1024px) {
    section{
        min-height: 90vh;
        height: 100%;
    }
    .nav-links{
width: 100%;
    }
    #hero .heading-holder{
        top:150%;
    }
    #second,.third{
        height: 100%;
        min-height: 60vh;
    }
    #second .holder{
        margin-top: 150px;
    }
    .right{
        height: 30vh;
    }
    .left{
        width: 100%;
        /* padding: 1.5rem; */
    }
    .left > *{
        width: 85%;
        margin:auto auto auto 0;
    }
    .left:nth-of-type(2){
        margin: auto 0 auto 20px;
    }
    .fourth{
        height: 100%;
        min-height: 100%;
    }
    .fourth .wrapper{

place-items: center;
justify-content: center;
align-items: center;
    }
    .bottom{
        width: 100%;
        margin:100px auto;
    }
    .team-holder .card{
        width: 200px;
        height: 200px;
    }
    #fifth,#sixth,#contact{
        min-height: 60vh;
        display: grid;
    }
    #enroll .heading-holder{
        width: 80%;
    }
    form{
        width: 80%;
    }
    .footer-right{
        width: 60%;
    }
}