
/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: "Kanit", serif;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: "Kanit", serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a, button, input, textarea{
    outline: none !important;
}

.container{
    max-width: 1250px;
}




/*----------- Header Area Start -----------*/

.header-area .container {
    max-width: 1750px;
}
.header-area {
    padding: 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: .3s;
    left: 0;
}

.logo a {
    display: inline-block;
}
.logo img {
    width: 200px;
}
.register-btn {
    display: inline-flex;
    align-items: center;
    gap:0 10px;
    background: #2963f9;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    height: 64px;
    cursor: pointer;
}
.register-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 500 !important;
    letter-spacing: .3px;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 3px;
}
.register-btn span{
    color: #fff;
    font-size: 24px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 15px;
}
.register-btn .active {
    color: #fbde16;
}
.notification-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: none;
}
.notification-btn img {
    width: 38px;
    position: relative;
    top: 2px;
}
.language-btn button {
    background: transparent;
    border: none;
    width: 64px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.hero-slider-area {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}
.thb-btn button {
    background: #fff;
    color: #1857fc;
    border: none;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    border-radius: 100%;
}
header.header-area.sticky {
    background: #2964fa;
}
.sticky .register-btn {
    background: #fff;
}
.sticky .register-btn a{
    color: #2964fa;
}
.sticky span{
    color: #2964fa;
}
.sticky .register-btn .active {
    color: #fbde16;
}
.header-options {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
/*----------- Header Area End -----------*/




/*----------- Hero Area Start -----------*/
.hero-section{
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
}
.hero-slide-item{
    background-position: center;
    background-size: cover;
    height: 580px;
    background-image: url(../img/hero-bg-1.png);
}
.slide__2{
    background-image: url(../img/hero-bg-2.png);
}
.hero-bottom-area {
    position: absolute;
    left: 0;
    top: 50%;
    height: auto;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.hero-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    height: 184px;
    display: flex;
    align-items: center;
    gap: 0 24px;
    position: relative;
    z-index: 3;
}
.hero-logo {
    width: 164px;
    flex-shrink: 0;
    height: 164px;
}
.hero-logo img{
    width: 100%;
    height: 100%;
}
.search-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    position: relative;
}
.search-box {
    height: 80px;
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px 70px;
    font-size: 24px;
    font-weight: 300;
    background-color: transparent;
    color: #000;
}
.search-box input::placeholder{
    color: #949494;
    opacity: 1;
}
img.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 36px;
}
.search-btn {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.search-btn img {
    width: 32px;
}
.booking-wrap {
    width: 100%;
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.check-in-out{
    width: 55%;
    height: 80px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding-left: 70px;
}
.room-info{
    width: 45%;
    height: 80px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
.hero-slider-area .owl-dots .owl-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: .3s;
    margin: 0 6px;
    cursor: pointer;
    z-index: 9999;
}
.hero-slider-area .owl-dots .owl-dot.active{
    background-color: #fff !important;
}
.hero-slider-area .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.check-in-out {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.checkin-box input {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 24px;
    font-weight: 300;
    padding: 10px;
    background: transparent;
    
}
.room-info .checkin-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 70px;
}
.travel-sport-wrapper {
    background: #e5edf7;
    padding: 40px 20px;
    padding-bottom: 30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.travel-sport-area {
    padding-bottom: 40px;
}
.sport-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.sport-item a {
    display: inline-block;
    text-decoration: none;
}
.sport-item img {
    width: 116px;
    height: 116px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.sport-item h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
.all-sport {
    width: 120px;
    flex-shrink: 0;
    text-align: center;
}
.all-sport a{
    text-decoration: none;
}
.all-sport a span{
    background: #1857fc;
    display: inline-flex;
    width: 116px;
    height: 116px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 100%;
    margin-bottom: 15px;
}
.all-sport p {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.all-sport span img {
    width: 56px;
}
.promo-wrapper {
    background: #fbde16;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 80px;
}
.promo-logo {
    background: #2a64fa;
    padding: 20px;
    border-radius: 30px;
    width: 320px;
    display: flex;
    align-items: center;
    height: 125px;
    justify-content: center;
    flex-shrink: 0;
}
.promo-logo img {
    width: 230px;
}
.promo-text h2 {
    color: #2964fa;
    font-size: 54px;
    margin: 0;
    font-weight: normal;
}
.promo-text{
    width: 100%;
    text-align: center;
}

/*----------- Hero Area End -----------*/



/*----------- Package Area Start -----------*/
.package-area {
    padding: 100px 0;
    position: relative;
}
.bg-shp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.package-title-wrap {
    display: flex;
    align-items: center;
    gap: 0 40px;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.package-title-wrap::after{
    position: absolute;
    left:0;
    top: 50%;
    height: 3px;
    background-color: #dfe8fe;
    width: 100%;
    z-index: -1;
    content: '';
    transform: translateY(-50%);

}
.package-title h2 {
    font-size: 45px;
    color: #2863f9;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0 15px;
    font-weight: normal;
    background: #fff;
    padding-right: 15px;
}
.package-title h2 span {
    font-size: 30px;
    color: #949494;
}
.all-package-btn a {
    display: inline-block;
    padding: 12px 30px;
    background: #2964fa;
    border-radius: 20px;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.card-thumbnail img {
    height: 240px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    object-fit: cover;
    object-position: center;
}
.card-thumbnail {
    position: relative;
}
.card-thumbnail .card-tag {
    position: absolute;
    right: 20px;
    top: -10px;
    background: #1857fc;
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
    border-radius: 40px;
    padding: 4px 12px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    z-index: 3;
}
.hot-deal{
    background-color: #f92828 !important;
}
.card-thumbnail span img{
    width: 15px !important;
    height: auto;
}
.card-content {
    background: #2a64fa;
    padding: 15px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: .3s;
}
.card-content h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
}
.card-content p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.card-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -5px;
}
.info-left {
    display: flex;
    align-items: center;
    gap: 0 10px;
    background: #ddd;
    border-radius: 20px;
    flex-shrink: 0;
}
.review {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.review span {
    width: 26px;
    height: 26px;
    background: #fbb03c;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.review span img {
    width: 17px !important;
}
.review h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    color: #2a64fa;
}
.users-list h4 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    gap: 0 8px;
    margin: 0;
    padding: 4px 8px;
}
.users-list img {
    width: 16px !important;
}
.users-list h4 {
    color: #757575;
}
.info-right span {
    font-size: 14px;
    color: #cbcbcb;
    text-decoration: line-through;
    font-weight: normal;
}
.info-right{
    text-align: right;
}
.info-right h4 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    color: #f8dc15;
}
.review {
    display: flex;
    align-items: center;
    gap: 0 10px;
    background: #fff;
    border-radius: 30px;
    padding-right: 10px;
}
.package-slider .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 100px !important;
}
.package-slider  .owl-stage{
    padding-left: 0 !important;
}
.package-slider {
    padding: 10px 0;
    position: relative;
}
.package-slider::after{
    position: absolute;
    width: 120px;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
    background-image: url(../img/slider-overlay.png);
    background-position: center right;
    background-size: 120px;
}
.package-slider .owl-nav div {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px #eee;
}
.package-slider .owl-nav div img{
    width: 16px;
}

.package-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 99 !important;
    transform: translateY(-50%);
}
.package-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 99 !important;
    transform: translateY(-50%);
}
.package-slider .owl-dots{
    display: none !important;
}
.package-slider .owl-nav .owl-prev {
    display: none !important;
}
.package-slider .owl-nav.active .owl-prev {
    display: flex !important;ƒ
}
.slider-weapper{
    margin-bottom: 80px;
}
.red-wrap .package-title h2{
    color: #f92828;
}
.red-wrap .all-package-btn a{
    background: #f92828;
}
.red-wrap .info-right h4 {
    color: #f92828;
}
.blue-wrap .info-right h4 {
    color: #235ff7;
}
.red-wrap .card-content{
    background-color: #fff;
}
.blue-wrap .card-content{
    background-color: #fff;
}
.package-card{
    box-shadow: 0 0 4px #eee;
    margin: 3px;
    border-radius: 30px;
    margin-top: 15px;
    position: relative;
}
.red-wrap .card-content h3 {
    color: #000;
}
.blue-wrap .card-content h3 {
    color: #000;
}
.red-wrap .card-content p {
    color: #000;
}
.blue-wrap .card-content p {
    color: #000;
}
.red-wrap .review {
    background: #2964fa;
}
.blue-wrap .review {
    background: #2964fa;
}
.red-wrap .review h5{
    color: #fff;
}
.blue-wrap .review h5{
    color: #fff;
}
.red-wrap .info-left {
    background: #e5edf7;
}
.blue-wrap .info-left {
    background: #e5edf7;
}
/*----------- Package Area End -----------*/



