.mt-7,
.my-7 {
    margin-top: calc(60px + (90 - 60) * ((100vw - 300px)/ (1600 - 300))) !important
}

.mb-7,
.my-7 {
    margin-bottom: calc(60px + (90 - 60) * ((100vw - 300px)/ (1600 - 300))) !important
}

.dropdown-menu,
body {
    background-color: var(--black)
}

.contact-bg,
header {
    backdrop-filter: blur(5px)
}

#lightbox,
#lightboxOverlay,
header {
    z-index: 999999
}

:root {
    --color-scheme: light dark;
    --primary-color: rgba(229, 30, 77, 1);
    --secondary-color: rgba(198, 184, 158, 1);
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(217, 217, 217, 1);
    --transition-fast: all .25s linear;
    --transition-medium: all .5s linear;
    --small-border: 5px solid var(--white);
    --border-radius: 15px
}

.border-div,
.btn-primary,
.btn-primary::after,
.btn-primary:hover::after,
a:hover {
    transition: var(--transition-fast)
}

@font-face {
    font-family: WorkSans-Thin;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-Thin.ttf');
    font-display: swap
}

@font-face {
    font-family: WorkSans-Light;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-Light.ttf');
    font-display: swap
}

@font-face {
    font-family: WorkSans-Regular;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-Regular.ttf');
    font-display: swap
}

@font-face {
    font-family: WorkSans-Medium;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-Medium.ttf.ttf');
    font-display: swap
}

@font-face {
    font-family: WorkSans-SemiBold;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-SemiBold.ttf');
    font-display: swap
}

@font-face {
    font-family: WorkSans-Bold;
    src: url('/frontend/web/css/fonts/worksans/WorkSans-Bold.ttf');
    font-display: swap
}

@font-face {
    font-family: Playfair Regular;
    src: url('/frontend/web/css/fonts/playfair/PlayfairDisplay-Regular.ttf');
    font-display: swap
}

@font-face {
    font-family: Playfair Medium;
    src: url('/frontend/web/css/fonts/playfair/PlayfairDisplay-Medium.ttf');
    font-display: swap
}

@font-face {
    font-family: Playfair SemiBold;
    src: url('/frontend/web/css/fonts/playfair/PlayfairDisplay-SemiBold.ttf');
    font-display: swap
}

@font-face {
    font-family: Playfair Bold;
    src: url('/frontend/web/css/fonts/playfair/PlayfairDisplay-Bold.ttf');
    font-display: swap
}

body {
    color: var(--white);
    font-family: WorkSans-Light
}

.container {
    max-width: 90vw
}

header {
    position: fixed;
    width: 100%;
    background: #000000ab
}

a {
    font-family: Poppins-Bold;
    /*font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));*/
    letter-spacing: .5px;
    color: var(--white)
}

h1,
h2,
h3 {
    font-family: 'Playfair Regular';
    letter-spacing: .5px;
    color: var(--white);
    margin: 0
}

a:hover {
    color: var(--primary-color);
    text-decoration: none
}

h1,
h2 {
    font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(45px + (60 - 45) * ((100vw - 300px) / (1600 - 300)))
}

h3 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1600 - 300)))
}

li,
p {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)))
}

p {
    font-family: WorkSans-Light;
    line-height: 23px;
    opacity: .8;
    color: var(--white);
    margin: 0
}

li {
    font-family: 'Playfair Regular'
}

label {
    font-family: WorkSans-Regular
}

.text-black,
.text-black a,
.text-black>* {
    color: var(--black)
}

.dropdown:hover::after,
.text-black a:hover,
.whatsapp:hover i {
    color: var(--primary-color);
    transition: var(--transition-fast)
}

.font-bg h1,
.font-bg h2 {
    font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 700;
    line-height: 1.2
}

.side-text h2 {
    font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
    transform: rotate(90deg)
}

.big-letter>*,
.line-height>* {
    line-height: 1.1
}

.section-mirror h3 {
    font-size: calc(28px + (48 - 28) * ((100vw - 300px) / (1600 - 300)))
}

