@font-face {
    font-family: "giveaway";
    src: url("../font/giveaway.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: giveaway !important;
    letter-spacing: 3px;
}

.ff-giveaway {
    font-family: giveaway;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.slider-center .slick-center img {
    transform: scale(1);
}

.slider-center img {
    transition: all 300ms ease;
    transform: scale(0.9);
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/*== Replacing Bootstrap Styles ==*/
.btn-primary {
    background-color: #b3a59e;
    border-color: #b3a59e;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #11151c;
    border-color: #11151c;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: #11151c;
    border-color: #11151c;
    box-shadow: 0 0 0 0.25rem rgb(90 140 20 / 50%);
}

.btn-primary:hover {
    background-color: #11151c;
    border-color: #11151c;
}

.text-primary {
    color: #11151c !important;
}

.bg-primary {
    background-color: #11151c !important;
}

.btn-outline-primary {
    color: #11151c;
    border-color: #11151c;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #11151c;
    border-color: #11151c;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(90 140 20 / 50%);
}

.btn-outline-primary:hover {
    background-color: #11151c;
    border-color: #11151c;
}

.page-item.active .page-link {
    background-color: #11151c;
    border-color: #11151c;
}

.border-primary {
    border-color: #11151c !important;
}

/*== New Custom Styles ==*/
.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.object-position-center {
    object-position: center;
}

.box-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.underline:after {
    display: table;
    content: "";
    height: 3px;
    background-color: #b3a59e;
    width: 64px;
    margin-top: 1rem;
}

.underline.text-center:after,
.text-center .underline:after {
    margin-right: auto;
    margin-left: auto;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.bg-black-white-gradient {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1)
    );
}

.leftline:before {
    display: block;
    content: "";
    height: 3px;
    background-color: #fff;
    width: 3rem;
    left: 0;
    top: calc(50% - 1.5px);
    position: absolute;
}

p.leftline:before {
    display: block;
    content: "";
    height: 1px;
    background-color: #212529;
    width: 2.25rem;
    left: 0;
    top: 10px;
    position: absolute;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.filter-invert {
    filter: invert(1);
}

.h-20px {
    height: 20px !important;
}

.h-100px {
    height: 100px !important;
}

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.link-share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
}

.link-share:hover {
    border-color: transparent !important;
    color: #fff !important;
}

.link-share-facebook:hover {
    background-color: #4064ac;
}

.link-share-twitter:hover {
    background-color: #00b3e4;
}

.link-share-instagram:hover {
    background-color: #8a3ab9;
}

.link-share-youtube:hover {
    background-color: #ff0000;
}

.link-share-tripadvisor:hover {
    background-color: #34e0a1;
}

.vertical-text {
    writing-mode: vertical-lr;
}

.header-iframe-youtube {
    width: 102%;
    height: 120%;
    top: -10%;
    left: -1%;
    position: absolute;
    pointer-events: none;
}

.bg-hover-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: 0.5s ease;
}

.bg-hover-overlay:hover {
    opacity: 1;
}

/*== Slick Sliders ==*/
.with-half-slides .slick-list {
    margin: 0 -5px;
    padding: 0 15% 0 0;
}

.with-half-slides .slick-slide {
    margin: 0 5px;
}

.box-arrows {
    top: calc(50% - 1.5em);
}

.box-arrows .slick-arrow {
    width: 3em;
    height: 3em;
}

.h-100 .slick-list,
.h-100 .slick-track {
    height: 100%;
}

/*== Header ==*/
.navlogo {
    /*width: 175px;
        height: auto!important;*/
    width: auto;
    height: 80px !important;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    padding: 5px;
}

.grow-menu .navlogo {
    /*width: 260px!important;*/
    width: auto;
    height: 90px !important;
    filter: brightness(0) invert(1);
}

.navbar,
.nav-link {
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.lang {
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.booking-wrapper {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 106px;
}

.top-menu .booking-wrapper {
    position: absolute !important;
    bottom: auto;
    top: calc(100vh - 128px) !important;
    left: calc(50% - 480px) !important;
    width: 960px !important;
}

.booking-inner {
    position: relative;
    background-color: rgba(232, 233, 234, 0.8);
    padding: 12px 0;
}

.top-menu .booking-inner {
    background-color: #fff;
}

.booking-form-wrapper {
    width: 940px;
    margin: 0 auto;
}

.booking-form-wrapper-inner {
    position: relative;
    height: 46px;
}

.booking-field-text {
    position: absolute;
    top: 11%;
    left: 8%;
    font-size: 14px;
    font-weight: 600;
    color: #182430;
    letter-spacing: 0.02em;
}

.booking-field-input {
    font-size: 12px;
    font-weight: 400;
    color: #182430;
    letter-spacing: 0.02em;
    cursor: pointer;
    line-height: 1.5;
    border: 0px;
    border-radius: 2px;
    padding-top: 26px;
}

.top-menu .booking-field-input {
    border: 1px solid #11151c;
}

.booking-field-icon {
    position: absolute;
    top: 33%;
    right: 7%;
    font-size: 16px;
    color: #182430;
}

.special-offers-link {
    position: absolute;
    z-index: 2;
    left: 0;
    padding: 0 25px;
    bottom: 40%;
}

.special-offers-link.top {
    position: fixed;
    z-index: 100;
    bottom: unset;
    top: 124px;
}

.offers-link-hover {
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

.booking-field-input {
    padding: 0.375rem 0.75rem;
    padding-top: 26px;
}

.booking-field-input[readonly] {
    background-color: #fff !important;
}

.top-menu select.booking-field-input {
    padding-top: 23px;
}

@media screen and (max-width: 1400px) {
    .special-offers-link.top {
        top: 183px;
        left: calc(50% - 125.125px);
    }
}

/*== Footer ==*/
.form-label-footer {
    font-size: 0.775rem;
    letter-spacing: 0.1rem;
}

.form-control-footer {
    color: #fff;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 1.35;
    padding-bottom: 2px;
    padding-left: 0;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    max-width: 100%;
    transition: 0.5s;
}

.form-control-footer::placeholder {
    color: #fff;
    opacity: 0.5;
}

.form-control-footer:focus,
.form-control-footer:focus-visible {
    outline-style: none;
    border-bottom: 1px solid #fff;
}

.form-select-footer {
    color: #fff;
    background: none;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.35;
    outline: none;
    margin-left: -5px;
    margin-top: -5px;
}

.form-select-footer option {
    color: #000;
}

/*Reviews*/
.reviews-element-container {
    position: relative;
    margin: 16rem 1.25rem 0;
    width: 70%;
}

.wrap-reviews-element {
    position: absolute;
    width: 95%;
    max-width: 100vw;
    top: -10rem;
    left: 25%;
    height: 100%;
}

.reviews-element-title {
    align-self: flex-start;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: 0;
    margin-left: 0;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.reviews-element-quote {
    display: block;
    margin-left: 4rem;
    top: 0;
    position: absolute;
}

.reviews-element-line {
    margin: 0;
    margin-left: 1.25rem;
    width: 0.125rem;
    height: 11.25rem !important;
    margin-bottom: 4rem;
}

.reviews-element-icon {
    bottom: 0;
    left: 0;
    font-size: 9.5rem;
    line-height: 2.5rem;
    letter-spacing: -0.03em;
}

.reviews-element-gray-box {
    background-color: rgba(220, 220, 221, 0.3);
    height: 15rem;
    position: relative;
}

.reviews-box-list {
    width: 55%;
    margin-left: 10.25rem;
    margin-right: 7.5rem;
    margin-top: 0;
    position: absolute !important;
    top: 0;
    z-index: 99 !important;
}

.reviews-element-content {
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: -0.03em;
    text-align: right;
}

.reviews-element-guess {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
}

.reviews-box-arrows {
    position: absolute;
    bottom: 14%;
    right: 5%;
    width: 56%;
    display: flex;
    justify-content: space-between;
}

.reviews-box-arrows i {
    cursor: pointer;
}

.anc-box {
    background: #1c1c1c;
    color: #fff;
    width: 100%;
    padding: 15px 0;
}

.container-fluid.full {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container-fluid.full {
    width: 100% !important;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.anc-link {
    color: #fff;
    text-decoration: underline;
}

.anc-link:hover,
.anc-close:hover {
    color: #11151c;
}

.anc-close {
    float: right;
    color: #fff;
    cursor: pointer;
}

.trvl-navbar {
    background-color: white !important;
}

.trvl-navbar img {
    filter: unset !important;
}

.trvl-navbar a {
    color: black !important;
}

.floating-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 64px;
    line-height: 0;
    color: #fff;
    background-color: #25d366;
    border-radius: 0.45rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.floating-whatsapp:hover {
    background-color: #128c7e;
    color: #fff;
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 0 !important;
}

.slick-dots {
    bottom: -45px !important;
}

.slick-dots button {
    display: block;
    width: 15px !important;
    height: 15px !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgb(146, 146, 146) !important;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: rgb(20, 20, 20) !important;
    width: 20px !important;
    height: 20px !important;
}

.social-media-share {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    border: 1px solid #212529;
    border-radius: 50%;
}

.social-media-share:hover {
    color: #fff !important;
    border-color: transparent;
}

.social-media-share-instagram:hover {
    background: #8a3ab9;
}

.social-media-share-facebook:hover {
    background: #4064ac;
}

.social-media-share-twitter:hover {
    background: #00b3e4;
}

.social-media-share-youtube:hover {
    background: #ff0000;
}

@media screen and (max-width: 1700px) {
    .discover-wrapper {
        width: 185px !important;
    }

    .discover-image {
        height: 210px !important;
    }

    .social-media-share {
        width: 30px !important;
        height: 34px !important;
    }
}

.whatsapp-floating {
    position: fixed !important;
    transition: 0.3s ease-out;
    z-index: 99;
    text-decoration: none !important;
    right: 25px;
    bottom: 50px;
}
