.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999999;
    background: #ffb210;
    opacity: 1;
    border-radius: unset !important;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer
}

.cta-img,
img.logo {
    object-fit: contain
}

.cta .top,
header {
    top: 0;
    position: absolute
}

.c-list li:before,
.cta .bottom,
.cta .top,
header {
    position: absolute
}

.box,
.br,
a {
    cursor: pointer
}

*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-details,
body,
html,
select {
    scrollbar-color: rgba(var(--clr-2), 1) transparent
}

.package-details,
body,
html {
    scroll-behavior: smooth
}

.package-details,
body,
select {
    scrollbar-width: 8px
}

.package-details,
html,
select {
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--clr-2), 1), rgba(var(--clr-2), 1))
}

::-moz-selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--clr-2), 1);
}

::selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--clr-2), 1);
}

html {
    scroll-snap-type: y mandatory
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: Poppins, sans-serif !important;
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
    background: rgba(var(--light-color), 1);
    overflow-x: hidden;
    font-size: 15px
}

.box,
.box img,
.genres,
.icon,
.package .bg-2,
.package.clr-2 {
    transition: .8s
}

footer,
section {
    overflow-x: hidden;
    overflow-y: clip
}

* {
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    outline: 0;
    color: inherit
}

.overlay {
    background: linear-gradient(rgba(var(--light-color), .7), rgba(var(--light-color), 1))
}

footer .overlay {
    background: linear-gradient(rgba(var(--light-color), 1), rgba(var(--light-color), .8))
}

.cta .overlay {
    background: rgba(var(--clr-1), .9)
}

a.active,
a:active,
a:focus,
a:hover {
    color: rgba(var(--clr-1), 1) !important;
    outline: 0 !important
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

.fw-700,
b,
strong {
    font-weight: 700
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-family: Oswald, sans-serif;
    line-height: 1.5;
    text-transform: capitalize
}

.f-55 {
    font-size: 55px
}

.f-40 {
    font-size: 40px
}

.f-24 {
    font-size: 24px
}

.f-18 {
    font-size: 18px
}

.clr-1,
.package:hover .clr-2 {
    color: rgba(var(--clr-1), 1)
}

.clr-2 {
    color: rgba(var(--clr-2), 1)
}

.clr-l {
    color: rgba(var(--light-color), 1) !important
}

.bg-3 {
    background: rgba(var(--clr-1), 0.3);
}

.bg1-l {
    background: rgba(var(--clr-1), 0.2);
}

.bg-1,
.package:hover .bg-2,
.reviews .box:hover {
    background: rgba(var(--clr-2), 1);
    border: 1px solid rgba(var(--clr-2), 1);
}

.package:hover .bg-2 .clr-1 {
    color: rgba(var(--clr-2), 1.0);
}

.bg-2,
.btn-2 {
    background: rgba(var(--clr-2), 1)
}

.bg-l {
    background: rgba(var(--light-color), 1)
}

.bg-d,
.bg-d select option,
.btn-3 {
    background: rgba(var(--dark-color), 1)
}

.btn,
button {
    background: rgba(var(--clr-1), 1);
    color: rgb(0 0 0);
    border: 1px solid black;
    text-transform: uppercase;
    padding: 10px 5px !important;
    border-radius: 50px !important;
    transition-duration: .8s;
    font-size: inherit;
}

.btn.active,
.btn:hover,
button.active,
button:hover {
    color: rgba(var(--light-color), 1) !important;
    background: rgba(var(--clr-2), 1) !important
}

.nav-pills .nav-link {
    background: rgba(var(--clr-1), 0.3);
    color: rgba(var(--dark-color), 1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: rgba(var(--clr-2), 1) !important;
    color: rgba(var(--clr-3), 1) !important;
}

.bg-2 .iti__country-list,
.form-control:focus,
.icona:hover .icon,
input:focus {
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1.0);
}

.form-control,
input,
select,
select input {
    background: rgba(var(--dark-color), .2);
    color: inherit !important;
    border: unset !important;
    padding: 10px 20px !important;
    box-shadow: unset !important;
    transition-duration: .8s;
    height: auto !important;
    border-radius: 25px !important;
    color: rgba(var(--light-color), 1) !important;
    overflow: hidden
}

.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.form-control:focus,
input:focus {
    outline: 0;
    border: 1px solid rgba(var(--clr-1), 1);
    box-shadow: none
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1
}

input.phone,
input[name=phone] {
    padding-left: 75px !important
}

.iti {
    display: block !important;
    width: 100% !important
}

.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color), 1) !important
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-3), .8);
    border-radius: 25px 0 0 25px
}

.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1) !important
}

.bg-d select option {
    color: rgba(var(--light-color), 1)
}

.text-white .form-control:focus,
.text-white input:focus {
    background: rgba(var(--clr-3), 1);
    border: 1px solid rgba(var(--clr-2), 1)
}

.text-white .form-control::placeholder,
.text-white input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
}

label.h {
    z-index: -999999999
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 16px
}

.slick-next:before,
.slick-prev:before {
    color: rgba(var(--clr-2), 1) !important
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important
}

