@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /* background-color: black; */
    scrollbar-color: rgb(197, 209, 200) white;
}
a{
    color: white;
    text-decoration: none;
}
.banner{
    width: 100%;
    height: 600px;
    margin-top: 142px;
    position: relative;
}
@media only screen and (max-width: 991px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 181px;
    }
}
@media only screen and (max-width: 590px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 228px;
    }
}
@media only screen and (max-width: 300px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 247px;
    }
}
@media only screen and (max-width: 272px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 280px;
    }
}
@media only screen and (max-width: 230px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 223px;
    }
}
@media only screen and (max-width: 202px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 257px;
    }
}
@media only screen and (max-width: 179px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 257px;
    }
}
@media only screen and (max-width: 177px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 278px;
    }
}
@media only screen and (max-width: 155px){
    .banner{
        width: 100%;
        height: 600px;
        margin-top: 296px;
    }
}




.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner h1{
    position: absolute;
    top: 35%;
    left: 13%;
    z-index: 100;
    color: white;
    font-size: 70px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.6rem;
    margin-bottom: 0px;
}
.navigate-links{
    position: absolute;
    top: 50%;
    left: 13.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 15px;
}
.navigate-links a{
    font-size: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}
#active{
    color: hotpink !important;
}
.navigate-links a:hover{
    color: hotpink !important;
}
.navigate-links a:active{
    color: hotpink !important;
}
.navigate-links i{
    color: hotpink;
    font-size: 20px;
}
@media only screen and (max-width: 411px){
    .banner h1{
        position: absolute;
        top: 35%;
        left: 13%;
        z-index: 100;
        color: white;
        font-size: 50px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.6rem;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 305px){
    .banner h1{
        position: absolute;
        top: 35%;
        left: 13%;
        z-index: 100;
        color: white;
        font-size: 40px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.6rem;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 293px){
    .banner h1{
        position: absolute;
        top: 35%;
        left: 9%;
        z-index: 100;
        color: white;
        font-size: 35px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.1rem;
        margin-bottom: 0px;
    }
    .navigate-links{
        position: absolute;
        top: 50%;
        left: 9%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        gap: 15px;
    }
    .navigate-links a{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
    }
    .navigate-links i{
        color: hotpink;
        font-size: 15px;
    }
}

@media only screen and (max-width: 185px){
    .banner h1{
        position: absolute;
        top: 35%;
        left: 5%;
        z-index: 100;
        color: white;
        font-size: 25px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.1rem;
        margin-bottom: 0px;
    }
    .navigate-links{
        position: absolute;
        top: 50%;
        left: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        gap: 5px;
    }
    .navigate-links a{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
    }
    .navigate-links i{
        color: hotpink;
        font-size: 15px;
    }
}
@media only screen and (max-width: 206px){
    .navigate-links{
        flex-direction: column;
    }
}
@media only screen and (max-width: 157px){
    .banner h1{
        position: absolute;
        top: 35%;
        left: 5%;
        z-index: 100;
        color: white;
        font-size: 26px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.1rem;
        margin-bottom: 0px;
    }
    .navigate-links{
        position: absolute;
        top: 50%;
        left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color: white;
        gap: 5px;
    }
    .navigate-links a{
        font-size: 25px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
    }
    .navigate-links i{
        color: hotpink;
        font-size: 15px;
    }
}








.container-fluid{
    width: 100%;
    margin: auto;
    background-color: rgb(255, 255, 255);
}
form{
    background-color: #F8F8F8;
}
form h1{
    color: rgb(61, 61, 61);
    font-size: 50px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (max-width: 322px){
    form h1{
        color: rgb(61, 61, 61);
        font-size: 35px !important;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
}
@media only screen and (max-width: 170px){
    form h1{
        color: rgb(61, 61, 61);
        font-size: 25px !important;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
}
.container{
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-color: pink; */
}
.g-3, .gx-3 {
    --bs-gutter-x: 3rem !important;
}
.form-btn{
    border-radius: 0 !important;
    background-color: #7FA15A;
    color: white;
    border: none;
}
.form-btn:hover{
    background-color: #333333;
}


