.py-7 {
    padding-top: calc(60px + (90 - 60) * ((100vw - 300px)/ (1600 - 300))) !important;
    padding-bottom: calc(60px + (90 - 60) * ((100vw - 300px)/ (1600 - 300))) !important
}

.paragraph-y {
    margin-top: 2.5rem;
    margin-bottom: 3rem
}

.fluid-padding {
    padding: calc(16px + (48 - 16) * ((100vw - 300px)/ (1600 - 300)))
}

.fluid-padding-left {
    padding-left: calc(16px + (48 - 16) * ((100vw - 300px)/ (1600 - 300)))
}

.gap {
    gap: calc(20px + (50 - 20) * ((100vw - 300px)/ (1600 - 300)))
}

.gap-1,
.plan_btns {
    gap: 1rem
}

.w-70 {
    max-width: 70% !important
}

.p-5 {
    padding: calc(20px + (38 - 20) * ((100vw - 300px)/ (1600 - 300))) !important
}

.mb-5 {
    margin-bottom: calc(20px + (38 - 20) * ((100vw - 300px)/ (1600 - 300))) !important
}

.btn-primary,
.plan .btn-wrapper,
.section-2-offers .bottom-section {
    margin-bottom: 20px
}

#lightbox {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    height: fit-content
}

.dropdown .nav-link,
.slick-track {
    display: flex;
    align-items: center
}

.dropdown>.nav-link::after {
    content: '\f078';
    font-family: FontAwesome;
    color: var(--white);
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 5px
}

.dropdown:hover .dropdown-menu {
    margin-top: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    padding: 0 1rem
}

.btn-primary,
.custom-list li::before {
    background-color: var(--primary-color)
}

.custom-list ul {
    padding: 0
}

.custom-list li {
    display: flex;
    gap: calc(10px + (15 - 10) * ((100vw - 300px)/ (1600 - 300)));
    list-style: none;
    margin: 10px 0
}

.custom-list li::before {
    content: '';
    width: calc(10px + (15 - 10) * ((100vw - 300px)/ (1600 - 300)));
    height: calc(10px + (15 - 10) * ((100vw - 300px)/ (1600 - 300)));
    border-radius: 100%;
    flex-shrink: 0;
    position: relative;
    top: 5px
}

.custom-list-2 li::before {
    content: '\f00c';
    color: var(--primary-color);
    background-color: transparent;
    font-family: FontAwesome
}

.btn-primary {
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem;
    position: relative;
    z-index: 1
}

.add-to-cart:focus,
.add-to-cart:hover,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--primary-color);
    box-shadow: none
}

.add-to-cart:not(:disabled):not(.disabled).active,
.add-to-cart:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--black);
    border: none;
    box-shadow: none !important
}

.btn-primary::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    position: absolute;
    bottom: -15px;
    left: 15px;
    z-index: -1;
    border-radius: 5px
}

.btn-primary:hover::after {
    left: 0;
    bottom: 0
}

.btn-wrapper-gallery .btn-primary::after,
.contact-bg .btn-primary::after,
.dual-custom::after,
.plan_btns .btn-primary::after {
    content: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #f0505c
}

.border-div:hover,
.bottom-border>::after {
    background-color: var(--primary-color)
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.linear-gradient {
    background: linear-gradient(270deg, rgb(229 30 77 / 15%) 0, rgb(229 30 77 / 18%) 100%)
}

.border-div {
    padding: calc(5px + (16 - 5) * ((100vw - 300px)/ (1600 - 300)));
    background: var(--white);
    border-radius: 10px;
    height: 100%
}

.btn-complementary,
.btn-complementary .btn {
    padding: 0;
    color: var(--white);
    position: relative
}

.btn-complementary .btn::after {
    content: '\f178';
    font-family: FontAwesome;
    color: var(--white);
    font-size: 16px;
    margin-left: 20px;
    transition: .25s linear
}

.btn-complementary .btn:hover::after {
    margin-left: 30px;
    transition: .25s linear
}

.border-div img {
    border-radius: 15px
}

.big-letter>* {
    font-size: calc(120px + (150 - 120) * ((100vw - 300px) / (1600 - 300)));
    font-family: WorkSans-BOLD;
    color: var(--secondary-color);
    letter-spacing: 10px;
    opacity: .3
}

.duration-bg,
.section-5-home p {
    font-family: 'Playfair Regular'
}

.bottom-border h2 {
    display: flex;
    flex-direction: column
}

.bottom-border>::after {
    content: '';
    width: 30%;
    height: 3px;
    margin-top: 10px
}

.general-banner::before,
.transparent-card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ''
}

