/* Home Page Css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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&display=swap');

:root {
    --Product-Bold: "Product-Bold";
    --Product-Bold-italic: "Product-Bold-italic";
    --Product-Ragular: "Product-Ragular";
    --Product-Italic: "Product-Italic";
    --black: #000;
    --white: #fff;
    --Blue: #0e446e;
    --Purple: #7939fe;
    --Light-Purple: #5b6bfe;
    --light-gray: #cfcfcf;
    --built-titling-sb: "built\ titling\ sb";
    --built-titling-rg: "built\ titling\ sb";
    --BuiltTitlingRg-Regular\ 400: "BuiltTitlingRg-Regular\ 400";
    --BuiltTitlingSb-Regular\ 600: "BuiltTitlingSb-Regular\ 600";
    --BuiltTitlingRg-Bold\ 700: "BuiltTitlingRg-Bold\ 700";
    --montserrat-fonts: "Montserrat", sans-serif;
    --poppins: "Poppins", sans-serif;

}

@font-face {
    font-family: "Product-Bold-italic";
    src: url(./product-sans/Product-Sans-Bold-Italic.ttf);
}

@font-face {
    font-family: "Product-Bold";
    src: url(./product-sans/Product-Sans-Bold.ttf);
}

@font-face {
    font-family: "Product-Italic";
    src: url(./product-sans/Product-Sans-Italic.ttf);
}

@font-face {
    font-family: "Product-Ragular";
    src: url(./product-sans/Product-Sans-Regular.ttf);
}

/* @font-face {
    font-family: "built\ titling\ sb";
    src: url(./built_titling/built\ titling\ sb.otf);
}
@font-face {
    font-family: "built\ titling\ rg";
    src: url(./built_titling/built\ titling\ rg.otf);
} */

@font-face {
    font-family: "BuiltTitlingRg-Regular\ 400";
    src: url(./Built_Titling_Font/BuiltTitlingRg-Regular\ 400.ttf);
}

@font-face {
    font-family: "BuiltTitlingSb-Regular\ 600";
    src: url(./Built_Titling_Font/BuiltTitlingSb-Regular\ 600.ttf);
}

@font-face {
    font-family: "BuiltTitlingRg-Bold\ 700";
    src: url(./Built_Titling_Font/BuiltTitlingRg-Bold\ 700.ttf);
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1640px;
    width: 100%;
}

.blue {
    color: var(--Blue);
}

.dropdown.dropdown-language.lang-drop {
    width: 200px;
}

ul.flag {
    background: #fff;
    box-shadow: 0px 5px 5px #888;
    width: 200px;
    display: none;
    position: absolute;
    flex-direction: column;
    padding: 10px;
    border-radius: 11px;
    z-index: 999;
    right: 0;
}

ul.flag.show {
    display: flex;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

/* Header Start */
/* .clr-white {
    color: white !important;
  } */

.home-header {
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 20px 0 !important;
}

.philip-home-header header.pt-2.header-pos.home-header {
    position: absolute;
}

.menu-link a {
    color: black;
}

.btn.menu-link.web.dropdown-toggle.show {
    color: black !important;
}

.philip-home-header a.white-text {
    color: white;
}

.aboutus-header .menu-link a {
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    color: black;
}

.menu-list-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center {
    text-align: center;
}

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

.padding-left-set {
    padding-left: 150px;
}

.menu-link {
    font-family: var(--Product-Ragular);
    font-weight: 500;
    padding: 10px;
    border-radius: 20px;
    transition: all 0.6s ease;
}

.menu-link a,
.menu-link button {
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    z-index: 99;
    border: none;
    background-color: transparent;
}

.menu-link:hover {
    background-color: var(--Purple) !important;
}

.menu-link:hover a,
.menu-link:hover a i {
    color: #fff !important;
}

.menu-active-link {
    background: var(--Purple) !important;
}

.menu-link button {
    padding: 0;
}

.btn.menu-link.dropdown-toggle.white-text:hover {
    color: white;
}

.left-menu-area .menu-link a i {
    color: #000;
    margin-right: 10px;
}

.menu-link a i {
    color: white;
}

.menu-link button i {
    color: white;
}

.menu-link .web i {
    color: black;
}

.btn.menu-link.web.dropdown-toggle:hover {
    color: black;
}

.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none;
    background-color: transparent;
    color: white;
}

.dropdown-item.booking-drop {
    font-size: 18px;
    font-weight: 400;
}

.black-text {
    color: var(--black);
}

/* .clr-white:hover{
    color: #000 !important;
} */
.white-text {
    color: var(--white);
}

.button-host {
    background: var(--Purple);
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 32px;
    font-family: var(--p);
    font-weight: 500;
    transition: 0.5s;
    border-radius: 11px;
    border: 1px solid var(--Purple);
}

.button-host:hover {
    background: var(--Light-Purple);
    border-color: var(--white);
}

