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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: montserrat;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}
div#humanVerificationModal {
    background-color: #fff;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Academy";
    src: url(../fonts/Academy.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 20px 0 60px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden !important;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Rajdhani", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.add-padding {
    margin: 0 auto;
    max-width: 1600px;
}


/*header css start */

.header-logo img {
    width: 110%;
    height: 120px;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #181717;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #EFBF04;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

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

.header-drop-down .dd-menu li a:hover {
    color: #EFBF04;
    background: #fff;
}

.header-drop-down .dd-button {
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 3px 15px 3px 5px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 12px;
}

.dd-input {
    display: none;
}


.dd-input:hover+.dd-menu {
    display: block;
    position: absolute;
    top: 53px;
    z-index: 9;
    background: #EFBF04;
    width: 91%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 0 20px 0;
    z-index: 9999;
}

/* .dd-input:checked+.dd-menu {
    display: block;
    position: absolute;
    top: 53px;
    z-index: 9;
    background: #EFBF04;
    width: 91%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 0 20px 0;
    z-index: 9999;
} */

.dd-input+.dd-menu {
    display: none;
}

.header-drop-down .dd-button i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFBF04;
}

.dd-menu li {
    padding: 0px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.header-drop-down .dd-menu li a {
    color: #000;
    padding: 12px 20px;
    transition: .3s all;
}

.dd-menu li a {
    display: block;
    margin: 0px -20px;
    padding: 10px 20px;
    text-align: center;
}

.container-fluid {
    padding: 0 3%;
}

header .row {
    align-items: center;
}

.top-bar-center {
    position: relative;
    z-index: 1;
}

.top-bar-center input {
    width: 100%;
    height: 55px;
    padding: 0 35px 0 20px;
    border-radius: 50px;
    border: 4px solid #EFBF04;
    font-size: 16px;
    color: #666;
}

.top-bar-center button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    width: 95px;
    height: 45px;
    border-radius: 50px;
    background: #EFBF04;
    border: 0;
    color: #fff;
    font-size: 20px;
}

