﻿/* Universal styles */
:root{    
    --sub-lh: 2rem;
    --social-size: 2em;
    --slider-buttons: 2.5em;
}
.fs-6{font-size: 0.875rem!important;}
.fs-7{font-size: 0.75rem!important;}
main:is(h1,h2,h3){letter-spacing: -1px;}
:is(h1,h2,h3,h4,h6){font-weight: 800;}
h5{font-weight: 500;}
.card img{width: 100%;}
.balance{text-wrap: balance;}

.top{top: 0;}
.bottom{bottom: 0;}
.left{left: 0;}
.right{right: 0;}

.object-fit{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	-o-column-gap: 2rem;
	column-gap: 2rem;
}
@media screen and (max-width: 992px) {
	.twocols{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/* Fade coming from bottom of image */
.faded-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all ease 0.3s;
}
.faded-caption::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: linear-gradient(transparent 10%, var(--bs-dark) 80%);
    content: " ";
    z-index: -1;
    opacity: 0.7;
    transition: all ease 0.3s;
}
.members-boxes figure img{
    height: 220px;
}
@media screen and (max-width: 992px) {
    .members-boxes figure img{
        height: 160px;
    }
    .members-boxes{
        order: +1;
    }
}
.faded-boxes .row{
    position: relative;
    z-index: 10;
}
.faded-boxes::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 10%, var(--bs-dark) 80%);
    content: " ";
    z-index: 1;
    opacity: 0.25;
}
.faded-boxes::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-dark);
    content: " ";
    z-index: 2;
    opacity: 0.25;
}

/* Horizontal slider - add class of .scroller + .scroller-card */
.scroller{
    list-style:none;
    padding: 0;
    margin: 0;
}
.scroller :is(li, .col, a) {
    text-decoration: none;
    transition: all ease 0.3s;
}
.scroller .col *:last-of-type{margin-bottom: 0;}

@media screen and (max-width: 1024px) {
    .scroller-container {
        margin:0!important;
        padding: 0
    }
    .scroller {
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }
    .snaps-inline {
        scroll-snap-type: inline mandatory
    }
    .scroller :is(li, .scroll-card) {
        padding-left: 0;
        min-width: clamp(300px,33%,450px);
    }
    .scroller-sm :is(li, .scroll-card) {
        padding-left: 0;
        min-width: clamp(240px,30%,450px);
    }
    .snaps-inline>* {
        scroll-snap-align: start
    }
}
@media screen and (max-width: 768px) {
    .scroller :is(li, .scroll-card) {
        min-width: clamp(240px,65%,450px)
    }
    .scroller-sm :is(li, .scroll-card) {
        min-width: clamp(240px,40%,450px)
    }
}
@media screen and (max-width: 480px) {
    .scroller :is(li, .scroll-card) {
        min-width: clamp(240px,75%,450px)
    }
    .scroller-sm :is(li, .scroll-card) {
        min-width: clamp(240px,66%,450px)
    }
}

/* Modal */
.main-modal{max-width: 90%;}
.main-modal .container{max-width: 100%;}
.modal-logo img{
    filter: brightness(0) invert(1);
    max-width: 250px;
}
.main-modal .modal-left figure img{
    min-height: 700px;
}
@media (max-width: 1024px) {
    .main-modal{max-width: 95%;}
}
@media (max-width: 768px) {
    .modal-logo img{
        max-width: 180px;
    }
    .main-modal .modal-left figure img{
        min-height: 500px;
    }
    .main-modal{
        max-width: 100%;
    }
}
.main-modal .swiper-slide img{
    min-height: 200px;
}
.main-modal .modal-swiper{
    mask: linear-gradient(90deg, white 20%, white 80%, transparent);
    -webkit-mask: linear-gradient(90deg, white 20%, white 80%, transparent);
}
.btn-close{z-index: 100;}
.modal-swiper-scrollbar{
    position: relative!important;
    width: 100%;
}

