@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
    --purple: #13063d;
    --grey: #333333;
    --label-grey: #666666;
    --montserrat: "Montserrat";
    --light-purple: #7939fe;
    --poppins: "Poppins";
    --roboto: "Roboto";
}

.slider-box-layer.apnd.list-products-columns {
    list-style: none;
}

body {
    overflow-x: hidden;
}

.nearby .tabs {
    float: right !important;
}

.banner-pack-hd span.line-bottom {
    position: relative;
}

.banner-pack-hd span.packages-line-bottom {
    position: relative;
}

body .banner-pack-hd span.line-bottom:before {
    display: none !important;
}

.banner-pack-hd span.packages-line-bottom:before {
    content: url('../image/line-packages.png');
}

.banner-pack-hd span.line-bottom {
    position: relative;
}

.hotel-drop-icon .fa-location-dot {
    color: #FDFDFE;
    font-size: 20px;
}

.banner-pack-hd span.line-bottom:after {
    content: url(../images/line-packages.png);
    position: absolute;
    bottom: 20px;
    left: -60px;
    z-index: -1;
}

.banner-pack-hd span.packages-line-bottom:after {
    content: url(../images/line-packages.png);
    position: absolute;
    bottom: 20px;
    left: 80px;
    z-index: -1;
}

/* SignUP Page */
.sec-pd {
    padding: 2.5rem 0;
}

.border-radius-100 {
    border-radius: 100;
}

input[type="file"] {
    cursor: pointer !important;
}

html {
    overflow-x: hidden;
}

/*body .flex-unset {*/
/*  display: unset !important;*/
/*}*/

li.number-btn-pag.active {
    background: var(--light-purple);
    color: #fff;
}

.primary-btn:hover a {
    color: var(--purple);
}

.white {
    color: white;
}

.mobile-left .prorating.pro-rank {
    width: fit-content;
    margin: 0 0 0 auto;
}

li.number-btn-pag.active::after {
    display: none;
}

.name-info h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-family: "Montserrat";
    margin-left: 20px;
    font-weight: 500;
}

.icon-seting {
    color: var(--light-purple);
    background: #7939fe69;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 50px;
}

.info-btn button {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 60px;
    box-shadow: 0px 0px 10px 0 #00000063;
}

.signup-bg {
    /*background: url(../images/bg.png) padding-box;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.camera-icon {
    position: relative;
    bottom: 27px;
    left: 65px;
    font-size: 15px;
    color: var(--label-grey);
    background-color: #fff;
    width: fit-content;
    padding: 3px 7px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.178);
    border-radius: 50px;
}

.camera-icon input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 28px;
    border-radius: 2250px;
    height: 28px;
}

.crop-inner-img {
    max-width: 370px;
    width: 100%;
    max-height: 400px;
    height: 100%;
}

img.bannertwo-img {
    position: relative;
    bottom: 20px;
}

.purple {
    color: var(--purple);
}

.sign-hd {
    font-size: 50px;
    line-height: 60px;
    font-family: var(--montserrat);
    font-weight: bold;
}

.sign-sm-hd {
    font-size: 17px;
    line-height: 1.2;
    font-family: var(--montserrat);
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 30px;
}

.flex-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 100px;
}

.input-field {
    padding-left: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: var(--label-grey);
    outline: none;
    padding: 10px 20px;
    background-color: transparent;
}

.input-field::placeholder {
    color: var(--label-grey);
}

.form-icon {
    font-size: 16px;
    color: var(--label-grey);
}

.rate {
    float: left;
    padding: 0;
    margin-top: -5px;
}

.review-area {
    margin-bottom: 15px;
}

.rate input[type=radio] {
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★ ";
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */
.userimg-client {
    box-shadow: 1px 1px 10px 0 #000000bd;
    border-radius: 100%;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

button.password-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

ul#iti-0__country-listbox {
    overflow-x: hidden;
    max-width: 380px;
}

.iti__selected-dial-code {
    display: none;
}

.field textarea {
    width: 100%;
    height: 136px;
    border-radius: 8px;
    border: 1px solid #00000042;
    padding: 12px;
}

.review-hd {
    font-size: 20px;
}

.iti__flag.iti__ml {
    border-radius: 80px;
    height: 25px;
    background-size: cover;
    width: 25px;
}

.primary-btn {
    background: var(--purple);
    padding: 14px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--montserrat);
    border: none;
    transition: 0.6s;
    border-radius: 100px;
    text-align: center;
    border: 2px solid var(--purple);
}

.primary-btn:hover {
    background-color: transparent;
    color: var(--purple) !important;
}

.primary-shadow {
    box-shadow: 1px 1px 18px 0 #00000052;
}

.hotel-feature {
    display: flex;
    align-items: center;
    gap: 0 3px;
    margin-bottom: 5px;
}

.page-link {
    color: black !important;
}

.active>.page-link,
.page-link.active {
    background-color: #595077 !important;
    border-color: #595077 !important;
    color: white !important;
}

.signup-para {
    font-size: 16px;
    font-weight: bold;
    color: var(--grey);
    line-height: 32px;
}

.sign-link {
    font-size: 16px;
    color: var(--light-purple);
    text-decoration: none;
}

.ballimg {
    position: absolute;
    top: 51px;
    right: 26%;
}

.starimg {
    position: absolute;
    bottom: 92px;
    left: 40px;
}

.raitimg {
    position: absolute;
    bottom: 0px;
    transform: translateY(46px);
    right: 292px;
    z-index: -9;
}

.raitimg img {
    width: 341px;
    height: 242px;
}

.overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* backdrop-filter: blur(14px); */
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 99;
}

.signup-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 57px;
    border-radius: 20px;
    z-index: 99999;
    max-width: 485px;
    width: 100%;
}

.poup-hide {
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
}

.poup-hide.active {
    visibility: visible;
    opacity: 1;
}

button.btn-close-singup {
    position: absolute;
    right: -50px;
    top: -20px;
    border: none;
    background: transparent;
    font-size: 33px;
    color: #666666;
}

.signup-popup h4 {
    text-align: center;
    padding: 29px 0 16px 0;
    font-size: 26px;
    font-family: var(--montserrat);
    font-weight: bold;
}

button.primary-btn.crop {
    padding: 10px 40px;
    width: fit-content;
    margin: 0 auto;
}

.width-fit-content {
    width: fit-content;
}

#customRange1::-webkit-slider-thumb {
    background-color: #7939fe;
}

/* Change the background color of the slider track */
#customRange1::-webkit-slider-runnable-track {
    background-color: #dcdcdc;
}

.forgetPassword a {
    font-size: 16px;
    text-decoration: none;
    color: var(--light-purple);
    font-family: var(--montserrat);
    font-weight: 600;
}

/* Home Page */
ul.underList {
    display: inline-flex;
}

.header-pd {
    padding: 1rem 0;
    /* position: absolute; */
    width: 100%;
}

button.funtionality-btn {
    margin-bottom: 10px;
}

.user-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

ul.underList {
    margin: 0;
    padding: 0;
}

ul.underList {
    margin: 0;
}

.flex-btn-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

li.header-link a {
    margin-right: 11px;
    font-size: 18px;
    font-family: var(--montserrat);
    font-weight: 500;
    color: var(--purple);
    text-decoration: none;
    transition: 0.8s;
    position: relative;
}

li.header-link a:after {
    content: "";
    background: var(--purple);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
}

li.header-link a:hover:after {
    opacity: 1;
}

li.header-link a.active:after {
    content: "";
    background: var(--light-purple);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 1;
}

li.header-link a.active {
    color: var(--light-purple) !important;
    font-weight: bold !important;
}

button.searchbtn {
    background: transparent;
    border: none;
}

.User-btns button {
    padding: 10px 38px;
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: bold;
    border-radius: 50px;
    transition: 0.5s;
    border: none;
    background: var(--purple);
    margin-left: 12px;
}

.User-btns button a {
    color: white;
    text-decoration: none;
}

.User-btns button:hover {
    background: var(--light-purple);
}

.search-icon i {
    font-size: 22px;
    color: var(--purple);
}

.dropdown-user button {
    padding: 2px 13px 2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 237px;
    border-radius: 80px;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    color: var(--purple);
    font-weight: 600;
    font-family: var(--montserrat);
    box-shadow: 0px 0px 20px 0 #00000036;
}

img.header-user {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    object-fit: cover;
    border: 2px solid #fff;
}

.dropdown-user ul.dropdown-menu.show {
    width: 237px;
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--purple) !important;
    color: white !important;
}

a.dropdown-item.dorplink i {
    margin-right: 8px;
}

a.dropdown-item.dorplink {
    padding: 10px 16px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-family: var(--montserrat);
    color: black;
    font-weight: 500;
}

.light-purple {
    color: var(--light-purple);
}

/* banner */

.larg-text {
    font-size: 79px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
    line-height: 95px;
}

h1.larg-text img {
    width: 90px;
}

