@font-face {
    /* font-family: Marcellus-Regular; */
    src: url('/Content/Font/Marcellus/Marcellus-Regular.ttf')
}


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Permanent+Marker&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Permanent+Marker&family=Tenali+Ramakrishna&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Itim&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Permanent+Marker&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tenali+Ramakrishna&display=swap');

:root {
    --primary-color: #083b8b;
    --secondary-color: #000;
    --brand-color: #6ea9ff;
}


* {
    /* font-family: Marcellus-Regular; */
    /* font-family: "Tenali Ramakrishna", sans-serif; */


    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid {
    padding: 0px 45px;
}


/* login */

.login_banner {
    background-color: #ba0a0a;
    background-image: url(/content/images/login/loginbg.png);
    background-size: auto 100%;
    padding: 0px 0px 45px 0px;
}

    .login_banner.cysbanner {
        padding: 30px 0px 30px 0px;
    }

.loginform {
    background-color: #ffffff;
    padding: 25px 35px 120px 35px;
    border-radius: 26px;
    position: relative;
}

.loginoffer h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.loginoffer .badge {
    background: linear-gradient(80deg, rgb(67, 225, 168), rgb(40, 190, 178));
    position: absolute;
    top: -12px;
}

.loginoffer p {
    color: #696969;
    font-size: 14px;
    margin-bottom: 0px;
}

.loginoffer {
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 20px 35px 20px 35px;
    bottom: 0px;
    border-top: 2px solid #69ddc3;
    background: rgb(211, 255, 245);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.lgslidebox {
    padding: 0px 30px;
}

    .lgslidebox .slick-dots li, .lgslidebox .slick-dots li button {
        margin-bottom: 10px;
        width: initial;
        height: initial;
        height: 62px;
    }

        .lgslidebox .slick-dots li button:before {
            content: '';
            background: #ffffff;
            border: none;
            /* visibility: hidden; */
            height: 62px;
            border-radius: 30px;
            width: 8px;
        }

h1.counterss {
    font-size: 45px;
    color: #d71313;
    display: flex;
}

.lgslidebox .item {
    min-height: 400px;
    padding: 00px 0px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
}

h1.counterss span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d71313;
    background: #fff;
}

p.tagliness {
    color: #fcfdff;
    text-transform: uppercase;
}

.lgslidebox .slick-dots {
    position: absolute;
    top: 0%;
    left: -30px;
    width: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: initial;
}

.header-container .hd {
    font-weight: 600;
    font-size: 1.6rem;
}

.header-container .shd {
    font-size: 14px;
    color: #646464;
}

.loginform .form-control {
    border: 0px;
    border-bottom: 1px solid #dadada;
    border-radius: 0px;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.loginform .btn-prim {
    background: linear-gradient(180deg, #e01616, #c40c0c) !important;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 10px 15px;
    color: #ffffff;
}

.lgtit {
    color: #ffffff;
}

.lgslidebox .item {
    max-width: 600px;
}

    .lgslidebox .item p {
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.lgtit span {
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
}

    .lgtit span.nhsubhd {
        font-size: 1.3rem;
        margin-bottom: 0px;
    }

    .lgtit span.nhlgt {
        font-weight: 600;
    }

ul.listPinter {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

    ul.listPinter li {
        background: #ffffff;
        padding: 10px 20px;
        border-radius: 15px;
        margin-top: 0px;
        width: calc(25% - 10px);
        padding-left: 70px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

        ul.listPinter li img {
            position: absolute;
            height: 38px;
            left: 10px;
            z-index: 2;
            top: 50%;
            width: auto !important;
            transform: translateY(-50%);
        }

        ul.listPinter li span.hd {
            display: block;
            font-weight: 600;
            font-size: 1rem;
        }

        ul.listPinter li span.hd {
            display: block;
            font-weight: 600;
            font-size: 1rem;
        }

        ul.listPinter li:after {
            content: '';
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: #ffe5e5;
            top: 50%;
            transform: translateY(-50%);
            left: -30px;
        }

.partnerslide img {
    width: 100%;
}

.footer-staytouch h4.ftr-hd {
    font-size: 44px;
    color: #f99f24;
    font-weight: 700;
    margin-bottom: 5px;
}

.email-subscribe input[type="text"] {
    font-size: 18px;
    border: 0 !important;
    color: #fff;
    border-radius: 6px;
    min-width: 360px;
    background-color: #ffffff !important;
    padding: 10px;
}

.subscribe-email {
    margin-bottom: 15px;
}

.subscribe-btn {
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    outline: 0 !important;
    box-shadow: none !important;
    height: auto;
    line-height: 50px;
    margin-left: 0px;
    cursor: pointer;
    margin-bottom: 3px;
}

.ftr-subscribe-btn {
    background: linear-gradient(80deg, rgb(0 0 0), rgb(0 0 0));
    /* height: 42px !important; */
    padding: 0px;
    color: #ffffff !important;
    border: 0 !important;
    min-width: 360px;
}

.footeroff {
    position: relative;
}

section.footeroff.loginoffer h3 {
    font-size: 30px;
}

section.footeroff.loginoffer p {
    font-size: 18px;
}

.loginofferbtn a {
    background: linear-gradient(180deg, #000000, #000000) !important;
    width: auto;
    font-size: 1rem;
    margin-top: 20px;
    padding: 13px 20px;
    color: #ffffff;
    margin: auto;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
}

.footeroff.loginoffer {
    position: relative;
    border: none;
}

.footer-staytouch p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: normal;
}
/* .whychoose {
  background: #f8f8f8;
} */
/* .footer-links ul li{
  display: flex;
} */

.apploadsection {
    padding-top: 60px;
    background-color: #f8f8f8;
}

.btn.btn-application {
    background: #ba0a0a;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px 20px;
}

.iphotxt h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.apploadsection .ipho img {
    max-width: 300px;
}

.downloadlinks img {
    height: 50px;
}

.exclusivehotels {
    padding: 40px 0px 50px 0px;
}

.fourSlider a {
    display: block !important;
    padding: 0px 10px;
    border-radius: 10px;
    overflow: hidden;
}

.fourSlider img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

.smililarslider img {
    width: 100%;
}

.whychoose ul.listPinter li:after {
    background-color: #ffffff;
}

.whychoose ul.listPinter li, .owllgslide ul.listPinter li {
    width: calc(50% - 10px);
}

.partnerslide .item {
    padding: 20px 30px;
    display: flex !important;
    align-items: center;
    min-height: 120px;
}

#forgotPassword .modal-body {
    padding: 30px;
}

#forgotPassword .heading {
    font-size: 25px;
    font-weight: 600;
}

#forgotPassword .sub-heading {
    font-size: 14px;
}

#forgotPassword .form-control {
    background-color: #f1f1f1;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
}

.button-action.to-signup input {
    background: linear-gradient(180deg, #e01616, #c40c0c) !important;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 10px 15px;
    color: #ffffff;
    margin-bottom: 10px;
}

div#forgotPassword .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

    div#forgotPassword .btn-close:hover {
        transition: 0.3s;
        transform: rotate(90deg);
    }
/* End Login */



.search-group-wrapper::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.search-group-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.search-group-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
}

.search-group-wrapper:hover::-webkit-scrollbar-thumb {
    background: #dddddd;
}

/* Handle on hover */
.search-group-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.selectroom_roomselection:first-child {
    border-top: none;
    padding-top: 0px;
}

.selectroom_roomselection {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 15px;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.srrow {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
}

    .srrow > div {
        flex: 1;
    }

.srbtngrp {
    flex: 1;
    display: flex;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.srchildrenrow .srhdr {
    flex-direction: column;
    gap: 5px;
}

.srbtngrp button {
    flex: 1;
}

.srbtngrp button {
    flex: 1;
    border: none;
    background: transparent;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
}

    .srbtngrp button.active, .srbtngrp button:hover {
        background: #ba0a0a;
        color: #fff;
        border-radius: 5px;
        height: 2.2rem;
        margin-top: -0.1rem;
        margin-bottom: -1rem;
    }

.srhdr, .donefooter {
    display: flex;
    justify-content: space-between;
}

.removeRoom {
    color: #c02020;
    font-size: 12px;
}

button.addroom, button.applyroom {
    color: #ba0a0a;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ba0a0a;
    padding: 5px 15px;
    border-radius: 5px;
}

button.applyroom {
    color: #ffffff;
    background: #ba0a0a;
}

.srchildrenrow {
    font-size: 12px;
}

.srrow label {
    font-size: 12px;
    margin-bottom: 5px;
}

.srchildrenrow .srbtngrp button {
    padding: 5px 4px;
}

    .srchildrenrow .srbtngrp button.active, .srchildrenrow .srbtngrp button:hover {
        height: 2rem;
    }


@media(max-width:769px) {
    main.prf-frmtxt h4 {
        font-size: 18px;
    }
    main.prf-frmtxt label, main.prf-frmtxt input {
        font-size: 12px;
    }

    .ftr-subscribe-btn {
        min-width: 100%;
    }
    .lgslidebox .item {
        min-height: 300px;
    }

    .lgslidebox .listPinter {
        display: none !important;
    }

    .lgslidebox {
        padding: 50px 0px 0px 0px;
    }

    .fourSlider img {
        height: 260px;
    }

    .text-start.iphotxt {
        text-align: center !important;
        padding: 15px 20px;
        max-width: 460px;
        margin: auto;
    }
    .iphotxt h3{
        font-size:18px;
    }
    section.apploadsection p {
        font-size: 12px;
    }
    .downloadlinks {
        margin-top: 20px;
    }

    .loginofferbtn a {
        font-size: 14px;
        padding: 13px 9px;
    }

    ul.listPinter li:after {
        display: none
    }

    ul.listPinter li img {
        position: relative;
        height: 38px;
        left: initial;
        z-index: 2;
        top: initial;
        width: auto !important;
        transform: initial;
    }

    ul.listPinter li {
        padding: 10px 10px;
    }

    .sub-heading-items {
        text-align: center;
        font-size: 14px;
        margin-bottom:0px;
    }
    .loginform {
        padding: 25px 15px 120px 15px
    }
    .lgtit span {
        display: block;
        font-size: 25px;
        line-height: 1.3;
    }
    .loginoffer{
        padding:15px;
        border-radius:0px;
    }
    section.footeroff.loginoffer h3 {
        font-size: 20px;
    }
    .loginofferbtn a {
        font-size: 12px;
        padding: 13px 9px;
    }
    ul.listPinter{justify-content:space-around}
}
