html {
    scroll-padding-top: 100px;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.top-bar {
    background: rgba(147, 111, 68, 0.70);
}

.social-links li {
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 0px 1px;
}

header .hotel-icon-section {
    display: none;
}

.mainnavbar.fixed-header ul.navbar-nav {
    display: none !important;
}

.mainnavbar.fixed-header .eapps-widget-show-toolbar {
    display: none;
}

.mainnavbar.fixed-header .hotel-icon-section {
    display: block;
}

.mainnavbar.fixed-header span.hotel-icon-label {
    font-size: 12px;
    color: #404040;
}

.topbadge {
    text-transform: uppercase;
}

.social-links li:hover a.hovericon {
    transform: translate(0px, 0px);
    opacity: 1;
}

.contact-info a:hover {
    text-decoration: underline !important;
    color: #0000FF !important;
}

a.hovericon {
    /*position: absolute;*/
    transform: translate(0px, -35px);
    opacity: 0;
    transition: all 0.4s ease;
}

span.subtextmenu {
    position: absolute;
    top: -14px;
    right: 0;
    color: #087D21;
    font-size: 12px;
}

button.member-login-btn {
    color: #C41017;
    border: 2px solid #C41017;
    position: relative;
    transition: all 0.6s ease;
    width: 111px;
    display: flex;
    justify-content: end;
    font-size: 18px !important;
    line-height: 26px;
}

button.member-login-btn::after {
    content: "";
    background: #C41017;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
}

button.member-login-btn:hover::after {
    width: 100%;
}

button.member-login-btn:hover {
    border: 2px solid #C41017;
    color: #fff;
}

button.member-login-btn span {
    z-index: 10;
    transition: all 0.6s ease;
    position: relative;
}

button.member-login-btn:hover span .defaulticon {
    opacity: 0;
}

button.member-login-btn:hover span .hovericon {
    opacity: 1;
}

button.member-login-btn span .hovericon {
    display: block !important;
    opacity: 0;
}

button.member-login-btn span img {
    left: -27px;
    position: absolute;
    top: 3px;
    transition: all 0.6s ease;
        width: 18px;
}

button.member-login-btn:hover span {
    color: #fff;
}

.iconleaf img {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 45px;
    height: 40px;
}

.social-links li:hover a.default-icon {
    transform: translate(0px, 50px);
}

a.default-icon {
    transition: all 0.4s ease;
}

.hovericon img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

a.navitemmain::before {
    content: "";
    background: #C41017;
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 0;
    height: 3px;
    transform: translate(-50%, 0px);
    transition: all 0.3s ease;
}

a.navitemmain:hover::before {
    width: 100%;
}

a.navitemmain:hover {
    color: #C41017 !important;
}

.mainnavbar {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.hero-section {
    background: url('../images-rlt/banner-bg.webp') no-repeat center top/cover;
    height: 540px;
}

.hero-text .banner-title {
    font-size: 35px;
    line-height: 45px;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.hero-text .banner-subtitle {
    font-size: 18px;
    line-height: 28px;
}

span.hotel-icon-label {
    font-size: 12px;
}

.hotel-icon:hover img {
    transform: scale(1.1);
}

.hotel-icon img {
    transition: transform 0.3s ease;
}

.hero-section {
    padding: 35px 0;
}

button.banner-btn {
    border: 3px solid #fff;
    font-size: 18px;
    background: rgb(0 0 0 / 33%);
    position: relative;
}

.scroll-down-link {
    font-size: 14px;
    color: #707070;
}

/* Floating animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    /* move up 10px */
    100% {
        transform: translateY(0px);
    }
}

.float-image {
    animation: floatUpDown 1.5s linear infinite;
}

.swiper-slide {
    width: auto;
}

.hotel-card {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.discount {
    background: #08740C;
    width: max-content;
}

.hotel-info h5 {
    font-size: 18px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hotel-info span.old {
    font-size: 18px;
    text-decoration: line-through;
}

.hotel-info span.price {
    font-size: 22px;
}

.mainprice {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: -6px;
}

.hotel-tax {
    font-size: 10px;
    margin-top: -5px;
}

.brands-prices {
    border: 1px solid #fff;
    height: 25px;
    background: rgba(0, 0, 0, 0.41);
}

.brand {
    font-size: 14px;
}

.rating span {
    width: 23px;
    display: flex;
    height: 18px;
    border-radius: 2px;
    background: #08740C;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}

.rating {
    font-size: 12px;
}

.hotel-location {
    font-size: 14px;
}

span.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #303030 !important;
    opacity: 1 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
}

.swiper-pagination {
    position: relative !important;
    bottom: 15px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 1px !important;
    align-items: center !important;
}

.swiper-horizontal {
    height: 480px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    background: #3B3733;
    border-radius: 100%;
    padding: 5px;
}

.hotel-prev::after,
.hotel-next::after {
    font-size: 24px !important;
    font-weight: bold;
    color: #fff !important;
}

.hotel-prev {
    left: -20px !important;
}

.hotel-next {
    right: -20px !important;
}

h3.section-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
}

.become-member h3.section-title {
    font-size: 34px;
}

p.section-subtitle {
    font-size: 18px;
    color: #707070;
    width: 90%;
}

.banner-btn-signin,
.member-btn {
    border: 2px solid #000;
    font-size: 18px;
}

.flightdeals .hotel-card {
    width: 325px;
    height: 310px;
}

.tabslidermenu-item {
    cursor: pointer;
    background: none !important;
    gap: 10px;
    font-size: 18px;
    color: #292929;
    line-height: 22px;
}

.tabslidermenu-item:hover,
.tabslidermenu-item.active {
    color: #C41017;
}

.tabslidermenu-item:hover path,
.tabslidermenu-item.active path {
    fill: #C41017;
    stroke: #C41017 !important;
}

.tabsliderslider-wrapper {
    position: relative;
    overflow: hidden;
    width: 1065px;
}

p.slidercontent-cat {
    background: #C41017;
    width: max-content;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 2px 5px;
    border-radius: 2px;
}

.tabsliderslider {
    transition: transform 0.5s ease;
    cursor: grab;
}

.tabsliderslide .slidercontent {
    z-index: 1;
    color: #fff;
}

.tabsliderslide {
    flex: 0 0 calc((100% - 15px) / 2);
    min-width: calc((100% - 15px) / 2);
    margin-right: 0px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: start;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px;
}



p.slidercontent-title {
    font-size: 16px;
}

p.slidercontent-title span {
    font-size: 20px;
}

.tabslidermenu {
    width: 235px;
}

.tabslidermenu svg {
    width: 30px;
    height: 30px;
}

.tabslidermenu-item.active {
    font-weight: 700;
}

.tabsliderslider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tabsliderslider-controls button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.tabsliderslider-controls button img {
    width: 20px;
    height: 20px;
}

/* button#tabsliderprevBtn {
    display: none;
} */
#tabsliderprevBtn,
#tabslidernextBtn {
    transition: opacity 0.2s ease;
    background-color: #3B3733;
    border-radius: 100%;
    padding: 5px;
    width: 42px !important;
    height: 42px !important;
    color: #fff !important;
}

.tabslider-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.tabslider-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #303030;
    cursor: pointer;
    transition: 0.3s;
}

.tabslider-dot.active {
    background: #303030;
    transform: scale(1.5);
}

.tabslidertab-slider-container {
    height: 335px;
}

#tabsliderprevBtn {
    margin-left: 15px;
}