.contact-area{
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.app-preview {
    margin-top: -130px;
}
.contact-right {
    display: grid;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 40px;
    gap: 0 40px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    max-width: 880px;
}
.app-store {
    padding-right: 40px;
}
.app-info {
    height: 100%;
    background: #fbde16;
    border-radius: 40px;
    width: 230px;
}
.contact-logo {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #2963f9;
}
.contact-logo img{
    width: 150px;
}
.app-store a {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}
.contact-link {
    padding: 0 30px;
}
.contact-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-link ul li{
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1.5px solid #c7bf4f;
}
.contact-link ul li a{
    display: inline-block;
    text-decoration: none;
    color: #2964fa;
    width: 100%;
    font-size: 28px;
    transition: .3s;
    font-weight: normal;
    text-align: center;

}
.contact-link ul li a:hover{
    font-weight: 600;
}
.contact-link li:last-child {
    border: none;
}
footer {
    background: #2963f9;
    padding-top: 60px;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.social-links ul li a {
    display: inline-block;
}
.social-links li img {
    width: 24px;
} 
.footer-widget h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
.footer-widget h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    display: block;
    margin-bottom: 7px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-size: 16px;
    font-weight: 300;
}
.social-links {
    margin-top: 25px;
}
.mayment-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 15px;
}

.mayment-links li a {
    display: inline-block;
}
.footer-bottom{
    padding: 50px 0;
    margin-top: 50px;
    border-top: 4px solid #497afa;
    text-align: center;
}

.footer-logo img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.footer-bottom p {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}