.top-bar-center input::placeholder {
    color: #EFBF04;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

ul.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

ul.nav-link a {
    font-size: 16px;
    color: #181717;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}

ul.nav-link li {
    position: relative;
    z-index: 1;
}

ul.nav-link li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70%;
    background: #EFBF04;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.nav-link li:last-child::before {
    display: none;
}

.topSec {
    padding: 15px 0;
}

.menuSection {
    padding: 10px 0;
    background: #f6f6f6;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-btn a {
    text-decoration: none;
}

.header-btn i {
    font-size: 16px;
    color: #fff !important;
    width: 50px;
    height: 50px;
    background: #EFBF04 !important;
    display: grid;
    place-content: center;
    border-radius: 50px;
    transition: .5s all;
}

.header-btn i:hover {
    background: #000 !important;
    color: #fff;
}


/*header css start */


/*banner css start */

section.main_slider {
    width: 94%;
    margin: 30px auto 0;
    position: relative;
    z-index: 11;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: auto 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d7d7d7;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: .5s all !important;
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #EFBF04 !important;
    width: 40px;
    height: 10px;
}

img.banner-imag {
    width: 100%;
    object-fit: cover;
}

.carousel-inner {
    border-radius: 20px;
}

.banner_text h1 {
    font-size: 56px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
}

.banner_text p {
    font-size: 16px;
    color: #565656;
    width: 100%;
    margin: 0px 0 8px 0;
    font-weight: 600;
}

.btn-1 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    background: #EFBF04;
    padding: 15px 13px;
    border-radius: 5px;
    transition: .5s all;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-1:hover {
    color: #EFBF04;
    /* background: #fff; */
    box-shadow: 0 0 5px 0px #EFBF04;
    background: transparent;
}

.banner_img {
    margin-left: -10px;
    height: 400px;
    width: 100%;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.carousel-indicators {
    width: fit-content;
    background: #fff;
    border-radius: 50px;
    margin: 0 auto;
    bottom: 15px;
    display: inline-flex;
    justify-content: center;
    padding: 5px 5px;
}


/*banner css end*/


/* Explore Section Start */

.theme-head {
    font-size: 50px;
    color: #0c0b0b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.explore-box img {
    width: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    margin-bottom: 0;
    height: 350px;
    object-fit: cover;
}

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

.explore-box h4 {
    font-size: 30px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
}

.explore-box:hover .over-flow-h img {
    transform: scale(1.2) !important;
    transition: 0.3s ease-in-out;
}

.explore-box .over-flow-h {
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
}

.explore-box h4>span {
    display: block;
    font-size: 17px;
    color: #999494;
    font-family: 'Montserrat';
    font-weight: 500;
}


/* Explore Section End */


/* Lease Section Start */

.lease-sec {
    position: relative;
}

.lease-sec .col-lg-2 {
    width: 20%;
}

.lease-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.lease-image img {
    z-index: -1;
    width: 100%;
    object-fit: cover;
    transition: 1s all;
    height: 420px;
    object-position: center;
    position: relative;
}

.lease-image span {
    top: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    background: #EFBF04;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 500;
    height: fit-content;
}

.lease-box {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.lease-text {
    padding: 20px 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* background: #ffffff80; */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 5px;
    padding-bottom: 50px;
}

.lease-text h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.lease-text h3>span {
    font-size: 12px;
    color: #666;
    text-transform: initial;
    display: block;
}

.lease-price {
    margin: 0 0 10px 0;
}

.lease-price p {
    font-size: 13px;
    color: #0c0b0b;
    font-weight: 600;
    line-height: 20px;
}

.lease-text h5 {
    font-size: 13px;
    color: #EFBF04;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

.lease-text h6 {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}

.lease-text a {
    margin: 0;
    display: block;
    justify-content: center;
    width: fit-content;
}

.lease-box:hover .lease-image img {
    transform: scale(1.1);
    z-index: -1;
    position: relative;
}


/* Lease Section End */


/* Boost Section Start */

.boost-sec .col-lg-6:first-child {
    background: #f6f6f6;
    padding: 50px 40px;
    display: block;
    align-content: center;
}

.boost-sec1 .col-lg-6:first-child {
    background: #0000;
    padding: 0;
    display: block;
    align-content: center;
    padding-right: 0;
}

.boost-sec1 .col-lg-6:last-child {
    background: #f6f6f6;
    padding: 50px 40px;
    display: block;
    align-content: center;
}

.boost-sec .col-lg-6:last-child {
    padding-left: 40px;
}

.boost-content h2 {
    font-size: 50px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
}

.boost-content h6 {
    font-size: 20px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}

.boost-content p {
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 600;
    margin-bottom: 20px;
}

.boost-image img {
    width: 100%;
    object-fit: cover;
    transition: 1s all;
}


/* Boost Section End */


/* Brand Slider Start */

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider img {
    width: auto;
    height: 250px;
    object-fit: contain;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.brand-imag {
    display: block;
    align-content: center;
    text-align: center;
    margin: auto;
}


/* Brand Slider End */


/* Work Section Start */

.work-sec .sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.secn-head {
    font-size: 50px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
}

.work-box {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px 20px 100px 20px;
    border-right: 1px solid #c8c8c8;
    margin-bottom: 0;
    height: 300px;
}

.work-sec .col-lg-3.col-md-3 {
    padding: 0;
}

.work-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #c8c8c8;
    width: 100%;
    height: 1px;
}

.work-box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #EFBF04;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s all;
}

.work-box:hover::after {
    width: 100%;
}

.work-icon img {
    width: 50px;
    height: 50px;
    object-fit: none;
}

.work-text h4 {
    font-size: 26px;
    color: #151515;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}

.work-text p {
    font-size: 12.22px;
    font-weight: 600;
    padding: 0 18px;
    line-height: 20px;
}

.no-border {
    border: 0;
}


/* Work Section End */


/* Why Sell Section Start */

.why-sell-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    object-position: -170px 0px;
    transition: 1s all;
}

.why-sell-text p {
    font-size: 14px;
    color: #a5a5a5;
    margin: 20px 0;
    font-weight: 500;
}

ul.sell-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

img.check-icon {
    filter: brightness(0) saturate(100%) invert(87%) sepia(24%) saturate(3144%) hue-rotate(357deg) brightness(100%) contrast(107%) !important;
}

ul.sell-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 34%;
    margin: 0 0 7px 0;
}

ul.sell-list li p {
    margin: 0;
    font-size: 20px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.why-sell-text a {
    margin-top: 20px;
}

.why-sell-sec .row {
    align-items: center;
}


/* Why Sell Section End */


/* Advertising Section Start */

.advertising-bg .row {
    background-image: url(../images/img-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 10px;
}

.advertising-text {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 584px;
    padding: 50px 30px;
}

.advertising-text h6 {
    font-size: 16px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}

.advertising-text p {
    font-size: 14px;
    color: #a5a5a5;
}

.advertising-text a {
    margin-top: 15px;
}


/* Advertise Bottom */

.advertise-content {
    border-width: 2px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 10px;
    background-color: #EFBF04;
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 25px 15px;
}

img.adv-1 {
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
        width: 280px;
}

img.adv-2 {
    position: absolute;
    right: -200px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.adv-3 {
    position: absolute;
    left: -220px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.advrt-text {
    width: 47%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.advrt-text h3 {
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
}

.advrt-box2 .advrt-text {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.advrt-text p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 10px 0;
}

.advrt-box3 .advrt-text {
    text-align: end;
}

.advrt-text a {
    margin-top: 10px;
    background: #fff;
    color: #000;
}

.advertise-bottom {
    margin-top: 50px;
}

.advertise-bottom .container-fluid {
    padding: 0 2%;
}


/* Advertise Bottom */


/* Advertising Section End */


/* Article Section Start */

.article-image img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    transition: 1s all;
    height: 230px;
}

.article-image img:hover {
    cursor: zoom-in;
}

.article-image {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}

.article-box:hover .article-image img {
    transform: scale(1.3);
    transition: .3s all;
}

.article-text span {
    font-size: 10px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 600;
}

.article-text h4 {
    font-size: 14px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    font-family: 'Montserrat';
}

.article-text p {
    font-size: 14px;
    color: #898989;
    line-height: 20px;
    font-weight: 500;
}

.article-text a {
    font-size: 12px;
    color: #EFBF04;
    text-transform: uppercase;
    margin-top: 10px;
}


/* Article Section End */


/* Footer Top Section Start */

section.footer-top-sec {
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff3;
}

.footer-top-txt-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-txt p {
    font-size: 14px;
    color: #b1b1b1;
}

.footer-top-txt i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    background-color: #EFBF04;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}


/* Footer Top Section Start */


/* Footer Section Start */

footer.footer-sec {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 0;
}

.footer-box h4 {
    font-size: 18px;
    color: #0c0b0b;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-box p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 23px;
    padding: 10px 0;
}

ul.footer-link-list li a {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 30px;
    letter-spacing: 1px;
}

ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 5px 0px;
}

ul.footer-link-list li a {
    transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #EFBF04;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.footer-box:hover::before {
    height: 295px;
    background: #ab8669;
    z-index: 1;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.bottom-list i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50px;
    transition: 1s all;
}

.bottom-text p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: start;
    font-weight: 500;
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border-top: 1px solid rgb(222 222 222);
    padding: 20px 0;
    border-radius: 0;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* background: #f8c374; */
}

.footer-box.box-center {
    margin-left: 20%;
}

.footer-box.box-center {
    margin-left: 20px;
}

ul.bottom-list i:hover {
    transform: scale(1.1) rotate(945deg);
    background: #ab8669;
    border-color: #ab8669;
}

.footer-box {
    position: relative;
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: "";
}

img.ftr-logo-1 {
    /* filter: brightness(100); */
    margin-bottom: 20px;
}

.ft-box-2 {
    margin-left: 50px;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #fff;
    border: 1px solid #0000;
    border-radius: 100px;
    background-color: #EFBF04;
}

.footer-socials ul li a i:hover {
    background-color: #000;
    border: 1px solid #fff;
}

.footer-socials h6 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #0c0b0b;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-card-user img {
    border-radius: 100px;
}

.footer-top-txt h5 {
    font-size: 17px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

section.footer-top-sec .row {
    border-bottom: 1px solid #dedede;
    padding: 60px 0 50px;
}

.footer-socials {
    margin-top: 40px;
}

.bottom-nav-text p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 23px;
}

.bottom-nav-img {
    text-align: end;
}


/* Footer End */


/* Inner Pages Start */

ul.inner-baner-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

ul.inner-baner-list a,
ul.inner-baner-list span {
    font-size: 20px;
    color: #000;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-transform: uppercase;
}

.inner-baner-image {
    height: 500px;
}

.inner-banner-sec .banner_img {
    margin: 0;
}


/* About Page Start */

.about-imag img {
    width: 100%;
    border-radius: 10px;
}

.about-text p {
    font-size: 14px;
    color: #989797;
    margin: 20px 0;
}

.about-page .row {
    align-items: center;
}

.about-page {
    padding: 100px 0;
}


/* About Page End */


/* Listing Page Start */


/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top select {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #bdbdbd;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    padding: 0 2px;
    transition: 0.5s;
    font-family: 'Montserrat';
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #006df0;
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: #000;
}

section.collection-side {
    padding: 30px 0;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar h5 {
    color: #101010;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
}

.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 10px;
    transition: 0.5s;
    font-family: 'Montserrat';
    font-weight: 600;
}

.product-bar1 {
    margin-top: 20%;
}

.product-bar1 a:hover {
    color: #EFBF04;
    padding-left: 10px;
}

.grid-view {
    display: flex;
    gap: 10px;
    color: #000;
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    overflow: hidden;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: #EFBF04;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.pro-list-view .lst-view {
    width: 100%;
}

.pro-list-view .lst-view .lease-box {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.pro-list-view .lst-view .lease-image {
    width: 20%;
}

.pro-list-view .lst-view .lease-text h3 {
    font-size: 30px;
}

.pro-list-view .lst-view .lease-text h3>span {
    font-size: 20px;
}

.pro-list-view .lst-view .lease-text .lease-price p {
    font-size: 16px;
    line-height: 30px;
}

.pro-list-view .lst-view .lease-text h5 {
    display: none;
}

.pro-list-view .lst-view .lease-text h6 {
    display: none;
}

.pro-list-view .lst-view .lease-text {
    text-align: left;
    padding: 0 0 0 40px;
}

.pro-list-view .lst-view .lease-text a {
    margin-right: auto;
    margin-left: 0;
}

.pro-list-view .lst-view .lease-text .lease-price {
    display: none;
}

section.collection-side::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #cccccc;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.grid-view>a i.fa-solid.fa-table-cells,
.grid-view>a i.fa-solid.fa-list {
    transform: rotate(-90deg);
}

section.collection-side .lease-box {
    margin: 0 0 30px;
}


/*product end*/


/* Listing Page End */


/* Listing Detail Page Start */


/*product detail page css start*/

.productdetailsec {
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0;
    color: #0c0b0b;
    text-transform: uppercase;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #1d1d1db0;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #ac725c;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ac725c;
}

.productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ac725c;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.productdetailsec .productdetailportion {
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #ac725c;
}

.iconlist {
    margin-top: 20px;
}

.quanity.product-detail h5 {
    font-size: 18px;
    color: #250503;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #EFBF04;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    font-family: 'Rajdhani';
    padding: 0 !important;
    text-transform: uppercase;
    margin: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 180px;
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #250503;
}

ul.rate-reviews li:first-child i {
    color: #EFBF04;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 45px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 700;
    margin: 30px 0;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "\f005";
    font-family: 'FontAwesome';
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #EFBF04;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #EFBF04;
}

.prod-detail-description .rating>input:checked~label {
    color: #EFBF04;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 16px;
    text-transform: uppercase;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
    font-family: 'Rajdhani';
    font-weight: 600;
    border-bottom: 3px solid transparent !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #EFBF04 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #EFBF04;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #8e8d8d;
    line-height: 24px;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-weight: 600;
    font-size: 14px;
    color: #8e8d8d;
    line-height: 24px;
    margin: 10px 0;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
    color: #8e8d8d;
    line-height: 24px;
}


/*  product Detail Review Section End */


/*product detail page css end*/

.productdetailtext .brand {
    color: #EFBF04;
    font-weight: bold;
    font-size: 16px;
}

.productdetailtext .lease-options {
    display: flex;
    margin-bottom: 20px;
    width: 70%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.productdetailtext .lease-options button {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #0c0b0b;
    background: transparent;
    font-family: 'Rajdhani';
    border: 0;
    font-weight: 600;
}

.productdetailtext .lease-options button.active {
    background-color: #EFBF04;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.productdetailtext .lease-content {
    display: none;
}

.productdetailtext .lease-content.active {
    display: block;
}

.productdetailtext .customize,
.productdetailtext .payment {
    margin-top: 20px;
}

.productdetailtext .payment-options button.selected {
    background-color: #EFBF04;
    color: white;
    border-radius: 5px;
}

.productdetailfor .slick-slide {
    margin: 0 10px;
}

.productdetailnav .slick-slide {
    margin: 0 10px;
}

.productdetailtext h2 {
    font-size: 50px;
    color: #0c0b0b;
    font-weight: 600;
}

.productdetailtext p {
    font-size: 14px;
    color: #8e8d8d;
    line-height: 24px;
}

.vat-text h5 {
    font-size: 13px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
}

.vat-text sub {
    font-size: 13px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}

.vat-text h3 {
    font-size: 38.42px;
    color: #0c0b0b;
    font-family: 'Rajdhani';
}

.vat-text {
    margin: 20px 0;
}

.customize label {
    font-size: 16px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin-bottom: 5px;
}

.customize select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #7c7c7c;
    -webkit-appearance: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
}

.customize .d-flex {
    gap: 20px;
    margin-bottom: 20px;
}

.customize p {
    font-size: 14px;
    color: #a5a5a5;
    margin: 0;
}

.customize {
    padding-bottom: 30px;
    border-bottom: 1px solid #a5a9ab;
}

.payment label {
    font-size: 20px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin-bottom: 5px;
}

.payment select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #7c7c7c;
    -webkit-appearance: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 25px;
}

.payment p {
    margin-bottom: 0;
}

.payment-options {
    margin: 20px 0;
    width: fit-content;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
}

.payment-options button {
    border: 0;
    background: transparent;
    font-size: 12px;
    color: #908f8f;
    width: 70px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.payment-options button::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: #908f8f;
    right: 0;
}

.payment-options button:last-child::before {
    display: none;
}

.productdetailtext .payment-options button.selected:before {
    display: none;
}

.reset-set a {
    font-size: 22px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    border-bottom: 1px solid #0c0b0b;
    line-height: 17px;
    margin-top: 20px;
}


/* Listing Detail Page End */


/* Blog Page Start */

.blog-page .col-lg-3.col-md-6 {
    width: 24%;
    margin: 20px auto;
}


/* Blog Page End */


/* Blog Detail Page Start */

.blog-detail-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.blog-detail-page::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 33.3%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
}

.blog-det-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 30px;
}

.blog-detail-left-content {
    width: 97%;
}

.blog-det-text h2 {
    font-size: 40px;
    color: #171515;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-det-text p {
    font-size: 14px;
    color: #444444;
    margin: 15px 0;
    font-weight: 500;
}

.blog-det-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.blog-det-search input {
    width: 60%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #EFBF04;
    border-radius: 5px;
}

.blog-det-search button {
    background: #EFBF04;
    color: #fff;
    font-size: 14px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: -10px;
}

.blog-detail-right-content h3 {
    font-size: 20px;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.blog-detail-right-content {
    padding-left: 20px;
}

.blog-detail-right-content h3::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    background: #cccccc;
    bottom: 0;
    left: -20px;
}

ul.post-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 20px 0;
}