.tabsliderslide .slidercontent {
    display: none;
    width: 65%;
    padding: 15px 20px;
}

button#tabslidernextBtn {
    position: absolute;
    right: 15px;
}

.tabsliderslide.active .slidercontent {
    display: grid;
    gap: 5px;
    margin-top: 15px;
}

p.starting {
    margin-bottom: -5px !important;
}

img.slidercontent-leaf {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
}

.tabsliderslide.active::before {
    content: "";
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 55.41%, rgba(6, 24, 70, 0.74) 81.33%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

.brand-icons {
    margin-top: -25px;
}

.carrental .flightdeals .hotel-card {
    height: 312px;
}

span.type {
    font-size: 14px;
}

.carrental .discount {
    font-size: 14px !important;
}

.expanded-stays .discount {
    width: max-content;
}

.cruise-routes .discount {
    position: absolute;
    top: 15px;
    left: 15px;
}

.carrental .swiper-horizontal {
    height: 340px;
}


div#memberlogin,
#forgetpassword {
    background: #fff !important;
}

#memberlogin .modal-dialog,
#forgetpassword .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100% !important;
}

#memberlogin .modal-dialog .modal-content,
#forgetpassword .modal-dialog .modal-content {
    overflow: hidden;
    border: none !important;
    height: 100% !important;
}

#memberlogin .modal-header,
#forgetpassword .modal-header {
    right: unset !important;
    left: 15px;
    top: 15px !important;
    position: absolute;
}

#memberlogin .btn-close,
#forgetpassword .btn-close {
    --bs-btn-close-bg: url(../images-rlt/closearrow.png) !important;
    background: url(../images-rlt/closearrow.png) !important;
    width: 21px;
    height: 14px;
    padding: 0;
    background-size: cover !important;
}

.right-col {
    width: 388px;
}

.right-col h3 {
    font-size: 28px;
}

.right-col p {
    font-size: 14px;
}

.login-customer-form {
    width: 100%;
}

.formfields {
    display: grid;
    gap: 15px;
}

.formfieldone {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #828494;
    border-radius: 6px;
    justify-content: space-between;
}

.formfieldone input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    color: #000;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.formfieldone img {
    width: 20px;
    height: 20px;
}

.forgetdiv p#forgetpass {
    color: #A11E3C;
    text-transform: capitalize;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.forgetdiv {
    text-align: end;
}

.hoveranimationbtn,
.membersubmitbtn {
    overflow: hidden;
    z-index: 0;
    transition: transform 0.7s ease, color 0.7s ease;
    position: relative;
    border: 2px solid transparent;
}

.membersubmitbtn {
    background: #3065E1;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #3065E1 !important;
    color: #fff;
    height: 48px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.hoveranimationbtn::before,
.membersubmitbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.75s ease;
    z-index: -1;
}

