html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    background-color: var(--background1);
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fraunces", serif;
}

.main-header {
    color: var(--secondary-color);
    font-size: var(--header_color);
    font-family: var(--header_font), sans-serif;
    background-color: var(--primary_color);
    background-color: var(--background1);
}

.main-header a {
    color: var(--header_color);
    text-decoration: none;
}

.main-header a:hover {
    color: #627750;
}

.main-header .mobile-menu-toggler {
    color: var(--header_color);
    font-size: 2rem;
}

.main-header .mobile-menu-toggler a {
    color: var(--header_color);
}

.main-header .mobile-menu-toggler a:hover {
    color: #000;
}

.mobileMenu {
    background-color: #fcf5ee;
}

.mobileMenu .main-menu-mobile-links {
    color: var(--header_color);
    font-size: 1.425rem;
    font-family: "Nunito", sans-serif;
}

.mobileMenu .main-menu-mobile-links a {
    color: var(--header_color);
    font-size: 1.425rem;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}

.mobileMenu .main-menu-mobile-links a:hover,
.mobileMenu .main-menu-mobile-links a.active {
    color: #627750;
}

.main-header .logo {
    height: 70px;
}

.main-header .logo a .img-fluid {
    max-width: 100%;
    height: 100%;
}

.main-header .logo a {
    color: var(--brand_color);
    font-size: var(--brand_size);
    font-family: var(--brand_font), serif;
}

@media only screen and (max-width: 600px) {
    .main-header .logo {
        transform: scale(0.7);
    }
    .main-header .logo {
        height: 60px;
    }
}

.home-section-1 {
    color: var(--secondary-color);
    font-size: 2.375rem;
    font-family: var(--title_font);
    background-color: var(--background2);
}

.home-section-1-heading {
    color: var(--title_color);
    font-size: 4.688rem;
    font-family: var(--title_font);
}

@media only screen and (max-width: 600px) {
    .home-section-1 {
        font-size: 1.125rem;
    }
    .home-section-1-heading {
        font-size: 2.438rem;
    }
}

.home-section-2 {
    color: var(--about_color);
    font-size: var(--about_size);
    font-family: var(--about_font), sans-serif;
    background-color: var(--background3);
}

.home-section-2-heading {
    color: var(--about_header_color);
    font-size: var(--about_header_size);
    font-family: var(--about_header_font), serif;
}

@media only screen and (max-width: 600px) {
    .home-section-2 {
        font-size: 1rem;
    }
    .home-section-2-heading {
        font-size: 2rem;
    }
}

.home-section-3 {
    color: var(--services_color);
    font-size: var(--services_size);
    font-family: var(--services_font), sans-serif;
    background-color: var(--background4);
}

.home-section-3-heading {
    color: var(--services_header_color);
    font-size: var(--services_header_size);
    font-family: var(--services_header_font), serif;
}

.home-section-3 .icon {
    width: 25%;
    height: 25%;
}

@media only screen and (min-width: 960px) {
    .home-section-3 {
        margin-right: 400px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .home-section-3 {
        font-size: 1rem;
    }
    .home-section-3-heading {
        font-size: 1.375rem;
    }
}

.home-section-4 {
    overflow-x: hidden;
    color: var(--promotion_color);
    font-size: var(--promotion_size);
    font-family: var(--promotion_font);
    background-color: var(--background5);
}

.home-section-4-heading {
    color: var(--promotion_header_color);
    font-size: var(--promotion_header_size);
    font-family: var(--promotion_header_font), serif;
}

@media only screen and (max-width: 600px) {
    .home-section-4 {
        font-size: 1rem;
    }
    .home-section-4-heading {
        font-size: 2rem;
    }
}

.home-section-5 {
    color: var(--news_color);
    font-size: var(--news_size);
    font-family: var(--news_font), sans-serif;
    background-color: var(--background6);
    position: relative;
}

.home-section-5-heading {
    color: var(--secondary-color);
    /* color: var(--news_header_color); */
    font-size: var(--news_header_size);
    font-family: var(--news_header_font), serif;
}

.home-section-5-sub-heading {
    color: var(--secondary-color);
    /* color: var(--news_header_color); */
    font-size: 1.125rem;
    font-family: var(--news_header_font), serif;
}

.home-section-5 .carousel p {
    color: var(--secondary-color);
}

.home-section-5::before,
.home-section-5::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #fcf5ee;
}

.home-section-5::before {
    top: 0;
}

.home-section-5::after {
    bottom: 0;
}

