:root {
    --main-color: #6369dd;
    --second-color: #000000;
    --light-orange: #FDF1EA;
    --dark--color: #262626;
    --text-color: #444444;
    --padding-space: 100px 0;
    --transtion-time: all 0.4s;
    scroll-behavior: auto;
}


body {
    scroll-behavior: smooth;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
    color: var(--second-color);
    font-weight: 700;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

/* .container {
    max-width: 1400px;
} */

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #FAB815;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}



.btn-main {
    color: rgb(255, 172, 88);
    background-color: var(--main-color);
    color: #fff;
    transition: var(--transtion-time);
    border-radius: 0;
    padding: 8px 24px;
    font-size: 19px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-color: #fff;
    color: var(--second-color);
}

.form-group {
    margin-block: 10px;
}

.header-section {
    text-align: center;
    margin-bottom: 40px;
}

.header-section h2 {
    font-size: 42px;
}


/* navbar */
.navbar {
    background-color: #EEEFFB;
    padding: 0;
    border-bottom: solid 1px #dddee9;
}

.quote-header-btn {
    color: #000;
    font-size: 28px;
    transition: var(--transtion-time);
}

.quote-header-btn p {
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 50px;
    font-weight: bold;
}

.quote-header-btn:hover .phone-span {
    /* color: #FF7E00; */
    text-decoration: underline;
}

.quote-header-btn:hover span {
    /* color: #fff; */
    text-decoration: underline;
}

/* .quote-header-btn i{
    color: #FF7E00;
} */
.quote-header-btn span.phone-span {
    font-size: 28px;
    color: #000;

    transition: var(--transtion-time);
}

.quote-header-btn span {
    font-size: 17px;
    color: #6369DD;
    /* margin-bottom: -4px; */
    /* text-align: center; */
    transition: var(--transtion-time);
}

.navbar .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lime-green);
    border-radius: 50%;
    color: black;
}

.navbar .navbar-toggler {
    /* border: solid 1px var(--main-color); */
    border: solid 1px #000;
    padding: 9px 18px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler i {
    font-size: 24px;
    color: #000;
}


.nav-logo {
    width: 120px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 32px 20px !important;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.navbar .emergency-call {
    color: var(--second-color);
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
}

.navbar .emergency-call a {
    color: var(--second-color);
    text-decoration: none;
}


/* header */

#header {
    background-color: #EEEFFB;
    background-position: 50% 10%;
    background-size: cover;
    /* padding: var(--padding-space); */
    padding: 100px 0 160px;
    /* min-height: 80vh; */
}

#header .list li {
    color: #000;
}

#header .header-btn {
    margin-top: 24px;
}

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: var(--main-color);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container form {
    /* background-color: rgba(200, 200, 200, 0.6); */
    background-color: #fff;
    padding: 20px 6px 20px;
}

#header .form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

#header .form-container .title p {
    font-size: 17px;
    color: #fff;
}

#footer-form .btn-submit,
#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 0px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#footer-form .btn-submit:hover,
#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}

#header .form-container label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

#header .header-content h1,
#header .header-content p {
    color: #000;
    /* text-align: center; */
}

#header .header-content p {
    font-size: 17px;
    margin-bottom: 12px;
}

#header .header-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.3;
}

#header .header-content .btn-package {
    width: fit-content;
    border-radius: 0;
    line-height: 1;
    padding: 13px 14px;
}

.header-img {
    position: relative;
    /* border-radius: 15% 85% 10% 90% / 88% 10% 90% 12% ; */
    /* transform: rotate(); */
}

.header-img img {
    transform: rotate(2deg);
    border-radius: 20px;
}

.video-position {
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 275px;
    height: 369px;
    overflow: hidden;
    border-radius: 20px;
    transform: rotate(-2deg);
    /* border-radius: 15% 85% 10% 90% / 88% 10% 90% 12% ; */
}

.iphone-frame {
    width: fit-content;
    margin: auto;
}

.iphone-frame .inner-video {
    position: absolute;
    top: 0;
    left: 0;
    /* left: -177px; */
    width: 100%;
    height: 100%;
}

#header .header-content h1 span {
    display: block;
    font-size: 20px;
    color: var(--main-color);
    margin-top: 4px;
}

/* intro */

.intro {
    padding: var(--padding-space);
}


.intro-card {
    position: relative;
    min-height: 500px;
}

.intro-card  video[poster] {
  /* Styles for video elements with a poster attribute */
  /*min-width: 375px;*/
  /*min-height: 500px;*/
}

.loading {
    background-color: #f1f5f9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media all and (min-width:1024px) {
    #intro .container-fluid {
        max-width: 1600px;
    }

    #header .container-fluid {
        max-width: 1400px;
    }
}

/* brands */
.brands {
    padding: var(--padding-space);
}



/* events */
.events {
    padding: var(--padding-space);
    background-image: url('../img/banner-bg.png');
    background-repeat: repeat;
    background-size: contain;
}

.events .header-section span,
.events .header-section h2 {
    color: #fff;
    text-align: center;
}

