@import url('./Glend.css');



:root{
    --SpecialPageTopSpacing: calc( var(--headerHeight) + 30px );
}
@media only screen and (max-width:991.98px) {
    :root{
        --SpecialPageTopSpacing: 30px;
    }
}



:root{
	--family-OutSans: "Open Sans",Arial, Helvetica, sans-serif;
    --family-PlayfairDisplay: "Playfair Display",Arial, Helvetica, sans-serif;
    --family-OldStandardTT: "Old Standard TT",Arial, Helvetica, sans-serif;
}
body .family-OutSans{
	font-family: var(--family-OutSans);
}
body .family-PlayfairDisplay{
	font-family: var(--family-PlayfairDisplay);
}
body .family-OldStandardTT{
	font-family: var(--family-OldStandardTT);
}


::selection {
    color: #fff;
    background-color: #ae745a;
}


/* citygatehotel-popupSearch */
.citygatehotel-popupSearch .popup-content{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    border-radius: 0;
    /* display: flex !important; */
}
.citygatehotel-popupSearch .popup-content[style*="display: block;"]{
    display: flex !important;
}
.citygatehotel-popupSearch .popup-content > span:not(.closeBtn){
    position: relative;
    width: 100%;
    max-width: 600px;
}
.citygatehotel-popupSearch .popup-content > span:not(.closeBtn)::before{
    content: attr(data-placeholder);
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: clamp(28px, 0.6666666666666667vw + 23.2px ,36px);
    font-family: var(--family-PlayfairDisplay);
    font-weight: 400;
    font-style: normal;
    line-height: calc( 40 / 36 );
}
.citygatehotel-popupSearch .popup-content > span.closeBtn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
}
.citygatehotel-popupSearch .popup-content > span.closeBtn::before,
.citygatehotel-popupSearch .popup-content > span.closeBtn::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: currentColor;
}
.citygatehotel-popupSearch .popup-content > span.closeBtn::before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.citygatehotel-popupSearch .popup-content > span.closeBtn::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.citygatehotel-popupSearch .popup-content .searchInputContainer{
    background-color: #fff;
}
.citygatehotel-popupSearch .popup-content .NormalTextBox{
    padding-left: 20px;
    padding-right: 85px;
    width: 100%;
    height: 55px;
}
.citygatehotel-popupSearch .popup-content .searchInputContainer a.dnnSearchBoxClearText{
    top: auto;
    left: auto;
    bottom: 0;
    right: 65px;
    height: 55px;
}
.citygatehotel-popupSearch .popup-content a.search{
    top: auto;
    bottom: 0;
    width: 60px;
    height: 55px;
    color: #fff;
    background-color: var(--accent-color);
    transition: all ease 300ms;
}
.citygatehotel-popupSearch .popup-content a.search:hover{
    background-color: #1c1c1c;
}
@media only screen and (max-width: 991.98px){
    .citygatehotel-popupSearch .popup-content {
        max-width: 100vw;
    }
}


