/*** Fonts ***/
@font-face {
    font-family: "Gilroy-Light";
    src: url("../fonts/Radomir Tinkov - Gilroy-Light.eot");
    src: url("../fonts/Radomir Tinkov - Gilroy-Light.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Radomir Tinkov - Gilroy-Light.woff2") format("woff2"),
         url("../fonts/Radomir Tinkov - Gilroy-Light.woff") format("woff"),
         url("../fonts/Radomir Tinkov - Gilroy-Light.ttf") format("ttf"),
         url("../fonts/Radomir Tinkov - Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url("../fonts/Radomir Tinkov - Gilroy-Regular.eot");
    src: url("../fonts/Radomir Tinkov - Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Radomir Tinkov - Gilroy-Regular.woff2") format("woff2"),
         url("../fonts/Radomir Tinkov - Gilroy-Regular.woff") format("woff"),
         url("../fonts/Radomir Tinkov - Gilroy-Regular.ttf") format("ttf"),
         url("../fonts/Radomir Tinkov - Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url("../fonts/Radomir Tinkov - Gilroy-Medium.eot");
    src: url("../fonts/Radomir Tinkov - Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Radomir Tinkov - Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Radomir Tinkov - Gilroy-Medium.woff") format("woff"),
    url("../fonts/Radomir Tinkov - Gilroy-Medium.ttf") format("ttf"),
    url("../fonts/Radomir Tinkov - Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("../fonts/Radomir Tinkov - Gilroy-SemiBold.eot");
    src: url("../fonts/Radomir Tinkov - Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Radomir Tinkov - Gilroy-SemiBold.woff2") format("woff2"),
         url("../fonts/Radomir Tinkov - Gilroy-SemiBold.woff") format("woff"),
         url("../fonts/Radomir Tinkov - Gilroy-SemiBold.ttf") format("ttf"),
         url("../fonts/Radomir Tinkov - Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("../fonts/Radomir Tinkov - Gilroy-Bold.eot");
    src: url("../fonts/Radomir Tinkov - Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Radomir Tinkov - Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Radomir Tinkov - Gilroy-Bold.woff") format("woff"),
    url("../fonts/Radomir Tinkov - Gilroy-Bold.ttf") format("ttf"),
    url("../fonts/Radomir Tinkov - Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-style: normal;
    font-weight: 700;
}

/*** Global ***/
* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    min-width: 320px;
}

a {
    color: #3147ff;
}

h2 {
    margin-bottom: 32px;
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 48px;
    color: #111131;
}

h3 {
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 32px;
    color: #67677b;
}

h5 {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 20px;
    color: #fff;
}

strong {
    font-family: "Gilroy-SemiBold", sans-serif;
}

/*** Gutters ***/
.g-2, .gx-2 {
    --bs-gutter-x: 12px;
}

.g-2, .gy-2 {
    --bs-gutter-y: 12px;
}

.g-3, .gx-3 {
    --bs-gutter-x: 28px;
}

.g-3, .gy-3 {
    --bs-gutter-y: 28px;
}

.g-4, .gx-4 {
    --bs-gutter-x: 40px;
}

.g-4, .gy-4 {
    --bs-gutter-y: 40px;
}

.g-5, .gy-5 {
    --bs-gutter-y: 80px;
}

/*** Buttons ***/
.btn-primary {
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #fff;
    text-align: center;
    background-color: #3147ff;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #00c5f9;
}

.btn-outline-primary {
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #000;
    text-align: center;
    background-color: #fff;
    box-shadow: none !important;
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #f2f2f3;
}

.btn-primary.big {
    padding: 20px 32px 20px 32px;
    border: none;
    border-radius: 0;
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #fff;
    text-align: center;
    background-color: #3147ff;
    box-shadow: none !important;
}

.btn-small {
    padding: 4px 7px;
    border-radius: 100px;
    font-family: "Gilroy-Regular", sans-serif;
}

/*** Header ***/
.header {
    height: 794px;
    background-color: #111131;
    background-image: url(/assets/images/microsite-hotels/bg.jpg);
    background-size: cover;
    background-position: center;
}

.site-xl .header {
    background-image: url(/assets/images/microsite-xl/bg_xl_white.jpg);
}

.header .container {
    height: calc(100% - 152px);
}

.header .top {
    padding-top: 24px;
    padding-bottom: 60px;
}

.header .top .logo {
    margin-right: 24px;
}

.header .top .logo img {
    height: 32px;
}

.header h1 {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 72px;
    color: #fff;
    margin-bottom: 60px;
}

.header .qr-box {
    padding: 12px;
    border-radius: 32px;
    position: relative;
    background-color: rgb(255 255 255 / 5%);
}

.header .qr-box .qr a {
    border: 16px solid #fff;
    border-radius: 20px;
    display: inline-block;
}

.header .qr-box .qr img {
    width: 134px;
    height: 134px;
}

.header .qr-box .text {
    padding: 0 32px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 28px;
    color: #fff;
}

.header .store-box {
    padding: 18px 24px 24px 24px;
    border-radius: 16px;
    position: relative;
    background-color: rgb(255 255 255 / 5%);
}

.header .store-box .text {
    margin-bottom: 16px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 20px;
    color: #fff;
}

.header .store-box .appstore a {
    width: 168px;
    height: 56px;
}

.header .store-box .googleplay a {
    width: 189px;
    height: 56px;
}

.header .store-box a img {
    width: auto;
    max-height: 56px;
}

.header .link-homepage {
    margin-bottom: 24px;
    font-family: "Gilroy-Regular", sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
}


/*** Content ***/
.content {
    margin-top: -152px;
}

.content .info-box-wrapper h5 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.content .info-box {
    height: 100%;
    border-bottom: 1px solid #f2f2f3;
}

.content .info-box .text {
    padding: 32px 32px 16px 32px;
}

.content .info-box .text h4 {
    margin-bottom: 16px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 28px;
    color: #111131;
}

.content .info-box .text a {
    margin-bottom: 16px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    display: block;
}

.content .small-box-wrapper {
    margin: 100px 0;
}

.content .small-box-wrapper.small-box-end {
    padding-bottom: 60px;
    border-bottom: 1px solid #edeef0;
}

.content .small-box-wrapper h2 {
    margin-bottom: 48px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 36px;
    color: #111131;
}

.content .small-box {
    height: 100%;
    padding: 32px;
    border: 1px solid #f1f2f4;
    border-radius: 24px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 5%);
}

.content .small-box.active {
    border: 1px solid #dbeef4;
    background-color: #e6faff;
}

.content .small-box .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 56px;
    border-radius: 28px;
    background-color: #00c5f9;
}

.content .small-box h5 {
    margin-bottom: 8px;
    color: #111131;
}

.content .small-box h6  {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 16px;
    color: #8d94a3;
}

.content .small-box .icon i {
    font-size: 24px;
}

.content .small-box-2 {
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    background-color: #eff1ff;
}

.content .small-box-2.active {
    background-color: #3147ff;
}

.content .small-box-2 .icon i {
    font-size: 32px;
}

.content .small-box-2 .icon i {
    font-size: 32px;
}

.content .small-box-2 .icon i:before {
    color: #3147ff;
}

.content .small-box-2.active .icon i:before {
    color: #fff;
}

.content .small-box-2 h4 {
    margin-top: 54px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 28px;
    color: #111131;
}

.content .small-box-2.active h4 {
    color: #fff;
}

.content .small-box-2 h5 {
    margin-top: 16px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 18px;
    color: #61627b;
    line-height: 1.4;
}

.content .small-box-2.active h5 {
    color: #b5bdff;
}

.content .small-box-2 h5 a {
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 18px;
    color: #61627b;
    display: inline;
}

.content .small-box-2.active h5 a {
    color: #b5bdff;
}

.content .small-box-2 a {
    margin-top: 16px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    color: #3147ff;
    text-decoration: none;
    display: block;
}

.content .small-box-2.active a {
    color: #00c5f9;
}

.content .small-box-3 {
    padding: 18px 28px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 18px;
    color: #000;
    border-radius: 100px;
    background-color: #f1f2f4;
}

#top-msg {
    padding: 13px 57px 14px 20px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #8d94a3;
    position: sticky;
    top: 0;
    z-index: 9000000;
}

#top-msg a {
    color: #fff;
    text-decoration: underline;
}

