@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

@font-face {
    font-family: AvenirLTProLight;
    src: url("fonts/AvenirLTProLight.otf") format("opentype");
}

@font-face {
    font-family: AvenirLTProHeavy;
    src: url("fonts/AvenirLTProHeavy.otf") format("opentype");
}

@font-face {
    font-family: AvenirLTProMediumOblique;
    src: url("fonts/AvenirLTProMediumOblique.otf") format("opentype");
}

@font-face {
    font-family: AvenirLTProRoman;
    src: url("fonts/AvenirLTProRoman.otf") format("opentype");
}

@font-face {
    font-family: AvenirLTProBlack;
    src: url("fonts/AvenirLTProBlack.otf") format("opentype");
}

@font-face {
    font-family: AGaramondBold;
    src: url("fonts/AGaramond-Bold.otf") format("opentype");
}

:root,
[data-bs-theme=light] {
    /* --bs-heading-color: #000;
    --bs-body-color: #000; */
}

body {
    font-family: 'AvenirLTProRoman';

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AvenirLTProBlack';
}

.text-thin {
    font-family: 'AvenirLTProLight';
}

.text-heavy {
    font-family: 'AvenirLTProHeavy';
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar-brand img {
    height: 6rem;
    width: 8rem;
    scale: 1.5;
}

a {
    color: #fefbe8;
}

.navbar a.nav-link {
    color: white;
    margin-left: 16px;
    font-size: 20px;
}

button.navbar-toggler.collapsed {
    color: white !important;
}

span.navbar-toggler-icon {
    color: white !important;
    border: 2px solid white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.site-navbar {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background-color: #f2cfcf !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.site-navbar .nav-link {
    font-family: 'AvenirLTProLight';
}

.has-banner .site-navbar {
    background-color: transparent !important;
}

.navbar a.nav-link {
    color: white;
    margin-left: 16px;
}

.f-size h3 {
    font-size: 26px;
}

.f-size h2 {
    font-size: 36px;
}

.f-size p {
    font-size: 18px;
}

.f-weight-bold {
    font-weight: 700;
}

.banner {
    position: relative;
    text-align: center;
    color: white;

}

.banner {
    background: url("Assets/TOP-Banner.jpg") no-repeat center center;
    background-size: cover;
    padding: 180px 0 160px;
}


.banner .banner-content {
    text-align: center;
}

.banner-content h3 {
    font-size: 38px;
}

.banner .banner-content p {
    font-family: 'AvenirLTProMediumOblique';
}

.text-design {
    font-family: 'AvenirLTProRoman';
    font-size: 25px;
}

.content-box img {
    width: 100px;
}

.text-design a {
    color: #000000 !important;
    text-decoration: none !important;
    letter-spacing: 1px;
}

.text-design .text-block {
    padding: 8px 5px;
    border: 1px solid black;
    line-height: 1;
}


.theme-heading {
    font-family: 'AvenirLTProBlack';
    font-size: 40px;
    text-align: center;
}

.about {
    background-color: #fefbe8;
}

.forum {
    background: url("Assets/Key-Features-Banner.jpg") no-repeat center center;
    color: #fefbe8;
}

.forum h2 {
    color: #fefbe8;
}

.content-box h3 {
    font-size: 22px;
}

.content-box p {
    font-size: 18px;
}

.forum-content {
    color: #fefbe8;
}

.carousal-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    color: #3c543c;
    border: 1px solid #fefbe8;
    background-color: #fefbe8;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.carousal-btn:hover,
.carousal-btn:focus {
    background-color: transparent;
    border: 1px solid #fefbe8;
    color: #fefbe8;
}

/* button.carousal-btn {
    padding: 15px 30px;
    font-size: 18px;
    color: #3c543c;
    border: 1px solid #fefbe8;
    background-color: #fefbe8;
}

button.carousal-btn:hover,
button.carousal-btn:focus {
    background-color: transparent;
    border: 1px solid #fefbe8;
    color: #fefbe8;
}

.carousal-btn a {
    color: #435a42;
}

.carousal-btn a:hover {
    color: #fefbe8;
} */

.carousel-control-prev-icon {
    background: url(Assets/previous.png) no-repeat center center;
    background-size: 60%;
    background-color: #fefbe8;
    height: 40px;
    width: 40px;
    border-radius: 100%;


}

.carousel-control-next-icon {
    background: url(Assets/next.png) no-repeat center center;
    background-size: 60%;
    background-color: #fefbe8;
    height: 40px;
    width: 40px;
    border-radius: 100%;

}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.pb-8 {
    padding-bottom: 90px;
}

.knowledge-hub {
    background-color: #fefbe8;
}

.w-75 {
    width: 75%;
    margin: auto;
}

.knowledge-hub-img img {
    width: 100px;
}

.knowledge-hub-img p,
h3 {
    margin-bottom: 0px !important;
}

.knowledge-hub-bottom-border {
    border-bottom: 1px solid #5e7153;
}

.membership-border-bottom {
    border-bottom: 2px solid #5e7153;
    width: 40%;
    margin: auto;
}

.membership-fees {
    margin: auto;
}

.membership a {
    color: #212535;
}

.fees-button {
    background-color: #3c543c;
    color: #fefbe8;
    padding: 15px 39px;
    width: fit-content;
    font-size: 26px;
    font-weight: 600;
    margin: auto;
}

p.price-font {
    color: #3c543c;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    font-family: 'AvenirLTProBlack';
}

.gst-font {
    font-size: 25px;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}

.get-in-touch {
    background-color: #3c543c;
    padding: 30px 0px;
}

.conatct-margin {
    padding-left: 40px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    font-weight: 500;
    z-index: 999999;

}

.nav-circle {
    display: inline-flex;
    justify-content: center;
    align-items: end;
    width: 40px;
    height: 40px;
    border: 2px solid black;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease;
}

.nav-circle:hover {
    background-color: black;
    color: white;
}

.btn-light:hover {
    background-color: #000;
    color: #fff;
}

.btn .nav-circle:hover,
.btn:hover .nav-circle {
    color: #fff;
    border-color: #fff;
}

.back-to-top .nav-circle {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.vertical-line {
    border-right: 1px solid #fefbe8;
    padding-right: 20px;
}

.form-design {
    border-radius: 0;
    border: 0px;
    background-color: #5e7153;
}

.form-control::placeholder {
    color: #a1b3a1;
    opacity: 1;
}

.form-control:focus {
    color: #a1b3a1;
    background-color: #5e7153;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.ftr-btn,
.ftr-btn:hover {
    background-color: #1e351e;
    border-radius: 0;
    border: 0px;
    letter-spacing: 2px;
    padding: 10px 20px;
}

.padding-x-5 {

    padding-right: 3rem;
    padding-left: 3rem;

}

.padding-bottom {
    padding-bottom: 48px;
}


.margin-top-5 {
    margin-top: 48px;
}

.margin-top-4 {
    margin-top: 26px;
}

.padding-y-5 {
    padding-top: 3px;
    padding-bottom: 48px;
}


.light-color {
    color: #fefbe8;
}

.dark-color {
    color: #000;
}

a {
    text-decoration: none !important;
}

.forum-border-bottom {
    border-bottom: 1px solid #fefbe8;
    margin-top: 30px;
}

.knowledge-hub-btn {
    background-color: #3c543c !important;
    color: white !important;
}

.redirect-btn,
.redirect-btn:hover,
.redirect-btn:active {
    background-color: #3c543c !important;
    color: white !important;
}

@media (min-width: 320px) and (max-width: 478px) {

    .w-75 {
        width: 100% !important;
        margin: auto;
    }

    .navbar-collapse {
        background-color: #e62e17;
    }

    p.price-font {
        font-size: 22px;
        margin-top: 10px;
    }

    .fees-button {
        background-color: #3c543c;
        color: #fefbe8;
        padding: 12px 10px;
        font-size: 24px;
        font-weight: 600;
        margin: auto;
    }

    .f-size h2 {
        font-size: 30px;
    }

    .f-size h3 {
        font-size: 24px;
    }

    .f-size p {
        font-size: 16px;
    }

    .padding-x-5 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .padiing-bottom {
        padding-bottom: 16px;
    }

    .banner {
        padding: 150px 0 30px;
    }

    .content-box img {
        width: 30%;
    }

    .margin-top-5,
    .margin-top-4 {
        margin-top: 18px;
    }

    .content-box {
        margin-top: 20px;
    }



    .padding-y-5 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .pb-8 {
        padding-bottom: 50px;
    }

    .padding-bottom {
        padding-bottom: 20px;
    }


    .price-font {
        margin-top: 20px;
    }

    .gst-font {
        margin-bottom: 20px;
    }

    .ftr-btn {
        margin-top: 30px;
    }

    .knowledge-hub-img {
        display: block !important;
        text-align: center;
    }


    .knowledge-hub-img .me-5 {
        margin-right: 0px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 30px;
        width: 30px;
    }

    button.carousal-btn {
        padding: 10px 10px;
    }

    .conatct-margin {
        padding-left: 12px;
    }

    .vertical-line {
        border-right: 0px;
    }
}


@media (min-width: 479px) and (max-width: 767px) {
    .w-75 {
        width: 100% !important;
        margin: auto;
    }

    .navbar-collapse {
        background-color: #ff4949;
    }

    p.price-font {
        font-size: 22px;
    }

    .fees-button {
        background-color: #3c543c;
        color: #fefbe8;
        padding: 12px 10px;
        font-size: 24px;
        font-weight: 600;
        margin: auto;
    }

    .f-size h2 {
        font-size: 30px;
    }

    .f-size h3 {
        font-size: 24px;
    }

    .f-size p {
        font-size: 16px;
    }

    .padding-x-5 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .padiing-bottom {
        padding-bottom: 16px;
    }

    .banner {
        padding: 150px 0 80px;
    }

    /* .content-box img {
        width:30%;
    } */

    .margin-top-5,
    .margin-top-4 {
        margin-top: 18px;
    }

    .content-box {
        margin-top: 20px;
    }

    .padding-y-5 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .pb-8 {
        padding-bottom: 50px;
    }

    .padding-bottom {
        padding-bottom: 20px;
    }

    .price-font {
        margin-top: 20px;
    }

    .gst-font {
        margin-bottom: 20px;
    }

    .ftr-btn {
        margin-top: 30px;
    }

    .conatct-margin {
        padding-left: 12px;
    }

    .vertical-line {
        border-right: 0px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .w-75 {
        width: 100% !important;
        margin: auto;
    }

    .navbar-collapse {
        background-color: #ff4949;
    }

    p.price-font {
        font-size: 22px;
    }

    .fees-button {
        background-color: #3c543c;
        color: #fefbe8;
        padding: 12px 10px;
        font-size: 24px;
        font-weight: 600;
        margin: auto;
    }

    .f-size h2 {
        font-size: 33px;
    }

    .f-size h3 {
        font-size: 26px;
    }

    .f-size p {
        font-size: 19px;
    }

    .padding-x-5 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .padiing-bottom {
        padding-bottom: 16px;
    }

    .banner {
        padding: 120px 0 80px;
    }

    .content-box img {
        width: 60%;
    }

    .margin-top-5,
    .margin-top-4 {
        margin-top: 18px;
    }

    .content-box {
        margin-top: 20px;
    }

    .padding-y-5 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .pb-8 {
        padding-bottom: 50px;
    }

    .padding-bottom {
        padding-bottom: 20px;
    }


    .price-font {
        margin-top: 20px;
    }

    .gst-font {
        margin-bottom: 20px;
    }

    .ftr-btn {
        margin-top: 30px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {}


@media (max-width: 1399px) {
    .fees-button {
        padding: 15px 32px;
    }
}