body{
    .container {
        max-width: 1343px;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }

    body {
        background: linear-gradient(180deg, #F0F3F5 90%, #ffffff 90%);
    }
}

/* header-section-start */
#header-section {
    background: black linear-gradient(360deg, #000000 -123%, #353535 100%) 0% 0% no-repeat padding-box;

}



.header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-logo svg {
    width: 106px;
    height: 39px;
}

.login-btn a img {
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(1);
}

.mainhotelsearch {
    width: inherit !important;
    position: relative !important;
    z-index: 11 !important;
}

.dispo-nav li {
    margin-right: 20px !important;
    transition: all ease 0.5s;
    background: transparent;
    padding: 8px 16px !important;
    border-radius: 6px;
    height: 36px !important;
    line-height: 20px !important;
}

.dispo-nav li.active {
    background: #f64646;
}



.mainrowfilter {
    background: transparent !important;
    box-shadow: inherit !important;
}

.dispo-nav li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.dispo-nav li a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(1);
    padding-right: 5px;
}

.dispo-nav li a i {
    padding-right: 5px;
}

.mainhotelsearch label:first-child {
    width: 300px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    margin-right: 5px;
    padding: 12px;
}

.check-in {
    background: #fff;
    padding: 12px;
    width: 250px;
}

.mainhotelsearch label:hover,
.mainhotelsearch label:focus {
    background-color: #fff;
}

.check-out {
    background: #fff;
    padding: 12px;
    margin-left: 5px;
    width: 250px;
    margin-right: 5px;
}

#roomguestclick {
    background: #fff;
    padding: 12px;
    width: 140px;
}

.room-price {
    background: #fff;
    padding: 12px;
    margin-left: 5px;
}

.btnhotelsearch {
    width: 170px;
    background: #000000;
    border: none;
    margin-left: 5px;
}

.bghotelcontent {
    position: relative;
}

.dstilistbx {
    padding: 0;
    list-style: none !important;
}

.btnhotelsearch span {
    font-size: 16px;
    font-weight: 500;
}

.btnhotelsearch span i {
    margin-left: 5px;
}

.dispo-nav {
    margin-bottom: 25px;
}

/* .login-btn {
    position: relative;
} */


.header-logo img {
    width: 106px;
    filter: brightness(0) saturate(100%) invert(1);
}

#searchhoteloutput ul li {
    gap: 10px;
}

.detail-box {
    position: absolute;
    top: 60px;
    left: 75px;
}
.roomguestdata {
    right: 277px;
}
/* header-section-end */

/* hero-section-start */

#hero-section{
    /* background: radial-gradient(at 55% -110%, #838383 -10%, #121212 100%); */
    height: 250px !important;
    background: url(/assets/images/holiday-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
}

#hero-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000087;
    opacity: 0.6;
}
/* hero-section-end */

/* tailored-traveld-sec-start */
#tailored-traveld {
    background: radial-gradient(at 50% -11%, #000000 0%, #484848 43%, #000000 100%);
    padding-bottom: 180px;
    margin-bottom: -125px;
}

.tailored-traveld {
    display: flex;
    justify-content: space-between;
}

.tailored-left-blockb p {
    max-width: 625px;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tailored-left-blockb p b {
    font-weight: 500;
}

.tailored-left-blockb {
    padding-top: 58px;
    max-width: 605px;
}

.tailored-left-blockb a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.tailored-left-blockb a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(1);
    margin-left: 5px;
}

.tailored-icon-block {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 34px 0 8px 0;
}

.accomplishment-img img {
    display: block;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(1);
}

.accomplishment-img {
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.accomplishment-img h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.accomplishment-img h4 {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    line-height: 14px;
}

.lower-icon-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 24px;
    margin-top: 30px;
}

.accomplishment-img:last-child {
    border-right: inherit !important;
    padding-right: 0 !important;
}

.tailored-right-block img {
    margin-top: 8px;
}
/* tailored-traveld-sec-end */

/* b2b-travel-sec-start */
.b2b-left-block {
    max-width: 572px !important;
    width: 100%;
}

.b2b-left-block img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    height: 367px;
}

.b2b-list {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0px;
}

.b2b-travel-block {
    display: flex;
    gap: 11px;
}

.b2b-right-block {
    background: radial-gradient(at 55% -110%, #838383 -10%, #121212 100%);
    border-radius: 10px;
    padding: 50px 45px;
    width: 100%;
    height: 367px;
}

.b2b_content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.b2b_content p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    max-width: 460px;
}

.b2b-list li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.b2b-list li:not(:last-child) {
    margin-bottom: 8px;
}

.b2b-list li img {
    width: 16px;
    height: 16px;
    margin-right: 14px;
}

.join-btn a {
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 10px;
}

.join-btn a {
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 400;
    padding: 12px 32px;
    border-radius: 10px;
    display: inline-block;
}

.join-btn a img {
    margin-left: 14px;
}

.b2b-right-block {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
}
/* b2b-travel-sec-end */

/* key-highlight-start */
#key-highlight {
    padding: 47px 0;
}

.key-left-block {
    max-width: 673px;
    width: 100%;
}