.promo-code-area {
    padding: 60px 0;
}
.promo-code-wrapper {
    background: #2964fa;
    padding: 30px;
    border-radius: 30px;
    padding-right: 0;
}
.promo-code-title {
    text-align: center;
    margin-top: -75px;
}
.promo-code-title h2 {
    color: #2863f9;
    background: #fbdd15;
    display: inline-block;
    padding: 18px 50px;
    border-radius: 100px;
    font-size: 45px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.promo-card {
    background: #fff;
    display: flex;
    border-radius: 20px;
    position: relative;
}
.sport-item {
    text-align: center;
    transition: .3s;
}
.sport-item:hover{
    opacity: .5;
}
.hero-logo a {
    display: inline-block;
}
.promo-card-right {
    background: #fbde16;
    width: 80px;
    flex-shrink: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: .3s;
}
.promo-card-right:hover{
    opacity: .5;
}

.promo-card-right.active{
    background-color: #fff;
    color: #888;
    opacity: 1;
}

.promo-card-right h2 {
    color: #6b6226;
    font-size: 45px;
    font-weight: 700;
    transform: rotate(90deg);
    margin: 0;
    letter-spacing: 1px;
}
.promo-card-left {
    width: 100%;

}
.promo-bottom {
    background: #e5edf7;
    border-bottom-left-radius: 20px;
    padding: 8px 15px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.promo-bottom p{
    margin-bottom: 5px;
    color: #757575;
    line-height: 1;
    font-size: 12px;
}
.promo-bottom p:last-child {
    margin: 0;
}
.promo-top {
    text-align: right;
    padding: 10px 15px;
}

.promo-top p {
    margin: 0;
}
.promo-top h3 {
    display: inline-block;
    background: #fa2929;
    padding: 10px 30px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    margin-bottom: 10px;
    line-height: 1;
}
.promo-top h3 span {
    font-size: 30px;
}
.promo-top p {
    font-size: 24px;
    font-weight: bold;
    color: #2964fa !important;
}
.promo-card:after {
    width: 34px;
    height: 34px;
    background: #2964fa;
    content: '';
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    border-radius: 100%;
}
.promo-code-slider .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 100px !important;
}
.promo-code-slider  .owl-stage{
    padding-left: 0 !important;
}
.promo-code-slider {
    padding: 10px 0;
    position: relative;
    margin-top: 25px;
}

.promo-code-slider::after{
    position: absolute;
    width: 120px;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
    background: transparent;
    background-position: center right;
    background-size: 120px;
}
.promo-code-slider .owl-nav div {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px #eee;
}
.promo-code-slider .owl-nav div img{
    width: 16px;
}

.promo-code-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 99 !important;
    transform: translateY(-50%);
}
.promo-code-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    z-index: 99 !important;
    transform: translateY(-50%);
}
.promo-code-slider .owl-dots{
    display: none !important;
}
.promo-card-right:after {
    position: absolute;
    left: -2px;
    top: 0;
    width: 6px;
    height: 100%;
    border-left: 6px dotted #000;
    content: '';
}
.owl-nav.active .owl-prev {
    display: flex !important;
}
.fixed-btns {
    display: flex;
    width: 80px;
    flex-wrap: wrap;
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 99999;
}
.fixed-btns .btn_item {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background: #2964fa;
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 4px #00000042;
    cursor: pointer;
    position: relative;
    margin-top: 12px;
}
.package-card:hover {
    opacity: .6;
}
.package-card {
    transition: .3s;
}

.call-btn{
    position: relative;
}
.call-support {
    width: 120px;
    position: absolute;
    right: 100%;
    margin-right: 10px;
    transition: .3s;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px #00000025;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.call-support.active {
    opacity: 1;
    visibility: visible;
}
.call-support h5 {
    font-size: 15px;
    padding: 7px;
    background: #2964fa;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.call-support a {
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #2964fa;
}

