@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;300;400;500;600;700&family=Poller+One&display=swap');

a,
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
span,
li {
    font-family: 'open sans', sans-serif;
}

ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
p{
    margin-bottom: 0;
}

a, a:hover {
    text-decoration: none;
}

.headercasir-section-wrap {
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
    padding: 17px 35px 17px 35px;
}

.container {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    box-sizing: border-box;
}

.headercasir-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerlogo-img {
    max-width: 235px;
}

.display-menucasir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 516px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
.desktop-navcasir-buttons{
    display: flex;
}
.display-menucasir > a,
.geos-list li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    padding: 0;
    transition: all .3s;
}
.display-menucasir > a:hover {
    font-weight: 600;
}
.new-btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin-right: 20px;
    border-radius: 10px;
    /*background: #000;*/
    background: #195B23;
    box-shadow: inset 0 0 0 50px #000;
    padding: 12px 13px;
    text-transform: uppercase;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.new-btn:hover{
    /*background: #195B23;*/
    color: #fff;
    box-shadow: inset 0 0 0 0 #000;
}
.signup-btn,
.lang{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: transparent;
    /*transition: all .3s;*/
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.signup-btn{
    padding: 9px 22px;
    background: #000000;
    box-shadow: inset 0 0 0 50px #fff;
}
.signup-btn img{
    width: 20px;
    margin-right: 4px;
}
.signup-btn:hover{
    box-shadow: inset 0 0 0 0 #fff;
    /*background: #000000;*/
    color: #fff;
}
.lang{
    display: flex;
    align-items: center;
    padding: 9px 8px;
}
.lang img{
    width: 29px;
    margin-right: 4px;
}
.menucasir-bar,
.mob-nav-buttons{
    display: none;
}
.top-maincasir-wrap{
    width: 100%;
    position: relative;
    margin: 30px 0;
}
.top-maincasir{
    width: 100%;
    position: relative;
    padding: 25px 35px;
    background: #4D8062;
    border-radius: 10px;
}
#hotelcasino .top-maincasir{
    margin: 20px auto;
}
#whystay .top-maincasir {
    margin: 20px auto;
    min-height: 380px;
    display: flex;
    align-items: center;
}
#whystay .top-maincasir__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 298px;
}

#hotelcasino .top-maincasir:nth-child(2){
    background: #1F4A37;
}
.top-maincasir__image-casir{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#whystay .top-maincasir__image-casir{
    width: 58%;
    height: 100%;
}
#whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir{
    width: 40%;
}
#whystay .top-maincasir:nth-child(2) .top-maincasir__text-casir{
    width: 58%;
}
.top-maincasir__image-casir__image-item{
    position: relative;
    width: 30%;
}
#hotelcasino .top-maincasir__image-casir__image-item{
    width: 100%;
}

.top-maincasir__image-casir__image-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #B4B4B4;
    opacity: 50%;
    border-radius: 10px;
}
#hotelcasino .top-maincasir__image-casir__image-item:before,
#whystay .top-maincasir__image-casir__image-item:before{
    display: none;
}

.top-maincasir__image-casir__image-item img,
#whystay .top-maincasir__image-casir img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.top-maincasir__image-casir__image-item>h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poller One', cursive;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    z-index: 2;
}
.top-maincasir__text-casir{
    position: relative;
    margin-top: 25px;
    border-radius: 10px;
    background: #fff;
    min-height: 205px;
    padding: 25px;
}
#hotelcasino .top-maincasir__text-casir{
    margin-top: 15px;
    display: flex;
    align-items: center;
    min-height: 112px;
    padding: 0 20px 0 40px;
}
#whystay .top-maincasir__text-casir{
    width: 40%;
    margin: 0;
    height: 100%;
}
.top-maincasir__text-casir>h2{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    letter-spacing: 1px;
}
#whystay .top-maincasir__text-casir>h2{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: unset;
    margin-bottom: 15px;
}
#hotelcasino .top-maincasir__text-casir>h2{
    font-family: 'Poller One', cursive;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 40px;
}
.top-maincasir__text-casir>p{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 94%;
}
#whystay .top-maincasir__text-casir>p{
    font-size: 15px;
}
#hotelcasino .top-maincasir__text-casir>p{
     font-size: 15px;
 }