.event-card {
    border: 0 #fff;
    /* border-radius: 14px; */
    margin-bottom: 40px;
    padding: 28.8px 16px 32px;
}

.event-card h3 {
    font-size: 30px;
}

.event-card-1 {
    background-color: #6369DD;
}




.event-card h3,
.event-card p {
    color: var(--second-color);
}

.event-card-2 {
    background-color: #AB7FF4;
}

.event-card-3 {
    background-color: #99F2CB;
}

.event-card-4 {
    background-color: #EBF776;
}

.event-card-5 {
    background-color: #DF7DE9;
}


.btn-events {
    background-color: transparent;
    border: solid 1px var(--second-color);
    color: var(--second-color);
    font-weight: 500;
    border-radius: 0;
    font-size: 17px;
    transition: var(--transtion-time);
}

.btn-events:hover {
    background-color: #fff;
    border: solid 1px #000;
}

/* about */

#about {
    padding: var(--padding-space);
    background-color: #F6F6F6;
    position: relative;
}



#about h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
    /* color: #1d1d1d; */
}

#about h2 span {
    color: var(--main-color);
    font-size: 30px;
    display: block;
    margin-top: 4px;
}

#about h3 {
    margin-bottom: 0;
    margin-top: 30;
}




.img-wrapper img {
    /* border-radius: 50%; */
    border: 9px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    /* width: 90%; */
    margin: 0 auto;
}



/* cta */
.cta {
    background-color: var(--main-color);
    padding: 50px 0;
}

.cta h3 {
    font-size: 31px;
    color: #fff;
    text-align: center;
}

.cta-content a {
    color: #000;
    text-decoration: underline;
}

.btn-cta {
    background-color: transparent;
    border: solid 1px #ffff;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    font-size: 20px;
    transition: var(--transtion-time);
}

.btn-cta:hover {
    background-color: var(--second-color);
    border: solid 1px var(--second-color);
    color: #fff;
}


/* gallery */

#gallery-sec {
    padding: var(--padding-space);
}

@media all and (min-width:992px) {

    #gallery-sec .container-fluid,
    #whyUs .container-fluid,
    #about .container-fluid,
    #price .container-fluid {
        max-width: 1550px;
    }
}

/* #gallery-sec h2 {
    font-size: 30px;
    margin-bottom: 15px
} */

.gallery-sec-group {
    margin-bottom: 50px;
}

ul.gallery-group {
    gap: 25px 15px !important;
}


#gallery-sec .icon-search {
    font-size: 26px;
    color: var(--main-color);
}

ul.gallery-group li {
    width: 23.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.fancy-video {
    position: relative;
}

.fancy-video figure {
    margin-bottom: 0;
}

/* .fancy-video figure img,
.fancy-video .overlay {
    border-radius: 9px;
} */

.fancy-video .overlay {
    background-color: rgba(0, 0, 0, 0);
    /*opacity: 0.7;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset: 0;
}

.fancy-video:hover .overlay {
    background-color: rgba(0, 0, 0, .40);
}

.fancy-video:hover .icon-play_wrapper {
    display: flex;
}

.fancy-video .icon-play_wrapper {
    background-color: rgba(248, 251, 252, 0.65);
    width: 55px;
    height: 55px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    transition: all 0.5s;
}

.fancy-video .icon-play_wrapper ion-icon {
    font-size: 32px;
    color: #080808;
}

span.project-title {
    text-align: center;
    font-size: 14px;
    color: #010101;
    text-decoration: none;
    line-height: 1;
    margin-top: 15px;
}

ul.gallery-group li:nth-child(8)~li {
    display: none;
    /* opacity: 0.7; */
}

.gallery-image a {
    text-decoration: none;
}

.load-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 190px;
    height: 54px;
    /* text-transform: uppercase; */
    background-color: var(--main-color);
    color: white;
    margin: 50px auto;
    /* border-radius: 50px; */
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 12px 20px;

}

.load-more:hover {
    background-color: var(--second-color);
    color: #fff;
    text-decoration: none;
}


.loaded {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility .3s 1s, opacity .3s 1s, height .3s 1s;
}



/* packages */
.packages {
    padding: var(--padding-space);
    background-color: #F6F6F6;

}


.package-card figure {
    height: 350px;
    overflow: hidden;
}

.package-card figcaption> :first-child {
    margin-bottom: 8px;
}

.package-card figcaption {
    padding: 0 30px 30px;
}

.package-card {
    background-color: #fff;
    /* padding: 36px; */
    border: solid 1px #cbcbcb;
    /* min-height: 670px;
    position: relative; */
}

.package-card h3 {
    font-size: 22px;
}

.packages .nav-tabs {
    margin-bottom: 50px;
    border-bottom: none;
}

.packages .nav-link {
    color: #000;
}

.nav-tabs .nav-link {
    transition: var(--transtion-time);
    border-radius: 0;
}

.packages .nav-tabs .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0;
}

.package-list {
    margin-top: 12px;
}

.package-list li i {
    color: var(--main-color);
}