.key-title-row h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 26px;
    color: #231E5F;
}

.key-right-block {
    max-width: 610px;
    width: 100%;
}

.key-right-block img {
    width: 100%;
    height: 410px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.highlight-block {
    display: flex;
    justify-content: space-between;
}

.box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.key-box-block {
    width: calc((100% - 30px) / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #dee3ea;
    border-radius: 10px;
    gap: 12px;
    height: 170px;
    max-width: 274px;
    transition: all ease 0.5s;
    position: relative;
}

.key-box-block:hover {
    background: #000;
}

.key-box-block:hover p {
    color: #fff;
}

.key-box-block:hover .key-icon svg {
    filter: brightness(0) saturate(100%) invert(1);
}

.key-box-block:hover .highlight-soon {
    color: #fff;
}

.key-box-block:hover .highlight-soon img {
    filter: brightness(0) saturate(100%) invert(1);
}

.key-box-block p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #231E5F;
    line-height: 17px;
    text-align: center;
}

.key-icon svg {
    width: 40px;
    height: 40px;
    filter: brightness(0);
}

.key-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-soon {
    position: absolute;
    top: 12px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #231E5F;
    font-size: 12px;
    width: 100%;
}
/* key-highlight-end */

/* essential-game-sec-start */
#essential-game-sec {
    margin-bottom: 50px;
}

.essential-block {
    display: flex;
}

.essent-left-block {
    width: 100%;
}

.essent-left-block {
    width: 100%;
    max-width: 588px;
}

.essent-left-block img {
    width: 100%;
    display: block;
}

.essent-left-block {
    width: 100%;
    max-width: 643px;
}

.essent-right-block {
    background: transparent linear-gradient(346deg, #000000 -123%, #4a4a4a 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
}

.essential-des {
    display: none;
}

.game-title h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 21px;
}

#tabs-nav {
    padding: 0;
    list-style: none !important;
}

#tabs-nav .active a {
    opacity: 1;
}

#tabs-nav li:not(:last-child) {
    padding-bottom: 4px !important;
}

#tabs-nav li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-right: 34px;
    opacity: 0.4;
}

.essential-des p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 5px 0 12px 0;
}

.essent-game-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* essential-game-sec-end */

.yourbudget input {
    font-size: 12px;
    outline: none;
    width: 100%;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.btn-hottl-mm {
    height: 30px;
    font-size: 12px;
    margin-left: 8px;
}

.filter-box-main p {
    font-weight: 600 !important;
    font-size: 14px !important;
}
.s-Amenities i{
    top: 10px !important;
    left: 8px !important;
}

.s-Amenities > input{
    padding: 2px 20px !important;
}

.show-btn {
    font-size: 12px !important;
}
.athena-price {
    font-size: 22px !important;
    font-weight: 700;
}
del.athena-delete {
    font-size: 20px !important;
}
.athena-title {
    color: #333 !important;
}
.btnbtt {
    color: #000 !important;
    font-size: 12px !important;
}

/* .slick-next:before, .slick-prev:before {
    color: #fff !important;
} */

.slick-prev:before, .slick-next:before{
    opacity: 1 !important;
}
button.slick-next.slick-arrow {
    right: 2px;
    width: 20px;
    height: 27px;
    top: 78px;
}

button.slick-prev.slick-arrow {
    left: 3px;
    position: relative;
    z-index: 99;
    top: 80px;
}

.bgdorutours{
    background: transparent !important;
}
.mainhotelsearch .mainhotelsearrhcbtn {
    border-radius: 0px 10px 10px 0px !important;
    white-space: nowrap;
}
.themebtn {
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 4px 15px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    transition: all ease 0.3s !important;
}

.properties-card .card{
    border-radius: 10px !important;
}

.amenties-data i{
    border-color: #4a5266 !important;
}


.owl-carousel {
    margin-top: -20px !important;
}

.multiple-items > button.slick-prev.slick-arrow {
    left: 3px;
    top: 100px;
}

.multiple-items > button.slick-next.slick-arrow {
    right: 12px;
    top: 100px;
}

.selectroomtable img{
    height: 115px !important;
}

del.athena-delete {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    display: block;
    margin-top: 5px !important;
}

.properties-card{
    border-radius: 7px !important;
}

.mainhotelsearch span {
    border: none !important;
    width: 100px !important;
}

.mainhotelsearch label:hover, .mainhotelsearch label:focus{
    background-color: #fff !important;
}

.check-in {
    margin-right: 4px !important;
}
.btnhotelsearch{
    margin-left: 0 !important;
}

.button-search:hover{
    transform: translateY(0px);
}
.mainhotelsearch label input{
    font-size: 18px !important;
    color: #000 !important;
}

button.btnhotelsearch.mainhotelsearrhcbtn.button-search.rounded-pill.text-white {
    background: linear-gradient(-90deg, rgba(251, 80, 80, 1) 0%, rgb(213 0 0) 100%);
}

.roomguestdata {
    top: 75px !important;
    right: 340px !important;
}

span.select2-dropdown.select2-dropdown--below, span.select2-dropdown.select2-dropdown--above{
    width: 225px !important;
}