section.banner {
    /*background: url(../images/bg.png) padding-box;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0 2.7rem;
}

section.banner .ballimg {
    right: 15%;
    top: 50px;
}

section.banner .ballimg {
    right: 15%;
}

section.banner .raitimg {
    right: 153px;
}

p.banner-para {
    font-size: 20px;
    font-weight: 600;
    color: var(--purple);
    font-family: var(--montserrat);
}

.btn-banner button {
    font-size: 22px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 10px 35px;
    border-radius: 50px;
    background: var(--purple);
    transition: 0.5s;
    border: 1px solid var(--purple);
}

.btn-banner button:hover {
    border: 1px solid var(--purple);
    background: var(--light-purple);
}

button.circle-play {
    padding: 12px 20px;
}

.btn-banner {
    margin-top: 40px;
}

.down-btn {
    text-align: center;
}

.white {
    color: white;
}

button.downbtn {
    background: transparent;
    padding: 15px 10px;
    border-radius: 23px;
    font-size: 22px;
    border: 1px solid #707070;
    color: #707070;
}

button.downbtn a {
    color: #707070;
}

/* .hotelRoom {
  background: url(../images/bg.png) padding-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0 2.7rem;
} */
.right {
    text-align: right;
}

button.light-btn {
    background: var(--light-purple);
    padding: 9px 30px;
    font-size: 22px;
    font-weight: 500;
    border: none;
    color: white;
    font-family: var(--montserrat);
    border-radius: 50px;
}

h2.room-hd {
    font-size: 55px;
    font-weight: bold;
    color: var(--purple);
    line-height: 65px;
    font-family: var(--montserrat);
}

.slider-text {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.slider-img {
    width: 100%;
}

.sliderBox {
    padding: 0 20px;
}

.container-fluid {
    padding: 0 0 !important;
}

.slider-left h5 {
    font-size: 35px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: var(--purple);
}

.slider-left h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--light-purple);
    font-family: var(--montserrat);
    width: 98%;
}

.right-silder h5 {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: var(--purple);
}

.right-silder p {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--montserrat);
    /* width: 66%; */
}

.right-silder {
    width: fit-content;
    margin: 0 auto 0 0;
}

.right-silder {
    width: 49%;
    margin: 0 0 auto 0;
}

img.slider-img.img-fluid {
    width: 850px;
    object-fit: cover;
    height: 440px;
    border-radius: 39px;
    object-position: top center;
}

.slider-layer.slick-slide .slider-text {
    opacity: 0;
    transition: 0.5s;
}

.slider-layer.slick-slide.slick-current.slick-active .slider-text {
    opacity: 1;
}

.slider-imager-area {
    position: relative;
}

.slider-imager-area:before {
    content: "";
    background: #13063dcc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 39px;
    transition: 0.5s;
    opacity: 1;
}

.slider-layer.slick-slide.slick-current.slick-active.slick-center .slider-imager-area:before {
    opacity: 0;
}

.roomslider-btn {
    position: absolute;
    top: 29%;
    display: flex;
    justify-content: initial;
    width: 100%;
}

button.leftbtn-room {
    position: relative;
    left: 80px;
}

button.right-room {
    position: absolute;
    right: 110px;
}

.roomslider-btn button {
    border: none;
    background: transparent;
}

.roomslider-btn button i {
    font-size: 63px;
    color: #fff;
}

.roomslider-btn button p {
    font-size: 35px;
    font-family: var(--montserrat);
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

video {
    width: 568px;
    height: 548px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    left: -4px;
    top: -2px;
}

.circle-video {
    border: 22px solid var(--purple);
    border-radius: 100%;
    position: relative;
    width: 604px;
    height: 589px;
}

.circle-video video {
    object-fit: cover;
}

.explore-section {
    padding: 5rem 0;
}

.car-images {
    background: #13063d;
    border-radius: 500px 0px 0 500px;
    padding: 132px 0;
    position: relative;
}

.car-travel-text {
    background: var(--light-purple);
    border-radius: 0px 200px 200px 0px;
    padding-top: 65px;
    padding-bottom: 46px;
    padding-right: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    position: relative;
    padding-left: 315px;
}

.car-travel-text:before {
    content: "";
    background: var(--light-purple);
    width: 180%;
    height: 100%;
    top: 0;
    right: -100px;
    position: absolute;
    border-radius: 0px 200px 200px 0px;
    z-index: -9;
}

.car-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: -230px;
    width: 100%;
    height: 100%;
    background: var(--purple);
    border-radius: 500px 0px 0 500px;
}

.car-travel-text h2 {
    font-size: 44px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: #fff;
}

.car-travel-text p {
    font-size: 17px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: #fff;
}

section.iconBox {
    padding: 6rem 0;
}

.icon-img-box img {
    width: 64px;
}

.icon-img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: fit-content;
    padding: 30px 30px;
    border-radius: 100px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px 0 #00000069;
    position: relative;
}

.img-nmber {
    position: absolute;
    top: -4px;
    right: -10px;
    background: var(--purple);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}

.icon-text-box {
    display: flex;
    align-items: center;
}

.number-icon {
    font-size: 127px;
    font-family: var(--poppins);
    font-weight: 600;
    color: #1a1818;
    opacity: 5%;
}

.text-icon h4 {
    font-size: 27px;
    line-height: 37px;
    font-family: "Poppins";
    font-weight: 600;
    color: var(--purple);
}

.text-icon p {
    font-size: 18px;
    font-weight: 400;
    color: #a1a1a1;
}

.text-icon {
    margin-left: 21px;
}

.car-icons:hover .img-nmber {
    background: var(--light-purple);
}

.get-input {
    outline: none;
    border: none;
    background: white;
    padding: 12px 15px 12px 60px;
    box-shadow: 1px 1px 10px 0 #0000004a;
    border-radius: 50px;
    position: relative;
}

.input-field-get {
    position: relative;
}

.input-field-get label i {
    position: absolute;
    z-index: 99;
    left: 22px;
    font-size: 19px;
    border-right: 2px solid #e9e9e9;
    padding-right: 11px;
    bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 20px;
}

p.get-para {
    font-size: 16px;
    color: #807b7b;
    font-weight: 400;
    font-family: var(--montserrat);
    margin-bottom: 14px;
}

.text-area-get {
    height: 150px;
    border-radius: 26px;
    resize: none;
}

.textarea-cion {
    height: 25px;
    top: 50px;
}

.women-girl img {
    border-radius: 110%;
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: right;
    position: relative;
    left: 11px;
    border: 10px solid #fff;
}

.get-img {
    position: relative;
}

.get-img:before {
    content: "";
    background: var(--purple);
    position: absolute;
    top: 0px;
    right: 0;
    width: 580px;
    height: 580px;
    border-radius: 200%;
    transform: translate(0%, -9%);
    z-index: -9;
}

section.get-explore {
    padding-bottom: 6rem;
}

ul.footerunderline {
    padding: 0;
    margin: 0;
}

.section-footer {
    padding: 0 0 2rem 0;
    background: #f6f5f7;
}

button.downbtn.footer {
    position: relative;
    top: -30px;
    margin: 0 auto 1rem;
}

.footer-log {
    margin-bottom: 18px;
}

p.footer-para {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: var(--roboto);
}

p.footer-para a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 7px 0;
}

.first-colom {
    width: fit-content;
    margin: 0 auto;
}

.second-colom {
    width: fit-content;
    margin-left: 40px;
}

a.footer-link {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    text-decoration: none;
}

h4.footer-hd {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--montserrat);
    color: #333333;
}

.footer-social {
    margin-top: 30px;
    display: flex;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 60px;
    font-size: 19px;
    color: #fff;
    transition: 0.5s;
    position: relative;
    top: 0;
}

.footer-social a:hover {
    top: -10px;
}

.facebook-bg {
    background-color: #1b4f9b;
}

.inta-bg {
    background-color: #cc0001;
}

.twitter-bg {
    background-color: #00adef;
}

.linkedin-bg {
    background-color: #344cef;
}

.copy-img img {
    width: 142px;
}

p.copyright-para {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 400;
    color: #fff;
}

section.copyright {
    background: #561ad1;
    padding: 20px 0;
}

p.copyright-para span {
    font-weight: bold;
}

.copy-img {
    width: fit-content;
    margin: 0 0 0 auto;
}

/* Booking Hotel Banner */

.travelimg.position-relative {
    margin-top: 38px;
}

.booking-card-text {
    width: 70%;
}

.booking-card-img {
    width: 23%;
    /* max-width: 298px; */
}

.innerpage-banner-bg {
    background-image: url(../images/banner-shap.svg);
    padding: 5.3rem 0;
    background-repeat: no-repeat;
    background-size: contain;
}

h1.banner-hd {
    font-size: 60px;
    line-height: 70px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

section.booking-info {
    padding: 42px 0;
}

.booking-card-img.gird-view img {
    width: 100% !important;
    height: unset !important;
}

.grid-profile-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-card-img.gird-view {
    margin-right: 0;
}

.booking-card-img img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    height: 220px;
    border-radius: 15px;
}

.d-flex.align-items-center.flex-unset {
    gap: 20px;
    flex-wrap: wrap;
}

h2.cart-hd {
    font-size: 28px;
    color: var(--purple);
    font-weight: 700;
    font-family: var(--montserrat);
}

h3.card-price {
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 700;
    color: var(--light-purple);
}