.support-message{
    position: relative;
}
.chat-box {
    box-shadow: 0 0 4px #00000025;
    background: #fff;
    width: 280px;
    right: 100%;
    position: absolute;
    border-radius: 12px;
    margin-right: 15px;
    height: 320px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
 .chat-box.active{
    opacity:1;
    visibility: visible;
}
.chat-title {
    background: #2b64fa;
    padding: 12px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.chat-title h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}








.overlay-trigger{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: .3s;
    background: #000;
    opacity: 0;
    visibility: hidden;
}

.overlay-trigger.active{
    opacity: .5;
    visibility: visible;
}


.overlay_trigger_two{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: .3s;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.overlay_trigger_two.active{
    opacity: .5;
    visibility: visible;
}


.overlay_trigger_three{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: .3s;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.overlay_trigger_three.active{
    opacity: .5;
    visibility: visible;
}

.overlay_trigger_four{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: .3s;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.overlay_trigger_four.active{
    opacity: .5;
    visibility: visible;
}

.booking-info-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
    border-radius: 16px;
    margin-top: 10px;
    width: 100%;
    box-shadow: 0 0 10px #00000014;
    position: absolute;
    top: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999 !important;
}
.booking-info-box.active {
    opacity: 1;
    visibility: visible;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
    margin-bottom: 15px;
}
.info-item:last-child{
    margin-bottom: 0;
}
.info-item h4 {
    margin: 0;
    color: #2964fa;
    font-size: 16px;
}
.nice__number {
    width: 130px;
    display: flex;
    align-items: center;
    gap: 0 5px;
    text-align: center;
    background: #2964fa;
    border-radius: 34px;
    height: 34px;
    justify-content: center;
    padding: 0;
}
.nice__number input {
    width: 40px;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 100%;
    border-radius: 20px;
}
.nice__number span {
    width: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    display: flex;
    line-height: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
     border-radius:20px;
     transition: .3s;
}
.nice__number span:hover{
    background-color: #1f48b1;
    color: #fff;
}
span.minus__icon {
    padding-bottom: 2px;
}
.info-txt span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    line-height: 1;
}
.checkin-box span {
    color: #949494;
    font-size: 24px;
    font-weight: 300;
}
.pets-selects-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    display: none;
    margin-top: 15px;
}
.pets-selects-wrap.active{
    display: grid;
}
.single-pet-select .form-select {
    width: 100%;
    border-radius: 40px;
    height: 36px;
    line-height: 16px;
    font-size: 14px;
    color: #939292;
    border: none;
    padding-left: 18px;
    box-shadow: none;
}
.datepicker__header {
    background: #2964fa;
    color: #fff;
}
.datepicker__header span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.datepicker table th {
    color: #2964fa;
    font-size: 11px;
    font-weight: 400;
}
.datepicker__daynum{
    color: #000;
    font-size: 16px !important;
}
.check-out-box .datepicker__wrapper {
    left: unset !important;
    right: 0 !important;
}
.check-out-box {
    position: relative;
}
.check-out-box {
    position: relative;
}
.check-out-box::after{
    position: absolute;
    left: -15px;
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    background-color: #959595;
    content: '';
}

.promo-code-slider::after{
    position: absolute;
    right:0;
    top: 0;
    width: 100px;
    height: 100%;
    content: '';
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.029871323529411797) 21%, rgba(41,100,250,1) 100%);
}
.notification-btn span {
    background: #ffde00;
    width: 28px;
    height: 28px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 15px;
    position: absolute;
    top: -1px;
    right: -10px;
}
.notification-btn {
    position: relative;
}
.info-wrap {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}
.info-wrap button {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    width: auto;
    height: auto;
    background: transparent;
}
.info-wrap img {
    width: 24px !important;
}

.info-dropdown {
    position: absolute;
    top: 100%;
    z-index: 9999999999999;
    width: 240px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px #000;
    border-radius: 12px;
    padding: 16px;
}




.register__modal  .modal-dialog{
    max-width: 400px;
}
.register__modal .modal-content {
    border: none;
    border-radius: 50px;
}
.register__modal .modal-body {
    padding: 30px;
}
.register__wrapper h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
}
.register-btns a {
    display: flex;
    align-items: center;
    gap: 0 24px;
    background: #f0f2f5;
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    height: 64px;
    color: #4d4d4d;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;

}
.register-btns a img {
    width: 30px;
    flex-shrink: 0;
}
.register-btns a span{
    width: 100%;
    text-align: center;
}
.register-btns {
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 20px;
}
.email-signup input {
    height: 64px;
    border: none;
    width: 100%;
    background: #f0f2f5;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}
.email-signup button {
    width: 100%;
    height: 64px;
    border: none;
    transition: .3s;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #2964fa;
}



.check-in-out input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    color: #949494;
    font-weight: 300;
    background-color: transparent;
}
.cildren_wrap{
    margin-bottom: 15px;
}