.border-center>::after {
    left: 0;
    right: 0;
    margin-inline: auto
}

.stars svg polygon {
    fill: #F6BB06
}

.section-7-home .four-stars svg:last-of-type polygon {
    fill: gray
}

.section-7-home .fickle-content {
    flex-grow: 1;
    justify-content: flex-end
}

.general-banner {
    background-size: cover;
    background-position: center
}

.general-banner::before {
    background-color: var(--black);
    opacity: .8
}

.transparent-card::before,
.transparent-card:hover::before {
    background-color: var(--gray);
    transition: var(--transition-fast)
}

.transparent-card::before {
    opacity: .2;
    border-radius: var(--border-radius);
    z-index: -1
}

.transparent-card:hover::before {
    filter: brightness(.7)
}

.top-border {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.form-control {
    background-color: transparent;
    border-radius: 10px
}

.form-control:focus {
    color: var(--white);
    background-color: transparent;
    border-color: var(--primary-color);
    box-shadow: none
}

.c-error {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    left: 0
}

.agreement-radio .c-error {
    bottom: -7px
}

#more,
.close-btn,
.hp_message .btn-primary,
.mobile-slider,
input[type=checkbox] {
    display: none
}

input[type=checkbox]+.checkbox-text {
    position: relative;
    cursor: pointer;
    padding-left: 27px
}

input[type=checkbox]+.checkbox-text:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    position: absolute;
    left: 0;
    top: -2px;
    transition: .12s, border-color 80ms
}

input[type=checkbox]:checked+.checkbox-text:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg)
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #495057;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out
}

.form-group,
.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
    position: relative
}

.form-group label {
    font-size: 14px
}

.form-group:not(.item-acceptance) label {
    position: absolute;
    margin-bottom: 0;
    bottom: 7px;
    transition: var(--transition-medium);
    left: 0;
    white-space: nowrap;
    pointer-events: none
}

.form-group:not(.item-acceptance) input,
.form-group:not(.item-acceptance) textarea {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    height: calc(1.5em + .75rem + 2px)
}

.form-group:not(.item-acceptance) input,
form .form-group:not(.item-acceptance) textarea {
    border: none;
    border-bottom: 1px solid #ffffff20;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding-left: 0;
    height: calc(1.5em + .75rem + 2px);
    padding-right: 9rem
}

.form-group:not(.item-acceptance).focus label {
    left: 100% !important;
    transform: translateX(-100%);
    color: var(--base-color) !important
}

.border-none img,
.section-2-tab img,
.section-6-tab img {
    border-radius: 0 !important
}

.dual-color::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3%;
    height: 100%;
    background-color: #d4c0ab
}

.dual-color::after {
    content: '';
    background-color: #342d29;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 67.7%;
    z-index: -1
}

.dual-custom::before {
    width: 16.666667%
}

.dual-custom-reverse::before {
    left: auto;
    right: 0
}

.module-gallery.two-cols-gallery {
    column-count: 2
}

.right-text {
    position: absolute;
    top: 0;
    right: 0
}

.section-8-tab h3 {
    font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)))
}

.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.ui-datepicker-next .ui-icon:after,
.ui-datepicker-prev .ui-icon,
.ui-datepicker-prev .ui-icon:before {
    position: unset !important;
    font-size: 1em !important
}

.hero::before,
.hp_message,
.offers .img-content {
    position: absolute;
    left: 0
}

.nav-link {
    text-transform: uppercase
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0
}