.box:hover {
    background: rgba(var(--clr-2), 1);
    color: rgba(var(--light-color), 1)
}

.c-list li:before,
.icon {
    background: rgba(var(--clr-1), 1);
    color: rgba(var(--light-color), 1.0)
}

.slick-next {
    right: -20px
}

.cta .bottom,
.cta .top,
header {
    right: 0;
    left: 0
}

.slick-prev {
    left: -36px;
    z-index: 9999
}

.icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: black;
    border: 1px solid black;
}

header {
    z-index: 999
}

img.logo {
    width: 100%;
    height: 100px;
    object-position: left
}

footer img.logo {
    height: 150px
}

.c-list li {
    position: relative;
    padding: 10px 0 10px 35px
}

.c-list li:before {
    content: "\e903";
    font-family: icomoon;
    left: 5px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner,
.cta {
    z-index: 1
}

.banner-after,
.banner-before {
    position: absolute;
    width: 250px;
    z-index: -1;
    height: 300px;
    object-fit: contain;
    object-position: right
}

.cta-img {
    width: 100%;
    height: 515px;
    object-position: bottom
}

.box img,
.center-icon img,
.portfolio-slider img,
.side {
    object-fit: contain;
    object-position: center
}

.side {
    width: 100%;
    height: 300px
}

.banner-after {
    top: 15%;
    right: 0
}

.banner-before {
    left: 0;
    bottom: 9%
}

.center-icon {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    box-shadow: inset 0 0 12px rgba(var(--dark-color), .2);
    border-radius: 200px;
    padding: 10%
}

.center-icon img {
    height: 100%;
    width: 100%
}

.cta .top {
    z-index: -1
}

.cta .bottom {
    bottom: 0
}

.box {
    background: rgba(var(--clr-1), 0.2);
    padding: 20px;
    border-radius: 45px;
    height: 200px
}

.box img {
    height: 50px;
    width: 50px
}

.box:hover .clr-2 {
    color: rgba(var(--light-color), 1)
}

.box:hover img {
    filter: invert(92%) sepia(2%) saturate(1527%) hue-rotate(201deg) brightness(104%) contrast(103%)
}

.packages {
    background: rgb(249 234 207);
    border-radius: 100px
}

.br {
    border-radius: 30px;
    margin: 20px auto
}

.package-details {
    height: 330px;
    overflow-y: scroll;
    margin: 20px auto
}

.portfolio-slider img {
    height: 270px;
    width: 100%
}

.reviews .box {
    min-height: 200px;
    background: rgba(var(--light-color), 1);
    border: 2px solid rgba(var(--clr-1), 1);
}

.position-z-index {
    position: relative;
    z-index: 1;
}

.modal-dialog-scrollable .modal-content {
    background: url("../img/modal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgba(var(--clr-2), 1);
}

.thank-you-banner .btn {
    padding: 10px 20px !important;
}

@media screen and (max-width:1367px) {
    .f-55 {
        font-size: 50px
    }

    body {
        font-size: 14px
    }

    .f-24 {
        font-size: 22px
    }
}

@media screen and (max-width:1181px) {

    .banner-after,
    .banner-before {
        width: 200px
    }

    .f-18 {
        font-size: 15px
    }

    .circle {
        padding: 25% 12% 10%
    }

    .number {
        margin: -111px auto 30px
    }

    .cta-left {
        width: 250px;
        height: 375px
    }

    .cta {
        border-radius: 150px
    }

    .f-55 {
        font-size: 45px
    }

    .f-40 {
        font-size: 35px
    }

    .f-24 {
        font-size: 20px
    }

    .gallery {
        height: 240px
    }
}

@media screen and (max-width:992px) {
    .center-icon {
        width: 200px;
        height: 200px
    }

    .banner-after,
    .banner-before {
        width: 150px;
        opacity: .2
    }

    img.logo {
        object-position: center
    }

    .drop-down-cont {
        position: relative;
        height: auto;
        max-height: none !important;
        color: rgba(var(--light-color), 1) !important;
        box-shadow: unset
    }

    .drop-down-cont,
    .nav-bar {
        background: rgba(var(--dark-color), 1)
    }

    .nav-bar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(200%);
        z-index: 99999999;
        transition: .8s;
        padding-left: 20px;
        padding-right: 20px;
        color: rgba(var(--light-color), 1);
        overflow-y: scroll
    }

    .nav-bar li {
        margin: 10px auto
    }

    .drop-down-cont li {
        margin: 5px 0 !important
    }

    .nav-bar.active {
        transform: translateX(0)
    }

    .circle {
        width: 77%
    }

    .number {
        margin: -132px auto 30px
    }

    .f-40 {
        font-size: 30px
    }
}

@media screen and (max-width:576px) {
    .box {
        padding: 20px
    }

    .cta {
        border-radius: 100px
    }

    .f-55 {
        font-size: 40px
    }

    .f-40,
    footer .f-40 {
        font-size: 24px
    }
}

@media screen and (max-width:431px) {
    body {
        font-size: 12px
    }

    .btn,
    button {
        padding: 10px !important
    }
}

.logo img {
    height: 60px;
    object-fit: contain
}