.top-maincasir__text-casir .options-btn{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 2px;
    display: block;
    max-width: 131px;
    padding: 11px 0;
    border-radius: 10px;
    background: #195B23;
    text-align: center;
    margin-left: auto;
    margin-top: 10px;
    box-shadow: inset 0 0 0 50px #000;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.top-maincasir__text-casir .options-btn:hover{
    box-shadow: inset 0 0 0 0 #000;
    color: #fff;
}
.filter-buttons-wrap{
    position: relative;
    margin: 20px 0;
}
.filter-buttons{
    background: #fff;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.filter-buttons>p{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-right: 20px;
    margin-bottom: 0;
}
.filter-buttons-list{
    display: flex;
    align-items: center;
    width: 100%;
}
.filter-buttons-list .filter-buttons-list__item{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
    color: #000000;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    background: #000000;
    box-shadow: inset 0 0 0 50px #fff;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.filter-buttons-list .filter-buttons-list__item:hover{
    color: #fff;
    box-shadow: inset 0 0 0 0 #fff;
}
.active{
    border: 2px solid #195B23 !important;
}
.filter-buttons-list .search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
    padding: 6px 12px;
    background: #fff;
}
.filter-buttons-list .search input{
    position: relative;
    width: 80%;
    border: none;
}
.filter-buttons-list .search img{
    max-width: 22px;
    display: block;
    cursor: pointer;
}
.empty{
    min-height: 100px !important;
    text-align: center;
}
.countriescasir__item__top{
    display: flex;
    align-items: center;
    position: relative;
}