body:not(.homepage) main {
    margin-top: 58px
}

.navbar-nav {
    flex-grow: 1;
    justify-content: center;
    gap: calc(1px + (16 - 1) * ((100vw - 300px)/ (1600 - 300)))
}

.whatsapp i {
    font-size: 24px;
    color: var(--white);
    transition: var(--transition-fast)
}

.navbar-toggler .icon-bar {
    background-color: #ffffff80
}

.footer-socials svg {
    max-width: 25px;
    max-height: 25px;
    fill: var(--secondary-color);
    position: relative;
    top: -2px
}

.footer-socials .module-code {
    gap: 5px
}

.footer-socials svg:hover,
.section-6-home .card-wrap:hover svg path {
    fill: var(--primary-color)
}

footer .container {
    border-top: 1px solid #2b2b2b
}

footer p {
    margin: 10px 0
}

.footer-socials .fa:first-of-type {
    margin-right: 10px
}

.footer-socials .fa {
    font-size: 25px;
    color: var(--secondary-color)
}

.duration-bg,
.plan .card-middle .title,
.plan .categ-title>*,
.plan .price-wrapper span {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)))
}

.footer-socials .fa:hover {
    color: var(--primary-color)
}

.offers,
.plan {
    margin-bottom: 30px
}

.offers a {
    color: var(--white)
}

.offers .category-item {
    border: calc(5px + (16 - 5) * ((100vw - 300px)/ (1600 - 300))) solid var(--white);
    overflow: hidden;
    transition: var(--transition-fast);
    border-radius: var(--border-radius);
    height: 100%
}

.border-bg:hover,
.offers .category-item:hover,
.section-2-about>:hover img,
.section-7-home .module-fickle:hover {
    border-color: var(--primary-color);
    transition: var(--transition-fast)
}

.offers .img-content {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: brightness(.3)
}

.offers .img-content img,
.payments_cards .card-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.width-fit {
    width: fit-content
}

.offers-cards>* {
    border-radius: var(--border-radius)
}

.plan .categ-title>:not(:first-child),
.plan .price-wrapper span,
.price-bg {
    font-family: 'PlayFair Regular'
}

.price-bg {
    font-size: calc(44px + (54 - 44) * ((100vw - 300px) / (1600 - 300)))
}

.plan .card-middle .title {
    font-family: 'PlayFair Display';
    color: var(--gray)
}

.plan .categ-title {
    flex-grow: 1;
    margin-bottom: 1rem !important
}

.payments_cards ul {
    display: flex;
    justify-content: space-between
}

.payments_cards .card-custom {
    margin-top: 30px;
    max-width: 300px
}

.payments_cards h3 {
    line-height: 1.1;
    margin-top: 5px
}

.section-1-plan .fluid-padding {
    padding: calc(16px + (30 - 16) * ((100vw - 300px)/ (1600 - 300)))
}

.heliski .category-item,
.heliski .category-item-inner,
.section-1-plan .category-item,
.section-1-tabara .module-image {
    height: 100%
}

.section-1-plan .category-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column
}

.heliski .card-middle,
.section-1-plan .card-middle {
    flex-grow: 1
}

.hero {
    height: 100vh;
    min-height: 500px
}

.hero::before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%) 0, rgba(9, 9, 121, 0) 50%, rgba(0, 212, 255, 0) 100%);
    z-index: 1
}

.hero .slick-dots {
    display: none !important
}

.hp_message {
    bottom: 40px;
    right: 0;
    margin: auto;
    z-index: 1000
}

.draggable,
.module-slider,
.slick-list,
.slick-track {
    height: 100% !important
}

.hero .slick-slide {
    background-size: cover
}

.module.module-image img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.section-1-home .slick-slide {
    margin: 0 10px
}

.section-1-home .slick-slide.slick-active {
    max-width: 100%
}

.dots-slider .slick-dots {
    bottom: -40px
}

.dots-slider .slick-dots li button:before {
    font-size: 17px;
    color: var(--primary-color)
}

.section-5-home .col-lg-3:nth-last-of-type(odd) {
    margin-bottom: 70px
}