span.card-menu {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.list-card {
    margin-bottom: 6px;
}

span.card-menu i.fa-solid.fa-arrows-up-down {
    transform: rotate(-45deg);
}

.icon-bg-black {
    display: inline-flex;
    background: black;
    padding: 4px 6px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
}

.list-card {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.rating {
    width: fit-content;
    margin: 23px 0 30px auto;
    font-size: 21px;
    font-family: var(--montserrat);
    font-weight: 600;
}

.checkout-btn button {
    padding: 14px 38px;
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: bold;
    border-radius: 50px;
    transition: 0.5s;
    border: none;
    background: var(--purple);
    margin-left: 12px;
}

.checkout-btn button a {
    color: white;
    text-decoration: none;
}

.checkout-btn button:hover {
    box-shadow: 1px 1px 30px 0 #0000008a;
}

.bg-grey-check {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 30px 30px !important;
    margin: 0 0 34px;
}

span.fa.fa-star.checked {
    color: #deb40e;
}

.checkingbox {
    padding: 19px 10px 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fff;
}

.checkingbox p {
    margin-bottom: 10px;
}

p.check-para {
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: 500;
    color: #000;
}

p.check-para-bold {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.total-box {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    padding: 26px 33px;
    border-radius: 12px;
}

.total-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--purple);
    margin-bottom: 32px;
}

p.check-para.color-purple {
    color: var(--purple);
    font-weight: bold;
}

section.checkout-area {
    padding: 0 0 5rem 0;
}

p.check-para-bold.color-red-discount {
    color: #e13452;
}

.total-box p.check-para,
.total-box p.check-para-bold {
    margin-bottom: 2px;
}

.search-input {
    width: 100%;
    height: 55px;
    background: #e9e9e9;
    outline: none;
    border: none;
    font-size: 15px;
    border-radius: 50px;
    padding: 0 22px;
    color: #898787;
    font-weight: 500;
    border-right: 10px solid transparent;
}

.searchbar-bg {
    background: #fff;
    padding: 17px 27px !important;
    border-radius: 310px;
    position: relative;
    top: -45px;
    box-shadow: 1px 1px 20px 0 #00000026;
}

.search-btn button {
    width: 100%;
    padding: 15px 50px;
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: bold;
    border-radius: 50px;
    transition: 0.5s;
    border: none;
    background: var(--purple);
    margin-left: 12px;
}

.search-btn button a {
    color: #fff;
    text-decoration: none;
}

/* Style the tab button container */
.tab-buttons {
    /* display: flex; */
}

/* Style the tab content */

h1.near-hd {
    font-size: 40px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
}

button.tab-button {
    margin-left: 20px;
    padding: 10px 37px;
    border-radius: 50px;
    background: var(--purple);
    color: #fff;
    border: none;
    font-family: var(--montserrat);
    text-transform: capitalize;
    box-shadow: 1px 10px 20px 0 #000000bf;
    white-space: pre !important;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.booking-card-text.gird-view img {
    height: unset !important;
    width: 100% !important;
    margin-right: 0 !important;
}

.tab-content-grid.active {
    display: block;
}

.tab-content-grid {
    display: none;
}

.rating.slider-rank {
    margin: 0 0 0 auto;
}

.img-box-slider img {
    width: 100%;
    height: 266px;
    background: #cfcfcf;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px !important;
    margin: 0 !important;
}

.img-box-slider {
    background: #cfcfcf;
    margin-bottom: 25px;
    border-radius: 20px 20px 20px 20px;
}

h1.car-hd-slider {
    font-size: 23px;
    color: #000;
    font-family: var(--montserrat);
    font-weight: 700;
    margin-bottom: 0;
}

p.slider-para-car {
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    color: #000;
}

.slider-btn {
    width: fit-content;
    background: #7939fe54;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: var(--light-purple);
    margin-bottom: 13px;
}

.user-profile-slider {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.img-slider img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    object-position: bottom;
}

.img-slider {
    margin-right: 12px;
}

.slider-profile-name h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.slider-profile-name h5 {
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 0;
}

.slider-pd {
    padding-right: 0;
    padding-left: 0;
    border-radius: 20px;
    /* min-height: 32rem !important; */
}

.layer-box {
    box-shadow: 1px 1px 10px 0 #00000087;
    margin: 10px 19px;
    border-radius: 20px;
}

.slider-txtpd {
    padding: 0px 20px 31px;
}

.center {
    text-align: center;
}

.User-btns.menubar {
    display: none;
}

button.manu-close-btn {
    display: none;
}

button.open-mobile-menu {
    display: none;
}

.slider-center-btns button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    border: none;
    background: #fff;
    transition: 0.5s;
    box-shadow: 1px 1px 10px #00000061;
    margin: 0 10px;
    color: #000;
}

.slider-center-btns button:hover {
    background: var(--light-purple);
    color: #fff;
}

button.deal-button {
    padding: 10px 37px;
    border-radius: 50px;
    background: var(--purple);
    color: #fff;
    border: none;
    font-family: var(--montserrat);
    text-transform: capitalize;
    box-shadow: 1px 10px 20px 0 #000000bf;
}

.choose-text h4 {
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: var(--purple);
}

.choose-text h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: var(--purple);
}

.choose-text p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
}

.choose-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.choose-para p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: #666666;
}

.choose-para h4 {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--montserrat);
    color: var(--purple);
}

.choose-para p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: #666666;
    width: 68%;
}

.choose-img {
    margin-right: 20px;
}

.toppadding-btm {
    padding-bottom: 40px;
}

.recommended-input {
    width: 100% !important;
}

.search-input.recommended-input {
    border-right: 10px solid transparent;
}

.imgaes-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.imgaes-btn img {
    width: 170px;
    height: 169px;
    object-fit: cover;
    object-position: center;
}

.imgaes-btn button {
    margin-right: 16px;
    margin-bottom: 15px;
}

.choose-icon.recommended-shop img {
    width: 510px;
    height: 590px;
    object-fit: contain;
    object-position: center;
    box-shadow: 1px 1px 20px 0 #00000052;
    border-radius: 16px;
    margin: 0 0 60px auto;
}

button img {
    background: transparent;
    border: none;
    box-shadow: 1px 1px 11px 0 #000;
    border-radius: 16px;
}

button {
    border: none;
    background: transparent;
}

.form-field-box {
    position: relative;
    margin-bottom: 10px;
}

.formfield-search {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}


.checkBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.d-flex.gap-2.mb-2 .form-field-box {
    width: 50%;
}

p.default-hotel-p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 500;
}

.checkbtn {
    padding: 0px 6px 10px 6px;
    background: #fff;
    width: 30%;
    font-size: 14px;
    display: flex;
    box-shadow: 1px 1px 11px 0 #00000059;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /*margin-bottom: 20px;*/
    border-radius: 11px;
    color: #000;
    /*margin-right: 10px;*/
}

.checkbtn label {
    width: 100%;
    height: 100%;
}

.buttons-sidebar {
    margin-right: 10px;
}

.checkbtn input {
    opacity: 0;
}

.checkbtn.active {
    background-color: var(--light-purple);
}

.checkbtn img {
    display: block;
    text-align: center;
    width: 65px;
    margin: 0 auto 6px;
}

.checkbtn.active label {
    color: #fff;
}

.checkbtn.active img {
    filter: invert(1);
}

#shopRange1::-webkit-slider-thumb {
    background-color: #fff;
}

/* Change the background color of the slider track */
#shopRange1::-webkit-slider-runnable-track {
    background-color: #7939fe;
}

.slidebar {
    margin: 0px 0 13px;
}

.irs--round .irs-bar {
    background-color: var(--light-purple) !important;
}

.irs--round .irs-handle {
    background-color: var(--light-purple) !important;
    border-color: var(--light-purple) !important;
    box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: var(--light-purple) !important;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--light-purple) !important;
}

input {
    border: none;
    font-size: 15px;
    font-weight: 500;
}

input.to.right-txt {
    text-align: right;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-color: var(--light-purple);
}

button.funtionality-btn {
    border: 1px solid #c1c1c1;
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

button.funtionality-btn:hover {
    background: var(--light-purple);
    color: #fff;
}

.shop-siderbar {
    padding: 40px 22px;
    border-radius: 10px;
    box-shadow: 0px 0px 23px 0 #0000004f;
    overflow: hidden;
}

.shop-siderbar button.primary-btn.primary-shadow {
    width: fit-content;
    margin: 44px auto 0;
}

section.shop-page .slider-pd {
    box-shadow: 0px 0px 15px 0 #0000004d;
}

.shop-siderbar h4 {
    font-size: 24px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
}

.recommended-input {
    font-size: 14px;
    background: #f5f4f4;
}

.shortage-btn {
    border: none;
    outline: none;
    font-size: 20px;
    color: #999999;
}

section.shop-page {
    padding: 4rem 0;
}

ul.under-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    width: fit-content;
    margin: 0 0 0 auto;
    background: white;
    border-radius: 70px;
    box-shadow: 0px 0px 10px 0 #0006;
    font-size: 15px;
    font-weight: 700;
    align-items: center;
}

li.number-btn-pag {
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
}

li.alpha-btn {
    padding: 10px 15px;
    color: var(--purple);
}

li.number-btn-pag:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 65%;
    background: #999999;
    transform: translateY(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

P {
    color: #000;
}

a {
    text-decoration: none !important;
}

.center-box-balance.center {
    padding: 46px 0;
}

.center-box-balance h1 {
    font-size: 50px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
}

.center-box-balance p {
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: var(--purple);
}

p.remaing-payment {
    background: #7939fe1a;
    width: fit-content;
    margin: 30px auto;
    padding: 14px 40px;
    border-radius: 60px;
    color: var(--light-purple);
}

.box-reven {
    background: var(--light-purple);
    padding: 26px 60px;
    border-radius: 15px;
    color: #fff;
    transition: 0.5s;
}

.box-reven h5 {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--montserrat);
}