.countriescasir__item__top-name{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 20px;
    background: #1F4A37;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 20px;
    position: relative;
}
.countriescasir__item__top:after,
.countriescasir__item__top-name:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #1F4A37;
    z-index: 1;
}
.countriescasir__item__top-title{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 1px;
}
.countriescasir__item__bottom{
    margin: 35px 0;
}
.countriescasir-list,
.geos-list{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.geos-list{
    margin: 20px auto;
    max-width: 500px;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.countriescasir-list li{
    min-height: 324px;
    width: 100%;
    max-width: 226px;
    margin-bottom: 20px;
    transition: all .3s;
}
.geos-list li{
    margin: 0 auto;
    border-radius: 10px;
    background: #ede0e0;
    transition: all .3s;
}
.geos-list li:is(.active-link) {
    background: #ccc;
}
.geos-list li:hover{
    background: #ccc;
}
.geos-list li a{
    display: block;
    padding: 8px 13px;
}
.hotel-image-casir{
    display: block;
    position: relative;
    width: 100%;
    max-height: 249px;
    overflow: hidden;
    border-radius: 10px;
}
.hotel-image-casir img{
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}
.hotel-image-casir:hover img {
    transform: scale(1.3);
}
.hotel-image-casir a{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    background: #195B23;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 25px;
    color: #000000;
    padding: 0px 19px;
    box-shadow: inset 0 0 0 50px #fff;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.hotel-image-casir a:hover{
    box-shadow: inset 0 0 0 0 #fff;
}
.hotel-text-casir{
    font-family: 'Open Sans';
    color: #000000;
    font-style: normal;
}
.hotel-name{
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
}
.hotel-location{
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
}
.hotel-reviews{
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
}
.hotel-reviews span{
    font-weight: 600;
}
.allreasons-casir-wrap{
    margin: 50px auto 70px;
}
.allreasons-casir{
    display: block;
    position: relative;
    border-radius: 10px;
    background: #1F4A37;
    padding: 40px;
}
.allreasons-casir__big-image{
    max-width: 1146px;
    position: relative;
}
.allreasons-casir__big-image img{
    max-width: 100%;
}
.allreasons-casir__big-image__caption{
    position: absolute;
    width: 98%;
    border-radius: 10px;
    padding: 24px 25px;
    background: rgba(255, 255, 255, 0.65);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 1%;
    bottom: 9%;
}
.allreasons-casir__big-image__caption h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.allreasons-casir__big-image__caption h2 span{
    font-weight: 700;
}
.readmore{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 10px 10px;
    background: #000000;
    border-radius: 10px;
    transition: all .3s;
}
.readmore:hover{
    background: #195B23;
    color: #fff;
}
.allreasons-casir__list-images{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px 10px;
}
.allreasons-casir__list-images li{
    position: relative;
    width: 210px;
}
.allreasons-casir__list-images li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(92, 87, 87, 0.55);
    border-radius: 10px;
}
.allreasons-casir__list-images li img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.allreasons-casir__list-images li h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 163px;
    text-align: center;
}
.new-hotelscasir,
.ourrecommended-hotels{
    position: relative;
    margin: 30px auto 100px;
}
.new-hotelscasir__item__caption{
    max-width: 385px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.new-hotelscasir__item__caption p,
.ourrecommended-hotels__item__caption p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.new-hotelscasir__item__image-casir,
.ourrecommended-hotels__item__casir{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.new-hotelscasir__item__image,
.ourrecommended-hotels__item__image{
    width: 33%;
    position: relative;
    overflow: hidden;
    max-height: 206px;
    border-radius: 10px;
}
.new-hotelscasir__item__image img,
.ourrecommended-hotels__item__image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform .5s ease;
}

.new-hotelscasir__item__image:hover img,
.ourrecommended-hotels__item__image:hover img{
    transform: scale(1.3);
}
.new-hotelscasir__item__image a,
.ourrecommended-hotels__item__image a{
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: 1;
    background: #195B23;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 25px;
    color: #000000;
    padding: 0px 19px;
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.85);
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
.new-hotelscasir__item__image a:hover,
.ourrecommended-hotels__item__image a:hover{
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.85);
}
.new-hotelscasir__item__image span {
    position: absolute;
    right: 3%;
    bottom: 5%;
    z-index: 1;
    background: #195B23;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 69px;
    text-align: center;
}
.ourrecommended-hotels__item__caption{
    /*max-width: 385px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.ourrecommended-hotels__item__caption p{
    margin-right: 15px;
}
.ourrecommended-hotels__item__caption span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68px;
}
.ourrecommended-hotels__item__image {
    width: 29%;
    position: relative;
}
.ourrecommended-hotels__item__info {
    width: 25%;
    position: relative;
}
.ourrecommended-hotels__item__about{
    width: 40%;
    position: relative;
}
.ourrecommended-hotels__item__info .verdict{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}
.ourrecommended-hotels__item__info .verdict span,
.ourrecommended-hotels__item__info .reviews{
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.ourrecommended-hotels__item__grades{
    margin: 15px 0;
}
.progress-item,
.games-options span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.meter {
    box-sizing: content-box;
    position: relative;
    margin: 7px 15px 7px 0;
    background: rgba(217, 217, 217, 1);
    border-radius: 50px;
    padding: 0px;
    width: 102px;
    height: 12px;
}
.meter > span {
    display: block;
    height: 100%;
    border-radius: 50px;
    background-color: #2FEB76;
    position: relative;
    overflow: hidden;
}
.meter > span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.nostripes > span > span,
.nostripes > span::after {
    background-image: none;
}
.progress-item p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 1px;
}
.games-options span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #000000;
    margin-right: 10px;
}
.games-options span img{
    margin-right: 10px;
    margin-bottom: 3px;
}
.games-options{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 311px;
}
.ourrecommended-hotels__item__about .caption,
.ourrecommended-hotels__item__about .description{
    font-family: 'Open Sans';
    font-style: normal;
    color: #000000;
}
.ourrecommended-hotels__item__about .caption{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.ourrecommended-hotels__item__about .description{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    opacity: 94%;
}

.legals-casir {
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
}

.legals-casir h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0.5rem;
}

.legals-casir p,
.legals-casir li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 1rem;
}
.to-top,
#go-back{
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 45px;
    background: #000000;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    display: none;
}
#go-back{
    margin-bottom: 30px;
}
.to-top img{
    margin-right: 5px;
}
.loader{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 3;
}
.loader>h2{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    width: 90%;
}
.loader>h2:after{
    content: '';
    position: absolute;
    bottom: -25%;
    left: 20%;
    width: 0;
    height: 7px;
    background: #fff;
    animation: loading 2.5s linear 1;
}

@keyframes loading {
    0% {width: 0;}
    25% {width: 15%;}
    50% {width: 30%;}
    50% {width: 45%;}
    100% {width: 60%;}
}

/*.revealitem{*/
/*    position: relative;*/
/*    transform: translateY(150px);*/
/*    opacity: 0;*/
/*    transition: all 2s;*/
/*}*/
/*.revealitem.visible{*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*}*/
.notfound_section img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 20px 100px;
}
.disabled{
    pointer-events: none;
}