.destination-results {
    width: 100%;
    position: absolute;
    top: 100%;
    border-radius: 20px;
    margin-top: 10px;
    transition: .3s;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.destination-results.active {
    opacity: 1;
    visibility: visible;
}
.destination-results {
    display: none;
}

.destination-results.active {
    display: block;
}
.destination-title {
    display: flex;
    gap: 0 20px;
    padding: 18px 30px;
    background: #2963f9;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.title-left {
    width: 45%;
}
.destination-title h4 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.recent-searches {
    width: 45%;
    padding: 20px;
}
.recent-searches {
    width: 45%;
    padding: 20px;
    padding-right: 0;
}

.single-recent h3 {
    font-size: 16px;
    margin: 0;
}
.recent-location span {
    font-size: 13px;
    color: #999;
}
.recent-location p {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}
.single-recent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    padding:5px 15px;
    padding-right: 25px;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 10px;
}
.single-recent:hover{
    background:#e5edf7;
}
.recent-item-all {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.result-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
.searches-tags {
    width: 55%;
    padding: 20px 0;
    padding-right: 10px;
}
.searches-tags button {
    background: #fff;
    border: none;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 30px;
    cursor: pointer;
    margin: 0;
    width: auto;
    transition: .3s;
    margin-right: 10px;
    margin-bottom: 10px;
}
.searches-tags button:hover{
    background-color: #e5edf7;
}
.promo-code-slider .owl-prev {
    display: none !important;
}

.card-thumbnail {
    position: relative;
}

.card-with-slider:hover{
    opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 600;
    color: #2964fa;
    margin-left: -2px;
}
.swiper-button-prev, .swiper-button-next  {
    background: rgba(255, 255, 255, 0.6);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.swiper-button-next:after {
    margin-left: 2px;
}
.swiper-button-prev:hover, .swiper-button-prev:hover{
    background-color: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}


.saved-btn {
    position: absolute;
    left: 50%;
    top: -14px;
    z-index: 2;
    background: #fff;
    border: none;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 4px #00000025;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.saved-btn img {
    width: 20px !important;
}

.package-card:hover .saved-btn {
    opacity: 1;
    visibility: visible;
}
.saved-btn.active {
    opacity: 1;
    visibility: visible;
}

.lavel-info {
    padding: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0 15px;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 240px;
    height: 64px;
}
.lavel-info img {
    width: 56px;
    border-radius: 100%;
    height: 56px;
    object-fit: cover;
}
.pro_info h4 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    color: #fff;
    margin-bottom: 3px;
}
.pro_info span {
    display: block;
    color: #ffde00;
    line-height: 1;
}
.hero-two-area {
    height: 600px;
    background: #3f75fc;
    position: relative;
}
.photo_btn {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 99;
}
.photo_btn p {
    margin: 0;
}
.dolla-area {
    background: #2964fa;
    padding: 25px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.dolla-title {
    text-align: center;
    margin-bottom: 20px;
}
.dolla-title h3 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}
.dolla-info ul {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dolla-info ul li {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
    line-height: 1;
}
.text-yellow{
    color: #ffde00;
}
.dolla-info ul li::after{
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(50%);
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
    content: '';
    margin-top: -3px;
}
.dolla-info ul li:first-child::after{
    display: none;
}



.page-menu-wrapper {
    background: #eff3fe;
    padding: 0px 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.page-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
}
.page-menu-wrapper ul li {
    display: inline-block;
}
.page-menu-wrapper ul li a {
    color: #2a64fa;
    display: inline-block;
    padding: 25px 15px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    transition: .3s;
    border-bottom: 3px solid transparent;
}
.page-menu-wrapper ul li a.active {
    border-color: #1857fc;
}
.page-menu-wrapper ul li a:hover {
    background: #dee7ff;
    border-color: #dee7ff;
}





.overview-area {
    padding: 60px 0;
}
.overview-description p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 300;
}
.overview-title h4 {
    color: #2a64fa;
    font-weight: 600;
    line-height: 110%;
}
.common-wrap {
    margin-bottom: 50px;
}
.highlight-wrap {
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: space-between;
}
.highlight-box {
    background: #fff;
    border-radius: 20px;
    width: 125px;
    height: 125px;
    text-align: center;
    box-shadow: 0 0 6px #dfdfdf;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    align-items: center;
}
.highlight-box img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
}
.highlight-box span {
    display: block;
    width: 100%;
    color: #2a64fa;
}
.facilities-lists {
   margin-top: 20px;
}
.facilities-lists ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.facilities-lists ul li{
    color: #3b3b3b;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 17px;
}
.facilities-lists ul li img{
    width: 15px;
}


.location-lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.location-lists ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3b3b3b;
    font-size: 17px;
}
.location-lists ul li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin: 0;
    color: #3b3b3b;
}
.location-lists li img {
    width: 17px;
    flex-shrink: 0;
}
.see-all-btn button {
    color: #2964fa;
    background: #e5edf7;
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.see-all-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.see-all-btn::after {
    height: 2px;
    background: #e5edf7;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: -1;
}
.reserve-sidebar {
    background: #fff;
    box-shadow: 0 0 6px #dfdfdf;
    border-radius:40px;
}
.reserve-sidebar-wrap{
    padding-left: 25px;
}
.reserve-box-top {
    background: #2964fa;
    padding: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius:40px;
}
.reserve-box-top h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1;
    color: #fff;
}
.reserve-form {
    margin-top: 30px;
}
.reserve-box-top h2 sub {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.reserve-form .check-in-out {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    height: 64px;
}
.reserve-form .room-info{
    width: 100%;
    background-color: #fff;
    height: 64px;
}
.price-details-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-details-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #949494;
    font-size: 18px;
}
.price-details-wrap {
    padding: 30px;
}
.red-text{
    color: #fa2929 !important;
}
.hot__deal {
    background: #f92828;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}
.promo-code {
    background: #e5edf7;
    display: inline-flex;
    border-radius: 40px;
    gap: 0 10px;
    align-items: center;
    padding-right: 15px;
    font-weight: 300;
    color: #2964fa;
}
.promo-code span {
    background: #2964fa;
    color: #fff;
    padding: 2px 15px;
    border-radius: 40px;
    height: 100%;
}
.price-details-list {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e5edf7;
}
.flex-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
    color: #949494;
}
.total-info h2 {
    margin-bottom: 0;
    margin-top: 20px;
}
.blue-text{
    color: #1857fc;
}
.reserve-btn button {
    background: #2964fa;
    border: none;
    width: 100%;
    padding: 22px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.card-details h4 {
    font-size: 25px;
    color: #fff;
    background: #2963f9;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-weight: 600;
}
.card-details ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    padding:15px 10px;
}
.card-details ul li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: flex-start;
    color: #3b3b3b;
    font-size: 18px;
    width: 180px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.card-details li img {
    width: 25px !important;
    height: auto !important;
}
.card-details ul li:last-child{
    margin-bottom: 0;
}
.rooms__card {
    box-shadow: 0 0 10px #ededed;
    margin: 5px;
    border-radius: 30px;
    margin-top: 15px;
    position: relative;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    background-color: #fff;
}
.block-item ul{
    display: block;
}
.block-item ul li{
    margin-bottom: 10px;
}
.overview-title h3{
    color: #2a64fa;
    font-weight: 600;
    line-height: 110%;
    font-size: 30px;
    margin-bottom: 35px;
}
.fasilities-area {
    padding-bottom: 80px;

}
.block-item{
    margin-bottom: 40px;
}
.map-wrapper {
    margin-top: 25px;
    padding-top: 50px;
    border-top: 2px solid #e5edf7;
}
.location-map{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 70px;
}
.location-map iframe{
    width: 100%;
    height: 500px;
    border-radius: 50px;
}
.item__1{
    grid-template-columns:unset !important;
}
.item__1 li img{
    width: 14px !important;
}
.info-wrap .location-lists ul{
    gap: 10px 15px;
}