/* Header Start End*/

/* Banner Start */

section.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - -162px);
    /* background-image: url("../images/banner-color.png"); */
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

section.banner::after {
    min-height: calc(100vh - -162px);
    background: url(../images/banner-color.png);
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -45px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

section.banner::before {
    content: "";
    position: absolute;
    left: -240px;
    top: -220px;
    background: url("../images/shadow.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
    transform: translate(0, 0);
    z-index: -9;
}

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

.banner-text {
    margin-top: 60px;
}

.banner-text h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: "Product-Bold";
}

.banner-hd {
    font-size: 64px;
    line-height: 80px;
    font-weight: 800;
    font-family: "Product-Bold" !important;
    color: var(--Blue);
}

.center-line {
    position: relative;
}

.center-line:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -11px;
    z-index: -9;
    background: url(../images/span-bottom.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 271px;
    height: 20px;
}

/* Form Tabs */

.tab-area {
    display: none;
    transition: 0.5s;
}

.tab-area.active {
    display: block;
}

.tabs-form {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-shadow: 1px 21px 50px 0 #00254a3b;
    width: 80%;
    overflow: hidden;
}

ul.tabs {
    display: flex;
    justify-content: space-between;
    background: #b6b6b6;
    margin-bottom: 20px;
}

li.tab-list {
    padding: 12px 35px;
    font-size: 22px;
    font-family: var(--Product-Ragular);
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    opacity: 54%;
    width: 50%;
    text-align: center;
}

li.tab-list.tab.active {
    opacity: 1;
    background: var(--Purple);
    box-shadow: 0 4px 20px 0 #000000db;
}

.tabs-innerContent {
    padding: 30px;
}

.select-field {
    width: 100%;
    padding: 10px;
    border: 2px solid #cfcfcf;
    outline: none;
    position: relative;
    font-size: 20px;
    font-family: var(--Product-Ragular);
    font-weight: 400;
    color: #000;
    opacity: 40%;
    border-radius: 10px;
    z-index: 3;
    cursor: pointer;
    height: 54px;
    background-color: transparent;
}

img.drop-shadow {
    position: absolute;
    right: -18px;
    top: -8px;
    width: 88px;
    z-index: 1;
    height: 90px;
}

/* .checkout-field input {
    padding: 8px 10px;
} */
.select-field::placeholder {
    color: #000;
    opacity: 90%;
}

.submit-checknow {
    background: var(--Purple);
    border: 1px solid var(--Purple);
    padding: 12px 45px;
    border-radius: 9px;
    font-size: 20px;
    font-family: monospace;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
}

.submit-checknow:hover {
    background: var(--Blue);
    border-color: var(--Blue);
}

.current-location {
    border: 3px solid #ececec;
    border-radius: 10px;
    margin-bottom: 23px;
    padding: 8px 10px;
}

span.location {
    display: block;
}

.current-location h1 {
    font-size: 16px;
    color: #000;
    opacity: 40%;
}

/* BannerImages */

.banner-animation-images {
    position: relative;
    margin-top: 180px;
}

.bg-hotelimg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: 1.8s all;
}

.people-img {
    position: relative;
    z-index: 1;
}

.people-img img {
    width: 100%;
}

.sunshine {
    position: absolute;
    background: #ffb63b;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transition: 1s all;
    right: -7%;
    top: -12%;
}

.car-images {
    position: absolute;
    bottom: 0;
    right: -462%;
    transition: 1.5s;
    transition: 0.8s;
    transition: 1.8s all;
}

.cloud1 {
    width: fit-content;
    position: absolute;
    transition: 1.5s;
    right: -15%;
    top: 110px;
}

.cloud2 {
    position: absolute;
    right: 25%;
    transition: 1.5s;
    top: -59px;
}

/* All Images Active Class */
.sunshine.active {
    right: 78%;
    top: -2%;
    transition: 1s all;
}

.bg-hotelimg.active {
    top: -90%;
    transition: 1.8s all;
    transform: translate(10px, -50%) rotate(105deg);
    right: 10%;
    opacity: 0;
}

.car-images.active {
    position: absolute;
    bottom: 0;
    right: -75%;
    transition: 0.8s;
    transition: 1.8s all;
    transform: translate(-130px, 0);
}

.cloud2.active {
    right: 43%;
    transition: 1.5s;
}

.cloud1.active {
    right: 2%;
    transition: 1.5s;
}

section.discovers-sec {
    overflow: hidden;
    padding-bottom: 10px;
}

.disc-hd {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--Product-Bold);
    font-weight: bold;
}

.dis-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    color: var(--Purple);
    background: var(--white);
    box-shadow: 0px 0px 10px #00000082;
    font-size: 1.5rem;
    opacity: 50%;
}

.dis-arrow:hover {
    opacity: 100%;
}