/*Cookies Policy modal css start*/

#cb-cookiecasir-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 16px;
    display: none;
    max-width: 420px;
    min-height: 192px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 16px 3px #797979;

}
.cookiecasir-banner__image img{
    max-width: 200px;
    margin-left: 10%;
}

.cookiecasir-banner__text {
    margin: 0 20px;
}

#cb-cookiecasir-banner h4 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Red Rose';
    margin-bottom: 5px;
    color: #0D0438;
    letter-spacing: 4px;
}

#cb-cookiecasir-banner p {
    margin: 0;
    color: #000000;
    opacity: 94%;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Open Sans';
    max-width: 499px;
}

#cb-cookiecasir-banner p > a {
    text-decoration: underline;
    color: #0D0438;
}

#cb-cookiecasir-banner button {
    border-radius: 70px;
    padding: 18px 18px;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
}
#cb-cookiecasir-banner .btn-cookies {
    border-radius: 10px;
    padding: 7px 0;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 38px;
    text-transform: none;
    border: none;
    box-shadow: 4px 4px 16px 3px #797979;
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 20px auto 10px;
    background: #000000;
    color: #fff;
}

#cb-cookiecasir-banner .btn-more-cookies {
    background: transparent;
    color: #0D0438;
    border: 2px solid #0D0438;
}

button.btn-cookies {
    min-width: 198px;
}

button.btn-more-cookies {
    min-width: 128px;
}

/*Cookies Policy modal css start*/

.modal {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.modal.show .modalblock-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    display: block;
}

.modal.show {
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: 9999;
}

.modalcasir-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
    transition: all .4s ease-in-out;
    opacity: 0;
    width: 100%;
    overflow-y: auto;
    height: 100vh;
}

.modal.show .modalcasir-wrapper {
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out;
    transition-delay: .3s;
    z-index: 9999;
    opacity: 1;
}

.modalcasir-area {
    height: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.modalcasir-body {
    position: relative;
    max-width: 600px;
    text-align: center;
    padding: 20px 20px;
    margin: 20px auto;
    overflow: hidden;
    background: #195B23;
    min-height: 490px;
    color: #fff;
    border-radius: 10px;
}
#AgeModalcasir .modalcasir-body{
    background: #fff;
    color: #000000;
}
#sorryModalcasir .modalcasir-body{
    background: #fff;
    color: #000000;
    min-height: 390px;
}
#thankModal .modalcasir-body{
    min-height: 315px;
}
  form#submit-signup{
    width: 90%;
    margin: 0 auto;
    max-width: 616px;
}
#signupModal .form-control {
    margin: 5px 0;
}
#signupModal h2 {
    font-family: 'Open Sans';
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    letter-spacing: 1px;
    max-width: 454px;
    margin: 15px auto 0;
}
#thankModal h2,
#sorryModalcasir h2{
    font-family: 'Open Sans';
    font-size: 56px;
    font-weight: 800;
    line-height: 78px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 499px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
#thankModal h2{
    font-size: 36px;
    line-height: 48px;
}
#sorryModalcasir h2{
    font-size: 36px;
    line-height: 58px;
}

#AgeModalcasir h3 {
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    opacity: 94%;
    max-width: 470px;
    margin: 30px auto 30px;
}
#signupModal p{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: 454px;
    margin: 10px auto 20px;
    text-align: center;
}
.buttons{
    width: 90%;
    max-width: 495px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#AgeModalcasir .site-btn{
    border-radius: 10px;
    padding: 7px 0;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 33px;
    line-height: 46px;
    text-transform: none;
    border: none;
    box-shadow: 4px 4px 16px 3px #797979;
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
#AgeModalcasir .agree-btn{
    background: #000000;
    color: #fff;
}
.signup-body{
    width: 100%;
    max-width: 434px;
    color: #fff;
}
.signup-body h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 37px;
}
.signup-body p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.form-control {
    padding: 23px 20px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 10px;
    font-family: 'Open Sans';
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
    color: #A5A5A5;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 87px !important;
}