.post-image {
    width: 35%;
}

.post-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.post-text a {
    font-size: 13.74px;
    color: #171515;
    text-transform: uppercase;
    font-weight: 600;
}

ul.tag-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px 0 0;
    column-gap: 21px;
}

ul.tag-list a {
    font-size: 11px;
    color: #111111;
    text-transform: uppercase;
    padding: 5px 12px;
    width: fit-content;
    transition: .2s all;
    border-radius: 20px;
}

ul.tag-list a:hover {
    background: #EFBF04;
    color: #fff;
}


/* Blog Detail Page End */


/* Contact Page Start */

.get_Sec {
    padding: 100px 0;
}

.get_Sec .from_wrp h2 {
    margin: 0 0 10px 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.get_Sec .from_wrp .grep {
    margin: 0 0 25px 0;
}

.get_Sec .from_wrp .grep input {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #7b7b7b;
}

.get_Sec .from_wrp .grep textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 100px;
    padding: 10px 20px;
    border-radius: 5px;
    resize: none;
    display: block;
    /* align-content: end; */
}

.get_Sec .from_wrp .grep button {
    width: 30%;
}

.get_info {
    margin: 0 0 0 40px;
    background: #EFBF04;
    border-radius: 20px;
    padding: 70px 50px;
}

.get_info h2 {
    /* color: #fff; */
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.get_info ul li {
    display: flex;
    gap: 30px;
    padding: 0 0 40px 0;
    align-items: center;
}

.get_info ul li .img_txt {
    width: 10%;
}

.get_info ul li .info_detail {
    width: 90%;
}

.get_info ul li .info_detail a {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.get_bg {
    position: relative;
    padding: 50px;
    border-width: 1px;
    border-color: rgb(202, 202, 202);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 36.72px 14.28px rgba(0, 0, 0, 0.04);
}

.get_bg:before {
    position: absolute;
}

.from_wrp p {
    font-size: 14px;
    color: #7d7d7d;
}

.from_wrp form {
    margin-top: 30px;
}

.get_Sec .from_wrp .grep input::placeholder,
.get_Sec .from_wrp .grep textarea::placeholder {
    color: #7b7b7b;
    text-transform: uppercase;
    font-size: 12px;
}

.grep button {
    border: 0;
}

.get_info p {
    font-size: 14px;
    /* color: #fff; */
    margin-bottom: 20px;
}

.img_txt i {
    font-size: 30px;
    /* color: #fff; */
}


/* Contact Page End */


/* Account Page Start */

section.account-page {
    position: relative;
    padding: 100px 0;
}

.log-in-wrap {
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
    padding: 50px 40px;
}

.log-in-wrap h2 {
    margin: 0px 0px 40px;
    text-align: center;
    color: #000;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border: none;
    border-radius: 5px;
    background-color: #EFBF04;
}

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

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
    font-family: 'sfpro';
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 75%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: #000;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #666;
}

.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: #EFBF04;
    text-decoration: underline;
}