.box-reven h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--montserrat);
}

.btm-prom.d-flex {
    margin-top: 60px;
    font-size: 30px;
    font-family: var(--montserrat);
    font-weight: bold;
    align-items: center;
}

.btm-prom.d-flex h5 {
    font-size: 30px;
    font-family: var(--montserrat);
    font-weight: bold;
}

.left-down-rotate {
    margin-right: 20px;
    transform: rotate(-45deg);
}

.right-down-rotate {
    margin-right: 20px;
    transform: rotate(135deg);
}

.box-reven:hover {
    background: var(--purple);
}

.E-Wallet-tabs .tab {
    display: none;
}

.E-Wallet-tabs .active-tab {
    display: block;
}

.E-Wallet-tabs .tab-button {
    cursor: pointer;
}

.tabs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #f6f6f6;
    gap: 33%;
}

.tabs-list .tab-button {
    background: #fff;
    padding: 18px 50px;
    font-size: 22px;
    color: var(--purple);
    text-align: center;
    background: transparent;
    position: relative;
}

.tabs-list .tab-button:after {
    content: "";
    background: var(--light-purple);
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    opacity: 0;
}

.tabs-list .tab-button.active:after {
    opacity: 1;
}

.tabs-list .tab-button i {
    color: #000;
    margin-right: 10px;
}

.tablcolum {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 50px;
    background: #f5f5f5;
    margin: 23px 0;
    border-radius: 11px;
    align-items: center;
}

.tableft-side {
    display: flex;
    align-items: self-start;
}

/* .left-icon {
    margin-right: 10px;
} */

.tablcolum h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--purple);
}

.tablcolum h5 {
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: #666666;
}

.tabright-price {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    font-family: var(--montserrat);
}

.minus {
    color: red;
    font-weight: 400;
}

.pluse {
    color: green;
}

section.E-Wallet-tabs {
    padding-bottom: 60px;
}

.pagination-para {
    font-size: 16px;
    color: rgb(138, 138, 138);
    margin-bottom: 0;
    font-family: var(--poppins);
    font-weight: 400;
}

.radio-column {
    margin: 20px 0;
    position: relative;
}

.radio-column label {
    width: 100%;
    padding: 20px 20px;
    border: 2px solid #dbd9d9;
    border-radius: 9px;
}

.radio-column input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    outline: none;
}

.pay-card-img {
    padding-right: 10px;
}

.pay-card-text h4 {
    font-size: 18px;
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
    margin-bottom: 0;
}

.pay-card-text h5 {
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: #999999;
}

.right-check-icon i {
    color: #cccccc;
    font-size: 22px;
}

h3.payment-hd {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--purple);
}

/* .paysbtn button {
    margin-right: 20px;
} */


.radio-column .right-check-icon {
    display: block;
}

.radio-column input[type="radio"]:checked+label .right-check-icon i {
    color: var(--light-purple);
}

.radio-column input[type="radio"]:checked+label {
    border-color: #7739fe9f;
}

section.current-method-btmm {
    padding-bottom: 50px;
}

.search-input.histry {
    width: 100%;
    height: 44px;
    font-family: var(--poppins);
    color: black;
}

.side-box-calendar {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0 #0000007a;
    border-radius: 10px;
}

.histryBar .primary-btn {
    padding: 8px 30px;
    width: fit-content;
}

.side-box-calendar h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--purple);
    font-family: var(--montserrat);
    padding: 14px 0;
}

.head-histry-hd h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--montserrat);
    color: var(--purple);
}

.head-histry-hd h5 {
    font-size: 21px;
    font-weight: 700;
    font-family: var(--montserrat);
    color: var(--light-purple);
}

.head-histry-hd {
    margin-bottom: 3px;
}

.input-histry input[type="date"] {
    flex-direction: row-reverse;
    border: none;
    font-size: 18px;
    color: #000;
    outline: none;
}

.input-histry h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: var(--montserrat);
    margin-bottom: 0;
}

.input-histry {
    margin-bottom: 20px;
}

.img-user-histry img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.histry-text h5 {
    font-size: 23px;
    font-family: var(--montserrat);
    font-weight: 600;
    color: #4a4949;
    margin-bottom: 0;
}

.histry-text h6 {
    font-size: 18px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
}

.box-histry {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000073;
    padding-right: 30px;
}

.histry-img img {
    height: 184px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

section.histry-list {
    padding: 2rem 0 3.5rem 0;
}

h5.avai-dis-title {
    font-size: 20px;
    font-family: var(--montserrat);
    font-weight: 500;
}

.slider-gallery-box img {
    width: 100%;
    border-radius: 10px;
    max-width: 165px;
    height: 131px;
    object-fit: unset;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 0 #0006;
}

.gallery-large-centerimg img {
    /* width: 97%; */
    border-radius: 20px;
    width: 100%;
    height: 659px;
    object-fit: cover;
    object-position: center;
    max-width: 988px;
}

.gallery-large-centerimg {
    border-radius: 40px;
}

.slider-main-gallery button.slick-next.slick-arrow {
    display: none !important;
}

.slider-main-gallery button.slick-prev.slick-arrow {
    display: none !important;
}

.slider-gallery-box {
    margin: 10px 9px;
}

.slider-nav {
    position: relative;
    top: -80px;
}

section.slider-main-gallery {
    padding-top: 60px;
}

hr.pro-line-btm {
    width: 80%;
}

h3.pro-hd-medium {
    font-size: 29px;
    font-weight: bold;
    color: var(--purple);
    margin-bottom: 20px;
}

h1.pro-hd-larg {
    font-size: 50px;
    font-weight: bold;
    color: var(--purple);
    margin-bottom: 0;
}

p.pro-para {
    font-size: 16px;
    color: #7e7e7e;
}

p.pro-para i {
    color: #000;
}

h5.pro-day {
    font-size: 30px;
    font-weight: 700;
    color: var(--light-purple);
}

.spaci-list-box {
    width: 20%;
}

.pro-spacification-list {
    display: flex;
    flex-wrap: wrap;
}

.box-inner-box {
    background: #fff;
    width: 95%;
    height: 220px;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 1px 1px 13px 0 #00000061;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-inner-box:before {
    content: "";
    position: absolute;
    top: -28px;
    right: 30px;
    transform: translate(0, 0);
    background: var(--purple);
    width: 60px;
    height: 60px;
    z-index: 9;
    border-radius: 100%;
    transition: 0.5s;
}

.box-inner-box:hover:before {
    background: var(--light-purple);
}

.box-inner-box:hover:after {
    background-color: var(--purple);
}

.box-inner-box:after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 30px;
    transition: 0.5s;
    transform: translate(0, 0);
    background: var(--light-purple);
    width: 60px;
    height: 60px;
    z-index: 9;
    border-radius: 100%;
}

.box-inner-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--light-purple);
}

.box-inner-box p {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: var(--purple);
}

.layer-box a {
    color: #000 !important;
}

section.contact-us {
    padding: 4rem 0;
}

.contact-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--purple);
    font-family: var(--montserrat);
    margin-bottom: 0;
}

.contact-text h2 {
    font-family: var(--montserrat);
    font-weight: bold;
    color: var(--purple);
    font-size: 50px;
    margin-bottom: 0;
}

.contact-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: var(--purple);
    margin-bottom: 0;
}

li.contactList {
    display: flex;
    align-items: center;
    margin: 15px 0;
    border-bottom: 1px solid #c1c1c1;
    width: 70%;
    padding: 6px 0 12px;
    flex-wrap: wrap;
    gap: 20px;
}

.icons-list {
    font-size: 23px;
    color: var(--light-purple);
    max-width: 25px;
    width: 100%;
}

p.list-hd {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 600;
    color: var(--purple);
}

.listCont a {
    color: #000;
}

.listCont {
    font-family: "Roboto";
}

.listCont a {
    font-size: 21px;
}

.listCont p {
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Roboto";
}

li.contactList:last-child {
    border: none;
}

.contact-input {
    width: 100%;
    margin-bottom: 14px;
    background: #f5f5f5;
    border: none;
    outline: none;
    padding: 13px 23px;
    border-radius: 50px;
    font-weight: bold;
    font-family: "Roboto";
}

.contact-input::placeholder {
    color: var(--purple);
}

textarea.contact-input {
    resize: none;
    height: 200px;
    border-radius: 14px;
}

.form-box {
    padding-top: 30px;
}

/* About Us */
section.about-sec-one {
    padding-top: 80px;
}

.about-text h1 {
    font-size: 60px;
    font-weight: bold;
    color: var(--purple);
    font-family: "Montserrat";
    margin-bottom: 16px;
}

.about-text p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
    color: var(--purple);
    margin-bottom: 29px;
}

.testimonials-about h4 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    margin-top: 50px;
}

.testimonials-about h4:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -14px;
    background-image: url(../images/lefttop-test.svg);
    height: 40px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 40px 30px;
}

.test-quote {
    position: relative;
    right: 0px;
    top: 6px;
    width: 50px;
    height: 32px;
}

.testimonials-about {
    width: 100%;
    padding-left: 44px;
}

.testi-user h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #000;
    margin-bottom: 0;
}