.membersubmitbtn:hover {
    color: #3065E1 !important;
    border-color: #3065E1;
}

.hoveranimationbtn:hover::before,
.membersubmitbtn:hover::before {
    left: 0;
}

.modal-header .btn-close {
    opacity: 1 !important;
    z-index: 10 !important;
}

#contacttango .modal-dialog,
#contacttypes .modal-dialog {
    max-width: 550px;
    width: 550px;
    margin: 30px auto;
}

#globalets .modal-dialog {
    max-width: max-content;
    width: max-content;
    margin: 30px auto;
}

#contacttango .modal-body h3 {
    font-size: 23px;
}

#contacttango .modal-body p {
    font-size: 18px !important;
}

.popup-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

#contacttango .modal-body button {
    background: #C41017;
    border-radius: 2px;
    font-size: 16px !important;
    width: max-content !important;
    height: 40px !important;
}

#contacttango .cta-button {
    width: max-content !important;
    font-size: 18px !important;
}

.hoveranimationbtn::before,
.membersubmitbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.75s ease;
    z-index: -1;
}

#contacttango .modal-body button:hover {
    color: #C41017 !important;
    border-color: #C41017;
}

.hoveranimationbtn:hover::before,
.membersubmitbtn:hover::before {
    left: 0;
}

.modal-header {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 15px;
    border-bottom: none;
}

p.contactheading {
    font-size: 14px;
    color: #4E4E4E;
    text-align: center;
}

.contactdivs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.innerdivscontact.active, .innerdivscontact.active:hover, .innerdivscontact.active:hover svg path {
    background: #007BFF !important;
    border-color: #007BFF;
    color: #fff !important;
    fill: #fff !important;
}
.innerdivscontact {
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.innerdivscontact {
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.innerdivscontact:hover {
    border-color: #007BFF;
}

.innerdivscontact:hover svg path {
    fill: #007BFF !important;
}
.innerdivscontact svg path {
    transition: all 0.4s ease;
}

button.banner-btn::after {
    content: "";
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
}

button.banner-btn:hover {
    border: 3px solid #fff;
    color: #000 !important;
}

button.banner-btn:hover span {
    color: #000 !important;
}
button.banner-btn span {
    z-index: 10;
    transition: all 0.6s ease;
    position: relative;
}
button.banner-btn:hover::after {
    width: 100%;
}





button.member-btn {
    position: relative;
}

button.member-btn::after {
    content: "";
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
}

button.member-btn:hover {
    border: 2px solid #000;
    color: #000 !important;
}

button.member-btn:hover span {
    color: #000 !important;
}
button.member-btn span {
    z-index: 10;
    transition: all 0.6s ease;
    position: relative;
}
button.member-btn:hover::after {
    width: 100%;
}




button.banner-btn-signin {
    position: relative;
}

button.banner-btn-signin::after {
    content: "";
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
}

button.banner-btn-signin:hover {
    border: 2px solid #000;
    color: #fff !important;
}

button.banner-btn-signin:hover span {
    color: #fff !important;
}
button.banner-btn-signin span {
    z-index: 10;
    transition: all 0.6s ease;
    position: relative;
}
button.banner-btn-signin:hover::after {
    width: 100%;
}

.footer-section ul.social-links {
    width: 80%;
    margin: auto !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .footer-section ul.social-links {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .footer-section ul.social-links {
        width: 70% !important;
    }
}

div#contacttypes, div#contacttango, div#globalets {
    overflow: hidden;
}



.inner-benifit.section {
    border-radius: 14px;
    height: 440px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 2px 11.3px rgb(0 0 0 / 25%);
}

h3.brand-title {
    font-size: 22px;
    line-height: 25px;
}

p.brand-desc {
    font-size: 18px;
}

p.brand-desc span {
    text-decoration: underline !important;
}

img.brandlogo {
    position: absolute;
    top: 20px;
    left: 20px;
}

div#globalets .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#globalets .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 450px;
}

div#globalets .video-container {
    position: relative;
    width: 800px;
    height: 450px;
}

div#globalets .youtube-iframe {
    width: 800px;
    height: 450px;
    opacity: 1;
    transition: opacity 0.4s ease;
    border-radius: 7px;
}

p.brand-desc span img {
    width: 16px;
    position: relative;
    top: -2px;
    left: 2px;
}

div#connex .modal-dialog {
    width: 800px;
    max-width: 800px;
}

div#connex .modal-dialog img.modal-logo {
    margin: auto;
}

div#connex h3.text-left {
    font-size: 30px;
}

div#connex h4.text-left {
    font-size: 22px;
}

.popup-bullet-point {
    font-size: 18px;
    margin-bottom: 8px !important;
}

div#connex button.member-login-btn {
    width: max-content !important;
    margin: auto;
    margin-top: 25px;
}

img.crta-logo {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.contact-links, .footer-text {
    margin-left: -155px;
}

.scroll-down {
    position: relative;
    top: -50px;
}
#contacttango .modal-dialog {
    max-width: 600px;
    width: 600px;
}