.slider-btn-dis {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.transform-left {
    transform: translateX(111px);
    display: none;
}

.transform-left.active {
    display: block;
}

.slick-track {
    cursor: pointer;
}

.card {
    padding-right: 0;
    border: none;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
}

/* .card img {
    width: 100%;
  } */

button.card-heart {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    font-size: 25px;
    border: none;
    border-radius: 6px 6px 7px 14px;
    background: #a1b4d7;
    color: #6c9ad1;
}

button.card-heart:hover i {
    color: var(--Purple);
}

.card-text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    font-family: var(--Product-Ragular);
    font-weight: 400;
}

.card-text button {
    background-color: transparent;
    border: none;
    color: white;
}

section.about-us {
    padding: 140px 0 40px 0;
}

.about-hd-sm {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--Product-Bold);
}

.about-hd {
    font-family: var(--Product-Bold);
    color: var(--Blue);
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.para-about {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--Product-Ragular);
    color: #676767;
}

h5.counter-sm {
    font-size: 16px;
    font-family: "Product-Ragular";
    color: #1a1a1b;
}

h4.sm-counter {
    color: #1a1a1b;
    font-size: 32px;
    line-height: 42px;
    font-family: "Product-Bold";
    font-weight: bold;
}

a.about-link {
    text-decoration: none;
    font-size: 22px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: var(--white);
    background: var(--Purple);
    padding: 15px 40px;
    border-radius: 10px;
    transition: 0.5s;
}

a.about-link:hover {
    background: var(--Blue);
}

section.toptrend-sec {
    background: #f1f2f2;
    padding: 100px 0;
    position: relative;
}

.trend-text h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--Product-Bold);
}

.trend-text h1 {
    font-family: var(--Product-Bold);
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.car-box {
    background: white;
    margin: 30px 14px;
    border-radius: 28px;
    box-shadow: 1px 12px 13px 0 #00000059;
}

.car-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.top-trending-img {
    height: 270px !important;
    border-radius: 20px 20px 0px 0px;
}

.box-pd {
    padding: 0 0px 14px;
}

h4.price-per {
    font-size: 20px;
    color: #060b92 !important;
    font-family: "Product-Ragular";
    font-weight: 400;
}

h4.rating-car {
    font-size: 20px;
    color: #060b92 !important;
    font-weight: 400;
    font-family: "Product-Ragular";
}

.car-box h4 {
    font-size: 24px;
    padding: 0 22px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #000000;
}

.car-box p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #c1c1c1;
    padding: 0 22px;
}

.car-silder-leyar {
    transition: 0.8s all;
}

.product-card-custom {
    min-height: 32rem !important;
}

.car-silder-leyar.slick-slide.slick-active:nth-child(odd) {
    position: relative;
    transition: 0.8s all;
    top: -28px;
}

.car-silder-leyar:nth-child(even) {
    transition: 0.8s all;
    position: relative;
    top: 9px;
}

/* .slider-car-btns {
    display: flex;
    width: 80%;
    justify-content: space-between;
    position: absolute;
    top: 53%;
    transform: translate(54px, -50%);
} */
section.car-rental-sec {
    padding: 0px 0;
    background: url("../images/rental-banner.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.car-rental-text {
    padding-top: 180px;
}

.car-rental-text h4 {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.car-rental-text h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: "Product-Bold";
    color: white;
}

.car-rental-text p {
    font-size: 24px;
    color: white;
    font-weight: 400;
    font-family: "Product-Ragular";
}

a.carbooknow {
    font-size: 22px;
    font-weight: 400;
    font-family: "Product-Ragular";
    text-decoration: none;
    color: #fff;
    background: var(--Purple);
    padding: 12px 40px;
    border-radius: 10px;
    border: 1px solid var(--Purple);
    transition: 0.5s;
}

a.carbooknow:hover {
    border-color: white;
    background: transparent;
}

section.fast-and-easy {
    padding-bottom: 70px;
}

.greece-box {
    width: 64%;
    background: white;
    padding: 29px 22px 19px;
    border-radius: 20px;
    box-shadow: 1px 1px 25px 0 #0000003b;
    position: relative;
}

.greece-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/shadow.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 700px;
    height: 700px;
    transform: translate(40px, -200px);
    z-index: -9;
}

.postion-box-trip-detail {
    position: absolute;
    bottom: 60px;
    right: -190px;
    background: #fff;
    padding: 33px 29px;
    box-shadow: 1px 12px 13px 0 #00000030;
    width: 76%;
    border-radius: 12px;
    overflow: hidden;
}

.trip-details h5 {
    font-size: 14px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #84829a;
}

.trip-details h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Product-Ragular";
    color: #080809;
    margin-bottom: 22px;
}

.trip-details p {
    font-size: 14px;
    font-family: "Product-Ragular";
    font-weight: 400;
}

button.close-humber {
    display: none;
}

.menu-bar-active-row.active button.close-humber {
    display: flex;
}

img.user-img {
    width: 73px;
    height: 74px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 100%;
}