.testi-user p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.abt-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 13px 0 #00000038;
    padding: 20px 30px;
    position: relative;
}

.conter-about {
    position: absolute;
    right: 27px;
    top: -38px;
    background: var(--purple);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    transition: 0.5s;
    border-radius: 70px;
    border: 3px solid white;
}

.conter-about h3 {
    color: #fff;
    margin-bottom: 0;
}

.abt-box:hover .conter-about {
    background: var(--light-purple);
}

.abt-box img {
    margin-top: 24px;
    margin-bottom: 11px;
}

.abt-box h4 {
    font-weight: bold;
    font-family: "Montserrat";
    color: #000;
    font-size: 20px;
}

.abt-box p {
    font-weight: 500;
}

section.about-box {
    padding: 50px 0;
}

section.about-explore {
    padding: 70px 0 150px;
}

section.about-explore .women-girl img {
    border-radius: 110%;
    width: 410px;
    height: 410px;
    object-fit: cover;
    object-position: right;
    position: relative;
    left: 11px;
    border: 10px solid #fff;
    top: 30px;
}

section.about-explore .women-girl {
    text-align: right;
}

section.about-explore .get-img:before {
    content: "";
    background: var(--purple);
    position: absolute;
    top: 0px;
    right: 55px;
    width: 580px;
    height: 580px;
    border-radius: 200%;
    transform: translate(0%, -9%);
    z-index: -9;
}

.about-right-text h1 {
    font-size: 60px;
    font-family: "Montserrat";
    font-weight: bold;
    color: var(--purple);
    margin-bottom: 20px;
}

.about-right-text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--purple);
    width: 88%;
    margin: 0 0 20px;
}

.date-inputIcon i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.beds-iconz {
    width: 7%;
    text-align: center;
    margin-right: 30px;
}

.hotel-icosnz {
    width: 90px;
    height: 90px;
    background: #d9d7e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 29px;
}

.hotel-icosnz i {
    color: var(--purple);
}

.hotel-icosnz-txt h4 {
    font-size: 16px;
    line-height: 28px;
    color: var(--purple);
    margin-top: 10px;
    font-weight: bold;
    font-family: var(--montserrat);
}

.galleryroom img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 19px;
}

.innerrom-text-position {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -4px);
    width: 100%;
    padding-left: 15px;
}

.innerrom-text-position h5 {
    font-size: 18px;
    color: white;
    font-family: var(--montserrat);
}

.galleryroom:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #13063da1, transparent);
    border-radius: 20px;
}

.start-home-poup.active {
    visibility: visible;
    display: block;
}

.start-home-poup {
    visibility: hidden;
    display: none;
}

/* Signup popup */

.thanks-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 1px 1px 10px 0 #00000061;
    border-radius: 14px;
    max-width: 600px;
    width: 100%;
}

.start-thanks-poup.active {
    visibility: visible;
    display: block;
}

.start-thanks-poup {
    visibility: hidden;
    display: none;
}

.forget-password-poup {
    visibility: hidden;
    display: none;
}

.forget-password-poup.active {
    visibility: visible;
    display: block;
}

.car-rental-poup.active {
    visibility: visible;
    display: block;
}

.car-rental-poup {
    visibility: hidden;
    display: none;
}

.contact-us-popup {
    visibility: hidden;
    display: none;
}

.contact-us-popup.active {
    visibility: visible;
    display: block;
}

.car-view-invoice {
    visibility: hidden;
    display: none;
}

.car-view-invoice.active {
    visibility: visible;
    display: block;
}

.car-view-ticket {
    visibility: hidden;
    display: none;
}

.car-view-ticket.active {
    visibility: visible;
    display: block;
}

button.close-ticket-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

.car-view-ticket .invi-list-para {
    text-align: left;
}

.thanks-overly {
    position: fixed;
    background: #dcdcdc;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(4px);
}

button.close-car-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

button.close-thanks-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

button.close-invoice-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
    top: 0;
}

.start-home-poup button.primary-btn {
    background: var(--light-purple);
    border-color: var(--light-purple);
}

button.close-home-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

button.close-contact-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

button.close-forget-btn {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
}

.thanks-popup h4 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Montserrat";
}

p.popup-para {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    font-family: "Montserrat";
    margin-bottom: 0;
}

/* .histry-img img {
} */

.invoice-list-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.invi-list-hd {
    width: 30%;
    text-align: start;
}

.invi-list-hd h5 {
    color: var(--purple);
    font-weight: 400;
    font-family: "Montserrat";
}

.invi-list-para {
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat";
    color: var(--purple);
    width: 67%;
    text-align: right;
    word-break: break-all;
}

.invoice.box h4 {
    margin-top: 30px;
    color: var(--purple);
}

.add-product {
    text-align: end;
}

.add-product a {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-size: 14px;
}

.from-area label,
.location-area label {
    display: block;
}

.from-area input,
.location-area input {
    outline: none;
    border-bottom: 1px solid #00000063;
    width: 100%;
    height: 49px;
}

.from-area {
    position: relative;
}

.from-area::after {
    content: "\F22C";
    position: absolute;
    right: 10px;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
    color: #00000069;
}

.flatpickr-day.prevMonth.dayContainer {
    pointer-events: none;
    color: #ccc;
}

.checkBox-type {
    display: flex;
}

.checkBox-type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/*.checkBox-type.trans {*/
/*  justify-content: unset;*/
/*}*/
/*.checkBox-type.trans > div {*/
/*  margin-right: 15px;*/
/*}*/
.location-area select {
    width: 100%;
    margin-top: 11px;
    height: 39px;
    border: 1px solid #00000063;
    padding: 0 10px;
    outline: none;
}

.feature-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-area ul li {
    margin: 10px 0;
    width: 50%;
}

.progress-bar {
    background-color: var(--purple) !important;
}

.review-img-area img {
    border-radius: 50%;
    width: 104px;
    height: 104px;
}

.rating-client span.fa.fa-star.checked {
    color: #7939fe;
    font-size: 20px;
}

.clientdetail-review {
    margin-top: 5px;
}

.clientdetail-review h5 {
    font-size: 20px;
    margin-right: 10px;
}

.clientdetail-review h6 {
    font-size: 14px;
    color: #898989;
}

.carpayment-hide {
    display: none;
    opacity: 0;
    transition: 0.6s;
}

.carpayment-hide.active {
    opacity: 1;
    display: block;
}

.over-tabs {
    display: flex;
    overflow-x: scroll;
    width: 760px;
}

.img-rotate {
    transform: rotateY(145deg);
}

.over-tabs button.tab-button {
    margin-bottom: 17px !important;
    margin-right: 15px !important;
    margin-left: 11px !important;
    box-shadow: 1px 10px 20px 0 #00000063 !important;
}

.over-tabs::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.over-tabs::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.over-tabs::-webkit-scrollbar-thumb {
    background: var(--purple);
    border-radius: 10px;
}

/* Handle on hover */
.over-tabs::-webkit-scrollbar-thumb:hover {
    background: var(--purple);
}

img.iconsizeset {
    margin-top: 10px;
    margin-bottom: 10px;
    filter: brightness(0);
    height: 50px;
}

.box-inner-box {
    text-align: center;
}

.rating-client {
    margin-left: 8px;
}

.client-rated-area div:nth-child(1) {
    width: 25%;
    max-width: 150px;
}

.near-p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
}

.about-ser .slick-track {
    margin: 50px 0;
}

.about-ser.slick-initialized.slick-slider {
    margin: 0 -15px;
}

.about-slide-area {
    padding: 0 15px;
}

.abt-box p {
    height: 110px;
    overflow: auto;
}

.abt-box p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.abt-box p::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.abt-box p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--light-purple);
}

.reservation-hd {
    font-size: 45px !important;
    font-family: var(--montserrat) !important;
    color: var(--purple) !important;
}

.privacy-content-area ul {
    list-style: disc;
    padding-left: 50px;
}

.priv-sb-hd {
    font-size: 25px;
    font-family: var(--montserrat);
    font-weight: 700;
    color: var(--purple);
}