.policies-area{
   padding-bottom: 80px;
}
.policies-card {
    background: #fff;
    border-radius: 50px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #ededed;
    display: flex;
    align-items: center;
    gap: 0 70px;
}
.policies-card-icon {
    width: 350px;
    display: flex;
    height: 150px;
    background: #2963f9;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}
.policies-card-icon img {
    width: auto;
    max-width: 50px;
    max-height: 60px;
    margin-bottom: 15px;
}
.policies-card-icon p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.policies-card-text p {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #3b3b3b;
    margin: 0;
    line-height: 22px;
}

.policies-card-text {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
}
.additional-rules {
    margin-top: 25px;
}

.additional-rules-text p {
    font-size: 18px;
    line-height: 1;
    color: #3b3b3b;
    margin-bottom: 10px;
}

.additional-rules-text {
    margin-top: 20px;
}

.review-area{
    margin-bottom: 160px;
}
.review-wrapper {
    background: #e5edf7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.review-box {
    background: #2963f9;
    border-radius: 50px;
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.star-yellow {
    width: 50px;
    margin-bottom: 10px;
}
.review-box h4 {
    font-size: 45px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-box p {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 20px;
    color: #fff;
    justify-content: center;
    margin-bottom: 0;
}

.review-box p img {
    width: 27px;
}
.review-progress {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 8px;
}
.review-progress span {
    color: #949494;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.review-progress h5 {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    width: 12px;
    flex-shrink: 0;
}
.review-count-bar {
    flex-shrink: 0;
    width: 150px;
}
.review-count-bar .progress-bar {
    background-color: #2964fa;
}
.progress {
    height: 6px;
    background-color: #fff;
}
.review-progress:last-child{
    margin-bottom: 0;
}
.review-count-wrap {
    padding-right: 35px;
    border-right: 3px solid #d1defd;
    flex-shrink: 0;
}
.work-box img {
    width: 45px;
    margin-bottom: 10px;
}
.work-box span {
    display: block;
    text-align: center;
    color: #2963f9;
    font-size: 15px;
    margin-bottom: 5px;
}
.work-box {
    text-align: center;
}
.work-review {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 0 20px;
    text-align: center;
    justify-content: center;
    padding-right: 35px;
}
.review-wrapper{
    margin-top: 35px;
}


.relevent-area{
    margin-bottom: 120px;
}
.pool-card {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px #ededed;
    padding: 24px;
    margin: 0 5px;
    margin-bottom: 30px;
}
.card-profile {
    display: flex;
    align-items: center;
    gap: 0 15px;
    background: #e5edf7;
    border-radius: 70px;
    padding-right: 25px;
}
.card-profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.card-pro-text h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.card-pro-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1;
}
.pool-top-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pool-date h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.pool-date p {
    margin: 0;
    font-size: 18px;
}
.pool-description p {
    font-size: 18px;
    color: #3b3b3b;
}
.pool-gellary {
    display: flex;
    align-items: center;
    gap: 0 15px;
    justify-content: space-between;
    position: relative;
}
.pool-gellary img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 24px;
}
.pool-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 20px;
    margin-top: 25px;
}
.pool-rating {
    background: #2964fa;
    display: flex;
    align-items: center;
    gap: 0 10px;
    border-radius: 40px;
    height: 34px;
    width: 70px;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pool-rating img{
    width: 36px;
    height: 100%;
}
.pool-rating span{
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
}
.pool-gellary span {
    position: absolute;
    width: 76px;
    height: 76px;
    background: #00000078;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.pagination-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-wrapper li a {
    display: flex;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    height: 60px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    transition: .3s;
}

.pagination-wrapper li a:hover{
    background-color: #eff3fe;
}
.pagination-wrapper li a.active{
    background-color: #1857fc;
    color: #fff;
}



.page-prev{
    box-shadow: 0 0 10px #ededed;
}
.page-next{
    box-shadow: 0 0 10px #ededed;
}

.nearby-properties-area {
    padding-bottom: 150px;
}

.nearby-properties-area .package-title-wrap::after {
    display: none;
}
.pagination-wrapper {
    margin-top: 50px;
    padding-bottom: 70px;
    border-bottom: 3px solid #e5edf7;
}
.categories-title-wrap {
    padding:20px 30px;
    background: #e5edf7;
    text-align: center;
}
.categories-title-wrap h2 {
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 40px;
    color: #2863f9;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}
.categories-list {
    background: #d4dfed;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.categories-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-list ul li a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    color: #6c86ca;
    transition: .3s;
}
.categories-area {
    padding-bottom: 50px;
}
.categories-list li a:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #6c86ca;
    content: '';
    border-radius: 100%;
    transform: translateY(-50%);
    margin-top: 1px;
    transition: .3s;
}
.categories-list ul li a:hover{
    color: #1857fc;
}
.categories-list ul li a:hover::after{
    background-color: #1857fc;
}


.search-page-hero {
    background-color: #2964fa;
    height: 630px;
    padding-top: 96px;
}
.search-page-hero .place-card{
    display: none !important;
}
.search-page-hero iframe {
    height: 100%;
    width: 100%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: hidden;
}
.search-filter-wrapper {
    background: #eff3fe;
    padding: 20px;
    padding-top: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    gap: 0 15px;
    justify-content: space-between;
    align-items: center;
}
.filter-by-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.filter-by-tags ul li button {
    border: 1px solid #2964fa;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 24px;
    transition: .3s;
    text-transform: uppercase;
    color: #2964fa;
    align-items: center;
    line-height: 1;
    height: 64px;
    background-color: transparent;
}
.search-filter-area{
    margin-bottom: 40px;
}
.filter-by-tags ul li span {
    display: block !important;
    font-size: 16px;
    width: 100%;
}
.filter-by-tags ul li i {
    font-style: normal;
}
.hot-deal-btn{
    border-color: #f92828 !important;
    color:#f92828 !important;
}
.filter_btn button {
    display: inline-flex;
    padding: 8px 34px;
    align-items: center;
    gap: 0 10px;
    font-size: 18px;
    color: #1857fc;
    border: none;
    background: #fff;
    height: 64px;
    border-radius: 30px;
}


.filter-result-wrapper {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}
.filter-result-area .container{
    max-width: 1600px;
}


.range-slider {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .value {
    padding: 5px 5px;
    background-color: #2d64f1;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
}

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #2d64f1;
    border-radius: 5px;
    outline: none;
    width: 160px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #2d64f1;
    border-radius: 50%;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #2d64f1;
    border-radius: 50%;
    cursor: pointer;
  }
  .budget-range-wrap {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: auto;
    flex-shrink: 0;
    height: 65px;
    border: 1px solid #2d64f1;
    border-radius: 24px;
    padding: 0 20px;
}

.budget-range-wrap span{
    color: #1857fc;
}
.filter-result-area {
    padding-bottom: 120px;
}
.filter-result-area .pagination-wrapper{
    border: none;
}
.filter-result-wrapper .package-card:hover {
    opacity: 1;
}

.filter-result-wrapper .package-card:hover .card-content{
    background-color: #1857fc;
}
.filter-result-wrapper .package-card:hover .card-content h3{
    color: #fff;
}
.filter-result-wrapper .package-card:hover .card-content p{
    color: #fff;
}
.filter-result-wrapper .package-card:hover .info-right h4{
    color: #fff;
}


.pool-gellary-modal .modal-dialog {
    max-width: 1170px;
    border: none;
    border-radius: 60px;
}
.pool-gellary-modal .modal-content {
    background-color: #fff;
    border:none;
    border-radius: 60px;
    overflow: hidden;
}
.pool-gellary-modal .modal-body{
    padding: 0;
}
.gellary-tab-list {
    background: #eff3fe;
    padding: 0 40px;
}
.gellary-tab-list ul li button {
    padding: 18px 30px;
    font-size: 20px;
    border-radius: 0 !important;
    border-bottom: 2px solid #eff3fe !important;
    color: #2a64fa;
    font-weight: 400;
}
.gellary-tab-list ul li button.active{
    color: #2a64fa !important;
    background-color: #eff3fe !important;
    border-color: #2a64fa !important;
    font-weight: 600;
}
.gellary-tab-list ul li button:hover{
    background-color: #dee7ff;
    border-color: #dee7ff !important;
}
.gellary-tab-list ul li button.active:hover{
    background-color: #eff3fe !important;
    border-color: #2a64fa !important;
}
.gellary-content-wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.gellary-item {
    margin-bottom: 24px;
}
.gellary-item img {
    width: 100%;
    border-radius: 24px;
}
.gellary-title h4 {
    color: #1857fc;
    font-size: 20px;
    font-weight: 400;
}
.gellary-title {
    margin-bottom: 20px;
}
.gellary-wrap {
    max-height: 550px;
    padding-bottom: 0;
    overflow-y: scroll;
    padding-right: 15px;
}


#style-3::-webkit-scrollbar-track
{
	background-color: #f4f4f4;
    border-radius: 10px;
}

#style-3::-webkit-scrollbar
{
	width: 8px;
	background-color: #f4f4f4;
    border-radius: 10px;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #cecece;
    border-radius: 10px;
}
.modal-body{
    position: relative;
}
button.modal__x {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 9;
    cursor: pointer;
}

button.modal__x img {
    width: 24px;
}

.hero-banner {
    height: 100%;
    padding-top:120px;
    position: relative;
    z-index: 1;
}
.header-booking-option {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.header-booking-option .room-info {
    width: 300px;
    height: 64px;
    background-color: #fff;
    border-radius: 40px;

}
.header-booking-option .check-in-out {
    width: 370px;
    height: 64px;
    background-color: #fff;
    border-radius: 40px;
}
.header-booking-option .search-box {
    height: 64px;
    background-color: #fff;
    border-radius: 40px;
    max-width: 300px;
}
.header-booking-option .check-in-out input {
    font-size: 21px;
}
.header-booking-option .search-box input {
    font-size: 21px;
}
.header-booking-option .checkin-box span {
    font-size: 21px;
}
.header-booking-option .destination-results {
    width: 750px;
}
.header-booking-option .searches-tags button {
    padding: 7px 20px;
    margin-right: 8px;
    margin-bottom: 9px;
}
.header-booking-option .input-icon {
    width: 32px;
}

.modal {
    z-index: 1035 !important;
}
.modal-backdrop {
    z-index: 1034;
}

.main-filter-wrapper{
    position: relative;
    background-color: #fff;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.filter-option-box {
    background: #fff;
    padding: 30px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    display: none;
    transition: .3s;
    position: relative;
}
.main-filter-wrapper.active .filter-option-box {
    display: block;
}
.main-filter-wrapper.active{
    z-index: 999999;
}
.box-room h4 {
    font-size: 18px;
    color: #2964fa;
    margin-bottom: 20px;
    text-align: center;
}
.box-room .info-txt h4 {
    font-size: 18px;
    color: #2964fa;
    font-weight: 400;
    margin-bottom: 0;
}
.box-room {
    background: #eff3fe;
    padding: 20px;
    border-radius: 16px;
}
.filter-by-room {
    display: grid;
    grid-template-columns: calc(30% - 26.67px) calc(30% - 26.67px) calc(40% - 26.67px);
    gap: 0 40px;
}
.filter-by-room .info-item{
    margin-bottom: 5px;
}
.rating-item {
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rating-item ul {
    display: flex;
    align-items: center;
    gap: 0 7px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #2964fa;
    border-radius: 30px;
    padding: 10px 20px;
    padding-bottom: 12px;
}
.rating-item ul li img {
    width: 20px;
    filter: sepia(1);
    transition: .3s;
}
.rating-item ul li.active img {
    filter: unset;
}
.rating-item ul li {
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.rating-item span {
    color: #2964fa;
    font-size: 18px;
}
.distance-wrap span{
    font-size: 18px;
    color: #2964fa;
    font-weight: normal;
}

.distance-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.distance-label {
    font-size: 16px;
    font-weight: bold;
}
.distance-input {
    -webkit-appearance: none;
    width: 300px;
    height: 10px;
    border-radius: 0;
    background: #cfddfd;
    outline: none;
    transition: background 0.15s ease-in-out;
}
/* Custom thumb styling */
.distance-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cfddfd;
    cursor: pointer;
    transition: background 0.3s;
}
.distance-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2964fa;
    cursor: pointer;
}
.distance-value {
    font-size: 16px;
    font-weight: bold;
}
.distance-value {
    background: #2964fa;
    line-height: 1;
    padding: 5px 5px;
    border-radius: 40px;
    font-size: 15px !important;
    color: #fff !important;
    width: 70px;
    text-align: center;
}

.filter-by-services{
    margin-top: 30px;
    margin-bottom: 25px;
}
.services-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 15px;
    margin-top: 25px;
}
.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    vertical-align: middle;
    border: 2px solid #2360f7;
    
}
.form-check-input:focus {
    box-shadow: none;
}
.single-ck label {
    color: #2964fa;
    font-size: 18px;
    padding-left: 3px;
}
.filter-search {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: -30px;
}
.filter-search button {
    background: #2964fa;
    border: 6px solid #fff;
    color: #fff;
    font-size: 22px;
    padding: 10px 24px;
    border-radius: 24px;
    font-weight: 400;
}
.filter-right-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.work-box p {
    color: #2a64fa;
    font-size: 18px;
    margin: 0;
    margin-top: 7px;
    font-weight: 600;
}