.home-section-5-img-block {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 960px) {
    .home-section-5 {
        background: linear-gradient( 90deg, #fcf5ee 0%, #fcf5ee 25%, #627750 25%, #627750 100%);
    }
    .home-section-5 .carousel-control-prev,
    .home-section-5 .carousel-control-next {
        top: -60px;
    }
    .home-section-5 .carousel-control-prev {
        left: -100px;
    }
    .home-section-5 .carousel-control-next {
        right: -100px;
    }
    .home-section-5-heading {
        color: var(--news_header_color);
    }
    .home-section-5-sub-heading {
        color: var(--news_header_color);
    }
    .home-section-5 .carousel p {
        color: var(--news_header_color);
    }
}

@media only screen and (max-width: 600px) {
    .home-section-5 {
        font-size: 1rem;
    }
    .home-section-5-heading {
        font-size: 2rem;
    }
    .home-section-5-sub-heading {
        font-size: 0.875rem;
    }
    .home-section-5::after {
        display: none;
    }
}

.home-section-6 {
    color: var(--secondary-color);
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    background-color: var(--background7);
}

.home-section-6-heading {
    color: var(--secondary-color);
    font-size: 2.375rem;
    font-family: "Fraunces", serif;
}

.home-section-6 .form-control,
.home-section-6 .form-select {
    padding: 7px 15px;
    background-color: #fcf5ee;
    border: 1px solid #221a43;
}

.home-section-6 .form-control:focus,
.home-section-6 .form-select:focus {
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    .home-section-6-heading {
        font-size: 1.75rem;
    }
}

.about-section-1 {
    color: #221a43;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    background-color: #fcf5ee;
}

.about-section-1-heading {
    color: #221a43;
    font-size: 3.875rem;
    font-family: "Fraunces", serif;
}

.about-section-1-sub-heading {
    color: #221a43;
    font-size: 2rem;
    font-family: "Fraunces", serif;
}

@media only screen and (max-width: 600px) {
    .about-section-1-heading {
        font-size: 2rem;
    }
    .about-section-1-sub-heading {
        font-size: 1.125rem;
    }
}

.about-section-2 {
    color: #221a43;
    font-size: 1.125rem;
    font-family: "Nunito", sans-serif;
    background-color: #fcf5ee;
}

@media only screen and (min-width: 960px) {
    .about-section-2 .about-section-2-img {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 600px) {
    .about-section-2 {
        font-size: 1rem;
    }
}

.main-footer {
    color: var(--footer_color);
    font-size: var(--footer_size);
    font-family: var(--footer_font), serif;
    background-color: var(--background8);
}

.main-footer a {
    color: var(--footer_color);
}

.main-footer a:hover {
    color: var(--footer_color);
}

.main-footer .footer-top {
    color: var(--footer_color);
    font-size: 1.125rem;
    font-family: "Fraunces", serif;
}

.main-footer .footer-top ul .global-phone {
    font-family: var(--footer_font), serif;
    color: var(--footer_color);
    font-size: var(--footer_size);
}

.main-footer .footer-top-heading {
    color: var(--footer_color);
    font-size: 2.375rem;
    font-family: "Fraunces", serif;
}

.main-footer .footer-top .form-control {
    color: var(--footer_color);
    background: none;
    border: solid var(--footer_color);
    border-width: 0 0 1px;
}

.main-footer .footer-top .form-control:focus {
    box-shadow: none;
}

.main-footer .footer-top .btn-outline-primary {
    color: var(--footer_color);
    border-color: var(--footer_color);
}

.main-footer .footer-top .btn-outline-primary:hover {
    background-color: #8878cb;
}

@media only screen and (max-width: 600px) {
    .main-footer .footer-top {
        font-size: 1rem;
    }
    .main-footer .footer-top-heading {
        font-size: 1.5rem;
    }
}


/* Order Now Styles Starts */

.order-now {
    padding-top: 15px;
    position: fixed;
    right: 50px;
    width: 150px;
    height: 150px;
    color: #fff;
    background-color: #627750;
    border: 1px solid #fcf5ee;
    border-radius: 100%;
    z-index: 9;
}

@media only screen and (max-width: 767.98px) {
    .order-now {
        /* top: 170px;
    bottom: auto; */
        height: 94px;
        width: 94px;
        bottom: 55px;
        right: 24px;
        padding: 10px;
    }
    .order-now p {
        margin-bottom: 0px;
    }
    .order-now p img {
        height: 16px;
        width: 16px;
    }
    .order-now h4 {
        font-size: 16px;
        margin-top: 4px;
    }
    .order-now h4 a {
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) {
    .order-now {
        bottom: 50px;
        top: auto;
    }
}

.order-now img {
    width: 35px;
    height: 35px;
    margin: auto;
}

.order-now a {
    color: #fff;
    text-decoration: none;
}


/* Utility Styles */

.fw-light {
    font-weight: 300;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

.rounded-top-pill {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.animation,
.animation a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/* Buttons */

.btn-primary {
    color: #fff;
    background-color: #221a43;
    border-color: #221a43;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #221a43 !important;
    background-color: #fcf5ee !important;
    border-color: #221a43 !important;
}

.btn-primary.outline {
    color: #222;
    background-color: #fcf5ee;
    border-color: #221a43;
}

.btn-primary.outline:hover,
.btn-primary.outline:focus {
    color: #fff !important;
    background-color: #221a43 !important;
    border-color: #221a43 !important;
}

.btn-primary.alt {
    color: #fff;
    background-color: #627750;
    border-color: #627750;
}

.btn-primary.alt:hover,
.btn-primary.alt:focus {
    color: #fff !important;
    background-color: #221a43 !important;
    border-color: #221a43 !important;
}

.template-social-icons a i {
    color: var(--social-color1) !important;
    margin-right: 8px;
}

.template-social-icons-white a i {
    color: var(--social-color2) !important;
    margin-right: 8px;
}

.brand-logo {
    max-width: 100%;
    max-height: 75px;
}


/*# sourceMappingURL=style.css.map */