/* citygatehotel-languageBox */
.citygatehotel-languageBox .languageBox{

}
.citygatehotel-languageBox .languageBox .language-current::after{
    display: none;
}
.citygatehotel-languageBox .languageBox .language-current,
.citygatehotel-languageBox .languageBox .language-list > a,
.citygatehotel-languageBox .languageBox .language-list > span{
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 16px 15px;
    width: auto;
    height: auto;
    border: none;
    transition: all ease-in 300ms;
}
.citygatehotel-languageBox .languageBox .language-current img,
.citygatehotel-languageBox .languageBox .language-list > a img,
.citygatehotel-languageBox .languageBox .language-list > span img{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    width: 18px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.citygatehotel-languageBox .languageBox .language-current .text,
.citygatehotel-languageBox .languageBox .language-list > a .text,
.citygatehotel-languageBox .languageBox .language-list > span .text{
    display: inline;
    padding: 0 0 0;
    color: #BDBDBD;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
}
.citygatehotel-languageBox .languageBox .language-current{
    border-radius: 0 0 5px 5px;
    background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
}
.citygatehotel-languageBox .languageBox .language-list{
    top: 0;
    left: 0;
    display: block;
    width: max-content;
    padding: 0 0 0;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
}
.citygatehotel-languageBox .languageBox .language-object:hover .language-list{
    display: block !important;
}
@media only screen and (max-width: 575.98px){
    .citygatehotel-languageBox .languageBox .language-current img, 
    .citygatehotel-languageBox .languageBox .language-list > a img, 
    .citygatehotel-languageBox .languageBox .language-list > span img{
        margin: 0 0 0;
    }
    .citygatehotel-languageBox .languageBox .language-current .text,
    .citygatehotel-languageBox .languageBox .language-list > a .text,
    .citygatehotel-languageBox .languageBox .language-list > span .text{
        display: none;
    }
}



/* Header */
.header-citygatehotel-home > .container{
    padding-left: 0;
    padding-right: 0;
}
.header-citygatehotel-home .header-area.area-left{
    border-right: 1px solid #eaeaea;
}
.header-citygatehotel-home .header-area.area-center .header-content-wrap,
.header-citygatehotel-home .header-area.area-right .header-content-wrap{
    align-items: flex-start;
}
.header-citygatehotel-home .header-area .search-popup-box{
    align-items: flex-start;
    max-height: 76px;
    align-items: center;
}


.header-citygatehotel-home .header-content-wrap .logo img{
    max-height: 100%;
    margin-bottom: 0;
}
.header-citygatehotel-home .dng-megamenu .primary_structure>li>a>span{
    position: relative;
}
.header-citygatehotel-home .dng-megamenu .primary_structure>li>a>span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -29px;
    left: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity ease-in 200ms;
}
.header-citygatehotel-home .dng-megamenu .primary_structure>li.current>a>span::before,
.header-citygatehotel-home .dng-megamenu .primary_structure>li>a:hover>span::before{
    opacity: 1;
}
@media only screen and (max-width:1599.98px) {
    .header-citygatehotel-home .header-area.area-left{
        padding-right: 8px !important;
    }
    .header-citygatehotel-home .header-area.area-center{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .header-citygatehotel-home .header-area.area-right{
        padding-left: 8px !important;
    }
}
@media only screen and (max-width:1499.98px) {
    .header-citygatehotel-home > .container > .header-container-box{
        display: grid;
        grid-template-columns: auto 1fr;
    }
    .header-citygatehotel-home .header-area.area-left{
        width: 160px !important;
        grid-row: 1 / span 2;
    }
    .header-citygatehotel-home .header-area.area-center{
        order: 2;
    }
    .header-citygatehotel-home .header-area.area-right{
        order: 1;
    }
}
@media only screen and (max-width:1399.98px) {

    /* .header-citygatehotel-home .search-popup-box{
        display: none !important;
    } */
}
@media only screen and (max-width:1199.98px) {
    .header-citygatehotel-home .header-area.area-left{
        width: 90px !important;
    }
}


/*  header-citygatehotel-mobile  */
.header-citygatehotel-mobile .header-mobile{
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px );
}
.header-citygatehotel-mobile .search-popup-box{
    display: block;
}
.header-citygatehotel-mobile .mobile-menu-icon{
    width: 60px;
    height: 64px;
    color: #fff !important;
    background: var(--accent-color,#948685);
}
.header-citygatehotel-mobile .header-area .header-content-wrap{
    align-items: flex-start;
}
@media only screen and (max-width:575.98px) {
    .header-citygatehotel-mobile .header-area.area-left{
        padding-right: 5px !important;
    }
    .header-citygatehotel-mobile .header-area.area-center{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .header-citygatehotel-mobile .header-area.area-right{
        padding-left: 5px !important;
    }
}


/* header-citygatehotel-inner */
.header-citygatehotel-inner{
    position: relative;
}
.header-citygatehotel-inner .header-content-wrap .logo img{
    max-height: 100%;
    margin-bottom: 0;
}
.header-citygatehotel-inner .languageBox {
    position: fixed;
    right: 270px;
    top: 0;
    z-index: 100;
}
@media only screen and (max-width:1399.98px) {
    .header-citygatehotel-inner .languageBox {
        right: 120px;
    }

}
@media only screen and (max-width:1199.98px) {
    header.floating-active div.header-area.text-center .header-content-wrap{
        justify-content: flex-start;
    }
}
.header-citygatehotel-inner .dng-megamenu .primary_structure>li>a>span{
    position: relative;
}
.header-citygatehotel-inner .dng-megamenu .primary_structure>li>a>span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -30px;
    left: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity ease-in 200ms;
}
.header-citygatehotel-inner .dng-megamenu .primary_structure>li.current>a>span::before,
.header-citygatehotel-inner .dng-megamenu .primary_structure>li>a:hover>span::before{
    opacity: 1;
}



/* PageTitle */
#page-title.large .main-title{
    font-size: clamp(36px, 1.3333333333333335vw + 26.4px ,52px);
    font-family: var(--family-PlayfairDisplay);
    font-weight: normal !important;
    line-height: calc( 62 / 52 );
}
#page-title.large .main-title ~ .pagetitle-breadcrumbs-box{
    margin-top: 20px;
    font-size: 13px;
    font-family: var(--family-OutSans);
    line-height: calc( 20 / 13 );
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
#page-title.large .main-title ~ .pagetitle-breadcrumbs-box a::after{
    left: 0;
    border-bottom-width: 1px;
}
#page-title.large .main-title ~ .pagetitle-breadcrumbs-box a:hover::after{
    width: 100%;
}
#page-title.large .main-title ~ .pagetitle-breadcrumbs-box ul li::after{
    content: '>';
    padding: 0 9px;
}
#page-title.large .main-title ~ .pagetitle-breadcrumbs-box ul li:last-child:after{
    content: none;
}
#page-title.dark .PageTitlePane .Normal, 
#page-title.dark .PageTitlePane a:link, 
#page-title.dark .PageTitlePane a:active, 
#page-title.dark .PageTitlePane a:visited, 
#page-title.dark .pagetitle-breadcrumbs-box, 
#page-title.dark .pagetitle-breadcrumbs-box a, 
#page-title.dark .pagetitle-breadcrumbs-box a:link, 
#page-title.dark .pagetitle-breadcrumbs-box a:active, 
#page-title.dark .pagetitle-breadcrumbs-box a:visited {
    color: #1c1c1c;
}
#page-title.dark .pagetitle-breadcrumbs-box a:hover{
    color: #000;
}

