@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    color: var(--white);
    word-break: break-word;
    background-color: var(--backgroundColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7f7f7f;
    --themeColor: #242c3e;
    --themeColor2: #ffd556;
    --themeColor3: #fabf08;
    --themeColor4: #fae608;
    --themeColor5: #;
    --headingColor: #253c6d;
    --backgroundColor: #242c3d;
    --themeColorGradient: linear-gradient(-179deg, #e6d305 0%, #f3b803 44%, #ff9c00 100%);
}

a {
    color: var(--white);
    white-space: initial;
    text-decoration: none;
    display: inline-block;
}


a:hover,
a:focus {
    text-decoration: none;
    color: var(--white);
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}



/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    margin: 0 0 0px;
    font-size: 123px;
    font-weight: 700;
    color: var(--white);
    font-family: 'Inter';
}

h2 {
    margin: 0 0 0px;
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    font-family: 'Inter';
}

h3 {
    margin: 0 0 0px;
    font-size: 35px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Inter';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Inter';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Inter';
}

h6 {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--white);
    font-family: 'Montserrat';
}

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading h2 {
    margin-bottom: 20px;
}

.section-heading p {
    width: 90%;
    margin: auto;
    max-width: 650px;
}

.theme-btn-1 {
    gap: 5px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    width: fit-content;
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
    text-transform: capitalize;
    border: 1px solid transparent;
    background: var(--themeColorGradient);
}

.theme-btn-1 i {
    font-size: 20px;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background: var(--themeColor);
    border: 1px solid var(--white);
}



/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: var(--white);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.lang-switcher {
    position: relative;
    display: inline-block;
}

#langBtn {
    gap: 3px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 50px;
    color: var(--white);
    align-items: center;
    justify-self: center;
    background-color: #50524d;
    border: 1px solid var(--white);
}

#langBtn:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--white);
    background-color: var(--headingColor);
}

#langBtn i {
    font-size: 16px;
}

.lang-dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    width: 140px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 99;
}

.lang-dropdown li {
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
}

.lang-dropdown li:hover {
    background: #efefef;
}

.goog-te-banner-frame,
.goog-te-gadget-icon {
    display: none !important;
}

.menuSection {
    top: 20px;
    z-index: 9;
    width: 100%;
    position: absolute;
}

.header-btn {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn .header-btn-ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-tel-btn {
    gap: 3px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 50px;
    color: var(--white);
    align-items: center;
    justify-self: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #50524d;
    border: 1px solid var(--white);
}

.header-tel-btn:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--white);
    background-color: var(--headingColor);
}

.header-tel-btn i {
    font-size: 20px;
}

/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    min-height: 1120px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 0px 80px;
}

.main_slider video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.main_slider::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
}

.main_slider .container {
    z-index: 2;
    position: relative;
}

.banner_text h1 {
    max-width: 440px;
    margin-bottom: 10px;
}

.banner_text p {
    max-width: 515px;
    line-height: 33px;
    margin-bottom: 30px;
}

.banner_text ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li a {
    padding: 20px 35px;
}

.banner-text-right .count-box {
    display: flex;
    row-gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}