.terms_chk .form-check-input {
    border-color: #0e95de;
    border-radius: 3px !important;
    box-shadow: none !important;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.form-group input {
    height: 60px;
    background: transparent;
    border: 1px solid #d8d5d585;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-check.terms_chk.mt-4 label {
    color: #000;
}

.account-banner-text h1 {
    background: transparent;
}

.login-box {
    background: #EFBF04;
    border-radius: 10px;
}

.login-box .form-group input:focus {
    background: transparent;
}

.login-box h2 {
    /* color: #fff; */
}

.login-box .form-group input {
    border-radius: 5px;
    /* color: #fff; */
    font-size: 14px;
}

.login-box .form-group input::placeholder {
    color: #000;
}

.login-box button.btn13 {
    background: #fff;
    color: #EFBF04;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}

.login-box .form-check.terms_chk.mt-4 label {
    /* color: #fff; */
}

.login-box .forgot-pass a {
    /* color: #fff; */
}

out .login-box h2 {
    color: #fff;
}


/* Account Page End */

.zoomInimg {
    transition: transform 0.2s ease-in-out;
    cursor: zoom-in;
}


/* Inner Pages End */


/* Social Media Sec */

.social-media-sec .row {
    align-items: center;
}

.social-media-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.social-media-sec .col-lg-6 {
    padding: 0;
}

.social-media-text {
    padding: 60px;
    padding-left: 0;
}

.social-media-text h2 {
    font-size: 50px;
    color: #0c0b0b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-media-text p {
    font-size: 14px;
    color: #a5a5a5;
    margin: 0 0 10px 0;
}

.social-media-sec {
    background: #f6f6f6;
    margin: 50px 0;
}


/* Social Media Sec */

.why-sell-sec:hover .why-sell-image img {
    transform: scale(1.2) !important;
}

.boost-sec:hover img {
    transform: scale(1.2) !important;
}


ul.date {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

ul.date p {
    font-family: "Rajdhani", sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

span.paid {
    top: 10px;
    left: 0;
    width: fit-content;
    height: fit-content;
    display: block;
    z-index: 999;
    background: red;
}

ul.date1 p {
    font-size: 25px;
    text-transform: uppercase;
    color: #000 !important;
}

ul.date1 {
    gap: 0px;
    justify-content: start;
}

.advertise-content.advrt-box1.list1 {
    margin: 30px 0 60px 0;
}

.advertise-content.advrt-box1.list1 img.adv-1 {
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
}

.advertise-content.advrt-box1.list1 .advrt-text {
    width: 57%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

ul.adertise-sell-list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0;
    gap: 5%;
}

ul.adertise-sell-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.adertise-sell-list li span {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Montserrat';
    background: #ffffff;
    color: #000;
}

#backToTopBtn {
    /*display: none;*/
    /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    font-size: 24px;
    background-color: #EFBF04;
    color: white;
    border: none;
    outline: none;
    padding: 12px 24px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

#backToTopBtn:hover {
    background-color: #000;
}

.why-sell-image {
    overflow: hidden;
}

.about-imag {
    transition: 1s all;
    overflow: hidden;
}

.about-imag img {
    transition: 1s all;
}

.blog-det-image {
    overflow: hidden;
}

.post-image {
    overflow: hidden;
}

.about-imag img:hover {
    transform: scale(1.3) !important;
    transition: 1s all;
}

.advertise-content.advrt-box1.list1 a {
    background: #000;
    justify-self: start;
    display: flex;
    color: #fff;
}

.advertise-content.advrt-box1.list1 {
    position: relative;
    z-index: 1;
}

.advertise-content.advrt-box1.list1::before {
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -180px;
    width: 870px;
    height: 520px;
    background: red;
    content: '';
    transform: rotate(34deg);
}

span.paid:before {
    top: 0;
    border-top: 20px solid #EFBF04;
}

span.paid:after {
    bottom: 0;
    border-bottom: 20px solid #EFBF04;
}

span.paid {
    position: absolute;
    top: 10px;
    background-color: #EFBF04;
    padding: 3px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 31px;
    border-radius: 0;
}


span.paid:before,
span.paid:after {
    position: absolute;
    content: '';
    border-right: 13px solid transparent;
    right: -12px;
    width: 0;
    height: 0;
    border-radius: 0 5px 5px 0;
}

span.paid1:before {
    border-top: 30px solid #EFBF04;
}


span.paid1:after {
    border-bottom: 27px solid #EFBF04;
}

.advertise-content.advrt-box1.list1 .advrt-text h3 {
    color: #fff;
    font-size: 42px;
}

span.paid.paid1 {
    top: 37px;
    line-height: normal;
    background: #EFBF04;
    font-size: 22px;
    left: -27px;
    padding: 10px 40px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    /* animation: blink 3s ease-in-out infinite; */
    color: #fff;
    text-transform: capitalize;
    transform: rotate(-26deg);
    z-index: 1;
}

@keyframes blink {
    0% {
        opacity: 0.5;
        transition: 1s ease-in-out;
    }

    50% {
        opacity: .8;
        transition: 2s ease-in-out;
    }

    100% {
        opacity: 1;
        transition: 5s ease-in-out;
    }
}

span.paid.subscription {
    top: 110px;
}

span.paid.subscription::before,
span.paid.subscription::after {
    display: none;
}

/* New Changes  */
.brand-imag:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
}

.btn-1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 5px;
    content: '';
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.btn-1:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.banner_text {
    position: relative;
    z-index: 31;
}

.banner_text h1 {
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px 0;
    color: #000000;
}

.banner_text h1::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 100%;
    /* background: #EFBF04; */
    z-index: -1;
    content: '';
    border-radius: 5px;
}

.slick-slide {
    opacity: 1;
}


.about-img {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    /* background: #000; */
}


.wheel1,
.wheel2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 170px;
    height: 100px;
    position: absolute;
    animation: turn 3s linear infinite;
    z-index: 3;
}