.section-5-home .col-lg-3:nth-last-of-type(even) {
    margin-top: 70px
}

.section-5-home p {
    letter-spacing: 1px;
    margin-top: 10px
}

.grid-wrapper>*,
.section-5-home .col-lg-3 {
    max-height: 400px
}

.section-6-home .module-code {
    height: 50px
}

.section-6-home .card-wrap .btn-complementary {
    flex-grow: 1;
    display: flex;
    align-items: flex-end
}

.section-7-home .module-fickle {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: var(--small-border);
    margin: 1rem;
    padding: 1rem;
    border-radius: 15px
}

.section-7-home .fickle-image {
    order: -1;
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

.border-bg,
.section-2-about img {
    border: var(--small-border);
    transition: var(--transition-fast)
}

.section-7-home img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto
}

.section-7-home .fickle-content {
    display: flex;
    flex-direction: column-reverse
}

.section-7-home .fickle-header {
    margin-top: 1rem
}

.section-7-home .fickle-text-content p {
    margin-top: 2rem
}

.section-2-about>* {
    min-width: 230px
}

.section-2-about .module-image {
    height: 100%;
    max-height: 200px
}

.section-2-about>:hover p {
    opacity: 1
}

.border-bg {
    border-radius: 15px
}

.contact-bg,
.section-1-contact iframe {
    border-radius: 10px
}

.hover-effect .col-lg-2:hover p {
    opacity: 1;
    transition: var(--transition-fast)
}

.hover-effect svg {
    max-width: calc(70px + (100 - 70) * ((100vw - 300px)/ (1600 - 300)))
}

.section-1-tabara .module.module-image img,
.section-3-tabara .module.module-image img {
    border-radius: 0
}

.section-2-tabara .transparent-card::before {
    width: calc(100% - 15px)
}

.icon-before::before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 25px;
    color: var(--white)
}

.heliski {
    margin-top: 30px
}

.heliski .currency {
    font-family: 'Playfair Regular'
}

.module-gallery {
    column-count: 3
}

.section-1-gallery img {
    width: 100%
}

.hero .contact-bg {
    position: absolute;
    border-radius: 10px 0 0
}

.contact-bg {
    bottom: 0;
    right: 0;
    max-width: 600px;
    padding: calc(15px + (40 - 15) * ((100vw - 300px)/ (1600 - 300)));
    background: #1e1f21ab;
    z-index: 1000;
    transform: translateX(0)
}

.gmap_canvas,
.gmap_canvas iframe,
.mapouter,
.section-1-contact .module-code {
    width: 100%;
    min-height: 400px
}

.checkbox-text a {
    font-weight: 700
}

.contact-bg h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 1rem
}

.contact-bg .btn-primary {
    margin-bottom: 0;
    padding: 1rem 4rem;
    border: 1px solid var(--primary-color)
}

.contact-bg .btn-primary:hover {
    background-color: #000;
    border: 1px solid transparent
}

#cookie_notice {
    z-index: 99999999999
}

.checkout label {
    color: transparent
}

#cookie_notice .cookie_notice_container {
    flex-direction: column
}

#cookie_notice .cookie_notice_container .btn-cookie {
    padding: .7rem 4rem;
    background-color: var(--primary-color);
    border: none;
    margin-top: 10px
}

#cookie_notice .cookie_notice_container .btn-cookie:hover {
    background-color: #5c0318
}

.section-1-tabara .right-side {
    position: absolute;
    right: 10%;
    margin: auto;
    height: fit-content;
    top: 20%
}

.section-1-tabara .left-side {
    height: 90%
}

.section-1-tabara .left-side img {
    max-height: 100%;
    object-fit: cover;
    object-position: right
}

.section-3-tab h3 {
    font-family: WorkSans-Bold
}

.section-3-tab a {
    font-family: 'WorkSans Light';
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2
}

.section-11-tab span,
.section-3-tab h3,
.section-4-tab h3 {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1600 - 300)))
}

.section-4-tab .right-side img {
    margin-top: -10%;
    min-height: 200px;
    margin-top: -10
}