/* citygatehotel-banner-01 */
.citygatehotel-banner-01{
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}
.citygatehotel-banner-01 .is-scale-animated img{
    display: block;
    margin: 0 auto;
    width: 75%;
    height: 100%;
    object-fit: cover;
}
.citygatehotel-banner-01 .afterCloneBg .is-overlay-color{
    z-index: 1;
}
.citygatehotel-banner-01 .afterCloneBg img{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.citygatehotel-banner-01 .afterCloneBg .dots{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./resource/images/gridtile.png');
}
.citygatehotel-banner-01 .is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: none;
}
.citygatehotel-banner-01 .swiper-slide-active .is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: citygatehotel-is-scale 25s ease forwards;
}
@keyframes citygatehotel-is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}
.citygatehotel-banner-01.is-section .is-boxes{
    z-index: 1;
}
.citygatehotel-banner-01.is-section.section-slider .swiper-pagination-bullets{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    bottom: 50%;
    left: auto;
    right: 60px;
    transform: translate3d(0,50%,0);
}
.citygatehotel-banner-01 .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    margin: 0 0 0 !important;
    width: 33px;
    height: 14px;
    background: transparent;
}
.citygatehotel-banner-01 .swiper-pagination .swiper-pagination-bullet-active{
    width: 33px;
    background: transparent;
}
.citygatehotel-banner-01 .swiper-pagination .swiper-pagination-bullet::after{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 6px;
    height: 2px;
    background: #fff;
    transition: all 200ms ease-in-out;
}
.citygatehotel-banner-01 .swiper-pagination .swiper-pagination-bullet-active::after{
    width: 33px;
    background: rgb(125,125,125);
}
.citygatehotel-banner-01 .banner-subTitle{
    margin-bottom: 15px;
    font-size: 14px;
    font-family: var(--family-OutSans);
    line-height: calc( 20 / 14 );
    letter-spacing: 3px;
}
.citygatehotel-banner-01 .banner-title{
    margin-bottom: 0;
    font-size: clamp(38px, 2.25vw + 21.8px ,65px);
    font-family: var(--family-PlayfairDisplay);
    line-height: 1;
}
.citygatehotel-banner-01 .banner-title:not(:last-child){
    margin-bottom: 25px;
}
@media only screen and (min-width:992px) {
    #mm-content-box:has(header.floating-nav) .citygatehotel-banner-01.is-section-100{
        height: calc( 100vh - var(--headerHeight) );
    }
}