.wheel1 {
    left: 79px;
    top: 45%;
}

.wheel2 {
    right: 172px;
    top: 50%;
}

.start-button {
    display: none;
}


/* Preloader Container */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

#loader.hide {
    transform: translateY(-100%);
    opacity: 0;
}

.about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moving_car {
    position: absolute;
    top: 40%;
    animation: drive 6s linear forwards;
    width: 1000px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    transform: translateY(-50%);
}

.moving_car>img.car {
    width: 100%;
}



.moving_car span img {
    width: 100%;
}

@keyframes drive {
    0% {
        transform: translateX(-1200px);
    }

    50% {
        transform: translateX(calc(50vw - 500px));
    }

    100% {
        transform: translateX(100vw);
    }
}

@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.welcome-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 157px;
    font-weight: 600;
    color: #0000;
    /* or you can use 'transparent' if you want only the stroke */
    -webkit-text-stroke: 6px #EFBF04;
    /* Red outline */
    text-stroke: 2px #fff;
    /* for better compatibility */
    opacity: 0;
    font-family: "Rajdhani", sans-serif;
    z-index: -1;
    animation: fadeIn 2s ease-in-out forwards;
    animation-delay: 3s;
    line-height: normal;
    text-transform: uppercase;
    transform: translateY(-50%);
    /* text-shadow: 9px 0px 10px #ffffff; */
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Main Content (hidden initially) */
#main-content {
    display: none;
    padding: 40px;
    text-align: center;
}