/* Wide container */
.large-container {
    max-width: 480px;
  }  
  @media (min-width: 576px) {
    .large-container {
      max-width: calc(768px + 2em);
    }
  }
  @media (min-width: 768px) {
    .large-container {
      max-width: calc(1024px + 4em);
    }
  }
  @media (min-width: 992px) {
    .large-container {
      max-width: calc(1140px + 6em);
    }
  }
  @media (min-width: 1200px) {
    .large-container {
      max-width: calc(1260px + 8em);
    }
  }
  @media (min-width: 1400px) {
    .large-container {
      max-width: cacl(1260px + 8em);
    }
  }

/* Skyline classes */
.dark-skyline, .light-skyline{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dark-skyline .row, .light-skyline .row{
    position: relative;
    z-index: 2;
}
.dark-skyline::before, .light-skyline::before, .extra-dark-skyline::before{
    background-image: url(../../media/images/dark-skyline.png);
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    position: absolute;
    opacity: 0.6;
}
.light-skyline::before{
    background-image: url(../../media/images/light-skyline.png);
    opacity: 0.1;
}
.extra-dark-skyline::before{
    background-image: url(../../media/images/extra-dark-skyline.png);
    opacity: 1;
    z-index: 10;
}

/* Large link hover */
.bump-hover{transition: all ease 0.3s;}
.bump-hover:hover{transform: translateY(-4px);}

:is(.btn-outline-dark, 
.btn-outline-primary):hover{color: white!important;}

/* Alternative btn colour hovers */
/*  
.btn-primary:hover{background-color: var(--bs-secondary);}
.btn-primary:hover i{color: var(--bs-dark)!important;}

.btn-secondary:hover{background-color: var(--bs-dark);}
.btn-secondary:hover i{color: var(--bs-secondary)!important;}

.btn-dark:hover{background-color: var(--bs-secondary);}
.btn-dark:hover i{color: var(--bs-dark)!important;} 
*/

/* Top bar */
.top-bar div p:last-of-type{margin: 0;}
.top-bar{
    font-size: 0.75rem;
    position: relative;
}
header{
    position: relative;
    z-index: 20;
}
header, header .row{
    transition: all ease 0.4s;
}
header.stuck .row{
    transition: all ease 0.05s;
}
header.stuck .main-menu nav ul li a{
    transition: all ease 0.05s;
    line-height: 4rem;
}
.logo img{
    height: 50px;
    transition: all ease 0.4s;
}
header.stuck .logo img{
    height: 40px;
    transition: all ease 0.05s;
}
@media screen and (max-width: 992px) {
    .logo img{ height: 42px; }
    header .row{ padding-block: 1rem; }
    header.stuck .row{ padding-block: 0.5rem;}
}
.menu-toggle span{
    display: block;
}

/* Navigation */
.main-menu nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu nav ul li{
    display: inline-block;
    color: var(--bs-primary);
    cursor: pointer;
}
.main-menu nav ul li a{
    padding: 0 0.5em;
    text-decoration: none;
    line-height: 6rem;
    display: block;
    position: relative;
    transition: all ease 0.4s;
    font-weight: 600;
}
.main-menu nav ul li a:hover{
    color: var(--bs-secondary)!important;
}
.main-menu a{text-decoration: none;}
.main-menu nav ul li > a::after {
	position: absolute;
	right: -1rem;
	top: 3px;
	width: 30px;
	height: inherit;
	line-height: inherit;
	text-align: center;
	content: "\f107";
    font-family: "Font Awesome 6 Pro";
    color: var(--bs-primary);
}
/* Adds arrow to nav items with sub-menus*/
.flag-img{
    max-height:24px;
    margin-left:4px;
    margin-right:4px;
}
.currency .dropdown-menu{
    min-width:unset!important;
}
.main-menu nav ul li > a:only-child::after { 
    display: none;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
}
.main-menu .mega-menu{
	position: absolute;
	top: calc(100% - 0rem);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding-top: 3rem;
    padding-bottom: 3rem;
	border-radius: var(--small-radius);	
	background-color: var(--bs-light-blue);
	opacity: 0;
	width: auto;
	transform: scale(0.95);
	pointer-events: none;
	transform-origin: top center;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
    width: 100%;
    left: 0;
    border: 0;
    z-index: 1;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.main-menu .mega-menu::before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: " ";
    width: 60%;
    height: 100%;
    background-image: url(_/media/images/footer-swooshes.html);
    z-index: 1;
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.main-menu .mega-menu .row{
    position: relative;
    z-index: 2;
}
.main-menu .mega-menu::after{
    position: absolute;
    background: linear-gradient(-145deg, var(--bs-primary), transparent 100%);
    content: " ";
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}
.main-menu .mega-menu li{
    display: block;
}
.main-menu .mega-menu ul{padding-left: 0;}
.main-menu .mega-menu li a{
    line-height: var(--sub-lh)!important;
    padding: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}
.main-menu .mega-menu li{
    position: relative;
}
.main-menu .mega-menu ul li::after{ 
    display: block;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--bs-dark);
    width: var(--sub-lh);
    height: var(--sub-lh);
    line-height: var(--sub-lh);
    opacity: 0;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    transform: translateX(-10px);
}
.main-menu .mega-menu ul li:hover::after{
    opacity: 1;
    transform: translateX(0px);
}
.main-menu .mega-menu ul li:hover a{
    color: var(--bs-dark);
}
.main-menu nav ul li:hover > ul{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
.main-menu nav button{
    border: 0;
    background: transparent;
    text-align: left;
    padding: 2em 0.5em;
    color: var(--bs-primary);
    font-weight: 700;
}
@media screen and (max-width: 992px) {
    .main-menu nav{
        position: fixed;
        left: 0;
        width: clamp(360px, 90%, 500px);
        top: 0;
        height: 100vh;
        overflow: scroll;
        background-color: var(--bs-light-blue);
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
        padding: 0rem 1rem;
        display: flex;
        flex-direction: column;
    }
    .main-menu > nav ul:first-of-type{
        height: 100%;
        max-height: 100%;
        padding-bottom: 2rem;
        overflow: scroll;
        mask: linear-gradient(180deg, white 20%, white 80%, transparent);
        -webkit-mask: linear-gradient(180deg, white 20%, white 80%, transparent);
    }
    .main-menu nav ul:first-of-type li:last-of-type a{
        border-bottom: none;
    }
    .main-menu nav >  ul:last-of-type{
        align-self: flex-end;
        display: flex!important;
    }
    /* header.stuck .main-menu nav{
        height: calc(100vh - var(--headerHeight));
    } */
    .main-menu nav ul li{
        display: block;
        position: relative;
    }
    .main-menu nav ul li a{
        line-height: 3.5rem;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        display: block;
    }
    header.stuck .main-menu nav ul li a{
        line-height: 3rem;
        position: relative;
        color: var(--bs-dark);
    }    
	.main-menu nav ul li a::after {
		position: absolute;
		right: 0;
		top: 0px;
		width: 2rem;
		height: 3rem;
        line-height: 3rem;
        display: block!important;
        text-align: center;        
        color: var(--bs-primary);
    }
    .main-menu nav ul li a i{
        width: 1rem;
        text-align: center;
    } 
    .main-menu nav ul:last-of-type li > a::after {display: none!important;}
    
    .main-menu .mega-menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        transform: scale(1);
        pointer-events:all;
        display: flex;
        padding: 0;
        padding-top: 0.5em;
        z-index: 100;
    }
    .main-menu .mega-menu::before{display: none;}
    .main-menu .mega-menu .container div{
        padding-left: 0;
        padding-right: 0;
    }
}
/* Animate nav on mob */
.primary-navigation[data-state="closing"] {
    left: -100%;
}
.primary-navigation[data-state="closed"] {
    left: -100%;
}

/* Banner */
.home-banner{
    background-image: url(../../media/images/banner.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner{
    position: relative;
    z-index: 1;
}
.home-banner::before{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: var(--bs-primary);
    background: linear-gradient(180deg, var(--bs-primary), transparent);
    opacity: 0.5;
}
.home-banner::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    content: " ";
    background: linear-gradient(180deg, transparent, white);
    opacity: 1;
}
.banner .container{
    position: relative;
    z-index: 5;
}
.home-form label{
    background-color: white;
}
.home-form input{
    margin-top: -10px;
}
.home-form .form-control::placeholder {
  color: var(--bs-dark);
  opacity: 1;
}
.home-form .form-control:focus {
    box-shadow: unset;
    border-color: var(--bs-secondary)!important;
}
@media screen and (max-width: 992px) {
    .home-banner{
        padding-top: 3em;
        padding-bottom: 9em;
        margin-bottom: -7em;
        background-image: url(../../media/images/banner-mobile.jpg);
    }
    .home-banner::before{
        background: linear-gradient(180deg, var(--bs-primary), var(--bs-dark));
        opacity: 0.5;
    }
    .home-banner::after{
        height: 250px;
    }
    .home-form input{
        font-size: 1rem!important;
    }
}
.mobile-search-box{
    position: relative;
    z-index: 5;
}
.banner h1{
    letter-spacing: -1px;
    text-shadow: 2px 3px 6px rgba(0,0,0,0.5);
}

/* Slider at the top of the index page */
.index-swiper .swiper-slide img{
    height: 360px;
}
@media screen and (max-width: 1024px) {
    .index-swiper .swiper-slide img{
        height: 300px;
    }
}
@media screen and (max-width: 640px) {
    .index-swiper .swiper-slide img{
        height: 240px;
    }
}
.slider-buttons{
    display: inline-block;
    border-radius: 50%;
    width: var(--slider-buttons);
    height: var(--slider-buttons);
    line-height: var(--slider-buttons);
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Logo slider */
.logo-slider{
    overflow: hidden;
    mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
    -webkit-mask: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%);
}
.logo-slider img{
    max-height: 60px;
    display: inline-block;
}
.logo-slider .swiper-slide{
    width: auto;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .logo-slider img{
        max-height: 40px;
    }
}

/* Budget section */
.budget-section{
    position: relative;
    z-index: 15;
}
.budget{
    background-color: var(--bs-light-blue);
}
.budget::after{
    position: absolute;
    background: linear-gradient(180deg, var(--bs-primary), transparent 100%);
    content: " ";
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

/* Footer */
footer{
    position: relative;
}
footer .container{
    position: relative;
    z-index: 10;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li a{
    text-decoration: none;
    color: white;
    font-weight: 300;
    line-height: 2.25;
    transition: all ease 0.3s;
}
footer ul li a:hover{
    color: var(--bs-primary);
}
footer .container .row p:last-of-type{margin-bottom: 0;}
.footer-images img{
    max-height: 40px;
}
footer::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: " ";
    width: 60%;
    height: 100%;
    background-image: url(../../media/images/footer-swooshes.png);
    z-index: 1;
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
    footer::after{
        width: 100%;
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 768px) {
    footer::after{
        width: 100%;
        background-size: 200% 100%;
    }
}

/* Social media icons */
.social a{
    display: inline-block;
    width: var(--social-size);
    height: var(--social-size);
    line-height: var(--social-size);
    text-align: center;
    background-color: var(--bs-extra-light);
    transition: all 0.3s ease;
}
.social a:hover{
    background-color: var(--bs-dark);
    color: white;
}

/* Example search section */
.example-search .form-control:focus {
 box-shadow: unset!important;
}
.example-search{
    position: relative;
}
.example-search::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    content: " ";
    background-image: linear-gradient(transparent 0%, white 50%), 
                linear-gradient(transparent 10%, white 60%);
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .example-search::after{display: none;}
}

/* Hotel search card */
.hotel-card h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    height: 3.75rem;
}
.hotel-card .text-secondary, .hotel-card .text-primary {
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 1;
}
/* .hotel-card figcaption::before{
    top: -40px;
    left: 0%;
    height: 40px;
    width: 100%;
    background-image: url(/media/images/card-swoosh.svg);
    content: " ";
    position: absolute;
    z-index: 10;
    background-size: 100% 100%;
} */
.hotel-card figcaption{
    position: relative;
    z-index: 3;
    height: 250px;
}
.hotel-card figcaption{
    margin-top: -1em;
    z-index: 5;
    position: relative;
}
.hotel-card figure img{
    height: 240px;
}
/* Add class of .most-viewed to change style */
.most-viewed figure{
    position: relative;
    z-index: 2;
}
.most-viewed figure::after{
    position: absolute;
    top: 2em;
    left: 0;
    content: "Most viewed";
    background-color: var(--bs-light-blue);
    padding: 0.5em 1.5em;
    border-radius: 0 0.5em 0.5em 0;
    font-size: 0.75rem;
    color: var(--bs-primary);
    font-weight: 500;
}
.most-viewed figcaption{
    background: linear-gradient(var(--bs-dark), var(--bs-primary));
    color: white!important;
}
.most-viewed .text-primary{
    color: white!important;
    opacity: 0.6;
}
/* .most-viewed figcaption::before{
    top: -40px;
    left: 0%;
    height: 40px;
    width: 100%;
    background-image: url(/media/images/most-viewed-swoosh.svg);
    content: " ";
    position: absolute;
    z-index: 10;
    background-size: 100% 100%;
} */
.rating i{margin-left: 4px;}

/* Add class of .most-popular to change style */
.most-popular figure{
    position: relative;
    z-index: 2;
}
.most-popular figure::after{
    position: absolute;
    top: 2em;
    left: 0;
    content: "Most popular";
    background-color: var(--bs-light-blue);
    padding: 0.5em 1.5em;
    border-radius: 0 0.5em 0.5em 0;
    font-size: 0.75rem;
    color: var(--bs-primary);
    font-weight: 500;
}
.most-popular figcaption{
    background: linear-gradient(var(--bs-extra-dark), var(--bs-secondary));
    color: white!important;
}
.most-popular .text-primary{
    color: white!important;
    opacity: 0.6;
}
.most-popular .btn-secondary{
    background-color: var(--bs-extra-dark);
}
.most-popular .btn-secondary i{
    color: var(--bs-secondary);
}
/* Link at bottom of index page search example */
.preview-search-cta{
    margin-top: -200px;
    position: relative;
    z-index: 12;
}

/* Our recommendations section */
.recommended figure{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 250px;
}
.recommended figure img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .recommended figure{
        height: 200px;
    }
}
.recommended figure .stretched-link, .main-modal .stretched-link{
    z-index: 20;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Text block styles */
.copy p{
    font-size: 1.1em;
}
.copy :is(h1,h2,h3,h4,h5,h6){
    color: var(--bs-dark);
}
.copy ul, .copy ol{
    font-weight: 500;
    font-size: 1em;
    padding:0;
    line-height: 1.5em;
    margin-bottom: 1rem;
}
.copy ul{
     list-style:none 
}
.copy ul, .copy ol{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.copy ul li{
    margin-bottom: 1rem;
    color: var(--black200);
}
.copy ul li:before{
    font-family: var(--fa-style-family-classic);
    font-weight: 900;
    content: "\f111";
    margin-right: 10px;
    margin-left: 4px;
    line-height: 1em!important;
    font-size: 0.4em;
    vertical-align: middle;
} 
.copy ol li{
    margin-bottom: 1rem;
    color:var(--black200);
    display:inline-block;
    width:100%;
    padding: 0 0 0 2.5em;
    counter-increment:step-counter;
    position: relative
}
.copy ol li:before{
    content: counter(step-counter);
    position: absolute;
    text-align: center;
    height: 26px;
    top: 0;
    left: 0;
    line-height: 26px;
    font-weight: 700;
    border-radius: 6px;
    width: 26px;
    color: white;
    background-color: var(--bs-primary);
    display: inline-block;
    margin-right: 10px;
}
.copy img{
    width: 100%;
    max-width: 100%;
    border-radius: var(--bs-border-radius);
}
hr{
    border:0;
    height: 2px;
    opacity: 0.2;
    background: var(--bs-primary);
}
.copy > a{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.5em;
    display: inline-block;
    color: white;
    background-color: var(--bs-secondary);
    border-radius: var(--bs-border-radius); 
    padding: 0.75em 1.5em;  
    text-decoration: none;
}
.copy > a:hover{opacity: 0.9;}
.copy > a + a{
    background-color: var(--bs-primary);
}
.copy span{
    color: var(--bs-secondary);
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
    .copy > a{
        display: block;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-right: 0;
    }
}

/* Login page */
.swiper-pagination-login{
    bottom: 30px!important;
}
.swiper-pagination-bullet{
    background-color: white!important;
    width: 40px;
    border-radius: 4px;
    height: 3px;
}
.login-quote{
    position: absolute;
    max-width: 280px;
    z-index: 10;
    padding: 1em 2em;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 3px 24px rgba(0,0,0,0.3);
    opacity: 0;
    display: inline-block;
}
.login-quote1{
    left: 10%;
    top: 10%;
    animation: login-quote-one 20s infinite;
    animation-delay: 3s;
}
@-webkit-keyframes login-quote-one {
    0% {left:0%;opacity: 0;}
    20% {left:10%;opacity: 1;}
    30% {left:10%;opacity: 0;}
    100% {left:10%;opacity: 0;}
}
.login-quote2{
    right: 10%;
    top: 30%;
    animation: login-quote-two 20s infinite;
    animation-delay: 7s;
}
@-webkit-keyframes login-quote-two {
    0% {right:0%;opacity: 0;}
    20% {right:10%;opacity: 1;}
    30% {right:10%;opacity: 0;}
    100% {right:10%;opacity: 0;}
}
.login-quote3{
    left: 15%;
    top: 50%;
    animation: login-quote-three 20s infinite;
    animation-delay: 13s;
}
@-webkit-keyframes login-quote-three {
    0% {left:0%;opacity: 0;}
    20% {left:15%;opacity: 1;}
    30% {left:15%;opacity: 0;}
    100% {left:15%;opacity: 0;}
}
.login-quote4{
    right: 15%;
    top: 40%;
    animation: login-quote-four 20s infinite;
    animation-delay: 17s;
}
@-webkit-keyframes login-quote-four {
    0% {right:0%;opacity: 0;}
    20% {right:15%;opacity: 1;}
    30% {right:15%;opacity: 0;}
    100% {right:15%;opacity: 0;}
}
.login-quote p{
    margin: 0;
}


/* Members area */
.members-banner{
    position: relative;
}
.members-banner::before{
    position: absolute;
    inset: 0;
    background: var(--bs-primary);
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 1;
    opacity: 0.5;
}
.members-banner::after{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 1;
    opacity: 0.6;
    background-image: linear-gradient(transparent 10%, var(--bs-dark) 80%);
}
.members-banner .container{
    position: relative;
    z-index: 2;
}
main{
    position: relative;
    z-index: 5;
}
.top-overlap{
    margin-top: -2em;
}

/* Grid section */
.grid-section figure img{
    min-height: 250px;    
}
@media screen and (max-width: 1024px) {
    .grid-section figure img{
        min-height: 200px;    
    }
}
@media screen and (max-width: 768px) {
    .grid-section figure img{
        min-height: 160px;    
    }
}

/* Search results box */
.savings{
    position: absolute;
    top: 2em;
    left: 0;
    border-radius: 0 8px 8px 0;
}
.search-result .rating i{
    color: goldenrod;
}
@media screen and (max-width: 768px) {
    .search-result img{
        max-height: 240px;
    }
}
.favourite{
    top: 2em;
    right: 1em;
    position: absolute;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    transition: all ease 0.3s;
    border-radius: 50%;
}
.favourite:hover{
    background-color: rgba(255,255,255,0.3);
    width: 3em;
    line-height: 3em;
    height: 3em;
}
.members-boxes a{
    text-decoration: none!important;
    color: white!important;
}
.search-result figure:hover .faded-caption::before{
    opacity: 0.7;
}
.search-result figure .faded-caption::before{
    max-height: 120px;
    opacity: 0.4;
}

/* Search results reviews */
.review-circle{
    --review: 1em;
    width: var(--review);
    line-height: var(--review);
    height: var(--review);
    margin-right: 0.125em;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--bs-secondary)
}
.reviews-ratings[data-rating="1"] .review-circle:nth-child(-n+1){
    background-color: var(--bs-secondary);
}
.reviews-ratings[data-rating="2"] .review-circle:nth-child(-n+2){
    background-color: var(--bs-secondary);
}
.reviews-ratings[data-rating="3"] .review-circle:nth-child(-n+3){
    background-color: var(--bs-secondary);
}
.reviews-ratings[data-rating="4"] .review-circle:nth-child(-n+4){
    background-color: var(--bs-secondary);
}
.reviews-ratings[data-rating="5"] .review-circle:nth-child(-n+5){
    background-color: var(--bs-secondary);
}

/* Search results sidebar */
.sticky-filters{
    position: sticky;
    top: calc(var(--headerHeight) + 2em);
}
.filter-buttons{
    position: sticky;
    top: calc(var(--headerHeight));
    z-index: 100000;
    padding: 0.5em 2em;
    background-color: var(--bs-dark);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#map-modal iframe{
    width: 100%;
    height: 100%;
    min-height: 80vh;
    border-radius: var(--bs-border-radius);
}

/* Download app section */
.app-icons img{
    max-height: 50px;
}
.app-phone-one img, .app-phone-two img{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
}
.app-phone-one, .app-phone-two{
    position: absolute;
    margin-top: -3em;
    text-align: center;
    bottom: 0;
}
.app-phone-one {
    position: absolute;
    left: 40px;
    bottom: 0px;
    max-height: 500px;
    z-index: 2;
    width: auto;
}
.app-phone-two {
    position: absolute;
    right: 40px;
    bottom: 0px;
    max-height: 500px;
    z-index: 1;
    width: auto;
}
@media screen and (max-width: 1200px) {
    .app-phone-one {
        position: absolute;
        left: 20%;
        bottom: 0px;
        max-height: 400px;
        z-index: 2;
    }
    .app-phone-two {
        position: absolute;
        right: 20%;
        bottom: 0px;
        max-height: 400px;
    }
    .app-section .blue-gradient{
        padding-bottom: 400px;
    }
}
@media screen and (max-width: 992px) {
    .app-phone-one, .app-phone-two{
        margin-top: 1em;
    }
    .app-phone-one {
        left: 10%;
    }
    .app-phone-two {
        right: 10%;
    }
}
@media screen and (max-width: 768px) {
    .app-phone-one, .app-phone-two{
        margin-top: 1em;
    }
    .app-phone-one {
        left: 5%;
    }
    .app-phone-two {
        right: 5%;
    }
}
@media screen and (max-width: 640px) {
    .app-phone-one {
        max-height: 280px;
    }
    .app-phone-two {
        max-height: 280px;
    }
    .app-section .blue-gradient{
        padding-bottom: 280px;
    }
}