.progress-bar {
    background: var(--Purple);
}

.progress.width-set {
    width: 220px;
    height: 12px;
}

p.btm-para {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #84829a;
}

p.btm-para i {
    margin-right: 30px;
}

button.heart {
    border: none;
    background: transparent;
    font-size: 24px;
    color: #4152ca;
}

h5.greece-hd {
    font-family: "Product-Ragular";
    font-size: 18px;
    font-weight: 400;
    color: #080809;
    margin-top: 30px;
}

p.grace-flex-para {
    font-size: 16px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #84829a;
    margin-top: 20px;
}

span.smpn-left {
    margin-left: 30px;
    margin-right: 10px;
}

button.share-btn {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    font-size: 26px;
    margin-right: 30px;
    color: #84829a;
    margin-bottom: 20px;
}

.iconbox {
    max-width: 60px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 10px;
}

.choose-tex h4 {
    font-size: 16px;
    font-family: "Product-Bold";
    font-weight: bold;
    color: #5e6282;
    margin-bottom: 0;
}

.choose-tex p {
    font-size: 16px;
    color: #5e6282;
    font-weight: 400;
    font-family: "Product-Ragular";
    width: 72%;
}

.gray-bg {
    background-color: #cfcfcf;
}

.purple-bg {
    background-color: var(--Purple);
}

.blue-bg {
    background-color: var(--Blue);
}

section.logos-sec {
    background: #f1f2f2;
    padding: 30px 0 0;
}

.flex-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.testimonials-sec {
    padding: 100px 0 0;
    position: relative;
    margin-bottom: -190px;
}

.testim-box {
    margin: 30px 10px;
    padding: 20px 43px 30px;
    border-radius: 10px;
    box-shadow: 1px 1px 26px 0 #0000003b;
    text-align: center;
    background: #fff;
}

img.user-testimonials {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    border: 2px solid white;
    border-radius: 100%;
    object-fit: cover;
}

p.para-test {
    font-size: 20px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #000;
    /* height: 155px; */
    /*overflow-y: auto;*/
}

.testimonials-username h3 {
    font-size: 22px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: #000;
    position: relative;
    z-index: 999;
}

.testimonials-username {
    margin-top: 38px;
}

.testimonials-username h3:after {
    content: url(../images/test-before.png);
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
}

.slider-testimonials-btns {
    display: flex;
    width: 80%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(-7%, 130%);
}

.newsletter-sec {
    background: url("../images/news-letteer-bg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: calc(100vh - 231px); */
    padding: 180px 0 80px;
}

.newsletter-text h2 {
    font-size: 33px;
    font-family: "Product-Bold";
    font-weight: bold;
    color: white;
}

.newsletter-text p {
    font-size: 20px;
    font-family: "Product-Ragular";
    font-weight: 400;
    color: white;
    margin-top: 25px;
}

.newsletter-text {
    margin-top: 200px;
}

.email {
    width: 100%;
}

input.newsletter-field {
    width: 100%;
    padding: 13px 21px 13px 60px;
    outline: none;
    border-radius: 10px;
    border: none;
    position: relative;
    font-size: 15px;
    font-family: "Product-Ragular";
    font-weight: 400;
}

input.newsletter-field::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #39425d;
    opacity: 38%;
}

button.subscribe-btn {
    padding: 12px 40px;
    border: none;
    margin-left: 10px;
    border-radius: 10px;
    background: #7939fe;
    color: #fff;
    font-weight: 400;
    font-family: "Product-Ragular";
    outline: none;
}

.email i {
    position: absolute;
    z-index: 999;
    top: 16px;
    left: 20px;
    color: #39425d;
    opacity: 38%;
}

.email {
    position: relative;
}

.newsletter-form {
    margin-top: 45px;
}

/* Footer Start */

footer.footer-sec {
    padding: 60px 0 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.calllink h4 {
    color: var(--Blue);
    font-size: 21px;
    font-weight: bold;
    font-family: "Product-Ragular";
}

.calllink p {
    font-size: 20px;
}

.calllink p i {
    color: var(--Purple);
    margin-right: 20px;
}

.calllink p a {
    text-decoration: none;
    color: #5e6282;
}

h2.hd-footer {
    font-size: 21px;
    font-weight: bold;
    color: #080809;
    line-height: 31px;
    font-family: "Product-Bold";
    margin-bottom: 22px;
}

.footer-link ul li a,
.footer-link ul li button {
    font-size: 18px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #5e6282;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.footer-link ul li button:hover {
    background-color: transparent;
    color: #5e6282;
}

.footer-link ul li button:focus-visible {
    color: #5e6282;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.rules-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.rule-link {
    display: block;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.footer-link ul li {
    margin: 0 0 10px;
}

.footer-link p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #5e6282;
}

.footer-link p i {
    margin-right: 20px;
    color: #9b9b9b;
}

.footer-link p a {
    color: #5e6282;
    text-decoration: none;
}

.follow {
    margin-top: 30px;
}

.social-list {
    margin-left: 30px;
}

.follow h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #0e446e;
}