/* citygatehotel-footer */
.citygatehotel-footer{
    font-size: 14px;
    line-height: calc( 26 / 14 );
}
.citygatehotel-footer.is-box.is-section .is-container{
    margin-top: 45px;
    margin-bottom: 45px;
}
.citygatehotel-footer .row{
    margin-left: 0;
    margin-right: 0;
}
.citygatehotel-footer .row [class^='col-']{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}
.citygatehotel-footer .row [class^='col-']::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 100%;
    border-right: 1px solid #2e2e2e;
}
.citygatehotel-footer .footer-title{
    color: #fff;
    font-size: 24px;
    line-height: calc( 29 / 24 );
}
.citygatehotel-footer p:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
    .citygatehotel-footer .row [class^='col-']{
        padding: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .citygatehotel-footer .row [class^='col-']{
        padding: 35px;
    }
}
@media only screen and (max-width: 767.98px) {
    .citygatehotel-footer .row [class^='col-']{
        padding: 30px;
    }
}
@media only screen and (max-width: 575.98px) {
    .citygatehotel-footer .row [class^='col-']{
        padding: 20px;
    }
}

/* button */
body [class^='button-'],
body [class*=' button-'] {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--family-OutSans) !important;
    line-height: 40px;
    letter-spacing: 1.8px;
    height: 40px;
    padding: 0 27px;
}
/* citygatehotel-button */
body [class^='citygatehotel-button-'],
body [class*=' citygatehotel-button-'] {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.8px;
    height: 40px;
    padding: 0 27px;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 48px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-appearance: none;
    appearance: none;
}
body [class^='citygatehotel-button-']:hover,
body [class*=' citygatehotel-button-']:hover{
    text-decoration: none;
}

/* citygatehotel-button-header-01 */
body .citygatehotel-button-header-01,
body a.citygatehotel-button-header-01{
    padding: 30px 30px;
    height: auto;
    min-width: 172px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.8px;
    line-height: 1;
    border: 1px solid var(--accent-color);
    border-radius: 0;
    background-color: var(--accent-color);
}
body .citygatehotel-button-header-01:hover,
body a.citygatehotel-button-header-01:hover{
    color: var(--accent-color) !important;
    background-color: #fff;
}