.priv-text-area {
    font-size: 18px;
    font-family: var(--montserrat);
    color: var(--label-grey);
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.privacy-content-area {
    margin-bottom: 30px;
}

.faqs {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 0 0 20px;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question .priv-sb-hd {
    font-size: 18px;
}

.button-slick-area {
    text-align: center;
}

.button-slick-area button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    border: none;
    background: #fff;
    transition: 0.5s;
    box-shadow: 1px 1px 10px #00000061;
    margin: 0 10px;
    color: #000;
}



/* Our Packages */
















/* Filter-list */

.shoplist-filter {
    padding: 60px 0 90px;
}

.open-filter.filter-btn {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: white;
    border: 1px solid #555555;
    background: #0E446E;
    padding: 6px 20px;
}

.open-filter.filter-btn i {
    margin: 10px;
}

button.grip-btn {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 0px 6px;
    margin-right: 10px;
}

button.dropbtn.filter-btn i {
    margin-left: 13px;
}

.flex-columns {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.list-filter {
    width: 100%;
    max-width: 330px;
    transition: 0.5s;
    opacity: 1;
    transform: translateX(0%);
}

.filteractive.active .list-filter {
    width: 0;
    transition: 0.5s;
    opacity: 0;
    transform: translateX(-350%);
}

.list-products {
    width: 100%;
    transition: 0.5s;
    padding: 0;
}

.filter-areas {
    overflow: hidden;
    padding: 40px 17px 0;
}

.filteractive.active .list-products {
    width: 100%;
    padding: 0 0 0 20px;
}

.tab-at {
    display: none;
    padding: 10px 4px;
}

.title-at {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.filteractive.active .flex-columns {
    gap: 0;
}

.filteractive.active .list-products {
    padding-left: 0;
}

.title-at:after {
    content: "+";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 29px;
    font-family: "Rubik";
    color: #000;
}

.title-at.active::after {
    content: "-";
}

.item-at {
    border-radius: 5px;
    margin-bottom: 15px;
}

h3.hd-filter {
    padding: 15px 22px;
    font-size: 22px;
    font-family: var(--poppins);
    font-weight: 600;
    background: #7939FE;
    line-height: 32px;
    color: white;
}

.innerfilter-pd {
    padding: 24px 20px;
}

.title-at h2 {
    font-size: 21px;
    font-family: "Rubik";
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px 0px 15px;
    background: transparent;
    border-bottom: 2px solid #000;
}

p.accordion-text {
    font-family: rubik;
    font-size: 14px;
    line-height: 21px;
}

.tab-at.active {
    border-bottom: 2px solid #000;
}

.title-at.active h2 {
    border: none;
}

/* Max */

.range-slide {
    position: relative;
    margin: 20px 0 0 0;
    height: 4px;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    height: 5px;
    background: #000000;
    left: 9px;
    right: 9px;
    opacity: 80%;
    border-radius: 40px;
}

.line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: var(--most-text-color);
}

.thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid var(--primary-color);
    background-color: white;
    border-radius: 30px;
    outline: none;
    top: -6px;
    height: 18px;
    width: 18px;
    margin-left: -9px;
    border: 1px solid;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.display {
    margin: 30px 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-dsh {
    padding: 1px 6px;
    position: relative;
    margin: 0px 5px 0 5px;
}

.price-label {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins";
    margin-right: 5px;
    color: #4b4b4b;
    opacity: 80%;
}

.price-num {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Poppins";
    color: #000000;
}

.free-check {
    border-bottom: 2px solid #000;
    padding: 13px 0;
    margin-bottom: 20px;
}

.free-check label {
    font-size: 21px;
    font-family: "Rubik";
    color: #000;
}

.free-check input {
    border-bottom: 2px solid #000;
    padding: 13px 0;
    width: 20px;
    height: 20px;
}

.border-bottom-box {
    border-bottom: 3px solid #000000c7;
    padding: 24px 5px;
    font-size: 24px;
    margin-bottom: 5px;
}

.border-bottom-box span.fa.fa-star.checked {
    color: #fabd07;
}

.border-bottom-box span {
    color: #fabd07;
}

.innerfilter-pd.pd-bottom {
    padding-bottom: 60px;
}

.shadow-filter {
    box-shadow: 2px 3px 11px 0 #0000004d;
    background: #f2f2f2;
    border-radius: 16px;
}

.warning-box {
    margin-top: 30px;
    padding: 0 77px 20px 0;
    border-bottom: 2px solid #000000e0;
    margin-bottom: 40px;
}

.warning-box p {
    font-family: "Rubik";
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}

.warning-box img {
    margin-bottom: 20px;
}

.list-products-columns {
    display: inline-block;
    width: 100%;
}

.list-products-columns li,
.product_area {
    background: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.pro-inner-img {
    padding: 20px 30px;
    box-shadow: 0px 7px 20px 0 #0000002e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.radio-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

input.quanty-number {
    width: 70px;
    border: 1px solid #6f6f6f;
    outline: none;
    margin-right: -4px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    flex-direction: column;
    position: relative;
    top: 1px;
}

.order-list {
    padding: 22px 3px;
}

button.save-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Rubik";
    font-size: 11px;
    font-weight: 600;
    color: white;
    background: var(--primary-color);
    border: none;
    padding: 7px 10px;
}

.pro-inner-img::before {
    content: "";
    background: var(--primary-color);
    width: 48%;
    height: 68%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 69% 0, 0 73%, 0 72%);
}

.pro-box {
    position: relative;
}

h3.pro-hd-shop {
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 600;
    color: #000000;
}

h3.price-hd {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}

.radio-flex label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Rubik";
}

button.order-btn {
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 400;
    padding: 5px 14px;
    border: 1px solid #707070;
    background: var(--primary-color);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    flex-direction: column;
}

.list-products-columns li:nth-child(odd) .pro-inner-img {
    background: #e1e3e3;
}

.filter-btn.active {
    background: #0e446e;
    border-color: #0e446e;
    color: #fff;
}

.filterbtn-side-pd {
    padding: 0 17px 0;
}

.button-sec.shopfilter-shop-btn {
    margin: 70px auto 0;
}


.list-products-columns li,
.product_area {
    box-shadow: 1px 1px 10px #00000052;
    background: white;
    border-radius: 25px;
    padding: 10px 15px 10px;
    overflow: hidden;
}

.list-pro-cont h3 {
    color: #000;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.list-pro-cont h4 {
    color: #000;
    font-family: var(--poppins);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.list-pro-cont p {
    color: #000;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.list-pro-cont .d-flex p {
    color: #000;
    font-family: var(--poppins);
    font-size: 20.82px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8;
}

.rent-btn {
    border-radius: 2px;
    background: #0E446E;
    padding: 7px 11px;
    color: #FFF;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
}

.para-wonder {
    color: #0E446E !important;
    font-family: var(--poppins);
    font-size: 18px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.para-wonder span {
    color: #0E446E;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list-pro-cont {
    margin-top: 5px;
}

.text-right-area {
    text-align: right;
}

.text-right-area del {
    color: #000;
    font-family: var(--poppins);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
}

h2.price {
    color: #0E446E;
    font-family: var(--poppins);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/* .text-right-area a {
    border-radius: 2px;
    background: #0E446E;
    color: #FFF;
    font-family: var(--poppins);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 27px;
} */

.booknow-hred {
    padding-top: 13px;
    padding-bottom: 10px;
}

.yellow-box {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    BACKGROUND: #FFB63B;
    width: 160PX;
    text-align: RIGHT;
    height: 144PX;
    position: ABSOLUTE;
    right: -1px;
    top: 0;
    padding-right: 11px;
    padding-top: 10px;
}

.yellow-box h4 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    opacity: 3;
}

.list-pro-cont .d-flex p {
    margin-bottom: 0;
}

.header .dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.header .dropdown {
    position: relative;
    display: inline-block;
}

.header button.dropbtn {
    background: transparent;
}

.filter-btn {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: white;
    border: 1px solid transparent;
    background: #7939FE;
    padding: 6px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

button.grip-btn {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 0px 6px;
    margin-right: 10px;
}

button.dropbtn.filter-btn i {
    margin-left: 13px;
}

section.package-banner {
    /*background: url('../images/pakg-banner.png');*/
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 250px 0 146px 0;
    position: relative;
}

.bound-offer-banner {
    /*background: url(../images/offer-banner.png) !important;*/
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;

}

.svg-layer {
    position: absolute;
    top: 0;
    left: 0;
}

.svg-layer svg {
    width: 100%;
}

.banner-pack-hd {
    position: relative;
    z-index: 1;
}

.banner-pack-hd h4 , .note-box p {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



.banner-pack-hd h2 ,.note-box h3 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.note-box h3{
    color: #7939FE !important;
}

.header-postion-set-inner header {
    position: absolute;
}

.sundiv {
    background: #FFB63B;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 170px;
    left: 720px;
    z-index: 1;
}

/* .sundiv {
  background: #FFB63B;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 14%;
  right: 0;
} */
.package-box {
    /* padding-top: 80px; */
    padding-bottom: 80px;
}

.package-box.web-package-box {
    padding-top: 160px;
}

.packbox {
    text-align: center;
    border-radius: 15px;
    background: #13063D;
    padding: 30px 0 20px;
    transition: 0.8s;
    height: 668px;
}

.packbox:hover {
    background: #7939FE;
}

.packbox h2 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.packbox h1 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.packbox p {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.height-85 {
    height: 140px;
}

.packbox p i {
    color: #FFF;
    text-align: center;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
}

.get-btn a {
    border-radius: 10px;
    background: #FFF;
    padding: 12px 70px;
}

.get-btn {
    margin-top: 32px;
}

.get-btn a {
    color: #000;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pack-car {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    background: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-banner-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cloud-one-pack {
    position: absolute;
    top: 120px;
    opacity: 0.5;
    left: -50px;
    z-index: 1;
    /* bottom: 400px; */
}

/* .cloud-one-pack {
  position: absolute;
  top: 9%;
  opacity: 0.5;
  left: -50px;
} */


/* .cloud-two-pack {
  position: absolute;
  bottom: 23%;
  left: 40%;
} */
.cloud-two-pack {
    position: absolute;
    bottom: 80px;
    left: 790px;
    z-index: 1;
}

/* Filter-list */

.shoplist-filter {
    padding: 60px 0 90px;
}

/* .filter-btn {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 6px 20px;
} */

button.grip-btn {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 0px 6px;
    margin-right: 10px;
}

button.dropbtn.filter-btn i {
    margin-left: 13px;
}

.flex-columns {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.list-filter {
    width: 100%;
    transition: 0.5s;
    /* overflow: hidden; */
    opacity: 1;
    transform: translateX(0%);
}

.filteractive.active .list-filter {
    width: 0;
    transition: 0.5s;
    opacity: 0;
    transform: translateX(-350%);
}

.list-products {
    width: 100%;
    transition: 0.5s;
    padding: 0;
}

.filter-areas {
    overflow: hidden;
    padding: 40px 17px 0;
}

.filteractive.active .list-products {
    width: 100%;
    padding: 0 0 0 20px;
}

.tab-at {
    display: none;
    padding: 10px 4px;
}

.title-at {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.filteractive.active .flex-columns {
    gap: 0;
}

.filteractive.active .list-products {
    padding-left: 0;
}

.title-at:after {
    content: "+";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 29px;
    font-family: "Rubik";
    color: #000;
}

.title-at.active::after {
    content: "-";
}

.item-at {
    border-radius: 5px;
    margin-bottom: 15px;
}

h3.hd-filter {
    padding: 15px 22px;
    font-size: 22px;
    font-family: var(--poppins);
    font-weight: 600;
    background: #7939FE;
    line-height: 32px;
    color: white;
}

.innerfilter-pd {
    padding: 24px 20px;
}

.title-at h2 {
    font-size: 21px;
    font-family: "Rubik";
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px 0px 15px;
    background: transparent;
    border-bottom: 2px solid #000;
}

p.accordion-text {
    font-family: rubik;
    font-size: 14px;
    line-height: 21px;
}

.tab-at.active {
    border-bottom: 2px solid #000;
}

.title-at.active h2 {
    border: none;
}

/* Max */

.range-slide {
    position: relative;
    margin: 20px 0 0 0;
    height: 4px;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    height: 5px;
    background: #000000;
    left: 9px;
    right: 9px;
    opacity: 80%;
    border-radius: 40px;
}

.line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: var(--most-text-color);
}

.thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid var(--primary-color);
    background-color: white;
    border-radius: 30px;
    outline: none;
    top: -6px;
    height: 18px;
    width: 18px;
    margin-left: -9px;
    border: 1px solid;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.display {
    margin: 30px 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-dsh {
    padding: 1px 6px;
    position: relative;
    margin: 0px 5px 0 5px;
}

.price-label {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins";
    margin-right: 5px;
    color: #4b4b4b;
    opacity: 80%;
}

.price-num {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Poppins";
    color: #000000;
}

.free-check {
    border-bottom: 2px solid #000;
    padding: 13px 0;
    margin-bottom: 20px;
}

.free-check label {
    font-size: 21px;
    font-family: "Rubik";
    color: #000;
}

.free-check input {
    border-bottom: 2px solid #000;
    padding: 13px 0;
    width: 20px;
    height: 20px;
}

.border-bottom-box {
    border-bottom: 3px solid #000000c7;
    padding: 24px 5px;
    font-size: 24px;
    margin-bottom: 5px;
}

.border-bottom-box span.fa.fa-star.checked {
    color: #fabd07;
}

.border-bottom-box span {
    color: #fabd07;
}

.innerfilter-pd.pd-bottom {
    padding-bottom: 60px;
}

.shadow-filter {
    box-shadow: 2px 3px 11px 0 #0000004d;
    background: #f2f2f2;
    border-radius: 16px;
}

.br-radius-16px {
    border-radius: 16px 16px 0 0;
}

.warning-box {
    margin-top: 30px;
    padding: 0 77px 20px 0;
    border-bottom: 2px solid #000000e0;
    margin-bottom: 40px;
}

.warning-box p {
    font-family: "Rubik";
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}

.warning-box img {
    margin-bottom: 20px;
}

.pro-inner-img {
    padding: 20px 30px;
    box-shadow: 0px 7px 20px 0 #0000002e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.radio-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

input.quanty-number {
    width: 70px;
    border: 1px solid #6f6f6f;
    outline: none;
    margin-right: -4px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    flex-direction: column;
    position: relative;
    top: 1px;
}

.order-list {
    padding: 22px 3px;
}

button.save-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Rubik";
    font-size: 11px;
    font-weight: 600;
    color: white;
    background: var(--primary-color);
    border: none;
    padding: 7px 10px;
}

.pro-inner-img::before {
    content: "";
    background: var(--primary-color);
    width: 48%;
    height: 68%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 69% 0, 0 73%, 0 72%);
}

.pro-box {
    position: relative;
}

h3.pro-hd-shop {
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 600;
    color: #000000;
}

h3.price-hd {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}

.radio-flex label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Rubik";
}

button.order-btn {
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 400;
    padding: 5px 14px;
    border: 1px solid #707070;
    background: var(--primary-color);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    flex-direction: column;
}

.list-products-columns li:nth-child(odd) .pro-inner-img {
    background: #e1e3e3;
}

.filter-btn.active {
    background: #0e446e;
    border-color: #0e446e;
    color: #fff;
}

.filterbtn-side-pd {
    padding: 0 17px 0;
}

.button-sec.shopfilter-shop-btn {
    margin: 70px auto 0;
}


.list-products-columns li {
    box-shadow: 1px 1px 10px #00000052;
    background: white;
    border-radius: 13px;
    overflow: hidden;
}

.list-pro-cont h3 {
    color: #000;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.list-pro-cont h4 {
    color: #000;
    font-family: var(--poppins);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.list-pro-cont p {
    color: #000;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    margin-bottom: 0;
}

.list-pro-cont .d-flex p {
    color: #000;
    font-family: var(--poppins);
    font-size: 20.82px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8;
}

button.rent-btn {
    border-radius: 2px;
    background: #0E446E;
    padding: 7px 11px;
    color: #FFF;
    font-family: var(--poppins);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
}

.para-wonder {
    color: #0E446E !important;
    font-family: var(--poppins);
    font-size: 18px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.para-wonder span {
    color: #0E446E;
    font-family: var(--poppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-right-area {
    text-align: right;
}

.text-right-area del {
    color: #000;
    font-family: var(--poppins);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
}

h2.price {
    color: #0E446E;
    font-family: var(--poppins);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-right-area a ,.text-right-area button {
    border-radius: 2px;
    background: #0E446E;
    color: #FFF;
    font-family: var(--poppins);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 27px;
}

.booknow-hred {
    padding-top: 13px;
    padding-bottom: 10px;
}

.yellow-box {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    BACKGROUND: #FFB63B;
    width: 160PX;
    text-align: RIGHT;
    height: 144PX;
    position: ABSOLUTE;
    right: -1px;
    top: 0;
    padding-right: 11px;
    padding-top: 10px;
}

.yellow-box h4 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    opacity: 3;
}

.list-pro-cont .d-flex p {
    margin-bottom: 0;
}

.header .dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.header .dropdown {
    position: relative;
    display: inline-block;
}

.header button.dropbtn {
    background: transparent;
}

/* .filter-btn {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 6px 20px;
} */

button.grip-btn {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #555555;
    background: transparent;
    padding: 0px 6px;
    margin-right: 10px;
}

button.dropbtn.filter-btn i {
    margin-left: 13px;
}








.premier-area {
    margin-top: 20px;
}

.syncl-slider .slick-slide {
    height: unset;
}

section.syncl-slider::before {
    position: absolute;
    content: " ";
    top: -220px;
    left: -250px;
    height: 475px;
    width: 475px;
    background-color: #7939FE;
    opacity: 0.3;
    z-index: 99;
    border-radius: 50%;
}

/* .up-slider img {
  width: 1920px;
  height: 618px;
  object-fit: contain;
  background: #7939fe;
} */

.down-slider img {
    width: 301px;
    height: 280px;
    object-fit: cover;
}

.premier-area h2 {
    color: #0E446E;
    font-family: var(--poppins);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.premier-checked span.fa.fa-star.checked {
    color: #FF2E29;
}

.premier-title {
    color: #676767;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.premier-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--purple);
    color: white;
    font-size: 20px;
}

.primier-badge-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.primier-inner-badge-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.primier-badge-text {
    color: #000;
    font-family: var(--poppins);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.primier-descrip-area {
    margin-top: 30px;
}

.primier-descrip {
    color: #676767;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.friendly-Amenities-area {
    margin-top: 55px;
    margin-bottom: 100px;
}

.friendly-Amenities-img {
    height: 77px;
    width: 77px;
    filter: drop-shadow(9px 9px 16px rgba(0, 0, 0, 0.22));
    background-color: #EFEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.friendly-Amenities label {
    color: #8492A7;
    font-family: var(--poppins);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
    display: block;
    text-align: center;

}

.friendly-inner-Amenities {
    width: 24%;
}
.friendly-Amenities-descrip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.friendly-Amenities {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 25px 0;
}

.room-amenities-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-left: 30px;
}

/* .friendly-Amenities-descrip {
    width: fit-content;
    text-align: center;
} */

.room-amenities-img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFEEEE;
    border-radius: 10px;
}

.room-amenities-inner-area {
    display: flex;
    align-items: center;
}

.room-amenities-inner-area {
    margin-bottom: 15px;
}

.room-amenities-inner-area .primier-descrip {
    margin-left: 25px;
}

.room-amenities-img i {
    color: #003AA8;
    font-size: 12px;
}

.register-car-room {
    /* background-image: url(../images/register-car-bg.png); */
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-car-room::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 380px;
    width: 375px;
    background-color: #FFB63B;
    border-radius: 0 0 280px 0;
}

.register-car-room-inner {
    padding: 137px 0;
    position: relative;
    left: 20px;
}

.register-car-room-inner p {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.register-car-room-inner h1 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 103.5%;
    /* 36.225px */
    text-transform: uppercase;
}

.car-rental-features {
    padding: 35px 0;
    background-color: #0E446E;
    margin-bottom: 80px;
}

.car-rental-features-title {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.rental-features-img {
    height: 77px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEEEE;
    filter: drop-shadow(9px 9px 16px rgba(0, 0, 0, 0.22));
    border-radius: 10px;
}

.rental-features-inner-area label {
    color: #EFEEEE;
    text-align: center;
    font-family: var(--poppins);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    line-height: normal;
    text-transform: uppercase;
}

.rental-features-area {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.rental-features-inner-area {
    text-align: center;
}

.reserve-area {
    background-color: white;
    border-radius: 16px;
    margin-top: 20px;
}

.reserve-top-area {
    padding: 21px 14px 21px 36px;
    background-color: #7939FE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    z-index: 999;
    position: relative;
    box-shadow: 0px 5px 12px 7px #0000001f;
}

.reserve-top-area h1 {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.reserve-top-area span {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reserve-bottom-area {
    padding: 68px 36px;
    background-color: white;
    box-shadow: 0px 30px 10px 15px #00000008;
    border-radius: 0 0 20px 20px;
}

.reserve-select-field {
    width: 100%;
    border: none;
    outline: none;
    color: #000;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
}

.reserve-bottom-area img.drop-shadow {
    position: absolute;
    right: -18px;
    top: -8px;
    width: 88px;
}

.reserve-bottom-area .checkout-field input {
    padding: 8px 10px;
}

.hotel-drop-icon {
    width: 51px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CFCFCF;
    box-shadow: 1px 11px 5px 3px #0000001a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.hotel-drop {
    width: 100%;
    padding: 0 0 0 10px;
    border: 2px solid #cfcfcf;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 30px;
}
.reserve-select-field {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #cfcfcf;
    border-radius: 10px;
    z-index: 11;
}
.up-slider .slick-slide img {
    width: 100%;
    height: 700px;
}
textarea.reserve-select-field {
    height: 200px;
    resize: none;
}

.hotel-drop-icon svg {
    color: #FDFDFE;
}

.reserve-select-field::placeholder {
    color: #000;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.adults-kids-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adults-kids-area .hotel-drop {
    width: 49%;
}

.reserve-bottom-area hr {
    border-top: 1px solid black;
}

.reserve-bottom-area .reserve-area-sec-hr {
    border-top: 2px solid black;
    margin: 40px 0 10px 0;
}

.extra-service-title {
    color: #676767;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.service-label-area {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #676767;
    font-family: var(--poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 15px;
}

.service-label-area input {
    height: 35px;
    width: 35px;
}

.total-cost-text {
    color: #676767;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.book-now-btn {
    color: #FFF;
    font-family: var(--poppins);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #7939FE;
    padding: 16.5px 51.29px;
    margin-top: 70px;
    border-radius: 10px;
}

.book-now-btn-area {
    text-align: center;
}

.view-map-title {
    color: #676767;
    font-family: var(--poppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

img.bundle-offer-imges {
    border-radius: 0px 20px 0px 20px;
    width: 100%;
    max-width: 575px;
    height: 321px;
    object-fit: cover;
}

img.bundle-offer-imges.booking-bundle-offer-imges {
    right: unset !important;
    height: unset !important;
}

.m-10px {
    margin: 0 10px;
}

.rating-filter-area .service-label-area {
    margin-bottom: 0;
    max-width: 115px;
    width: 100%;
}

.rating-filter-area {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 40px;
}

.fil-checked {
    color: #FFF700;
}

.fil-unchecked {
    color: #CFCFCF;
}

span.room-amenities-img img {
    width: 18px;
}





.bundle-offer-img {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.bundle-offer-img-1 {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.offer-bundle-imgs-area {
    position: relative;
}

img.bundle-offer-img-1.bundle-offer-imges {
    position: absolute;
    top: 0;
    right: 10px;
}

img.img-fluid.offr-bnner-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}



.slider-txtpd.height {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-box-slider.d-flex.jusify-content-between.align-items-center {
    flex-wrap: wrap;
}

h1.car-hd-slider {
    width: 100%;
    max-width: 360px;
    word-wrap: break-word;
}


.form-check-input.powertrain {
    display: none;
}

input.form-check-input.powertrain[type=checkbox]:checked+label.form-check-label.powertrain {
    background-color: var(--light-purple);
    color: white;
}

label.form-check-label.powertrain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.Powertrain.radios-fields.step-form-area-radio {
    width: 20%;
    box-shadow: 0 0 6px 4px #00000024;
    border-radius: 5px;
}

.trip-main-area {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

img.lists-filters.drop-shadow {
    height: 90px;
}

.drop-shadow.book-vehicle {
    height: 84px;
}

.trip-main-area .form-field-box {
    width: 49%;
}

.car-hd-slider.list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.vehicle-detail-dates {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.detail-dates {
    width: 49%;
}

/* img.drop-shadow.vehicle-detail {
    height: 85px;
} */

.input-calendar-main {
    width: 100%;
}

.input-calendar-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex.align-items-center.set-flex-mobile {
    gap: 20px;
    flex-wrap: wrap;
}

.invoice-list {
    margin-top: 20px;
}

.booking-card-img.gird-view {
    width: 100%;
}

/* img.drop-shadow.book-hotel {
    height: 84px;
} */

.d-flex.mb-2.no-of-guest {
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex.mb-2.no-of-guest .form-field-box {
    width: 49%;
}

.d-flex.pri-per-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.d-flex.pri-per-day input {
    width: 49% !important;
}

.about-ser {
    margin-bottom: 30px;
}

h2.founder-story {
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.user-pro-btn.dropdown-toggle::after {
    display: none;
}

button.btn.user-pro-btn.btn-secondary.dropdown-toggle {
    background: none;
    border: transparent;
}

.dropdown-menu.user-pro-drop li a {
    padding: 0;
}

.dropdown-menu.user-pro-drop li {
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--poppins);
    transition: 0.5s;
    color: black;
}

.img-user-histry-area {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.histry-date-area {
    display: flex;
    width: 60%;
}

.histry-search-area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.histry-search-input {
    max-width: 470px;
    width: 100%;
}

.paysbtn {
    gap: 15px;
}

.padd-0 {
    padding: 0 !important;
}

a.btn.btn-secondary.cancel-error-popup,
a.btn.btn-primary.cancel-booking-btn {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--poppins);
}

.close-popup-btn.Cannot {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #666666;
    top: 10px;
}

p.confirmation-btn {
    font-size: 16px;
    font-family: var(--poppins);
    color: black;
    font-weight: 400;
}

.usr-drop-li {
    font-size: 16px !important;
    font-family: var(--poppins);
    font-weight: 500 !important;
}

.histry-date-area input {
    outline: none;
    width: 40%;
}

.privacy-content-area .list-style-number {
    list-style: auto;
}

.price.pro-price {
    font-size: 22px;
    color: #13063d;
}

.list-pro-cont .pro-name {
    font-weight: 600;
    color: #7939fe;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-guest-have {
    padding: 10px 5px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    background-color: #7939fe;
    text-align: center;
    border-radius: 10px;
}
.product-guest-have label {
    width: 100%;
    height: 100%;
}
.product-guest-have img {
    max-width: 30px;
    width: 100%;
    filter: brightness(11.5);
}

h3.type-title {
    font-size: 18px !important;
    font-weight: 500;
    text-align: center;
}

.rent-btn.bg-purple {
    background-color: var(--purple);
}

.pro-detail-link {
    background-color: var(--purple) !important;
    border-radius: 50px !important;
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.product_area .booknow-hred {
    text-align: -webkit-right;
}

.card-menu.pro-specification {
    font-family: var(--poppins);
    font-weight: 500;
    color: var(--purple);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-box-layer-hotel.list-products-columns li,
.slider-box-layer-topsection.list-products-columns li,
.slider-box-layer.apnd.list-products-columns li,
.slider-box-layer-topsection.list-products-columns li {
    margin: 10px 10px;
}

/*.product-guest-have label {*/
/*    font-size: 12px;*/
/*    font-family: var(--poppins);*/
/*    color: white;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    text-align: -webkit-center;*/
/*}*/

.product-guest-have label {
    font-size: 12px;
    font-family: var(--poppins);
    color: white;
    font-weight: 400;
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.product_area .list-card {
    justify-content: space-between;
}

.card-menu.pro-specification i {
    font-size: 16px;
}

.card-menu.pro-specification img {
    width : 30px;
    height : 30px;
}

.product_img {
    object-fit: cover;
}

.pro-location-para {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tab-buttons.over-tabs.hotel-tabs {
    flex-wrap: wrap;
    width: unset !important;
    overflow: unset !important;
}
.tabs.float-unset {
    float : unset !important;
}
.Can-validation-para {
    font-weight : 600;
    color : black;
    font-family: var(--poppins);
    margin-top: 5px;
}
.checkout-invoice-btn {
    justify-content: end;
}
.similar-product_area{
    margin: 10px 10px !important;
}