.btn-package {
    background-color: var(--main-color);
    width: 100%;
    border-radius: 0;
    transition: var(--transtion-time);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.btn-package:hover {
    background-color: var(--second-color);
    color: #fff;
}

/* testi */
section#testimonials {
    padding: var(--padding-space);
    background-color: #F6F6F6;
}

#testimonials h2 {
    margin-bottom: 40px;
    font-size: 40px;
}

#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 95px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: inherit !important; */
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.review-block {
    background-color: #fcfcfc;
    text-align: center;
    padding: 40px 40px 35px;
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    margin-bottom: 30px;
}

.review-block img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.review-block p {
    font-size: 15px;
    color: #525a6c;
    line-height: 24px;
    margin-bottom: 25px;
}

.review-block h5.author {
    font-size: 16px;
    font-weight: bold;
}

.review-block h5.author span {
    display: block;
    color: #92969f;
    font-weight: normal;
    font-size: 13px;
    margin-top: 3px;
}

.review-block img.rating {
    margin-bottom: 25px;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    /* padding-right: 6px; */
}


.business-info .reviews-count {
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}


button.owl-next {
    right: -20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    display: block;
}


/* contact form */
#footer-form {
    padding: var(--padding-space);
    position: relative;
    z-index: 999;
    background-color: #fff;
}

#footer-form .section-header h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

#footer-form .form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
}

th.datepicker-switch {
    font-weight: bold;
    color: #1f1d1d;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}

th.dow {
    color: #6b7280;
}

.datepicker tfoot tr th.clear {
    background: rgb(154 152 152 / 23%);
    color: #1c1c1c;
}

.datepicker tfoot tr th.clear:hover {
    background: rgb(154 152 152 / 60%);
}

.datepicker .next,
.datepicker .prev {
    color: #afafaf;
}

td.day {
    padding: 9px !important;
    line-height: 1;
}

.datepicker table tr td.disabled {
    color: rgb(119 119 119 / 80%);
}

.datepicker table tr td {
    color: #222;
}

.datepicker tfoot tr th.clear {
    display: table-cell !important;
}


.form-wrapper h4 {
    text-align: center;
    margin-bottom: 15px;
}

.form-wrapper .cta-sub {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.form-wrapper button {
    margin: 15px 0;
    padding: 12px 45px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(71, 85, 105, .1);
    border-radius: 0;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.form-label span {
    margin-left: 4px;
    color: #DC2626;
}

.form-label span.muted {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
}

.form-control {
    font-size: 14px;
    color: #222;
}

.form-control:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 0 0.2rem #93C5FD;
}

textarea.form-control {
    height: 150px;
}

footer {
    background-color: #000000;
    padding: 30px 0;
}

.img-logo {
    width: 140px;
}

/*
#footer .btn-main:hover {
    background-image: #fff;
    color: #fff;
} */

.btn-style1 {
    line-height: 1.25;
    padding: 12px 30px;
    font-size: 23px;
    font-weight: 600;
    color: #fffaf9;
    -webkit-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .4s cubic-bezier(.24, .74, .58, 1);
    transition: .4s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    border: 2px solid #9C8B7E;
}


#copyright {
    text-align: center;
    color: #fff;
    background-color: #1F1F1F;
}

.copyright-wrapper {
    padding: 8px 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: white
}

#back-to-top {
    position: fixed;
    bottom: -45px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--second-color);
}


@media (max-width: 575px) {

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 60%;
        text-align: center;
        border-radius: 56px;
        background-color: var(--main-color);
        visibility: visible;
        color: white;
        z-index: 998;
        font-size: 20px;
    }

    .navbar-nav .nav-link {
        text-align: center;
        padding: 10px !important;
    }

    .navbar {
        margin-top: 49px;
    }

    #header {
        padding: var(--padding-space);
    }

    #header .header-content h1 span {
        font-size: 24px;
    }

    #header .header-content h1 {
        font-size: 28px;
    }

    .video-header-wrapper {
        width: fit-content;

        margin: 20px auto 0;
    }

    .video-header-wrapper .video-header {
        width: 100%;
        min-height: 390px;
        border-radius: 20px;
        overflow: hidden;
    }

    .intro h2 {
        font-size: 32px;
    }

    .intro-card {
        margin-bottom: 20px;
    }

    .events h2 {
        font-size: 37px;
    }

    .packages h2 {
        font-size: 33px;
    }

    .packages h3 {
        font-size: 28px;
    }

    .brands h2 {
        font-size: 32px;
    }

    .package-card {
        margin-bottom: 20px;
    }

    #about h2 span {
        font-size: 28px;
        margin-top: 10px;
    }

    .cta h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .package-card figure {
        height: auto;
    }

    .package-card figcaption {
        padding: 5px 20px 20px;
    }

    #gallery-sec h2 {
        font-size: 38px;
    }

    ul.gallery-group {
        gap: 20px 0 !important;
    }

    ul.gallery-group li {
        padding-left: 0;
        margin: 0;
        /* margin-bottom: 20px; */
        width: 100%;
    }

    .gallery-image a {
        text-align: center;
    }

    #testimonials h2 {
        font-size: 34px;
    }

    #footer-form .section-header h2 {
        font-size: 37px;
    }
}