.banner-text-right .count-box li {
    gap: 15px;
    width: 48%;
    height: auto;
    padding: 25px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.banner-text-right .count-box li i {
    color: var(--themeColor3);
    font-size: 40px;
}

.banner-text-right .count-box li h2 {
    font-weight: 600;
    color: var(--themeColor3);
}

.banner-text-right .count-box li p {
    font-size: 14px;
}

.tour-box {
    padding: 25px;
    border-radius: 15px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.tour-box h3 {
    gap: 15px;
    display: flex;
    font-size: 27px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.tour-box h3 i {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 30px;
    text-align: center;
    align-items: center;
    color: var(--white);
    border-radius: 10px;
    justify-content: center;
    background-color: var(--themeColor3);
}

.tour-box ul {
    gap: 20px;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}

.tour-box ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tour-box ul li i {
    color: var(--themeColor3);
}

/*banner css end*/

/* promotion sec */

.promotion-sec {
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/promotiom-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promotion-sec .section-heading {
    margin-bottom: 100px;
}

.promotion-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background: linear-gradient(0deg, var(--backgroundColor) 0%, #242c3dec 70%, #242c3dd8 100%);
}

.promotion-sec .container {
    z-index: 1;
    position: relative;
}

.promotion-box-left ul {
    gap: 15px;
    height: auto;
    padding: 25px;
    display: flex;
    margin-bottom: 20px;
    border-radius: 15px;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.promotion-box-left ul li i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #fabd0875;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px var(--themeColor4);
}

.promotion-box-left ul li h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.promotion-box-left ul li p {
    opacity: 0.8;
    font-size: 14px;
}

.promotion-box-right {
    max-width: 600px;
    margin: 0px 0px 0px auto;
}

.promotion-box-right ul {
    display: flex;
    row-gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}

.promotion-box-right li {
    gap: 15px;
    width: 48%;
    height: auto;
    padding: 25px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.promotion-box-right li i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px var(--themeColor3);
}

.promotion-box-right li p {
    opacity: 0.8;
    font-size: 14px;
}

.book-select-box {
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 100px 40px 35px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.book-select-box p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
}

.book-select- {
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    background-color: #86702e;
}

.book-select- h4 {
    padding: 0px 30px;
    position: relative;
    margin-bottom: 20px;
    color: var(--themeColor2);
}

.book-select- h4::before {
    top: 0;
    bottom: 0;
    left: 10px;
    width: 30px;
    margin: auto;
    content: '\f890';
    position: absolute;
    text-align: center;
    color: var(--themeColor2);
    font-family: 'Font Awesome 7 Pro';
}

.book-select- h4::after {
    top: 0;
    bottom: 0;
    right: 10px;
    width: 30px;
    margin: auto;
    content: '\f890';
    position: absolute;
    text-align: center;
    color: var(--themeColor2);
    font-family: 'Font Awesome 7 Pro';
}

.book-select {
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

.book-date-select {
    gap: 10px;
    width: 48.5%;
    display: flex;
    font-size: 17px;
    cursor: pointer;
    font-weight: 700;
    padding: 15px 18px;
    position: relative;
    color: var(--white);
    border-radius: 15px;
    align-items: center;
    background: #b6993e;
    justify-content: center;
}

.book-date-select i {
    color: var(--themeColor2);
}

.book-date-select span.display-text span {
    background-color: transparent !important;
}

.book-date-select input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.display-text {
    font-size: 15px;
}

.promotion-box-left button {
    width: 100%;
    height: 65px;
    font-weight: 600;
    box-shadow: 0px 0px 7px #fabf08;
}

/* promotion sec */

/* simple-fast-sec */

.simple-fast-sec {
    padding: 50px 0px 100px;
}

.simple-fast-sec .section-heading h5 {
    gap: 5px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    padding: 14px 20px;
    width: fit-content;
    border-style: solid;
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    margin: 0px auto 50px;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
    text-transform: capitalize;
    border-color: rgb(250, 191, 8);
    background-color: rgba(255, 213, 86, 0.61);
}

.simple-fast-sec .section-heading h5 i {
    color: var(--themeColor2);
}

.simple-fast-sec .section-heading {
    margin-bottom: 80px;
}

.simple-box {
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 50px 25px 30px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.simple-box-icon {
    width: 100px;
    height: 100px;
    display: flex;
    font-size: 50px;
    align-items: center;
    color: var(--white);
    border-radius: 15px;
    margin: 10px auto 20px;
    justify-content: center;
    background: var(--themeColorGradient);
}

.simple-box h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

.simple-box h6 {
    margin-top: 25px;
    padding-top: 20px;
    font-style: italic;
    border-top: 1px solid var(--white);
}

.simple-box span {
    left: 0;
    right: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    font-size: 25px;
    position: absolute;
    color: var(--white);
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: var(--themeColorGradient);
}

.adventure-box {
    padding: 50px 8%;
    margin-top: 25px;
    position: relative;
    text-align: center;
    border-radius: 15px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.adventure-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adventure-box ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adventure-box ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.adventure-box ul li i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor4);
    background-color: #fabd089a;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.adventure-box h3 {
    font-size: 30px;
    margin-top: 30px;
}

.adventure-box h4 {
    font-size: 18px;
    margin: 25px 0px;
}

/* simple-fast-sec */


/* adventure-sec */

.adventure-sec {
    padding: 100px 0px 160px;
    background-image: url(../images/package-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.adventure-box-img {
    height: 270px;
    position: relative;
}

.adventure-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adventure-box-img ul {
    top: 15px;
    gap: 10px;
    right: 15px;
    display: flex;
    position: absolute;
    align-items: flex-end;
    flex-direction: column;
}

.adventure-slider-box {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--themeColor3);
}

.popular-tag {
    gap: 5px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    width: fit-content;
    color: var(--black);
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
    text-transform: capitalize;
    border: 1px solid transparent;
    background: var(--themeColorGradient);
}

.free-tag {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    color: var(--white);
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #5abc02;
}

.free-tag i {
    margin: 0px 3px;
    font-size: 14px;
}

.adventure-box-text {
    padding: 30px;
}

.adventure-box-text h3 {
    margin-bottom: 30px;
}

.adventure-box-text h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--themeColor2);
}

.adventure-box-text ul {
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.adventure-box-text ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.adventure-box-text ul li i {
    font-size: 10px;
    color: var(--themeColor3);
}

.adventure-box-text ul li h5 {
    font-size: 15px;
    font-weight: 400;
}

.adventure-box-text h2 {
    z-index: 10;
    display: block;
    padding-top: 15px;
    color: transparent;
    margin-bottom: 5px;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    border-top: 1px solid var(--themeColor3);
    background-image: var(--themeColorGradient);
}

.adventure-box-text h2 s {
    font-size: 18px;
    font-weight: 600;
    color: #b2b4b3;
}

.adventure-box-text h6 {
    opacity: 0.8;
    font-size: 15px;
    margin-bottom: 20px;
    color: var(--themeColor2);
}

.adventure-box-text .theme-btn-1 {
    width: 100%;
    height: 65px;
    box-shadow: 0px 0px 7px #fabf08;
}

.adventureSlider .slick-slide {
    opacity: 1;
    margin: 25px 10px;
}

.adventureSlider .slick-slide .adventure-slider-box {
    transform: scale(0.85);
}

.adventureSlider .slick-slide.slick-current.slick-active.slick-center .adventure-slider-box {
    transform: scale(1.05);
}

.adventureSlider .slick-slide .adventure-slider-box .adventure-box-text ul {
    opacity: 0;
}

.adventureSlider .slick-slide.slick-current.slick-active.slick-center .adventure-slider-box .adventure-box-text ul {
    opacity: 1;
}

.adventureSlider .slick-slide.slick-current.slick-active.slick-center {
    margin: 20px 10px;
}

.adventureSlider .slick-prev,
.adventureSlider .slick-next {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
}

.adventureSlider .slick-prev::before,
.adventureSlider .slick-next::before {
    content: '\f054';
    font-size: 20px;
    color: var(--white);
    font-family: 'Font Awesome 7 Pro';
}

.adventureSlider .slick-prev {
    left: -70px;
    transform: rotate(180deg);
}

.adventureSlider .slick-next {
    right: -70px;
}

.adventureSlider .slick-prev:hover,
.adventureSlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.adventureSlider .slick-dots {
    bottom: -90px;
}

.adventureSlider .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0.6;
}

.adventureSlider .slick-dots li button {
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
}

.adventureSlider .slick-dots li:hover {
    opacity: 1;
}

.adventureSlider .slick-dots li button::before {
    content: '';
}

.adventureSlider .slick-dots li.slick-active {
    opacity: 1;
}

.adventureSlider .slick-dots li.slick-active button {
    background: var(--themeColorGradient);
}

/* adventure-sec */

/* packages-sec */

.packages-sec {
    padding: 100px 0px;
    background-image: url(../images/package-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.package-box-img {
    display: flex;
    height: 270px;
    align-items: center;
    position: relative;
    justify-content: center;
}

.package-box-img img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.package-box-img ul {
    top: 15px;
    right: 15px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.package-box {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--themeColor3);
}

.package-box-text {
    padding: 30px;
}

.package-box-text h3 {
    text-align: center;
    margin-bottom: 20px;
}

.package-box-text .package-box-price {
    padding: 25px;
    border-width: 1px;
    text-align: center;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 20px;
    border-color: rgba(255, 191, 0, 0.815);
    background-color: rgba(71, 65, 48, 0.767);
}

.package-box-text .package-box-price h2 {
    gap: 10px;
    z-index: 10;
    display: flex;
    padding-top: 15px;
    color: transparent;
    margin-bottom: 5px;
    align-items: flex-end;
    background-clip: text;
    justify-content: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    border-top: 1px solid var(--themeColor3);
    background-image: var(--themeColorGradient);
}

.package-box-text .package-box-price h2 s {
    right: 0;
    top: -30px;
    font-size: 18px;
    color: #b7b6b1;
    position: absolute;
}

.package-box-text .package-box-price h2 span {
    bottom: 10px;
    font-size: 12px;
    color: #b7b6b1;
    position: relative;
}

.package-box-text .package-box-price h4 {
    gap: 5px;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto;
    padding: 10px 20px;
    width: fit-content;
    color: var(--black);
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
    text-transform: capitalize;
    border: 1px solid transparent;
    box-shadow: 0px 0px 7px #fabf08;
    background: var(--themeColorGradient);
}

.package-box-text h5 {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 20px;
}

.package-box-text ul {
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.package-box-text ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.package-box-text ul li i {
    font-size: 10px;
    color: var(--themeColor3)
}

.package-box-text .theme-btn-1 {
    width: 100%;
    height: 65px;
    color: var(--black);
    box-shadow: 0px 0px 7px #fabf08;
}

.package-box-text .theme-btn-1 i {
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 10px;
    border-radius: 50%;
    color: var(--black);
    align-items: center;
    justify-content: center;
    border: 2px solid var(--black);
}

/* packages-sec */

/* glow-sec */

.glow-sec {
    padding: 100px 0px;
    background-image: url(../images/glow-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.glow-video {
    padding: 50px;
    text-align: center;
    border-radius: 15px;
    border: 1.5px solid #579c8f;
}

.glow-video video {
    width: 100%;
    height: 400px;
    max-width: 345px;
    object-fit: cover;
    margin-bottom: 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 130px 50px #30d683;
}

.glow-video h2 {
    color: #72e3af;
    margin-bottom: 10px;
}

.glow-video p {
    color: #b0c3c7;
    margin-bottom: 30px;
}

.glow-video ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.glow-video ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.glow-video ul li i {
    margin-right: 10px;
    position: relative;
}

.glow-video ul li:first-child i {
    color: #72e3af;
}

.glow-video ul li:nth-child(2) i {
    color: #8a70a7;
}

.glow-video ul li:nth-child(3) i {
    color: #338fb1;
}

.glow-video ul li:last-child i {
    color: #7574a8;
}

.glow-video ul li i::after {
    top: 0;
    bottom: 0;
    left: -18px;
    width: 10px;
    height: 10px;
    margin: auto;
    font-size: 10px;
    font-weight: 600;
    content: '\f111';
    position: absolute;
    font-family: 'Font Awesome 7 Pro';
}

.glow-video ul li:first-child h6 {
    color: #72e3af;
}

.glow-video ul li:nth-child(2) h6 {
    color: #8a70a7;
}

.glow-video ul li:nth-child(3) h6 {
    color: #338fb1;
}

.glow-video ul li:last-child h6 {
    color: #7574a8;
}

.glow-text {
    text-align: center;
}

.glow-text ul {
    row-gap: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.glow-text ul li {
    width: 48.5%;
}

.glow-text ul li {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #72e3af;
}

.glow-text ul li h5 {
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
}

.glow-text ul li h5 i {
    width: 45px;
    height: 45px;
    display: flex;
    color: #599a90;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #599a90;
}

.glow-text ul li:nth-child(2) {
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(114, 227, 175);
    background-color: rgba(34, 77, 103, 0.603);
}

.glow-text ul li:nth-child(2) h5 {
    color: #6ab4e5;
}

.glow-text ul li:nth-child(2) h5 i {
    color: #6ab4e5;
    border: 1px solid #4e84ac;
    background-color: #345d82;
}

.glow-text ul li:nth-child(3) {
    background-color: #2e4d6e;
}

.glow-text ul li:nth-child(3) h5 {
    color: var(--white);
}

.glow-text ul li:nth-child(3) h5 i {
    color: #5a7ec6;
    border: 1px solid #426497;
    background-color: #3c5880;
}

.glow-text ul li:last-child {
    background-color: #224d6752;
}

.glow-text ul li:last-child h5 {
    color: #fff963;
}

.glow-text ul li:last-child h5 i {
    color: #f6f38b;
    border: 1px solid #91a484;
    background-color: #93a572;
}


.glow-text ul li p {
    text-align: left;
}

.glow-text ul.justify-content-center {
    gap: 15px;
}

.glow-text ul.justify-content-center li {
    padding: 0px;
    border: none;
    margin-top: 25px;
    width: fit-content;
}

.glow-text ul.justify-content-center li:last-child {
    background-color: transparent;
}

.glow-text ul.justify-content-center li .theme-btn-1 {
    height: 65px;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    border: 1px solid transparent;
}

.glow-text ul.justify-content-center li .theme-btn-1:hover {
    color: #72e3af;
    border: 1px solid #72e3af;
    background-color: #24415d;
}

.glow-text ul.justify-content-center li .theme-btn-1:hover i {
    color: #72e3af;
}

.glow-text h2 {
    color: #78f9f9;
    margin-bottom: 30px;
}

.glow-text h4 {
    font-size: 27px;
    color: #72e3af;
    font-weight: 600;
    margin-bottom: 50px;
}

.glow-text h4 span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    color: #ffe99c;
}

/* glow-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
    background-image: url(../images/why-choos-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-choose-box {
    gap: 20px;
    display: flex;
    height: 350px;
    min-height: 100%;
    text-align: center;
    padding: 40px 45px;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ffc100;
    background-color: #354768;
}

.why-choose-box i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #485062;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.why-choose-text {
    gap: 20px;
    display: flex;
    margin-top: 25px;
    min-height: 440px;
    position: relative;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    padding: 50px 25px 30px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.why-choose-text h4 {
    max-width: 600px;
}

.why-choose-text .theme-btn-1 {
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 70px;
    color: var(--black);
}

.why-choose-text .theme-btn-1 i {
    width: 24px;
    height: 24px;
    display: flex;
    padding-top: 2px;
    font-size: 13.5px;
    border-radius: 50%;
    padding-right: 2px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--black);
}

/* why-choose-sec */

/* celebration-sec */

.celebration-sec {
    padding: 100px 0px;
    background-image: url(../images/why-choos-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.combos-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
    justify-content: space-between;
}

.combos-boxes .combos-box {
    gap: 10px;
    width: 19%;
    padding: 25px;
    display: flex;
    min-height: 100%;
    min-height: 200px;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ffc100;
    background-color: #354768;
}

.combos-boxes .combos-box i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #485062;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.celebration-priceing-box {
    display: flex;
    min-height: 100%;
    border-width: 1px;
    text-align: center;
    align-items: center;
    border-style: solid;
    border-radius: 20px;
    flex-direction: column;
    transition: ease-in-out;
    padding: 40px 25px 25px;
    border-color: #ffc100;
    transition-duration: 0.5s;
}

.celebration-priceing-box:hover {
    transition: ease-in;
    transform: scale(1.05);
    transition-duration: 0.5s;
}

.celebration-priceing-box ul {
    gap: 15px;
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}

.celebration-priceing-box ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.celebration-priceing-box ul li i {
    font-size: 10px;
    color: var(--themeColor2);
}

.celebration-priceing-box .theme-btn-1 {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

.celebration-priceing-box .theme-btn-1:hover {
    color: var(--white);
}

.celebration-priceing-box h2 {
    padding-top: 15px;
    color: transparent;
    margin-bottom: 30px;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: var(--themeColorGradient);
}

.celebration-priceing-box h2 span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--white);
    text-transform: capitalize;
}

.celebration-priceing-box .popular-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 16px;
    margin-bottom: 20px;
}

.celebration-bottom-text {
    margin-top: 35px;
    text-align: center;
}

.celebration-bottom-text p {
    opacity: 0.8;
    font-size: 12px;
    margin: 0px auto;
    font-style: italic;
    width: fit-content;
    position: relative;
}

.celebration-bottom-text p::before {
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    content: '';
    left: -15px;
    margin: auto;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.celebration-bottom-box {
    display: flex;
    padding: 25px;
    margin-top: 25px;
    min-height: 400px;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ffc100;
}

.celebration-bottom-box h2 {
    margin-bottom: 10px;
}

.celebration-bottom-box ul.celebration-bottom-ul-call {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px;
    align-items: center;
    justify-content: center;
}

.celebration-bottom-box ul.celebration-bottom-ul-call li .theme-btn-1 {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    border: 1px solid transparent;
}

.celebration-bottom-box ul.celebration-bottom-ul-call li .theme-btn-1:hover {
    color: #72e3af;
    border: 1px solid #72e3af;
    background-color: #24415d;
}

.celebration-bottom-box ul.celebration-bottom-ul-adderss {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.celebration-bottom-box ul.celebration-bottom-ul-adderss li {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.celebration-bottom-box ul.celebration-bottom-ul-adderss li i {
    color: var(--themeColor2);
}

.celebration-bottom-box ul.celebration-bottom-ul-adderss li a {
    font-weight: 600;
    color: var(--white);
}

/* celebration-sec */

/* review-sec */

.review-sec {
    padding: 100px 0px;
    background-image: url(../images/group-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-big-box {
    gap: 15px;
    height: auto;
    display: flex;
    text-align: center;
    padding: 50px 25px;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.review-big-box ul {
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-big-box ul li i {
    color: #ffd000;
}

.review-big-box h6 {
    font-size: 14px;
    font-style: italic;
    color: var(--themeColor3);
}

.reviewSlider .review-big-box-text {
    margin-bottom: 20px;
}

.reviewSlider .review-big-box-text p {
    font-size: 23px;
    max-width: 800px;
    margin: 0px auto;
    line-height: 40px;
}

.reviewSlider ul {
    gap: 10x;
}

.reviewSlider ul li i {
    font-size: 20px;
}

.reviewSlider {
    margin-bottom: 50px;
}

.reviewSlider .slick-slide {
    margin: 0px 10px;
}

.reviewSmallSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.review-btn {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

.reviewSmallSlider .review-big-box {
    background-color: #324465;
}


/* review-sec */








/* FAQ Page Start */

.faq-sec {
    padding: 100px 0px;
    background-image: url(../images/why-choos-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.accordion-body.gorrila-page-txt {
    border-top: none;
    background: transparent;
    padding: 0px 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.privacy-accr .accordion-item {
    margin: 30px 0;
    overflow: hidden;
    border-radius: 15px;
    background-color: #2b416a;
    border: 1px solid var(--themeColor3);
}

.privacy-accr .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: unset;
    color: var(--white);
    background: transparent;
    font-size: 21px;
    text-transform: capitalize;
    padding: 25px 30px;
    font-weight: 600;
    border-bottom: 0 !important;
}

.faqs-main .accordion-collapse.collapse {
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
}

.privacy-accr button:focus:not(:focus-visible) {
    box-shadow: none;
}

.privacy-accr .accordion-button::after {
    top: 35px;
    width: 30px;
    right: 30px;
    height: 30px;
    display: flex;
    font-size: 25px;
    font-weight: 400;
    content: "\f078";
    position: absolute;
    color: #fdca3f;
    border-radius: 50%;
    align-items: center;
    background-image: none;
    justify-content: center;
    font-family: 'Font Awesome 7 Pro';
}

.privacy-accr .accordion-button:not(.collapsed)::after {
    top: 20px;
    content: "\f078";
}

.privacy-accr p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.privacy-accr button.accordion-button {
    gap: 15px;
    font-weight: 600;
    border: none;
    font-size: 20px;
    padding: 25px 30px;
    border-radius: 0px;
    color: var(--white);
    background: transparent;
    text-transform: capitalize;
}

.privacy-accr button.accordion-button.collapsed i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #fabd0875;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.faq-question-box {
    gap: 15px;
    display: flex;
    min-height: 240px;
    padding: 50px 25px;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.faq-question-box ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.faq-question-box ul li .theme-btn-1 {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    border: 1px solid transparent;
}

.faq-question-box ul li .theme-btn-1:hover {
    color: #72e3af;
    border: 1px solid #72e3af;
    background-color: #24415d;
}

/* FAQ Page End */

/* team-sec */

.team-sec {
    padding: 100px 0px;
    background-image: url(../images/why-choos-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team-text {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.team-text i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #fabd0875;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.team-text h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #fdca3f;
}

.team-text p {
    font-weight: 600;
    max-width: 750px;
    line-height: 35px;
    margin: 20px auto 5px;
}

.team-heading {
    padding: 25px;
    border-radius: 20px;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.team-box {
    gap: 10px;
    padding: 25px;
    display: flex;
    margin: 25px 0px;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.team-box i {
    width: 60px;
    height: 60px;
    display: flex;
    opacity: 0.7;
    font-size: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor3);
    background-color: #485062;
    border-color: var(--themeColor4);
    box-shadow: 0px 0px 7px #fabf08;
}

.team-box h6 {
    font-size: 20px;
}

.team-box p {
    font-size: 13px;
}

.team-joing-box {
    gap: 15px;
    display: flex;
    padding: 40px 25px;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #4a4c5360;
    border: 1px solid var(--themeColor2);
}

.team-joing-box .theme-btn-1 {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    border: 1px solid transparent;
}

.team-joing-box .theme-btn-1:hover {
    color: #72e3af;
    border: 1px solid #72e3af;
    background-color: #24415d;
}

.team-joing-box .joint-mail-btn i {
    font-size: 20px;
    color: var(--themeColor2);
}

.award-text {
    gap: 10px;
    display: flex;
    padding: 10px 25px;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    margin: 20px auto 0px;
    justify-content: center;
    border: 1px solid #6c7e9c;
}

.award-text i {
    font-size: 20px;
    color: var(--themeColor3);
}

/* team-sec */


.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

/*footer start*/

footer {
    overflow: hidden;
    padding-top: 50px;
    background-image: linear-gradient(0deg, rgb(207, 112, 76) 0%, rgb(97, 94, 96) 100%);
}

footer a {
    color: #fff;
}

footer ul {
    text-align: center;
}

ul.footer-link {
    width: 100%;
    display: flex;
    padding-top: 25px;
    position: relative;
    align-items: center;
    margin: 0px auto 15px;
    max-width: fit-content;
    justify-content: space-between;
}

ul.footer-link li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.social-icons li i {
    color: #000;
    font-size: 20px;
}

ul.social-icons {
    display: flex;
    padding-top: 60px;
    margin-bottom: 0px;
    position: relative;
}

ul.social-icons:before {
    position: absolute;
    width: 167vh;
    left: -16px;
    height: 1px;
    background-color: #00000026;
    top: 35px;
    content: '';
}

.footer-txt {
    padding: 20px 0px;
    position: relative;
}

.footer-txt ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-link::before {
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    width: 100vw;
    opacity: 0.8;
    position: absolute;
    background-color: #fff;
}

.footer-link::after {
    top: 0;
    right: 0;
    height: 1px;
    content: '';
    opacity: 0.8;
    width: 100vw;
    position: absolute;
    background-color: #fff;
}

ul.social-icons li {
    padding: 0px 10px;
}

.footer-links-2 {
    margin-top: 20px;
    text-align: center;
    padding: 30px 0px 20px;
}

.footer-links-2 p {
    color: #fff;
    max-width: 640px;
    text-align: center;
    margin: 30px auto 0px;
}

.footer-txt p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-links-2 .row {
    align-items: center;
}

ul.footer-link li {
    padding: 0px 15px;
    border-right: 1px solid var(--white);
}

ul.footer-link li:last-child {
    border: none;
}

.footer-bottom-text {
    text-align: center;
    margin: 20px 0px 0px;
}

.footer-bottom-text p {
    margin-top: 20px;
}

.footer-link {
    position: relative;
}

.footer-contact {
    gap: 20px;
    width: 100%;
    display: flex;
    max-width: 640px;
    align-items: center;
    margin: 10px auto 20px;
    flex-direction: column;
    justify-content: center;
}

.footer-contact a {
    font-size: 15px;
    font-weight: 500;
}

.footer-links-2 img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.follow-box {
    gap: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
}

.follow-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-box ul li a {
    font-size: 30px;
    color: var(--white);
}


/*footer end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/