span.aud_ply {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

span.aud_ply>i {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.lease-box {
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
    position: relative;
}

/* Center the button on the screen */
#visitWebsiteBtn {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}



.start-button {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.lease-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background: #00000054;
}

.lease-text p {
    font-weight: 600;
    font-size: 14px;
    color: #d3d2d2;
}

ul.date p {
    color: #fff;
}

.lease-price p {
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
}


.lease-text.lease-text1 {
    width: 82%;
}

.lease-box.inner-lease-box .add_addedby {
    top: 58px;
    width: 38%;
}

.productdetailtext .add_addedby {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px !important;
}

.productdetailtext .add_addedby .added_by_img {
    width: 21% !important;
}
span.paid.buy {
    top: 60px;
    padding: 3px 12px;
}

span.buy:before,
span.buy:after {
    display: none;
}

.txt {
    display: none;
}


.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.first-header-logo {
    margin: 0;
}

.first-header-logo img {
    width: 20%;
    margin: 10% auto 0 auto;
    display: block;
}

.lease-box.product-bar-box {
    margin: 0 40px 30px 0 !important;
}

.product-bar-box .lease-text1 {
    width: 100%;
}

ul.date {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
}


.product-bar-box .lease-image img {
    z-index: -1;
    width: 100%;
    object-fit: cover;
    transition: 1s all;
    height: 580px;
    object-position: center;
    position: relative;
}

.product-bar-box span.paid.buy {
    bottom: 0;
    padding: 3px 12px;
    top: unset;
    width: 100%;
    text-align: center;
}

.inner-lease-box span.paid.buy {
    bottom: 0;
    padding: 3px 12px;
    top: unset;
    width: 100%;
    text-align: center;
}

.advertise-content.advrt-box1.list1 a:hover {
    color: #000;
}

ul.adertise-sell-list li h4 {
    color: #fff;
}

.comment-box {
    width: 100%;
    z-index: 9999999;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    gap: 0;
    margin-top: 10px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -10%;
}


img.send {
    object-fit: scale-down;
    width: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(237deg) brightness(105%) contrast(103%);
}

.comment-box input {
    flex: 1;
    padding: 11px 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 90%;
    font-family: montserrat;
}

.comment-box .send-btn {
    background-color: #EFBF04;
    border: none;
    padding: 12px 12px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 100%;
}

.comment-toggle-btn {
        /* background: none; */
    border: none;
    font-size: 17px;
    margin-left: 10px;
    cursor: pointer;
    padding: 12px;
}

/* Active state */
.comment-box.show {
    opacity: 1;
    max-height: 100%;
    bottom: 0;

}


section.advertising-sec .advrt-text h3 {
    font-size: 27px;
}

.product-bar-box .d-flex a {
    padding: 15px 9px;
    font-size: 15px;
    margin: 0;
}

.product-bar-box .d-flex button {
    padding: 15px 9px;
    font-size: 15px;
}

.share-container {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 0;
    font-family: Arial, sans-serif;
    margin: 20px 0 0 0;
    justify-content: space-between;
}

.share-container span {
    font-weight: bold;
    margin-right: 10px;
    font-family: montserrat;
    font-size: 22px;
}

.share-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.pinterest {
    background-color: #bd081c;
}

.email {
    background-color: #666666;
}


.feedback-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 20px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); */
    width: 100%;
    max-width: 80%;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
    margin: 0 auto;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.feedback-container h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.feedback-container .input-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.feedback-container .input-group input,
.feedback-container .input-group textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 70px;
    padding: 20px 20px;
    border-radius: 5px;
    color: #7b7b7b;
    font-family: 'Montserrat';
    font-size: 15px;
}

.feedback-container .input-group textarea {
    height: 150px;
}

.feedback-container .input-group label {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #777;
    pointer-events: none;
    transition: all 0.3s ease;
    /* transform: translateY(-50%); */
}

.feedback-container .input-group input:focus~label,
.feedback-container .input-group input:valid~label,
.feedback-container .input-group textarea:focus~label,
.feedback-container .input-group textarea:valid~label {
    transform: translateY(-24px);
    font-size: 0.8rem;
    color: #EFBF04;
    background: white;
    padding: 0 5px;
}

.feedback-container .input-group input:focus,
.feedback-container .input-group textarea:focus {
    border-color: #EFBF04;
    box-shadow: 0 0 0 3px #EFBF042a;
}

.feedback-container .rating {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.feedback-container .rating-item {
    font-size: 2rem;
    cursor: pointer;
    color: #ddd;
    transition: all 0.3s ease;
}

.feedback-container .rating-item:hover,
.feedback-container .rating-item.active {
    color: #ffae00;
    transform: scale(1.2);
}

.feedback-container button {
    width: fit-content;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
}



.feedback-container .success-message {
    display: none;
    text-align: center;
    color: #EFBF04;
    margin-top: 1rem;
    font-weight: 500;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.feedback-container .error {
    animation: shake 0.5s ease;
    border-color: #ff6b6b !important;
}


section.feedback {
    padding: 0 0 80px 0;
}


form#feedbackForm button.btn-1 {
    justify-self: center;
    margin: 0 auto;
    display: block !important;
}

.product-bar-box .d-flex {
    margin: 10px 0 0 0;
}

.feedback-container .input-group input::placeholder {
    color: #7b7b7b;
    font-family: 'Montserrat';
    font-size: 15px;
}

.feedback-container .input-group textarea::placeholder {
    color: #7b7b7b;
    font-family: 'Montserrat';
    font-size: 15px;
}

.home-advertisement .advertise-content {
    border-width: 2px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(75 75 75);
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 25px 15px;
}

.home-advertisement .advertise-content.advrt-box1.list1::before {
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -180px;
    width: 870px;
    height: 520px;
    background: #000000;
    content: '';
    transform: rotate(34deg);
}

.start-button {
    display: none;
    /* Hidden by default */
}

.first-header-logo a {
    display: block;
}

.websitedetail ul {
    gap: 15px;
    display: flex;
    margin: 25px 0px;
    flex-direction: column;
    align-items: flex-start;
}

.websitedetail ul li a {
    gap: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.websitedetail ul li a span {
    color: #8e8d8d;
}


ul.date li:last-child p {
    background: #EFBF04;
    width: fit-content;
    padding: 13px 5px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    border-radius: 18px;
    border: 7px solid #fff;
    box-shadow: inset 0 0 20px 0 #000000eb;
    font-size: 15px;
    width: 220px;
    /* animation: bounce 6s infinite; */
    margin-left: 0;
}


ul.date1 li:last-child p {
    border-color: #dbdbdb;
    color: #fff !IMPORTANT;
}


.btn_header ul {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.btn_header ul li a.new_btnz {
    display: flex;
    align-items: end;
    gap: 10px;
    color: #000;
}

.btn_header ul li a.new_btnz .icon i {
    font-size: 30px;
    animation: bounceIn 3s ease-out infinite;
}

.btn_header ul li a.new_btnz .txt_de span {
    font-size: 14px;
}

.btn_header ul li a.new_btnz .txt_de h6 {
    margin: 0;
    font-size: 16px;
}

.btn_header .btn-1 {
    padding: 12px 26px;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

.clock {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: solid 5px #fff;
    transform: scale(0.8);
}

.clock .hours {
    position: absolute;
    width: 50px;
    height: 5px;
    top: 18.5px;
    -webkit-animation: spinClock 5s linear 0s infinite;
    left: -6px;
}

.clock .hours:before {
    content: "";
    height: 5px;
    width: 16px;
    position: absolute;
    right: 11px;
    background: #fff;
    border-radius: 5px;
}

.clock .minutes {
    position: absolute;
    width: 50px;
    height: 5px;
    top: 18.5px;
    -webkit-animation: spinClock 60s linear 0s infinite;
    left: -6px;
}

.clock .minutes:before {
    content: "";
    height: 5px;
    width: 22px;
    position: absolute;
    right: 5px;
    background: #fff;
    border-radius: 5px;
}


@-webkit-keyframes spinClock {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.col-lg-3 ul.date li:last-child p {
    margin-left: 0;
    margin-top: 20px;
}

.categri-slider {
    margin: 30px 0 0;
    padding: 20px 0;
}

.footer-top-txt {
    padding: 8px 20px;
    background: #727272;
    border-radius: 10px;
    display: block;
}

.footer-top-txt * {
    color: #fff !important;
}

.websitedetail .share-icons a {
    height: 30px;
    width: 30px;
}

.btn_header ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn_header ul li i {
    font-size: 30px;
    color: #EFBF04;
    animation: 1.5s clickssss linear(0.91 27.78%, 0.05 74.67%) infinite;
}

@keyframes clickssss {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.2);
    }
}

a.btn-1.regis-btn {
    padding: 12px 18px;
    background: #ffff;
    color: #000;
    box-shadow: 0 0 5px 0px #EFBF04;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lease-box.product-bar-box ul.date {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.lease-box.inner-lease-box .lease-text.lease-text1 {
    width: 90%;
}

a.linkedin {
    background: #0A66C2;
}



.footer-box.ft-box-3 a {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.categri-slider ul.date {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}



.categri-slider .lease-text {
    padding: 20px 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* background: #ffffff80; */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 0;
}

.categri-slider .lease-image img {
    z-index: -1;
    width: 100%;
    object-fit: cover;
    transition: 1s all;
    height: 240px;
    object-position: center;
    position: relative;
}

b,
strong {
    font-weight: bolder;
    color: #000;
}

section.article-sec.all-section.over-flow-h.wow.animated {
    padding: 80px 0;
}


section.inner-video-sec {
    padding: 0 0 60px 0px;
}

.video-img img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    opacity: 0.5;
    object-fit: cover;
}

.video-img {
    background: #000000;
    border-radius: 10px;
}

.video-main {
    position: relative;
}

.watch-play i {
    background-image: url(../images/play-back.png);
    display: inline-flex;
    align-items: center;
    filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(5623%) hue-rotate(356deg) brightness(116%) contrast(123%);
    justify-content: center;
    width: 100px;
    height: 100px;
    padding: 60px;
    background-repeat: no-repeat;
    color: #EFBF04;
}

.watch-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-play img {
    object-fit: scale-down;
    width: 60px;
}


.video-head.text-center.mb-5.theme-head h2 {
    font-weight: 700;
}

/* .slick-center .watch-play {
    display: flex;
}



.slick-center {
    width: 550px !important;
}

.video-slider .slick-list {
    padding-left: 0 !important;
} */
div#carouselExampleControls .carousel-caption {
    background: #0000003d;
    left: 0;
    right: 0;
    padding-left: 100px;
}

div#carouselExampleControls .carousel-caption .banner_text h1 {
    color: #fff;
    width: 100% !important;
}

div#carouselExampleControls .carousel-caption .banner_text p {
    color: #fff !important;
    width: 100% !important;
}

