*,
body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.navbar-brand {
    width: 7%;
}

.navbar-brand>img {
    max-width: 100%;
}

.bg-body-tertiary {
    background-color: white !important;
    box-shadow: 1px 0px 4px black;
}

.register_button_nav {
    background: #fdecd9;
    /* Dark Maroon */
    color: black;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
}

.register_button_nav:hover {
    transform: translateY(-2px);
}

.lang-toggle {
    padding: 4px 20px;
    color: white;
    background-color: #ad5300;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
}

.lang-toggle:hover {
    transform: translateY(-2px);
}

.carousel-button {
    padding: 10px 20px;
    color: white;
    background-color: #65231c;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 600;
    bottom: 100px;
}

.carousel-caption {
    bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-radius: 96px !important;
    background-color: #fdecd9 !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #65231c !important;
}

#counter {
    background-color: #fcc900;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px
}

#counter>.counter_box {
    background-color: #ad5300;
    /* border:1px solid black; */
    /* min-width:auto; */
    margin: 10px;
    padding: 13px 7px;
    /* min-height:100px */
}

#counter>.counter_box>span {
    background-color: white;
    color: #ef7f19;
    padding: 11px 20px;
    font-size: 30px;
    font-weight: bold;

}

.counter_text {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.about_heading {
    color: #ad5300;
    font-size: 45px;
    font-weight: 700;
}

.about_p {
    font-size: 18px;
}

.about_img {
    border-radius: 20px;
}

.form-section {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.form-box {
    width: 60%;
    background-color: white;
    padding: 10px 30px;
}

.form-box h4 {
    color: #ad5300;
    border-bottom: 2px solid #f78335;
    padding-bottom: 6px;
}

.form-label {
    margin-bottom: 0rem;
}

.form-button {
    padding: 5px 20px;
    color: white;
    background-color: #ad5300;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 600;
    bottom: 100px;
}

.footer_container_vm {
    background-color: #ad5300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    color: white;
}

.logo_footer {
    width: 100%;
}

.contact_info {
    text-align: center;
}

.contact_info p {
    margin-bottom: 5px;
}

.register_now_box{
    width:400px;
    height:100px;
    background-color:transparent;
    /* border:2px solid red; */
    position: absolute;
    bottom:1%;
    left:35%;
    cursor: pointer;

}
@media(max-width:768px) {
    .navbar-brand {
        width: 18%;
    }

    .register_button_nav {
        background: #fdecd9;
        color: black;
        font-weight: 600;
        padding: 5px 25px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
        text-decoration: none !important;
        font-size: 12px;
    }

    .lang-toggle {
        padding: 4px 20px;
        color: white;
        background-color: #65231c;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
        text-decoration: none !important;
        font-size: 12px;
    }

    #counter>.counter_box>span {
        background-color: white;
        color: black;
        padding: 11px 16px;
        font-size: 20px;
        font-weight: bold;
    }

    .about_heading {
        color: #65231c;
        font-size: 30px;
        font-weight: 700;
    }

    .form-section {
        padding: 30px 10px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .form-box {
        width: 100%;
        background-color: white;
        padding: 10px 30px;
    }

    .register_now_box{
    width:100%;
    height:100px;
    background-color:transparent;
    /* border:2px solid red; */
    position: absolute;
    bottom:1%;
    left:0%;
    cursor: pointer;

}
}