.showcase-banner {
    max-width: 40%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 4;
}
.showcase-thumb{
    width: 100%;
    height: 100%;
}
.showcase-thumb img {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showcase-info {
    position: absolute;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
    width: 100%;
    left: 0;
    top: 0px;
}
.fav-btn button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 100%;
    transition: .3s;
    justify-content: center;
}
.fav-btn{
    flex-shrink: 0;
}
.fav-btn button svg {
    width: 40px;
    position: relative;
    top: 2px;
    transition: .3s;
}
.fav-btn.active svg path {
    fill: #f92828;
}
.deal__btn {
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
    border-radius: 40px;
    padding: 4px 12px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    z-index: 3;
    background-color: #2a64fa;
}
.hot__deal{
    background-color: #fa2929;
}
.deal__btn img {
    width: 15px !important;
    height: auto;
}
.showcase-right {
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
    width: 100%;
}

.showcase-right-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 52%;
    object-fit: cover;
    border-top-right-radius: 60px;
    z-index: -5;
}

.showcase-right-2 {
    position: absolute;
    right: 13%;
    bottom: 0;
    width: 20%;
    height: 65%;
    object-fit: cover;
    border-top-right-radius: 60px;
    z-index: -4;
}

.showcase-left-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 52%;
    object-fit: cover;
    border-top-left-radius: 60px;
    z-index:0;
}

.showcase-left-2 {
    position: absolute;
    left: 13%;
    bottom: 0;
    width: 20%;
    height: 65%;
    object-fit: cover;
    border-top-left-radius: 60px;
    z-index: 1;
}