.follow-link {
    margin-right: 6px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 100%;
    font-size: 22px;
    transition: 0.5s;
    cursor: pointer;
}

.sider-bar-new-chats {
    display: flex;
    gap: 21px;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    background: #13063d;
    top: 67px;
    overflow-y: scroll;
    z-index: 99;
    height: 69vh;
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
    transition: 0.8s all;
    display: none;
}

/* width */
.sider-bar-new-chats::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sider-bar-new-chats::-webkit-scrollbar-track {
    background: #13063d;
}

/* Handle */
.sider-bar-new-chats::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sider-bar-new-chats::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sider-bar-new-chats li img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.sider-bar-new-chats li .name {
    color: white;
}

.sider-bar-new-chats li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0;
}

button.open-newmsgList {
    outline: none;
}

.follow-link a {
    color: #0e446e;
    transition: 0.5s;
}

.follow-link:hover {
    background-color: var(--Blue);
}

.follow-link:hover a {
    color: #fff;
}

.social-list img {
    margin-right: 13px;
}

.copyright {
    padding: 17px 0;
    background: #f1f2f2;
    margin-top: 30px;
}

.copyright p {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
}

.copyright p a {
    color: #8c8c8c;
    text-decoration: none;
}

.chats-list {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    z-index: 999;
}

button.chats-open {
    background: #33459e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    font-size: 24px;
    margin: 0 0 0 auto;
    color: white;
    box-shadow: 1px 1px 10px 0 #000;
    z-index: 9;
}

.chatslist-msg {
    position: absolute;
    right: 30px;
    bottom: 21px;
    background: white;
    width: 290px;
    padding: 14px 20px 37px;
    box-shadow: 1px 1px 10px 0 #000;
    border-radius: 6px;
    display: none;
}

.chatslist-msg input {
    width: 100%;
    border-bottom: 1px solid black ! IMPORTANT;
    border: none;
    margin-bottom: 11px;
}

.list-overflownone {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: calc(22vh - 0px);
}

.list-overflownone li {
    cursor: pointer;
    margin: 4px 0;
    padding: 2px 2px;
    color: black;
    transition: 0.6s;
}

.list-overflownone li span {
    display: block;
    font-size: 11px;
}

.list-overflownone li:hover {
    background: #00000052;
}

/*  */

.seton-moble {
    display: none;
}

.about-images-column {
    position: relative;
}

.layer1 {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 90%;
    animation: layer1rotate 8s normal linear infinite;
}

.layer2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    animation: layer2rotate 8s normal linear infinite;
}

.about-girls-image {
    position: relative;
}

@keyframes layer1rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, -180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, -270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, -360deg);
    }
}

@keyframes layer2rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.slider-banner-arrows {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.banner-arrow {
    border: none;
    background: white;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 0 9px;
    font-size: 21px;
    box-shadow: 0px 2px 10px 0 #0000008a;
    opacity: 0.5;
    transition: 0.8s;
}

.banner-arrow:hover {
    opacity: 1;
}

.banner-car-rental {
    position: relative;
}

img.footer-logo-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 115px;
    height: 38px;
}

.footer-app-logo.social-list.d-flex.flex-wrap.align-items-center {
    gap: 20px;
}

.footer-logo-img {
    transition: 0.5s;
}

.footer-logo-area:hover .footer-logo-img {
    opacity: 0;
}

.app-com-soon-text {
    display: block;
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: var(--poppins);
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 50px;
    background-color: #7939fe;
    width: 115px;
    height: 38px;
}

.video-section {
    padding: 50px 0;
}

.video-area {
    display: flex;
    justify-content: center;
}

.coming-soon {
    position: absolute;
    top: -35px;
    width: 140px;
    /* max-width: 170px; */
    font-size: 16px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 2px 0;
    display: none;
    z-index: 99999;
}

.follow-link:hover .coming-soon {
    display: block;
}

button.dis-arrow.right-car-btn.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
}

