html {
    scroll-behavior: smooth;
}

body {
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}


/* Headings */

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

.main-header {
    color: var(--secondary-color);
    font-size: var(--header_size);
    font-family: var(--header_font), sans-serif;
    background-color: var(--primary-color);
    border: solid var(--secondary-color);
    border-width: 0 0 2px;
}

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

.main-header a:hover,
.main-header .main-menu a:hover,
.main-header .main-menu a.active {
    color: #998d8f;
}

.main-header a.active {
    color: var(--header_color);
}

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

.main-header .mobile-menu-toggler:hover {
    color: #998d8f;
}

.mobileMenu {
    background-color: #fff;
}

.mobileMenu .main-menu-mobile-links {
    color: var(--header_color);
    font-size: var(--header_size);
    font-family: var(--header_font), sans-serif;
}

.mobileMenu .main-menu-mobile-links li {
    border-bottom: 1px solid #998d8f;
}

.mobileMenu .main-menu-mobile-links li a {
    color: var(--header_color);
    font-size: var(--header_size);
    font-family: var(--header_font), sans-serif;
    text-decoration: none;
}

.mobileMenu .main-menu-mobile-links li a:hover {
    color: #998d8f;
}

.mobileMenu .main-menu-mobile-links li a.active {
    color: var(--header_color);
}

.logo {
    color: var(--brand_color);
    letter-spacing: 5px;
    font-size: var(--brand_size);
    font-family: var(--brand_font), serif;
    background-color: var(--background1);
}

.logo a {
    color: var(--brand_color);
    text-decoration: none;
}

.logo a:hover {
    color: #998d8f;
}

@media only screen and (max-width: 600px) {
    .logo {
        font-size: 0.938rem;
    }
}

.home-section-1 {
    background-color: var(--background2);
}

.home-section-1-col {
    background-color: #f7e9e4;
}

.home-section-1-col-heading {
    color: var(--secondary-color);
    font-size: 2rem;
    line-height: calc(2rem + 10px);
    font-family: "Raleway", sans-serif;
}

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

.home-section-2 {
    position: relative;
    background: var(--background3);
}

.home-section-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/home-section-2-bg.webp) repeat top;
    opacity: 0.1;
}

.home-section-2-heading {
    color: var(--secondary-color);
    font-size: 1.375rem;
    font-family: "Raleway", sans-serif;
}

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

.home-section-3 {
    background: var(--background4);
}

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

.home-section-4 {
    background: var(--background5);
}

.home-section-4-heading {
    color: #292325;
    font-size: 2rem;
    font-family: var(--promotion_header_font), sans-serif;
}

.home-section-4 .gallery {
    position: relative;
    overflow: hidden;
}

.home-section-4 .gallery .gallery-overlay {
    position: absolute;
    inset: 0;
    color: var(--promotion_color);
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    font-size: var(--promotion_size);
    font-family: var(--promotion_font), sans-serif;
    transition: transform 0.4s ease;
}

.home-section-4 .gallery a:hover .gallery-overlay {
    transform: translateY(0);
}

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

.insta-carousel-1 {
    position: relative;
}

.insta-carousel-1 .slick-list {
    margin-inline: -5px;
}

.insta-carousel-1 .slick-list .slick-slide {
    margin-inline: 5px;
}

.insta-carousel-1 .slick-arrow {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 99;
    font-size: 2rem;
    font-weight: bold;
}

.insta-carousel-1 .slick-arrow.left {
    left: 0;
}

.insta-carousel-1 .slick-arrow.right {
    right: 0;
}

.about-section-1 {
    color: var(--about_color);
    font-size: var(--about_size);
    font-family: var(--about_font), sans-serif;
    background-color: var(--background8);
}

.about-section-1-heading {
    color: var(--about_header_color);
    font-size: 2rem;
    font-family: var(--about_header_font), sans-serif;
}

.about-section-1 .title {
    color: var(--about_header_color);
    font-size: var(--about_header_size);
    font-family: var(--about_header_font), sans-serif;
}

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

.contact-section-1 {
    color: var(--footer_color);
    font-size: var(--footer_size);
    font-family: var(--footer_font), sans-serif;
    background-color: var(--background9);
}

.contact-section-1-heading {
    color: var(--footer_color);
    font-size: 2rem;
    font-family: var(--footer_font), sans-serif;
}

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

.contact-section-2 {
    color: var(--footer_color);
    font-size: var(--footer_size);
    font-family: var(--footer_font), sans-serif;
    background-color: var(--background10);
}

.contact-section-2 ul .global-phone {
    font-family: var(--footer_font), sans-serif;
    color: var(--footer_color);
    font-size: var(--footer_size);
}

.contact-section-2 a {
    color: var(--footer_color);
    text-decoration: none;
}

.contact-section-2 a:hover {
    color: #998d8f;
}

.contact-section-2-heading {
    color: var(--footer_color);
    font-size: 1rem;
    font-family: var(--footer_font), sans-serif;
}

.contact-section-2 .form-control {
    border-color: var(--footer_color);
    border-width: 0 0 1px;
}

.contact-section-2 .form-control:focus {
    border-color: #998d8f !important;
    box-shadow: none;
}

.footer-top {
    background-color: var(--background6);
}

.footer-top-heading {
    color: var(--footer_color);
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
}

.footer-top .form-control {
    font-size: 0.8rem;
    border-color: var(--footer_color);
}

.footer-top .form-control:focus {
    border-color: #998d8f !important;
    box-shadow: none;
}

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

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

.footer-section a {
    color: var(--footer_color);
    text-decoration: none;
}

.footer-section a:hover {
    color: #998d8f;
}


/* Utility Styles */

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

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

.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: #292325;
    border-color: #292325;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background-color: #998d8f !important;
    border-color: #998d8f !important;
}

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

.btn-primary.alt:hover,
.btn-primary.alt:focus {
    color: #292325 !important;
    background-color: #fff !important;
    border-color: #292325 !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 */