#submit-signup input::placeholder,
#submit-message textarea::placeholder{
    color: #A5A5A5;
}
#sign-up-submit,
#message-submit{
    display: block;
    border: none;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 46px;
    letter-spacing: 3px;
    color: #fff;
    background: #fff;
    text-transform: none;
    width: 300px;
    margin: 15px auto;
    padding: 13px;
    box-shadow: inset 0 0 0 50px #000000;
    transition: box-shadow .3s ease-in-out,color .3s ease-in-out;
}
#submit-message textarea {
    width: 100%;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #E8FOFE;
    padding: 10px 20px;
    height: 75px;
    max-height: 150px;
}
#sign-up-submit:hover,
#message-submit:hover{
    color: #000000;
    box-shadow: inset 0 0 0 0 #000000;
}

label.container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row-reverse;
    margin: 20px 0 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
label.container.terms{
    position: relative;
}
label.container #terms_error{
    position: absolute;
    bottom: -23px;
    color: red;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

label.container span>a{
    color: #fff;
    text-decoration: underline;
}
#age_error{
    color: tomato;
    font-size: 16px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#AgeModalcasir label.container{
    position: relative;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    font-size: 18px;
    line-height: 23px;
    margin: 0px 0 35px;
}
#AgeModalcasir label.container a{
    color: inherit;
    text-decoration: underline;
}
label.container input{
    width: 24px;
    height: 24px;
    border: none;
    margin-right: 10px;
    border-radius: 4px;
}
footer {
    position: relative;
    width: 100%;
    background: #195B23;
}
.footercasir-top{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.footercasir-top__img{
    width: 100%;
    max-width: 667px;
}
.footercasir-top__img img{
    width: 100%;
    border-radius: 10px;
}
.footercasir-bottom{
    background: #242221;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footercasir-bottom__left-casir{
    max-width: 235px;
    width: 25%;
}

.footercasir-bottom__left-casir img{
    max-width: 200px;
}
.footercasir-bottom__left-casir__rights{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
    color: #fff;
}
.footercasir-bottom__left-casir__rights span{
    display: block;
}
.footercasir-bottom__mid-casir{
    width: 50%;
}
.footercasir-bottom__mid-casir__links{
    width: 100%;
    max-width: 643px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footercasir-bottom__mid-casir__links a{
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.footercasir-bottom__right-casir{
    width: 25%;
    color: #fff;
}
.footercasir-bottom__right-casir h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FAFAFA;
}
.footercasir-bottom__right-casir p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
@media (min-width: 1100px) {

}


@media (max-width: 1200px) {

}

@media (max-width: 1100px) {
    .headercasir-section-wrap {
        padding: 17px 15px;
    }
    .headerlogo-img {
        max-width: 180px;
    }
    .display-menucasir {
        max-width: 470px;
    }
    .new-btn{
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 2px;
        margin-right: 15px;
        padding: 10px 11px;
    }
    .signup-btn, .lang {
        font-size: 13px;
        line-height: 18px;
        margin-right: 15px;
    }
    .signup-btn {
        padding: 7px 19px;
    }
    .lang {
        padding: 7px 7px;
    }
    .allreasons-casir__big-image__caption h2 {
        font-size: 20px;
        line-height: 16px;
    }
    .allreasons-casir__big-image__caption {
        padding: 14px 25px;
    }
    .allreasons-casir__list-images li {
        width: 172px;
    }
    .signup-body {
        max-width: 390px;
    }
    .footercasir-top__img img {
        width: 100%;
        max-width: 490px;
        margin-left: auto;
        display: block;
    }
    .footercasir-bottom {
        padding: 35px 15px;
    }
    .footercasir-bottom__mid-casir {
        width: 45%;
    }
}
@media (max-width: 991px) {
    .modalcasir-area {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .readmore{
        font-size: 10px;
        line-height: 13px;
        padding: 8px 10px;
    }
}

@media (max-width: 850px) {
    .desktop-navcasir-buttons{
        display: none;
    }
    .display-menucasir {
        position: absolute;
        top: 64px;
        display: none;
        z-index: 9999;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        row-gap: 15px;
        background: #fff;
        padding: 15px;
        left: 0;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
    }
    .menucasir-bar{
        display: block;
    }
    .mob-nav-buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mob-nav-buttons>a,
    .mob-nav-buttons>.lang{
        margin: 10px auto;
    }
    .menucasir-bar img {
        width: 30px;
    }
    .top-maincasir__image-casir,
    .filter-buttons-list,
    .countriescasir__item__top{
        flex-direction: column;
    }
    .top-maincasir__image-casir__image-item {
        width: 100%;
    }
    .top-maincasir__image-casir__image-item:not(.top-maincasir__image-casir__image-item:last-child) {
        margin-bottom: 20px;
    }
    .filter-buttons{
        display: block;
        background: #4C525C;
        padding-top: 55px;
    }
    .filter-buttons-list .filter-buttons-list__item{
        margin: 0 auto 15px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .filter-buttons>p{
        color: #fff;
        transform: translateY(30px);
    }
    .filter-buttons-list .search{
        position: absolute;
        top: 25px;
        z-index: 1;
    }
    .countriescasir__item__top-name{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .countriescasir__item__top-title{
        margin: 10px auto 0;
    }
    .countriescasir__item__top:after{
        display: none;
    }
    .countriescasir__item__top-name:after{
        display: block;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .allreasons-casir-wrap {
        margin: 20px auto;
    }
    .allreasons-casir__big-image__caption{
        position: relative;
        background: transparent;
    }
    .allreasons-casir__big-image__caption h2{
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .allreasons-casir__big-image__caption h2 span{
        display: block;
        margin-bottom: 15px;
    }
    .allreasons-casir__list-images {
        margin-top: 10px;
    }
    .readmore {
        font-size: 14px;
        line-height: 19px;
        padding: 10px 10px;
        max-width: 131px;
        margin: 20px auto 15px;
        text-align: center;
    }
    .allreasons-casir__list-images li{
        width: 100%;
        max-width: 300px;
    }
    .new-hotelscasir__item__caption,
    .ourrecommended-hotels__item__caption{
        max-width: 310px;
        width: 100%;
    }
    .ourrecommended-hotels__item{
        width: 350px;
        margin: 0 auto;
    }
    .ourrecommended-hotels__item__image,
    .ourrecommended-hotels__item__info,
    .ourrecommended-hotels__item__about{
        width: 100%;
        max-width: 350px;
        margin: 10px auto;
    }
    #whystay .top-maincasir__inner{
        flex-direction: column-reverse;
        height: auto;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__inner{
        flex-direction: column;
    }
    #whystay .top-maincasir__text-casir,
    #whystay .top-maincasir__image-casir,
    #whystay .top-maincasir:nth-child(2) .top-maincasir__text-casir,
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir{
        width: 100%;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir img{
        max-height: 285px;
    }
    #whystay .top-maincasir__text-casir{
        margin-top: 15px;
    }

    .allreasons-casir__list-images,
    .ourrecommended-hotels__item__casir,
    .footercasir-top,
    .footercasir-bottom,
    .footercasir-bottom__mid-casir__links{
        flex-direction: column;
    }
    .footercasir-top__img {
        margin: 20px auto 0;
    }
    .footercasir-top__img img {
         margin: auto;
    }
    .footercasir-bottom__left-casir,
    .footercasir-bottom__mid-casir,
    .footercasir-bottom__right-casir{
        width: 100%;
        max-width: 250px;
        margin: 20px auto 0;
        text-align: center;
    }
    .footercasir-bottom__mid-casir__links a {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .footercasir-bottom__right-casir p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 770px) {
    #hotelcasino .top-maincasir__text-casir {
        padding: 10px 20px;
    }
    #hotelcasino .top-maincasir__text-casir>h2 {
        font-size: 24px;
        line-height: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 690px){

}

@media (max-width: 640px) {
    .headerlogo-img {
        width: 170px;
        padding-bottom: 5px;
    }
    #hotelcasino .top-maincasir__text-casir{
        flex-direction: column;
    }
    #hotelcasino .top-maincasir__text-casir>h2 {
        margin: 10px auto;
    }
    #hotelcasino .top-maincasir__text-casir>p {
        text-align: center;
    }
    .new-hotelscasir,
    .ourrecommended-hotels{
        position: relative;
        margin: 30px auto 30px;
    }
    .new-hotelscasir__item__image-casir{
        flex-direction: column;
    }
    .new-hotelscasir__item__caption{
        margin: 0 auto 10px;
    }
    .new-hotelscasir__item__image{
        width: 100%;
        max-width: 350px;
        margin: 10px auto;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir img{
        max-height: 227px;
    }
    label.container{
        align-items: unset;
    }
    #AgeModalcasir .modalcasir-body{
        min-height: 350px;
    }
    #AgeModalcasir .modalcasir-body img{
        max-width: 60px;
    }
    /*#AgeModalcasir label.container {*/
    /*     font-size: 10px;*/
    /*     line-height: 16px;*/
    /*}*/
    #AgeModalcasir h3 {
        font-size: 26px;
        line-height: 30px;
    }
    #AgeModalcasir .site-btn {
        padding: 4px 0;
        font-size: 23px;
        line-height: 36px;
        max-width: 106px;
    }
}

@media (max-width: 540px) {
    .headerlogo-img {
        max-width: 150px;
    }
    .top-maincasir {
        padding: 10px 10px;
    }
    .top-maincasir__image-casir__image-item {
        height: 148px;
    }
    .top-maincasir__image-casir__image-item>h2 {
        font-size: 36px;
        line-height: 43px;
    }
    .top-maincasir__text-casir>h2 {
        font-size: 20px;
        line-height: 27px;
    }
    #hotelcasino .top-maincasir__text-casir>h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .top-maincasir__text-casir>p {
        font-size: 14px;
        line-height: 22px;
    }
    #hotelcasino .top-maincasir__text-casir>p {
        font-size: 14px;
        line-height: 20px;
    }
    .top-maincasir__text-casir .options-btn {
        margin-right: auto;
    }
    .countriescasir-list {
        justify-content: center;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir img{
        max-height: 207px;
    }
    .footercasir-bottom__left-casir__rights {
        font-size: 13px;
        line-height: 18px;
    }
    #thankModal h2 {
        font-size: 26px;
        line-height: 38px;
    }
    #sorryModalcasir .modalcasir-body{
        min-height: 220px;
    }
    #thankModal .modalcasir-body{
        min-height: 250px;
    }
    #sorryModalcasir h2{
        font-size: 26px;
        line-height: 48px;
    }
    /*#age_error{*/
    /*    bottom: -34px;*/
    /*}*/
}