div#carouselExampleControls .carousel-caption .col-lg-6.col-md-8.col-sm-4.align-self-center {
    width: 55%;
}



section.main_slider.inner-banner-sec div#carouselExampleControls .carousel-caption .banner_text h1 {
    color: #000;
}

section.main_slider.inner-banner-sec .carousel-caption {
    padding: 0 !important;
    background: transparent !important;
}

section.main_slider.inner-banner-sec .carousel-caption .col-lg-6.col-md-8.col-sm-4.align-self-center {
    width: 50% !important;
}




/* Inner Page store Start  */
.store-search-form form {
    display: flex;
    align-items: center;
}

.store-search-form button {
    width: max-content;
    white-space: nowrap;
    padding: 11px 25px;
    color: #ffffff;
    text-transform: uppercase;
    background: #EFBF04;
    border-radius: 0 5px 5px 0;
    transition: .5s all;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}

.form-control:focus {
    border-color: #EFBF04 !important;
    outline: 0;
    box-shadow: unset !important;
}

.store-search-form input.form-control {
    padding: 10px 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #000;
    border-right: 0;
}

section.store-sec.sec {
    padding: 80px 0;
}


.store-search-select select {
    cursor: pointer;
    appearance: auto;
    padding: 10px 60px 10px 10px;
    border-radius: 4px;
    border: 1px solid #0000004d;
    color: #000000c2;
}

.store-search-select option {
    cursor: pointer;
}

.store-search-select {
    display: flex;
    justify-content: end;
}

.store-search-form {
    width: 70%;
}

section.store-sec .lease-image img {
    height: 450px;
}

section.store-sec .lease-text {
    width: 96%;
    justify-content: end;
}

.store-market-text ul {
    padding: 0;
    margin: 0;
}

ul.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

ul.stars li i {
    color: #ff9f00;
}

.store-market-text {
    padding: 30px 15px 20px 15px;
    background: #00000000;
    margin: -10px 0 0 0;
    border-radius: 10px;
    box-shadow: 0 0 17px 0 #00000036;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 11px;
}

ul.contact-store li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0 0 10px 0;
}

ul.contact-store li i {
    font-size: 19px;
    color: #EFBF04;
}

.store-market-text h5 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.store-market-image img {
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.store-market-image a {
    display: block;
}

.store-market-text * {
    color: #000;
}

ul.contact-store li a {
    font-size: 13px;
    text-decoration: none;
}

.store-market-bar {
    position: relative;
    height: 100%;
}

.store-market-bar-inner {
    position: sticky;
    top: 0;
}

.store-market-box {
    margin: 0 0 10px 0;
}

.wishlist-link i {
    color: #EFBF04;
    font-size: 20px;
    transition: all 0.3s ease;
    font-weight: 200;
}

.website-link {
    margin: 0 0 0 10px !important;
}


.dashboard-wishlist.active i {
    color: #EFBF04;
    transform: scale(1.2);
    font-weight: 900;
}

/* Inner Page Shop End  */

.btns_list {
    gap: 20px;
}

.btns_list button {
    border: none;
}

.btns_list a {
    text-decoration: none;
}

.btns_list a i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EFBF04;
    margin-right: 20px;
}

.btns_list a {
    text-decoration: none;
    padding: 0 10px;
    height: 54px;
}

.btns_list a:hover i {
    background: #EFBF04;
    color: #fff;
}

.store-image>a {
    width: 100%;
    display: block;
}

.detail-item {
    display: flex;
    justify-content: space-between;
}

.detail-item {
    position: relative;
    padding-left: 20px;
}

.detail-item:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 0;
    font-size: 12px;
    top: 4px;
    color: #EFBF04;
}

div#detailsModal button.close {
    width: 40px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    background: #EFBF04;
}