.section-6-tab .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    grid-gap: 15px
}

.first-grid,
.nine-grid,
.sixth-grid,
.third-grid {
    grid-column: 1/3
}

.second-grid,
.ten-grid {
    grid-column: 3/6
}

.eigth-grid,
.fifth-grid {
    grid-column: 4/6
}

.section-7-tab .middle-image {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 600px;
    margin: auto;
    transform: rotate(11deg);
    left: 50%;
    transition: var(--transition-medium)
}

.section-7-tab:hover .middle-image {
    transform: rotate(0);
    transition: var(--transition-medium)
}

.section-7-tab li {
    margin: 5px 0
}

.section-8-tab .logo-bg img {
    object-fit: contain;
    padding: 2rem;
    max-width: 400px
}

.section-8-tab .image-child:first-of-type {
    flex: 0 0 50%
}

.bold>* {
    font-family: 'WorkSans Bold'
}

.section-9-tab ul {
    display: flex;
    justify-content: space-around
}

.section-mirror {
    z-index: 1
}

.section-mirror::after {
    content: '';
    background-color: #d4c0ab;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.section-mirror p {
    line-height: 1.7
}

.mirror-reverse::after {
    left: 0;
    right: auto
}

.section-10-tab img {
    min-height: 300px;
    object-position: left
}

.rotate {
    transform: rotate(90deg)
}

.section-11-tab a {
    font-size: 28px
}

.contact-bg input.date,
div.ui-datepicker td:hover a {
    color: #fff
}

div.ui-datepicker a {
    color: #00f
}

div.ui-datepicker {
    display: none;
    position: absolute;
    font-size: .82em !important;
    padding: 1em;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index: 10000;
    color: #000
}

div.ui-datepicker td {
    padding: .5em;
    text-align: center
}

div.ui-datepicker td:hover {
    background-color: #414040
}

.ui-datepicker-header {
    padding-top: 3em;
    background: #f8f9fa
}

.ui-datepicker-next,
.ui-datepicker-prev {
    position: absolute;
    top: 1.75em;
    cursor: pointer
}

.ui-datepicker-prev {
    left: 1em
}

.ui-datepicker-next {
    right: 1em
}

.ui-datepicker-title {
    text-align: center;
    padding: 1em;
    border-top: 1px solid #aaa
}

.ui-datepicker-prev .ui-icon {
    padding-left: 2em
}

.ui-datepicker-next .ui-icon {
    padding-right: 2em
}

.ui-datepicker-next .ui-icon:after,
.ui-datepicker-prev .ui-icon:before {
    position: absolute;
    top: -.16em;
    font-size: 2em
}

.ui-datepicker-prev .ui-icon:before {
    content: '<';
    left: 0
}

.ui-datepicker-next .ui-icon:after {
    content: '>';
    right: 0
}

.ui-datepicker-unselectable {
    color: #aaa;
    cursor: default;
    pointer-events: none
}

.plan_btns .btn-primary {
    padding: 1rem 4rem
}