@media (max-width: 450px) {
    .geos-list li {
        padding: 6px 11px;
        margin: 0;
    }
    .display-menucasir > a,
    .geos-list li a {
        font-size: 13px;
    }
    #hotelcasino .top-maincasir__text-casir{
        height: auto;
    }
    .allreasons-casir{
        padding: 10px;
    }
    .allreasons-casir__big-image img {
        border-radius: 10px;
    }
    .allreasons-casir__big-image__caption h2{
        font-size: 15px;
        line-height: 20px;
    }
    .allreasons-casir__big-image__caption h2 span{
        font-size: 28px;
        line-height: 24px;
    }
    .allreasons-casir__list-images li {
        max-width: 100%;
        height: 180px;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir img{
        max-height: 168px;
    }
    .loader>h2 {
        font-size: 21px;
    }
    .loader>h2:after{
        bottom: -40%;
        left: 7%;
        width: 86%;
    }
    form#submit-signup {
        width: 100%;
    }

    #signupModal h2 {
        font-size: 38px;
        line-height: 55px;
    }
    #signupModal h2 span img{
        width: 64px;
    }
    #sign-up-submit,
    #message-submit{
         font-size: 23px;
         line-height: 36px;
         width: 210px;
         padding: 6px;
    }
    label.container {
        font-size: 12px;
        line-height: 19px;
    }
    label.container input {
        height: auto;
    }
    #age_error {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .countriescasir-list li {
        min-height: 239px;
        max-width: 100%;
        margin-bottom: 0;
    }
    .hotel-image-casir {
        height: 170px;
    }
    .hotel-image-casir img {
        border-radius: 10px;
        object-fit: cover;
    }
}

@media (max-width: 390px) {
    .allreasons-casir__list-images li {
        height: 140px;
    }
    #whystay .top-maincasir:nth-child(2) .top-maincasir__image-casir img{
        max-height: 145px;
    }
    #AgeModalcasir label.container {
        font-size: 16px;
        line-height: 22px;
    }
    #age_error {
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    #AgeModalcasir label.container {
        font-size: 13px;
        line-height: 19px;
    }
    #age_error {
        font-size: 11px;
        bottom: -18px;
    }
}