:root {
    --clr-theme-primary: #F8B600;
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
}

.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font22{
    font-size: 22px!important;
}
.font24{
    font-size: 24px!important;
}
.font30{
    font-size: 30px!important;
}
.font35{
    font-size: 35px!important;
}

.font40{
    font-size: 40px!important;
}
.font45{
    font-size: 45px!important;
}
.font50{
    font-size: 50px!important;
}
.font60{
    font-size: 60px!important;
}

.font70{
    font-size: 70px!important;
}

.font80{
    font-size: 80px!important;
}

.font100{
    font-size: 100px!important;
}

.font200{
    font-weight: 200!important;
}
.font300{
    font-weight: 300!important;
}
.font400{
    font-weight: 400!important;
}

.font600{
    font-weight: 600!important;
}
.font700{
    font-weight: 700!important;
}
.font800{
    font-weight: 800!important;
}
.font900{
    font-weight: 900!important;
}

.min-vh-45 {
    min-height: 45vh !important;
}

.bg-theme-color{
    background-color: #FFC42E;
}

.home-section{
    min-height: 100vh;
    padding: 10px 0 40px 0;
}

/*.home-img{*/
/*    object-fit: contain!important;*/
/*}*/

.about-section{
    min-height: 55vh;
    padding: 50px 0 40px 0;
}

.feature-section{
    min-height: 55vh;
    padding: 50px 0 40px 0;
}

.feature-box {
    transition: transform 0.5s ease-in-out;
}

.feature-box:hover {
    transform: scale(1.1);
}

.feature-box img {
    transition: transform 0.5s ease-in-out;
}

.feature-box:hover img {
    transform: rotate(360deg);
}


/*Tech Section*/
.tech-box {
    border: 1px solid #ffc42e;
    padding: 3%;
    border-radius: 25px;
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.tech-box:hover {
    box-shadow: 0px 0px 20px 1px #ffc42e;
}


.join-now-btn{
    width: 10% !important;
    background-color: transparent;
    border: 1px solid #FFC42E;
    color: #fff;
    border-bottom-right-radius: 70px;
}

.join-now-btn:hover{
    background-color: #FFC42E;
    border: 1px solid #FFC42E;
    color: #fff;
    width: 10%;
    border-bottom-right-radius: 70px;
}

.home-content{
    margin-top: -45%;
    text-align: center;
}


.desktop-home-section{
    display: block;
}

.mobile-home-section{
    display: none;
}


/*Contact Form*/
.contact-form-input, input.form-control.bg-transparent.contact-form-input:focus{
    border: 1px solid #FFC42E;
    border-radius: 50px;
    height: 3em;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #01122C0a;
}


.contact-form-text-area, .contact-form-text-area:focus{
    border: 1px solid #FFC42E;
    border-radius: 50px;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #01122C0a;
}


#loader {
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* Add more styling as needed */
}

button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}


/* Laptop (Large) - min-width: 992px and max-width: 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .join-now-btn {
        width: 25% !important;
    }
}





/*Contact Form*/
.contact-form-input, input.form-control.bg-transparent.contact-form-input:focus{
    border: 1px solid #FFCC00;
    border-radius: 50px;
    height: 3em;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #FFCC000d;
}


.contact-form-text-area, .contact-form-text-area:focus{
    border: 1px solid #FFCC00;
    border-radius: 50px;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #FFCC000d;
}