#top-msg a:hover {
    color: #fff;
    text-decoration: none;
}

#top-msg a.close-btn {
    top: 50%;
    right: 24px;
    margin-top: -11px;
    color: #fff;
    position: absolute;
}

#top-msg p:last-child {
    margin-bottom: 0 !important;
}

/*** Footer ***/
.footer {
    padding: 128px 32px;
}

/*** Modal ***/
.modal .modal-content {
    border: none;
    border-radius: 24px;
}

.modal .modal-header {
    padding: 32px 32px 0 32px;
    border-bottom: none;
}

.modal .modal-header .close {
    text-decoration: none;
}

.modal .modal-header .close i {
    font-size: 16px;
}

.modal .modal-header .close i:before {
    color: #111131;
}

.modal .modal-body {
    padding: 10px 68px 52px 68px;
}

.modal .modal-body h5 {
    margin-bottom: 16px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 24px;
    color: #111131;
}

.modal .modal-body p {
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    color: #111131;
}

.modal .modal-body p + h5 {
    margin-top: 32px;
}

@media (max-width: 991.98px) {
    /*** Global ***/
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    /*** Gutters ***/
    .g-5, .gy-5 {
        --bs-gutter-y: 40px;
    }

    /*** Header ***/
    .header {
        padding: 0 12px;
        background-position: right;
    }

    .header .container {
        height: calc(100% - 200px);
    }

    .header .top .logo img {
        height: 26px;
    }

    .header h1 {
        margin-bottom: 32px;
        font-size: 44px;
    }

    .header .qr-box {
        margin-top: 40px;
        padding: 0;
        border-radius: 10px;
    }

    .header .qr-box .qr a {
        border: 10px solid #fff;
        border-radius: 10px;
        display: inline-block;
    }

    .header .qr-box .qr img {
        width: 84px;
        height: 84px;
    }

    .header .qr-box .text {
        max-width: 300px;
        padding: 12px 18px;
        color: #fff;
    }

    .header .qr-box .text h4 {
        margin-bottom: 4px;
        font-family: "Gilroy-Bold", sans-serif;
        font-size: 16px;
    }

    .header .qr-box .text h5 {
        margin-bottom: 16px;
        font-family: "Gilroy-Regular", sans-serif;
        font-size: 12px;
        color: #8d94a3;
    }

    .header .qr-box .icon-link {
        text-decoration: none;
    }

    .header .qr-box .icon-link .icon-arrow_right {
        font-size: 8px;
    }

    .header .store-box {
        margin-top: 40px;
        padding: 12px 16px 16px 16px;
        border-radius: 10px;
    }

    .header .store-box .text {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .header .store-box .appstore a {
        width: 138px;
        height: 46px;
    }

    .header .store-box .googleplay a {
        width: 155px;
        height: 46px;
    }

    .header .store-box a img {
        width: auto;
        max-height: 46px;
    }

    .header .link-homepage {
        margin-bottom: 16px;
    }

    /*** Content ***/
    .content {
        margin-top: -200px;
        padding: 0 12px;
    }

    .content .info-box .text {
        padding: 32px 0 16px 0;
    }

    .content .info-box .text h4 {
        font-size: 20px;
    }

    .content .small-box-wrapper {
        margin: 50px 0;
    }

    .content .small-box-wrapper.small-box-end {
        padding-bottom: 40px;
        border-bottom: 1px solid #edeef0;
    }

    .content .small-box-wrapper h2 {
        margin-bottom: 32px;
        font-size: 32px;
    }

    .content .small-box {
        padding: 16px;
    }

    .content .small-box .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .content .small-box .icon i {
        font-size: 16px;
    }

    .content .small-box h5 {
        font-size: 14px;
    }

    .content .small-box h6 {
        font-size: 12px;
    }

    .content .small-box-2 .icon i {
        font-size: 20px;
    }

    .content .small-box-2 h4 {
        margin-top: 24px;
        font-family: "Gilroy-SemiBold", sans-serif;
        font-size: 20px;
        color: #111131;
    }

    .content .small-box-2 h5 {
        font-size: 14px;
    }

    .content .small-box-2 h5 a {
        font-size: 14px;
    }

    .content .small-box-2 a {
        font-size: 14px;
    }

    .content .small-box-3 {
        padding: 8px 18px;
        font-size: 14px;
    }

    /*** Footer ***/
    .footer {
        padding: 64px 12px;
    }

    /*** Modal ***/
    .modal .modal-body {
        padding: 10px 32px 16px 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /*** Header ***/
    .header .qr-box .text {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1164px !important;
    }
}