.not_found {
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.not_card {
    height: fit-content;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.hero .slide-slick-image {
    display: none;
}

.sol-sal {
    width: 200px;
}

.overlay_offert {
    pointer-events: none;
}

.overlay_offert::before {
    content: '';
    background-color: rgb(91 0 0 / 74%);
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 999;
    border-radius: 15px;
}

.overlay_offert::after {
    content: 'SOLD OUT';
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    font-size: 60px;
    transform: rotate(45deg);
    font-family: 'WorkSans-Bold';
}

.section-1-plan .category-item-inner {
    position: relative;
}

.section-1-plan .category-item-inner .ribbon-oferta {
    position: absolute;
    right: 10px;
    width: 100px;
    height: fit-content;
    top: -7px;
}

.section-1-plan .category-item-inner .ribbon-oferta .ribbon-content {
    position: relative;
}

.section-1-plan .category-item-inner .ribbon-oferta .ribbon-content p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-family: 'Playfair Regular';
    font-size: 24px;
    font-weight: 700;
}






.section-1-plan .category-item-inner .card-bottom .price-wrapper {
    height: 90px;
}

.section-1-plan .category-item-inner .card-bottom .price-wrapper h2 {
    display: flex;
    flex-direction: column;
    font-size: 48px;
    line-height: 100%;
}

.section-1-plan .category-item-inner .card-bottom .price-wrapper h2 span {
    line-height: 100%;
    text-decoration: line-through;
    font-size: 24px;
    opacity: 0.65;
}

.section-1-tur-virtual {
    height: 80vh;
}

.btn-primary-prim {
    display: inline-flex !important;
    margin-top: 20px !important;
}

.nav-item-tur-virtual a {
    color: var(--primary-color);
}





.btn-primary-section {
    border: none;
    background-image: linear-gradient(to bottom, #ff2768 0%, #ff2768 51%, #94163c 100%);
    display: flex;
    width: 75%;
    min-height: 120px;
    align-items: center;
    padding: 2rem 4rem;
    position: relative;
    font-size: 2.0rem;
    font-family: Poppins-Black;
    line-height: 2.0rem;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}

.btn-secondary-section {
    align-items: center;
    position: relative;
    font-size: 4rem;
    font-family: Poppins-Black;
    line-height: 4rem;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}

.modules-wrapper {
    margin-left: -200px;
    padding-top: 120px;
}



@media screen and (max-width: 768px) and (min-width: 390px) {
.btn-primary-section {
    border: none;
    background-image: linear-gradient(to bottom, #ff2768 0%, #ff2768 51%, #94163c 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    font-size: 1.0rem;
    font-family: Poppins-Black;
    line-height: 1.2rem;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}


.btn-secondary-section {
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 3.5rem;
    font-family: Poppins-Black;
    line-height: 4rem;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.modules-wrapper {
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
.btn-primary-section {
    border: none;
    background-image: linear-gradient(to bottom, #ff2768 0%, #ff2768 51%, #94163c 100%);
    justify-content: center;
    align-items: center;
    width: 94%;
    min-height: 10px;
    padding: 5px 10px;
    position: relative;
    font-size: 20px;
    font-family: Poppins-Black;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}


.btn-secondary-section {
    position: relative;
    font-size: 46px;
    font-family: Poppins-Black;
    line-height: 48px;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.modules-wrapper {
    margin-left: 40px;
    padding-top: 1px;
    padding-bottom: 20px;
    justify-content: center;
}
}

@media screen and (max-width: 1365px) and (min-width: 1024px) {
.btn-primary-section {
    border: none;
    background-image: linear-gradient(to bottom, #ff2768 0%, #ff2768 51%, #94163c 100%);
    display: flex;
    width: 360px;
    height: 66px;
    padding: 20px 20px;
    position: relative;
    font-size: 22px;
    font-family: Poppins-Black;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}


.btn-secondary-section {
    display: flex;
    position: relative;
    font-size: 42px;
    font-family: Poppins-Black;
    line-height: 46px;
    font-weight: bolder;
    text-align: left;
    color: #ffffff;
    z-index: 1;
}

.modules-wrapper {
    margin-left: -100px;
    padding-top: 2px;
    padding-bottom: 40px;
}
}

@media screen and (max-width: 1920px) and (min-width: 1366px) {
.btn-primary-section {
    border: none;
    background-image: linear-gradient(to bottom, #ff2768 0%, #ff2768 51%, #94163c 100%);
    display: flex;
    width: 60%;
    height: 50px;
    padding: 10px 15px;
    position: relative;
    font-size: 22px;
    font-family: Poppins-Black;
    font-weight: bolder;
    color: #ffffff;
    z-index: 1;
}


.btn-secondary-section {
    display: flex;
    position: relative;
    font-size: 72px;
    font-family: Poppins-Black;
    line-height: 72px;
    font-weight: bolder;
    text-align: left;
    color: #ffffff;
    z-index: 1;
}

.modules-wrapper {
    margin-left: -100px;
    padding-top: 125px;
    padding-bottom: 40px;
}
}