@media only screen and (max-width:1499.98px) {
    body .citygatehotel-button-header-01,
    body a.citygatehotel-button-header-01{
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media only screen and (max-width:1399.98px) {
    body .citygatehotel-button-header-01,
    body a.citygatehotel-button-header-01{
        padding-left: 20px;
        padding-right: 20px;
        min-width: auto;
    }
}
@media only screen and (max-width:1199.98px) {
    body .citygatehotel-button-header-01,
    body a.citygatehotel-button-header-01{
        padding-left: 10px;
        padding-right: 10px;
        min-width: auto;
    }
}
@media only screen and (max-width:1199.98px) {
    body .citygatehotel-button-header-01,
    body a.citygatehotel-button-header-01{
        padding-top: 24px;
        padding-bottom: 24px;
    }
}


/* citygatehotel-button-01 */
body .citygatehotel-button-01,
body a.citygatehotel-button-01{
    color: #fff;
    border: 1px solid var(--button-color1);
    border-radius: 0;
    background-color: var(--button-color1);
}
body .citygatehotel-button-01:hover,
body a.citygatehotel-button-01:hover{
    color: var(--button-color1) !important;
    background-color: #fff;
}


/* citygatehotel-link-01 */
body .citygatehotel-link-01,
body a.citygatehotel-link-01{
    background-image: linear-gradient(to bottom, currentColor 100%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0px 1px;
    transition: all ease 300ms;
}
body .citygatehotel-link-01:hover,
body a.citygatehotel-link-01:hover{
    background-size: 100% 1px;
}




/* citygatehotel-title-01 */
.citygatehotel-title-01{
    margin-bottom: 36px;
}
.citygatehotel-title-01 .subTitle{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: calc( 20 /14 );
    letter-spacing: 4.2px;
}
.citygatehotel-title-01 .title{
    margin: 0 0 0;
    font-size: clamp(36px, 1.3333333333333335vw + 26.4px ,52px);
    line-height: 1.2;
}




/* citygatehotel-infoGrid-01 */
.citygatehotel-infoGrid-01{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    --interval: 40px;
}
.citygatehotel-infoGrid-01 .item-grid{
    position: inherit;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content{
    position: relative;
    margin: var(--interval) 0 0 var(--interval);
}
.citygatehotel-infoGrid-01 .item-grid .grid-content::before{
    content: "";
    position: absolute;
    top: calc( -1 * var(--interval) );
    left: calc( -1 * var(--interval) );
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .pic{
    position: relative;
    overflow: hidden;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .pic img{
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.citygatehotel-infoGrid-01 .item-grid .grid-content:hover .pic img{
    transform: scale3d(1.05, 1.05, 1.05);
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .pic::before{
    content: "";
    position: absolute;
    top: 0;
    right: var(--interval);
    bottom: 0;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .content{
    position: relative;
    padding: 28px 36px 42px;
    background-color: #f8f8f8;

    font-size: 14px;
    line-height: calc( 24 / 14 );
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .content p{
    margin-bottom: 15px;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .content p:last-child{
    margin-bottom: 0;
}
.citygatehotel-infoGrid-01 .item-grid .grid-content .content .title{
    margin-bottom: 12px;
    font-size: clamp(28px, 0.6666666666666667vw + 23.2px ,36px);
    font-family: var(--family-PlayfairDisplay);
    line-height: calc( 40 / 36 );
}
@media only screen and (max-width:1199.98px) {
    .citygatehotel-infoGrid-01{
        --interval: 25px;
    }
    .citygatehotel-infoGrid-01 .item-grid .grid-content .content{
        padding: 24px 28px 30px;
    }
}
@media only screen and (max-width:991.98px) {
    .citygatehotel-infoGrid-01{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:767.98px) {
    .citygatehotel-infoGrid-01{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* citygatehotel-row-01 */
.row.citygatehotel-row-01{
    margin-left: 0;
    margin-right: 0;
}
.row.citygatehotel-row-01 > [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* citygatehotel-columnCenter-01 */
.citygatehotel-columnCenter-01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 80px;
    height: 100%;
    text-align: center;
}
@media only screen and (max-width:1199.98px) {
    .citygatehotel-columnCenter-01{
        padding: 50px 60px;
    }
}
@media only screen and (max-width:991.98px) {
    .citygatehotel-columnCenter-01{
        padding: 50px 40px;
    }
}
@media only screen and (max-width:767.98px) {
    .citygatehotel-columnCenter-01{
        padding: 50px 20px;
    }
}



/* citygatehotel-infobox */
.citygatehotel-infobox-01{
    margin-bottom: 30px;
    text-align: center;
}
.row.row-citygatehotel-infobox-01{
    row-gap: 30px;
}
.row.row-citygatehotel-infobox-01 .citygatehotel-infobox-01{
    margin-bottom: 0;
}
.citygatehotel-infobox-01 .icon{
    margin-bottom: 10px;
    color: var(--accent-color2);
    font-size: 60px;
    line-height: 1;
}
.citygatehotel-infobox-01 .content{
    font-size: 14px;
    line-height: calc( 24 / 14 );
}
.citygatehotel-infobox-01 .content .title{
    font-size: 24px;
    font-family: var(--family-PlayfairDisplay);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: calc( 30 / 24 );
}
.citygatehotel-infobox-01 .content p:last-child{
    margin-bottom: 0;
}



/* citygatehotel-textslider */
.citygatehotel-textslider{
    --delay: 400;
}
.citygatehotel-textslider.text-slide {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}
.citygatehotel-textslider.text-slide span {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
@keyframes citygatehotel-textslider {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes citygatehotel-textslider-previous {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}
.citygatehotel-textslider.text-slide span.active {
    display: inline-block;
    position: static;
    animation-name: citygatehotel-textslider;
    animation-duration: calc( var(--delay) * 1ms );
    animation-fill-mode: both;
    white-space: nowrap;
    opacity: 1;
}
.citygatehotel-textslider.text-slide span.previous {
    display: inline-block;
    animation-name: citygatehotel-textslider-previous;
    animation-duration: calc( var(--delay) * 1ms );
    animation-fill-mode: both;
    white-space: nowrap;
    opacity: 0;
}
@media only screen and (max-width:767.98px) {
    .citygatehotel-textslider.text-slide span.active {
        white-space: normal;
    }
    .citygatehotel-textslider.text-slide span.previous {
        white-space: normal;
    }
}



/* citygatehotel-textslider-01 */
.citygatehotel-textslider-01{
    position: relative;
    text-align: center;
    font-size: clamp(28px, 1vw + 20.8px ,40px);
    font-family: var(--family-PlayfairDisplay);
    line-height: 1;
}
.citygatehotel-textslider-01 .citygatehotel-textslider.text-slide{
    padding-bottom: 10px;
}




/* citygatehotel-carousel-01 */
.citygatehotel-carousel-01{
    position: relative;
    --PictureWidth: 1268;
    --PictureHeight: 686;
    --PictureRatio: calc( var(--PictureHeight) / var(--PictureWidth) * 100% );
}
.citygatehotel-carousel-01 .pic{
    position: relative;
    padding-bottom: var(--PictureRatio);
    width: 100%;
}
.citygatehotel-carousel-01 .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.citygatehotel-carousel-01.swiper-container .swiper-button-prev,
.citygatehotel-carousel-01.swiper-container .swiper-button-next{
    top: auto;
    bottom: 0;
    width: 52px;
    height: 52px;
    color: #fff;
    background-color: var(--accent-color,#948685);
    opacity: 0.8;
    filter: brightness(1);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.citygatehotel-carousel-01.swiper-container .swiper-button-prev{
    left: 0;
}
.citygatehotel-carousel-01.swiper-container .swiper-button-next{
    left: 53px;
}
.citygatehotel-carousel-01.swiper-container[data-navigationposition="RightBottom"] .swiper-button-prev{
    left: auto;
    right: 53px;
}
.citygatehotel-carousel-01.swiper-container[data-navigationposition="RightBottom"] .swiper-button-next{
    left: auto;
    right: 0;
}
.citygatehotel-carousel-01.swiper-container .swiper-button-prev:hover,
.citygatehotel-carousel-01.swiper-container .swiper-button-next:hover{
    color: #fff;
    opacity: 1;
    filter: brightness(1.3);
}


.citygatehotel-carousel-01.swiper-container .swiper-button-prev span,
.citygatehotel-carousel-01.swiper-container .swiper-button-next span{
    display: none;
}


.citygatehotel-carousel-01.swiper-container .swiper-button-prev::before,
.citygatehotel-carousel-01.swiper-container .swiper-button-prev::after,
.citygatehotel-carousel-01.swiper-container .swiper-button-next::before,
.citygatehotel-carousel-01.swiper-container .swiper-button-next::after{
    content: '';
    width: 13px;
    height: 13px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate3d(0,0,0);
}
.citygatehotel-carousel-01.swiper-container .swiper-button-next::before,
.citygatehotel-carousel-01.swiper-container .swiper-button-next::after{
    transform: rotate(135deg) translate3d(0,0,0);
}
.citygatehotel-carousel-01.swiper-container .swiper-button-prev::before{
    margin: -7px 0 0 -11px;
}
.citygatehotel-carousel-01.swiper-container .swiper-button-prev::after{
    margin: -7px 0 0 3px;
}
.citygatehotel-carousel-01.swiper-container .swiper-button-next::before{
    margin: -7px 0 0 -16px;
}
.citygatehotel-carousel-01.swiper-container .swiper-button-next::after{
    margin: -7px 0 0 -2px;
}





/* citygatehotel-easyTestimonials-01 */
.citygatehotel-easyTestimonials-01 {
    text-align: center;
}
.citygatehotel-easyTestimonials-01 blockquote {
    margin: 0 auto;
    padding:0;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: var(--default-color);
    line-height: 1.65;
}
.citygatehotel-easyTestimonials-01 .testimonials-rating {
    margin: 0 auto 48px;
    width: 160px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23948685" fill="none" ></path></svg>');
    background-size: 32px 20px;
}
.citygatehotel-easyTestimonials-01 .testimonials-rating span {
    display: block;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23948685" fill="%23948685" ></path></svg>');
    background-size: 32px 20px;
}
.citygatehotel-easyTestimonials-01 .description{
    margin-bottom: 35px;
    font-size: clamp(24px, 0.5vw + 20.4px ,30px);
    font-family: var(--family-OldStandardTT);
    font-style: italic;
    line-height: calc( 52 / 30 );
}
.citygatehotel-easyTestimonials-01 .description, 
.citygatehotel-easyTestimonials-01 .description p{
    color: var(--default-color);
}
.citygatehotel-easyTestimonials-01 .info{
    display: block;
    margin: 0 0 25px;
}
.citygatehotel-easyTestimonials-01 .name {
    display: block;
    margin: 0 0 0;

    color: var(--default-color);
    font-size: 14px;
    line-height: calc( 20 / 14 );
    font-style: normal;
    letter-spacing: 4.2px;
}
.citygatehotel-easyTestimonials-01 .name a{
    color: currentColor;
}
.citygatehotel-easyTestimonials-01 .name a:hover{
    text-decoration: underline;
}
.citygatehotel-easyTestimonials-01.easy-carousel .carousel-pagination {
    text-align: center;
    margin: 50px 0 0;
}
.citygatehotel-easyTestimonials-01.easy-carousel .pagination-bullet {
    width: 16px;
    height: 8px;
    border: none;
    box-shadow: none;
    opacity: 1;
    margin: 0 0 0 0;
    padding: 0 5px 6px;
    border-radius: 0;
    position: relative;
    color: var(--accent-color);
    background: transparent;
}
.citygatehotel-easyTestimonials-01.easy-carousel .pagination-bullet::before{
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    height: 2px;
    background-color: currentColor;
}
.citygatehotel-easyTestimonials-01.easy-carousel .pagination-bullet.active {
    width: 32px;
}

.is-light-text .citygatehotel-easyTestimonials-01 blockquote {
    color: #FFF;
}
.is-light-text .citygatehotel-easyTestimonials-01.easy-carousel .pagination-bullet {
    color: #fff;
    background: transparent;
}
.is-light-text .citygatehotel-easyTestimonials-01 .description, 
.is-light-text .citygatehotel-easyTestimonials-01 .description p{
    color: #FFF;
}
.is-light-text .citygatehotel-easyTestimonials-01 .name {
    color: #FFF;
}
.is-light-text .citygatehotel-easyTestimonials-01 .testimonials-rating {
    background-image: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23ffffff" fill="none" ></path></svg>');
}
.is-light-text .citygatehotel-easyTestimonials-01 .testimonials-rating span {
    background-image: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23ffffff" fill="%23ffffff" ></path></svg>');
}