@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    scroll-behavior: smooth;
    scroll-snap-stop: normal;
}

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999999;
    background-image: url(../images/page-background.jpg);
    background-size: 100%;
    background-position: center center;
}

.preloader-wrap .spinner-border {}

:root {
    --color-bg: black;
    --color-bg-variant: linear-gradient(306.34deg, #050000 -77.11%, #520202 53.11%);

    --color-primary: #375E04;
    --color-primary-variant: #AC2E4C;
    --color-secondary: #B1C02C;
    --color-secondary-variant: #FFBF47;
    --color-cta-primary: #375E04;
    --color-grey: #3B3A3A;
    --color-blue: #307CBE;
    --transition: all 200ms ease;

    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Aclonica", sans-serif;
}

body {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    color: #3B3A3A;
    background-image: url(../images/page-background.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-position: center center;
}


h1,
h2,
h3 {
    font-weight: 400;
    font-family: var(--secondary-font);
}

h4,
h5,
h6 {
    font-weight: 400;
    font-family: var(--primary-font);
}

p {
    line-height: 1.6;
    font-family: var(--primary-font);
    font-size: 16px;
}

a {

    font-family: var(--primary-font);
    color: var(--color-primary);
    transition: var(--transition);
    display: block;
    margin: 10px 0;
}

a:hover {
    color: var(--color-primary-variant);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.btn {
    border-radius: 100px;
    padding: 0.5rem 1.25rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
}

.btn-primary {
    background-color: var(--color-cta-primary);
    border-color: var(--color-cta-primary);
    margin: 5px 0;
}

.btn-primary:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: white;
}

.btn-outline-secondary {
    border-color: white;
    background-color: white;
    color: var(--color-grey);
}

.btn-outline-secondary:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn-outline-green {
    border-color: var(--color-cta-primary);
    background-color: white;
    color: var(--color-cta-primary);
}

.owl-carousel .owl-item img {
    width: max-content;
}

.bg-body-tertiary {
    background-color: var(--color-secondary-variant) !important;
    padding-top: 5px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

header {
    background-color: var(--color-secondary-variant);
    padding: 5px;
}

.quick-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2px 0;

}

.quick-links li a {
    margin: 0;
    font-size: 14px;
    padding: 0 0 0 10px !important;
    color: var(--color-grey);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.quick-links li a svg {
    width: 12px;
    margin-right: 5px;
}

.quick-links li a:hover {
    color: var(--color-primary-variant);
}

.quick-links .dropdown-menu {
    width: fit-content;
    min-width: auto;
}

.quick-links .dropdown-menu.show {
    padding: 0;
    z-index: 9999;
}

.quick-links li {
    width: fit-content;
}

.quick-links li a.dropdown-item {
    padding: 5px 10px !important;
}

.quick-links .dropdown-menu li {
    margin-left: 0;
}

.quick-links li a.dropdown-item:hover {
    border-radius: 6px;
}

.quick-links li a.dropdown-item svg {
    width: 20px;
    margin: 0;
}

.navbar-brand {
    max-width: 100px;
    margin: 0;
    padding: 0;
    min-width: 80px;
}

.navbar-nav .dropdown-menu li a {
    color: black;
    text-align: left;
}

.navbar-nav .dropdown-menu li a:hover {
    color: var(--color-primary-variant);
}

.nav-link {
    color: white;
    margin: 0;
    padding: 10px 12px !important;
    text-align: right;
}

.nav-link svg {
    width: 30px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--color-primary-variant);
}

.nav-item.active a {
    color: var(--color-primary-variant);
}

.navbar-nav li a {
    font-size: 15px !important;
    font-weight: 500;
}

/* 
.navbar-nav li a:not(.btn) {
    border-bottom: 2px solid transparent;
    margin-left: 5px;
}

.navbar-nav li:hover a:not(.btn),
.navbar-nav li.active a:not(.btn) {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
} */

.offcanvas-header {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}

.offcanvas-header .btn-close {
    opacity: 1;
}

.navbar-nav {
    margin-top: 80px;
    width: 100%;
    padding-right: 10px;
}

.offcanvas {
    align-items: flex-end;
}

.offcanvas a.btn {
    float: right;
}

.home-page .spotlight {
    background-color: var(--color-secondary-variant);
    padding: 20px 10px;
    color: #fff;
    margin-bottom: 0;
}

.spotlight {
    margin-bottom: 10px;
    position: relative;
}

.home-page .spotlight h1 {
    font-size: 2rem;
}

.spotlight-caption {
    color: white;
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 480px;
}


.home-page .spotlight h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3B3A3A;
}

.home-page .spotlight p {
    line-height: 1.6;
    color: var(--color-primary-variant);
    font-size: 18px;
}

.home-page .spotlight .link {
    color: var(--color-primary-variant);
    text-decoration: none;
    font-size: 18px;
    text-align: left;
}

.home-page .spotlight .btn {
    min-width: 240px;
    padding: 0.65rem 1.45rem;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
}

.home-page .del-partners {
    padding: 30px 20px;
}

.home-page .del-partners h6 {
    color: var(--color-blue);
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.home-page .del-partners h4 {
    text-align: center;
}

.home-page .del-partners .partners .orange-bg {
    background-image: url(../images/partner-bg-orange.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 130px;
}

.home-page .del-partners .partners .blue-bg {
    background-image: url(../images/partner-bg-blue.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 130px;
}

.home-page .del-partners .partners .green-bg {
    background-image: url(../images/partner-bg-green.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 140px;
}

.home-page .del-partners .partners .item>img {
    max-width: 160px;
    padding-top: 5px;
}

.arrowed-link {
    color: #3B3A3A;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 200px;
    margin-top: 10px;
}

.arrowed-link h5 {
    margin-right: 10px;
}

.arrowed-link .arrow {
    position: relative;
    display: inline-block !important;
}

.arrowed-link .circle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrowed-link .circle-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    margin-right: -10px;
    margin-bottom: 5px;
    transition: all ease-in-out 200ms;
}

.arrowed-link:hover .circle-arrow::before {
    background-color: var(--color-secondary);
}

.popular {
    padding: 30px 0;
}

.section-title {
    font-family: var(--secondary-font);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    width: fit-content;
    z-index: 100;
}

/* .section-title::before {
    content: "";
    width: 140px;
    height: 20px;
    background-color: var(--color-secondary-variant);
    display: block;
    position: absolute;
    bottom: 0;
    right: -5px;
    z-index: -1;
}

.testimonials .section-title::before {
    background-color: var(--color-primary-variant);
} */

/* .section-title.green-left::before {
    right: auto;
    left: 0;
    background-color: #B1C02C
} */

.text-highlight {
    position: relative;
}

.text-highlight::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5px;
    left: -5px;
    background-color: #FFBF47;
    height: 50%;
    z-index: -1;
}

.testimonials .text-end small a {
    color: white;
}

.card {
    border-radius: 20px 20px 300px 20px / 20px 20px 80px 20px;
}


.card-text {
    line-height: 1.6;
}

.card-body {
    padding: 20px 20px 40px;
    text-align: left;
}

.popular .arrowed-link {
    max-width: none;
    justify-content: flex-start;
}

.popular .arrowed-link .circle-arrow::before {
    background-color: var(--color-secondary);
}

.popular .arrowed-link:hover .circle-arrow::before {
    background-color: var(--color-secondary-variant);
}

.testimonials {
    background-image: url(../images/testimonials-bg-img.jpg);
    text-align: center;
    color: white;
    padding: 40px 10px;
    margin: 50px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.testimonials .container {
    background-color: rgba(55, 94, 4, 0.6);
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonials img {
    margin: 10px auto 20px;
}

.testimonials .section-title {
    margin-bottom: 10px;
}

.testimonials h3 {
    font-family: var(--primary-font);
    max-width: 520px;
    margin: 0 auto 30px;
    font-size: 22px;
    font-weight: 300;
}

.services {
    padding: 10px;
    text-align: center;
    margin: 50px auto;
}

.services .card {
    overflow: hidden;
}

.services .card img {
    margin-top: -15px;
    width: 100%;
}


.services h4 {
    text-align: left;
}

.services p {
    text-align: left;
    line-height: 1.6;
}

.gift-card {
    background-attachment: fixed;
    background-image: url(../images/gift-card-bg.jpg);
    padding: 30px 20px 100px;
    text-align: center;
    color: white;
    padding: 50px 10px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px auto;
}

.gift-card h2 {
    line-height: 1.6;
}

.gift-card .btn-light {
    color: var(--color-primary-variant);
}

.gift-card .btn-light:hover,
.gift-card .btn-light:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
}

.offcanvas {
    background-color: var(--color-secondary-variant);
}

.jumbo-text {
    max-width: 910px;
    margin: 50px auto;
    padding: 15px;
}

.jumbo-text h2 {
    line-height: 1.6;
}

.color-primary {
    color: var(--color-primary-variant);
}

.contact-info {
    color: white;
    margin: 50px auto;
    background-image: url(../images/checks-bg-blue.png);
    width: 100%;
    max-width: 1200px;
    padding: 30px;
    background-size: 40% 40%;
    border-radius: 15px;
}

.faqs {
    margin: 50px 0;
}

.contact-info h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.faqs h5 {
    font-weight: 600;
}

.contact-info a {
    display: inline;
    text-decoration: none;
    color: var(--color-secondary-variant);
    font-family: var(--secondary-font);
}

.contact-footer .section-title {
    color: white;
}

.contact-form {
    padding: 0 15px;
}

.contact-info ul li a {
    background-color: white;
    color: var(--color-primary);
}


.contact-footer {
    background-color: var(--color-primary-variant);
    position: relative;
    margin-top: 40px;
    padding: 50px 10px 30px;
}

.contact-footer .form-label {
    color: white;
}

.contact-footer .btn-primary {
    background-color: var(--color-secondary-variant);
    border-color: var(--color-secondary-variant);
    color: white
}

.contact-footer .btn-primary:focus,
.contact-footer .btn-primary:hover {
    background-color: var(--color-grey);
    color: white;
    border-color: var(--color-grey);
}

.mega-footer {
    background-color: var(--color-grey);
    color: white;
    text-align: center;
    padding: 40px 0 0;
}

.mega-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-footer p a {
    color: white;
    text-decoration: none;
}

.mega-footer ul li,
.mega-footer ul li a {
    color: white;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.mega-footer li p {
    text-indent: -40px;
    margin-left: 20px;
}

.mega-footer p .conIcon {
    background-color: white;
    color: var(--color-grey);
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.mega-footer p svg {
    width: 18px;
    color: var(--color-grey);
    display: block;
    margin: 7px auto;
}

.mega-footer p a:hover,
.mega-footer ul li a:hover {
    color: var(--color-secondary-variant);
}

.mega-footer .social-icons li a {
    background-color: white;
    color: var(--color-grey);
}

.mega-footer .social-icons li a:hover {
    color: white;
    background-color: var(--color-secondary-variant)
}


footer {
    background-color: #3B3A3A;
    padding: 15px;
    text-align: center;
    color: white;
}

footer a {
    display: inline-block;
    color: var(--color-secondary-variant);
}

.social-icons {
    list-style: none;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    vertical-align: middle;
}

.social-icons li a {
    margin: 0 2px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-grey);
    color: var(--color-secondary-variant);
    border: 1px solid var(--color-grey);
}

.social-icons li a svg {
    width: 16px;
}



.social-icons li a:hover {
    background-color: white;
    color: var(--color-grey);
    border-color: var(--color-grey);
}


.btns {
    text-align: right;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-primary);
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
}

.spotlight-social {
    margin-bottom: 20px;
    margin-top: 20px;
}

.spotlight-social small {
    color: var(--color-grey);
    margin-bottom: 5px;
    display: block;
    font-size: 11px;
    font-weight: 500;
}

.fuel-your-team {
    background-image: url(../images/checks-bg.png);
    color: white;
    max-width: 800px;
    position: relative;
    padding: 20px;
    background-size: 50% 100%;
    border-radius: 15px;
    margin: 0 10px;
}



.fuel-your-team h3,
.fuel-your-team p {
    margin: 0;
    line-height: 1.4;
}

.fuel-your-team p {
    font-weight: 300;
    font-size: 18px;
    text-align: right;
    max-width: 90%;
    margin-left: 10%;
    margin-top: 20px;
}

.fuel-your-team p a {
    margin: 0;
    display: inline;
    color: var(--color-secondary-variant);
    text-decoration: none;
    font-weight: 400;
}


.inside-page-contact {
    background-color: var(--color-primary-variant);
    padding: 40px 10px;
    color: #fff;
    margin-top: 100px;
    position: relative;
}

/* .inside-page-contact::before {
    content: "";
    display: block;
    background-image: url(../images/inside-contact-bg.svg);
    min-height: 80px;
    margin-top: -90px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
} */

.inside-page-contact .btn-secondary {
    background-color: white;
    color: var(--color-grey);
    border-color: white;
}

.inside-page-contact h3 {
    max-width: 75%;
    margin: 0 auto;
    line-height: 1.6;

}

.inside-page-contact .btn-secondary:hover {
    background-color: var(--color-grey);
    border-color: var(--color-grey);
    color: white;
}

.inside-page-contact.secondary-bg {
    background-color: var(--color-secondary);
}

.inside-page-contact.secondary-bg::before {
    background-image: url(../images/inside-contact-bg-secondary.svg);
}

.inside-page-contact.primary-bg-variant {
    background-color: var(--color-blue);
}

.inside-page-contact.primary-bg-variant::before {
    background-image: url(../images/inside-contact-bg-primary-variant.svg);
}

.gallery {
    width: 100%;
    margin: 50px 0;
}

@media screen and (min-width: 768px) {

    .mega-footer {
        text-align: left;
    }

    .contact-footer::before {
        top: -50px;
    }

    .home-page .spotlight .link {
        text-align: right;
    }

    .btn-set {
        max-width: 500px;
    }

    .quick-links li {
        margin-left: 10px;
    }

    .testimonials .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav {
        margin-top: 0;
    }


    .navbar-brand {
        max-width: 120px;
    }

    .offcanvas a.btn {
        display: inline-flex;
        margin: 0;
        min-width: fit-content;
        margin-left: 5px;
        align-items: center;
        justify-content: space-between;
    }

    .home-page .del-partners h4 {
        text-align: left;
    }

    .offcanvas.offcanvas-end .btns {
        margin-left: 30px;
    }

    .spotlight-caption {
        bottom: 20%;
        font-size: 2.5rem;
    }

    .offcanvas.offcanvas-end {
        flex-direction: row;
        justify-content: flex-end;
    }

    .navbar-expand-lg .navbar-nav {
        width: max-content;
    }

    .home-page .spotlight {
        padding: 40px 0;
    }

    .popular {
        padding: 50px 0;
    }

    .gift-card {
        text-align: left;
        padding-top: 4%;
        padding-bottom: 4%;
        background-size: 100% 100%;
    }

    .fuel-your-team {
        vertical-align: middle;
        padding: 20px 15px;
        transform: scale(1.3);
        margin: 50px auto 100px;
        min-height: 140px;
        background-size: 25% 100%;
    }

    /* .fuel-your-team h3 {
        margin-top: -30px;
    } */

    .fuel-your-team p {
        margin-top: 40px;
        margin-left: 5%;
    }

    footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer p {
        margin-bottom: 0;
    }

    .testimonials {
        background-color: transparent;
        text-align: center;
        color: white;
        padding: 40px 10px;
    }

    .contact-info {
        background-size: 16% 100%;
    }

    .contact-info h3 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1300px) {

    .gift-card {
        background-image: url(../images/gift-card-bg.jpg);
        text-align: left;
        padding-top: 8%;
        padding-bottom: 8%;
        background-size: 100% 100%;
    }


    .contact-footer::before {
        top: -90px;
        min-height: 100px;
    }

    /* .contact-footer {
        margin-top: 150px;
    } */


}

@media screen and (min-width: 1600px) {
    .contact-info {
        padding: 50px 20px 50px;
    }
}

.newsletter-form .btn-primary {
    background-color: #3B3A3A;
    border-color: #3B3A3A;
    color: white;
}

.newsletter-form .btn-primary:focus,
.newsletter-form .btn-primary:hover {
    background-color: var(--color-primary-variant);
    color: white;
    border-color: var(--color-primary-variant);
}


.banner {
    padding: 5px;
    background-color: var(--color-primary-variant);
    color: white;
    font-family: var(--secondary-font);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner .container .banner-close {
    font-family: var(--primary-font);
    margin-left: 30px;
    cursor: pointer;
}

.banner .container small {
    font-size: 60%;
    text-align: right;
    float: right;
    font-family: var(--primary-font);
}

@media screen and (min-width: 992px) {
    .banner {
        padding: 10px;
        font-size: 20px;
    }

    .banner .container {
        justify-content: center;
        gap: 20px;
    }

    .banner .container .banner-close {
        position: absolute;
        right: 0;
        top: 0;
    }
}


.banner .container {
    gap: 10px;
}

.banner .container a {
    color: var(--color-secondary-variant);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    min-width: 70px;
}