div#detailsModal button.close span {
    line-height: 1;
    height: 0;
}

.detail-item:not(:last-child) {
    margin-bottom: 20px;
}

h5#detailsModalTitle {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.user_detail_modal .modal-header {
    background: #EFBF04;
    justify-content: center;
}

.user_detail_modal .modal-header .close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 0;
    background: #ffffff;
    color: #EFBF04;
    right: -20px;
    top: -20px;
}

.detail_u {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail_u .detail_user_img {
    width: 40%;
}

.detail_u .detail_user_content {
    width: 60%;
}

.detail_u .detail_user_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

span.products-count i {
    color: #EFBF04;
}

span.products-count {
    font-size: 16px;
    color: #000;
}

span.joined-date i {
    color: #EFBF04;
}

span.joined-date {
    font-size: 16px;
    color: #000;
}

.detail-item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -10px;
    left: 0;
}

.stores-listing-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.store-rating i {
    color: #EFBF04;
}

a.btn.btn-danger.view-store-btn {
    background: #EFBF04;
    border: none;
}

.filter-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.search-box {
    position: relative;
}

.search-box .form-control {
    padding-right: 40px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #6c757d;
}

.category-list .form-check {
    margin-bottom: 10px;
}

.stars {
    color: #ffc107;
}

.store-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.store-image {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.store-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.store-card:hover .store-image img {
    transform: scale(1.05);
}

.store-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.store-info {
    padding: 20px;
}

.store-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-size: 30px;
}

.store-category {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.store-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.4;
}

.store-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.view-store-btn {
    width: 100%;
    background: #007bff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
}

.view-store-btn:hover {
    background: #0056b3;
}

.results-count {
    margin: 0;
    color: #6c757d;
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.sort-options .form-select {
    width: auto;
}

@media (max-width: 768px) {
    .sort-options {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .stores-header .row {
        flex-direction: column;
    }
}

a.btn-1.stores_anchor {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

span.total_store {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-family: 'Montserrat';
}

.collection-filter .custom-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    min-width: 100%;
}

.collection-filter .dropdown-header {
    padding: 14px 21px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    gap: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.collection-filter .dropdown-header::after {
    content: 'â–¼';
    font-size: 0.8em;
}

.collection-filter .dropdown-options {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 5px;
    z-index: 999;
}

.collection-filter .dropdown-option {
    display: block;
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.collection-filter .dropdown-option:hover {
    background-color: #f0f0f0;
}

.collection-filter .dropdown-option input[type="radio"] {
    display: none;
    /* Hide the default radio button */
}

.collection-filter .dropdown-option span {
    position: relative;
    padding-left: 25px;
    /* Space for custom radio button */
}

.collection-filter .dropdown-option span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.collection-filter .dropdown-option input[type="radio"]:checked+span::before {
    border-color: #EFBF04;
    /* Theme color */
    background-color: #EFBF04;
    /* Theme color */
}

.collection-filter .dropdown-option input[type="radio"]:checked+span::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

/* JavaScript would typically toggle this class */
.collection-filter .custom-dropdown.open .dropdown-options {
    display: block;
}

.email-sec .advrt-text {
    margin-top: 70px;
    margin-left: 70px !important;
}

.email-sec .advertise-content.advrt-box1.list1 img.adv-1 {
    padding: 0px 40px;
    left: unset;
    right: 20px;
}

.email-sec .advertise-content {
    height: 360px;
}

.email-sec .advertise-content.advrt-box1.list1::before {
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -100px;
    width: 1350px;
    height: 580px;
    background: #EFBF04;
    content: '';
    transform: rotate(34deg);
}
.email-sec .advertise-content.advrt-box1.list1.verify::before {
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -100px;
    width: 1350px;
    height: 580px;
    background: #EFBF04;
    content: '';
    transform: rotate(34deg);
}
.email-sec .advertise-content {
    border-width: 2px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 10px;
    background-color: #000;
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 25px 15px;
}


img.celebrities-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.celebrities-main-box .advrt-text {
    width: 100% !important;
    margin-top: 50px;
}

.celebrities-main-box:before {
    background-color: #EFBF04 !important;
}

.header-drop-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 67%;
    gap: 10px;
}

.collection-filter {
    width: 45%;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
}

h2 {
    font-family: "Strait";
    font-size: 280%;
    font-weight: bold;
}

.region-style {
    border: 1px solid #c5c5c5 !important;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M480%20224C492.9%20224%20504.6%20231.8%20509.6%20243.8C514.6%20255.8%20511.8%20269.5%20502.7%20278.7L342.7%20438.7C330.2%20451.2%20309.9%20451.2%20297.4%20438.7L137.4%20278.7C128.2%20269.5%20125.5%20255.8%20130.5%20243.8C135.5%20231.8%20147.1%20224%20160%20224L480%20224z%22/%3E%3C/svg%3E);
    background-color: #f6f6f6;
    padding: .3rem 1rem;
    cursor: pointer;
    font-size: .9rem
}

#display {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Chonburi', cursive;
    font-weight: normal;
    margin-bottom: 1rem;
}

label {
    font-family: 'Chonburi';
}

.form-row {
    display: flex;
    width: 66%;
    gap: 10px;
    justify-content: space-between;
}

select#countrySelection {
    font-size: 15px;
}

.form-row label {
    width: 47%;
    font-size: 14px;
    font-family: 'Montserrat';
}

.form-row label select {
    width: 100%;
    appearance: auto;
    padding: 0 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
}


@media only screen and (min-width: 1366px) and (max-width: 1599px) {

img.adv-1 {
    width: 250px;
}

}

.explore-slider .slick-prev::before {
    content: '\f053';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efbf04;
    color: #fff;
    border-radius: 40px;
}

.explore-slider .slick-next::before {
    content: '\f054';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efbf04;
    color: #fff;
    border-radius: 40px;
}



.add_addedby {
    position: absolute;
    display: flex;
    z-index: 9;
    top: 110px;
    width: 55%;
    padding: 10px;
    background: #efbf04;
    align-items: center;
    gap: 12px;
}

.add_addedby .added_by_img {
    width: 30%;
    position: relative;
}
.add_addedby span.add_addedby_name {
    width: 65%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.add_addedby .added_by_img img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.add_addedby .added_by_img .tick_img{
    position:absolute;
    width: 20px;
    height: 20px;
    right: 4px;
}
.lease-text.lst_cont h3 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lease-text.lst_cont .lease-price {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}