button.dis-arrow.left-car-btn.slick-arrow {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.confirmation-btn {
    width: fit-content !important;
}

.submitlink {
    display: flex;
    justify-content: center;
}

.error-popup {
    display: none;
    visibility: hidden;
}

.flex-logos-imgs img {
    width: 130px;
}

.video-area video {
    width: 100%;
}

.video-area iframe {
    width: 100%;
    height: 912px;
}

.banner-slider {
    /* margin-bottom: 100px; */
    padding: 230px 0;
    position: relative;
}

.car-rental-slider-inner.car {
    background-color: white;
}

/* .car-rental-text-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
} */
.car-rental-title .first {
    font-size: 150px;
    color: #504c45;
    font-family: var(--BuiltTitlingSb-Regular\ 600);
}

.car-rental-title .second {
    font-size: 155px;
    font-family: var(--BuiltTitlingRg-Bold\ 700);
    color: #9261fb;
}

.car-rental-title .third {
    font-size: 100px;
    font-family: var(--BuiltTitlingSb-Regular\ 600);
    color: #504c45;
    letter-spacing: 9px;
}

.car-rental-title .fourth {
    font-size: 135px;
    font-family: var(--BuiltTitlingRg-Bold\ 700);
    color: white;
    background-color: #9261fb;
    padding: 0px 20px;
    box-shadow: -4px 16px 20px 9px #00000026;
}

.car-rental-title .fifth {
    font-size: 130px;
    font-family: var(--BuiltTitlingRg-Regular\ 400);
    color: #504c45;
    font-weight: 400;
    letter-spacing: 17px;
    padding-left: 22px;
}

.car-rental-title {
    line-height: 1.1;
}

.chat-btns {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #13073c;
    padding: 8px 20px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0 #000000ad;
}

.rider-btter-p {
    font-size: 18px;
    font-weight: 700;
    color: #564e44;
    font-family: var(--montserrat-fonts);
    text-transform: uppercase;
    border: 2px solid #9261fb;
    padding: 12px 10px 12px;
    border-radius: 50px;
    margin-top: 30px;
    letter-spacing: 12px;
    display: flex;
    justify-content: center;
    /* max-width: 580px; */
    width: 100%;
}

.car-rental-dis {
    font-size: 18px;
    font-family: var(--montserrat-fonts);
    font-weight: 500;
    color: #444444;
    line-height: 1.2;
    text-align: center;
    /* max-width: 580px; */
    width: 100%;
}

img.car-rental-img.img-fluid {
    position: absolute;
    top: 0;
    right: 0;
    height: 1080px;
}

.car-rental-text-area {
    position: relative;
    z-index: 999;
    max-width: 600px;
    width: 100%;
}

.rent-now {
    background-color: #9261fb;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    padding: 10px 40px 10px 10px;
    gap: 15px;
    font-size: 15px;
    font-family: var(--montserrat-fonts);
    font-weight: 700;
    border-radius: 50px;
    transition: 0.5s;
}

.rent-now:hover {
    background-color: #0e446e;
}

.rent-now span {
    height: 35px !important;
    width: 35px !important;
    background-color: white !important;
    color: #504c45 !important;
    font-size: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    letter-spacing: unset !important;
}

.car-rental-img-area img {
    position: relative;
    /* top: 210px; */
    /* right: 30px; */
}

.car-rental-percent-area {
    height: 220px;
    width: 300px;
    background-color: #6a36d8;
    position: relative;
    border-radius: 30px;
    transform: rotate(-5deg);
    margin-left: 70px;
    /* box-shadow: -60px 60px 50px 13px #00000047; */
    box-shadow: -71px 55px 71px -8px rgb(0 0 0 / 42%), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), 0px 4px 0px 0px rgb(197 197 197 / 52%) inset;
    stroke-linejoin: round;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-rental-percent-title {
    color: white;
    font-family: var(--BuiltTitlingRg-Bold\ 700);
    line-height: 0.9;
}

h1.car-rental-percent-title .first {
    font-size: 70px;
}

h1.car-rental-percent-title .second {
    font-size: 90px;
}

h1.car-rental-percent-title .third {
    font-size: 45px;
}

img.percent-inner-img {
    position: absolute;
    right: 15px;
    top: 17px;
}

.car-rental-img-area img {
    -webkit-box-reflect: below -336px linear-gradient(#0000, #0000, #ffffff0a, #ffffff00);
    /* width: 99%; */
    overflow: hidden;
    /* border-radius: 10px; */
}

ul.adventure-tab-area {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

ul.adventure-tab-area li button {
    border: 2px solid transparent;
    width: 120px;
    padding: 5px 10px;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 0 5px 2px #00000036;
    font-size: 20px;
    font-family: var(--montserrat-fonts);
    font-weight: 500;
    color: black;
}

ul.adventure-tab-area li.active button {
    background-color: var(--Purple);
    box-shadow: transparent;
    color: white;
}

img.user-pro-img.img-fluid {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid black;
    object-fit: cover;
    object-position: center;
}

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

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

.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;
}

.translator-location-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.translator-location-area li {
    width: 49%;
}

.translator-location-area li:last-child {
    text-align: end;
    text-align: -webkit-right;
}

.dropdown.dropdown-language.lang-drop img {
    max-width: 25px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown-language.lang-drop button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: none;
}

.head-location-area {
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    padding: 0px 0px 0 10px;
    border: 1px solid black;
}

.form-select.location-select {
    border: none;
    font-family: var(--poppins);
    color: black;
    font-weight: 500;
}

.form-select.location-select:focus {
    border: none;
    outline: unset;
    box-shadow: none;
}

.row.align-items-center.mar-top30 {
    margin-top: -30px;
}




section.phil-banner {
    background-image: url(../images/banner.jpg);
    /* padding: 100px 0; */
    /* position: relative; */
    /* overflow: hidden; */
    z-index: 9;
    background-position: center;
}

/* section.phil-banner::before {
    content: url(../images/overlay.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
} */
.banner-title span {
    font-size: 64px;
    font-weight: bold;
    color: white;
    font-family: var(--Product-Ragular);
    letter-spacing: 6px;
}

.banner-title h2 {
    font-family: var(--Product-Bold);
    font-size: 140px;
    font-weight: bold;
    color: white;
    letter-spacing: 6px;
    line-height: 1.1;
}

.banner-title p {
    font-size: 22px;
    font-weight: 400;
    color: #C3C3C3;
    line-height: 30px;
    font-family: var(--Product-Ragular);

}

.banner-facilty-sec {
    text-align: end;
}

.banner-facilty-sec p {
    color: white;
    font-size: 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    font-family: var(--Product-Ragular);
}

.banner-facilty-sec p i {
    font-size: 14px;
}

/* .banner-title {
    margin-bottom: 21px;
} */

.banner-side-area {
    position: relative;
    height: 100%;
}

.hotel-bnner-img {
    position: absolute;
    right: 170px;
    top: -528px;
    width: 100%;
}

.per-day-price-area {
    position: absolute;
    bottom: 70px;
    left: 30px;
    background: #7939FE;
    width: 200px;
    height: 200px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 20px #00000080;
}

.per-day-price {
    transform: rotate(-45deg);
    text-align: center;
    line-height: 1.2;
}

.per-day-price p {
    font-size: 18px;
    font-family: var(--Product-Ragular);
    margin-bottom: 0;
}

.per-day-price span {
    font-size: 44px;
    font-family: var(--Product-Bold);
}

.banner-car-rental .slick-slide {
    height: auto !important;
}

.phil-banner.banner-slider {
    padding: 194px 0 190px;
}

.car-rental-img.hotel.img-fluid {
    height: 100% !important;
}



.rent-now.bg-white {
    color: black;
}

.rent-now.bg-white span {
    background-color: #9261fb !important;
    color: white !important;
}

.banner-car-rental .slick-arrow {
    display: none !important;
}

.usr-drop-li {
    font-size: 16px !important;
    font-family: var(--poppins);
    font-weight: 500 !important;
}


.footer-logo img {
    height: 150px;
    width: 150px;
}






.wrapper {
    position: fixed;
    right: -370px;
    bottom: 30px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: all 0.3s ease;
    box-shadow: 0 0px 10px rgb(0 0 0 / 47%);
    font-family: var(--poppins);
    z-index: 9999;
}

.wrapper.show {
    right: 20px;
}

.wrapper .title-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: var(--Blue);
    margin-bottom: 15px;
}

.title-box i {
    font-size: 32px;
}

.wrapper .title-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.wrapper .info {
    margin-bottom: 15px;
}

.wrapper .info p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.wrapper .info p a {
    color: #4070f4;
    text-decoration: none;
}

.wrapper .info p a:hover {
    text-decoration: underline;
}

.wrapper .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wrapper .button {
    width: calc(100% / 2 - 10px);
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    background-color: var(--Purple);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wrapper .button:hover {
    background-color: var(--Blue);
}

.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: white !important;
}

.dmca-logo-area img {
    width: 150px;
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.wigetavatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

textarea.search-input {
    height: 100px;
    resize: none;
    border-radius: 10px;
    padding: 10px 22px;
}

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

.chat-list.list-unstyled li a {
    width: 100%;
}

.vehicle-check-input {
    display: none;
}

.vehicle-check-label {
    padding: 10px 2px 10px 2px;
    background: #fff;
    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;
    border-radius: 10px;
    color: #000;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.vehicle-type-checkbox-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicle-type-checkbox-area {
    width: 23%;
}

.vehicle-check-input:checked+.vehicle-check-label {
    background-color: var(--light-purple);
    color: white;
}

.vehicle-check-input:checked+.vehicle-check-label img {
    filter: brightness(10);
}

.location-input {
    height: 35px;
    max-width: 250px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
    font-family: var(--poppins);
    font-weight: 500;
    color: black;
    border: 2px solid #cfcfcf;
    outline: none;
}

.transformSet {
    padding: 0 135px;
}

.current-location-btn {
    height: 34px;
    max-width: 34px;
    width: 100%;
    color: white;
    border-radius: 5px;
    background-color: #13063d;
    border: none;
}

section.shop-page {
    position: relative;
}

.opn-filter-btn {
    border: none;
    background-color: #13063d;
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.filter-cls-btn {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #13063d;
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 17px;
}

.fitler-button {
    display: none;
}

.feature-list-area {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-list-area .feature-area {
    width: 30%;
}

.location-popup-wrap {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999999999999;
    visibility: hidden;
}

.location-popup-wrap.active {
    visibility: visible;
}

.location-popup-wrap.active .location-popup-area {
    transform: scale(1);
}

.location-popup-area {
    background-color: white;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 7px #0000004f;
    height: 60vh;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    transform: scale(0);
    transition: 0.5s;
}

.location-popup-area .fa-location-dot {
    font-size: 100px;
    color: var(--Purple);
}

.location-popup-title {
    font-size: 25px;
    font-family: var(--poppins);
    font-weight: 600;
    color: black;
    line-height: 1.2;
}

.locat-popup-p {
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 400;
    color: black;
    line-height: 1.2;
}

.no-result {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    box-shadow: 0 0 4px gray;
    border-radius: 10px;
    /* text-align: center; */
}
.slick-btns-show{
    display: block !important;
}
.sad-face-icon {
    color: red;
}

.nearme-locat-btn {
    background-color: var(--Purple);
    border-radius: 5px;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.other-address {
    background-color: transparent;
    color: black;
    font-size: 16px;
    border: none;
    font-family: var(--poppins);
    font-weight: 500;
    text-decoration: underline;
}

.location-input:focus {
    box-shadow: 0 0 10px 0 #0000008a;
}

.card-menu.pro-specification img {
    width: 30px;
    height: 30px;
}

.list-style {
    list-style-type: inherit;
}

.bundled-filter .reserve-select-field {
    border-color: transparent !important;
}

.bookings-count-span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -10px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 100%;
    color: black !important;
    font-size: 13px;
    font-family: var(--montserrat-fonts);
    font-weight: 400;
    z-index: 111;
}

.bookings-count-span.inner-header-counts {
    background-color: black !important;
    color: white !important;
}

.bookings-count-span.each-booking-count {
    background-color: black;
    color: white !important;
    top: -2px;
    right: 6px;
}

.sidebox-calender-popup.active,
.bndle-booking-cal-box.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000b3;
}

.sidebox-calender-popup.active .side-box-calendar,
.bndle-booking-cal-box.active .reserve-area {
    max-width: 550px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}

/* width */
.sidebox-calender-popup.active .side-box-calendar::-webkit-scrollbar,
.bndle-booking-cal-box.active .reserve-area::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebox-calender-popup.active .side-box-calendar::-webkit-scrollbar-track,
.bndle-booking-cal-box.active .reserve-area::-webkit-scrollbar-track {
    background: gray;
}

/* Handle */
.sidebox-calender-popup.active .side-box-calendar::-webkit-scrollbar-thumb,
.bndle-booking-cal-box.active .reserve-area::-webkit-scrollbar-thumb {
    background: var(--Purple);
}

/* Handle on hover */
.sidebox-calender-popup.active .side-box-calendar::-webkit-scrollbar-thumb:hover,
.bndle-booking-cal-box.active .reserve-area::-webkit-scrollbar-thumb:hover {
    background: var(--Purple);
}


.daterangepicker {
    z-index: 999999999999999999999 !important;
}

.disclaimer-para strong {
    font-weight: 600;
    color: var(--Light-Purple);
}

.disclaimer-para {
    font-size: 16px;
    font-weight: 500;
    color: #13063d;
    margin-top: 20px;
    font-family: var(--poppins);
}


.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background:unset;
}
.dropdown-toggle:focus{
    color: #fff !important;
}
.menu-link:hover .dropdown-menu li a.dropdown-item {
    color: #000 !important;
}

/* dropdown */
.usr-drop-li:hover{
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple {
    background:transparent !important;
    border:none !important;
    padding: 0 20px;
}

.flex-form {
    height: 60px;
    
}

.select2-search__field{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: var(--montserrat) !important;
    color: var(--label-grey) !important;
    margin:0 !important;
 
}

.select2-container--default .select2-selection--multiple {
    padding: 0 20px !important;
}


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


input[type="radio"]:checked + .form-check-label {
    background-color: #13063d !important; 
    color: white;
}

.form-check{padding:0;}
.form-check-inline{
    width:calc(100% / 2 - 20px);
}
.form-check-inline label{
    height:40px !important;
    text-align:center;
    cursor:pointer;
}

.form-check-label{
    justify-content:center !important;
}

.submit-btn{
    width:100%;
}

.resize-text {
    resize: none !important;
    height: 100%;
}


.labels{
    font-size:14px;
    font-weight:500;
    margin:0 0 10px 10px;
}

.form-height{
    height:80px !important;
}

.sub-hd-custom{
        font-size: 20px;
    font-weight: bold;
    color: var(--purple);
    font-family: var(--montserrat);
    padding: 14px 0;
}

.error-message{
    color:red;
    font-size:14px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 20px !important;
}
.main-hd-service{
    font-size:35px;
}

/*.overflow-class{*/
/*    overflow:auto !important;*/
/*}*/