body {
    font-family: "REM", sans-serif;
      font-optical-sizing: auto;
    color: #212529;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(135deg, #fdf2f8 0%, #f5e6f0 30%, #ede0f4 60%, #f0e4f8 100%) ;
    padding: 0;
    margin: 0;
}
a { text-decoration: none; outline: 0;}
img { outline: 0; border: 0 none; max-width: 100%; height: auto; vertical-align: top; -ms-border-radius: 0px; border-radius: 0px;}
ul{margin: 0; padding: 0}
li{list-style-type: none }
p{margin: 0;}
h1, h2, h3{font-size: 2rem;font-weight: 700 ;margin-bottom: 10px;}
.text-left { text-align: left;}
.text-center{text-align: center;}
.text-right { text-align: right;}

.full-width{
    display: block;
    justify-self: stretch;
}
.m-0{margin-top: 0}



header {
    padding: 20px 0px;
    box-shadow: 0 4px 30px rgba(50, 20, 54, 0.8);
    background: #321436;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 2px solid rgba(212, 37, 129, 0.3);
}
.logo {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 20px;
    color: #ee9409;
}
.logo span {
    font-size: 16px;
    display: block;
}
.logo span small {
    font-size: 12px;
    color: #999999;
}
.main-menu{position: relative;}
.main-menu ul li{
    display: inline-block;
}
/*.main-menu svg {
    height: 24px;
    position: absolute;
    right: 160px;
    top: 6px;
}*/


.btn{
    color: #d42581;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    background: rgba(212, 37, 129, 0.1);
    border: 1px solid rgba(212, 37, 129, 0.2);
}
.btn:hover{
    background-image: linear-gradient(#d2237f, #b1025e);
    color: #fff;
}
.main-menu ul li:last-child .btn{
    background-image: linear-gradient(#d2237f, #b1025e);
    color: #fff;
}

footer .btn{
    border-radius: 5px;
}

.home-baner{
    background: url(../images/main-banner.jpg) center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    background-size: cover;
}
.home-baner h1{color: #fff; font-size: 40px;}
.home-baner p{
    color: #ee9409;
        margin-bottom: 30px;
        font-size: 21px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
}
.home-baner img{padding-right: 20px}
.form {
    position: relative;
}
.form input[type="text"] {
    width: 100%;
    position: relative;
    padding: 15px 0px;
    font-size: 18px;
    border-radius: 16px;
    border: 1px solid #ced4da;
    text-align: center;
}
.location-icon svg {
    height: 40px;
    position: absolute;
    z-index: 1;
    width: 40px;
    top: 7px;
    left: 15px;
}
.search-icon svg {
    height: 30px;
    position: absolute;
    z-index: 1;
    right: 15px;
    width: 30px;
    top: 11px;
}

.copy-right {
    background: #200d23;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.scoial-logo ul li {
    display: inline-block;
    padding: 0px 5px;
}
.copy-right p{
    margin: 0;
    padding: 10px 0px 0px 0px;
    color: #fff;
}
.backtotop {
    position: absolute;
    right: 0;
    background: linear-gradient(#d2237f, #b1025e);
    color: #fff;
    padding: 5px 15px;
    border-radius: 17px;
    top: -34px;
    cursor: pointer;
}

.location-list select {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #321436;
    color: #fff;
    border: 1px solid rgba(212, 37, 129, 0.2);
}
footer {
    margin-top: 20px;
    background: #321436;
    padding-top: 50px;
    color: #9ca3af;
}
.address{padding: 20px 0px; text-align: center;}
.rta-badge { margin-bottom: 30px;}
.rta-badge-btn {
    text-align: center;
    padding: 20px 0px;
    border-radius: 10px;
    background: rgba(212, 37, 129, 0.1);
    border: 1px solid rgba(212, 37, 129, 0.2);
    color: #d42581;
}
.btn-search {
    padding-bottom: 50px;
}
.city-list{padding: 50px 0px}
.category-box {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 37, 129, 0.2);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popular-city-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(50, 20, 54, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);;
}
.img-bg img{ 
    box-shadow: 0 .125rem 1.25rem 0 #6b86b126; 
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.category-box:hover .img-bg img {
    transform: scale(1.1);
}
.cat-title {
    position: absolute;
    bottom: 8px;
    color: #fff;
    padding: 0px 20px;
    font-size: 22px;
    border-radius: 0px 10px 10px 0px;
    text-shadow: 0 0 20px #00000080;
    transition: all .25s linear;
    z-index: 2;
}
.popular-city-badge {
    display: block;
    padding: 4px 14px;
    background-image: linear-gradient(#d2237f, #b1025e);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.category-box:hover .cat-title {
    bottom: 28px;
}
.city{padding: 30px 0px}
.city ul {
    column-count: 2;
    margin-top: 30px;
}
.city ul li {
    background: #fff;
    border-bottom: solid 1px #e9e9e9;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.city ul li span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
}

/*Profile*/
.meta-header-bdr {
    border-top: solid 1px #ddd;
}
.breadcromb a{color: #000}
.breadcromb li {
    display: inline-block;
    padding-right: 5px;
}
.breadcromb li:after {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-left: .3rem;
}
.nickname-border {
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    padding: 25px 15px;
    margin: 20px 0px;
}
.nickname {
    font-size: 20px;
    font-weight: 600;
    color: #ff2d6f;
}
.tagcard ul li {
    display: inline-block;
    background: #fff7f8;
    border: solid 1px #ddd;
    padding: 0px 10px;
    border-radius: 5px;
}
.main-title {
    font-size: 20px;
}
.call-btn a {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}
.call { background: #ff2d6f;}
.wp { background: #25d366;}
.tgram { background: #08c;}
.overview h2, .overview h3{
    font-size: 23px;
}
.overview-para {
    padding: 50px 0px;
}

/*New List home page*/
.flex-box {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: start;
    background: #fff;
    padding: 10px;
    border: solid 1px #faa000;
}
.box-text {
    font-size: 20px;
    font-weight: 600;
}
.box-text span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
}

/*Listing Page*/
.inner-serch{
    padding: 30px 0px;
}
.item-card {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    border-radius: 12px;
    margin: 20px auto 0;
    background: #fff;
    position: relative;
    border: .1px solid #e6e6e6;
    max-height: fit-content;
    height: fit-content;
    min-height: fit-content;
    display: flex;
    width: 100%;
}
.item-image {
    height: auto;
    min-height: 234px;
    min-width: 160px;
    overflow: hidden;
    position: relative;
    width: 120px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
    cursor: pointer;
    display: flex;
}
.item-container{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 8px;
    background-color:#fff;
    padding: 20px ;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-title {
    font-size: 18px;
    font-weight: 600;
}
.information ul{margin-top: 20px}
.information ul li {
    display: inline-block;
    padding: 5px 6px;
    border-right: solid 1px #a7a7a7;
    line-height: 5px;
}
.call-wp-btn {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    text-align: right;
    cursor: pointer;
}
.call-wp-btn  button {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 999px !important;
    box-shadow: 0 0 12px 0 #0000001f !important;
    gap: 0;
    height: 52px;
    padding: .8rem !important;
    width: 52px;
    justify-content: center;
    display: inline-flex;
}
.item-image img{
    -o-object-fit: cover;
        object-fit: cover;
}
.read-more{ padding: 50px 0px; }
.read-more h2, .read-more h3{
    font-size: 16px;
}
#btn{
    color: #b1025e;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}
.mt-30{margin-top: 30px}
.pagination li{ display: inline-block;}
.pagination li a {
    background: #dfdfdf;
    padding: 5px;
    color: #000;
}
.pagination li a.active {
    background: #f8b3c2;
    color: #fff;
}

#popupOverlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popupBox {
  background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.warning-title span {
    display: block;
    font-size: 22px;
    color: #484848;
}
.popup-body {
    margin: 20px 0px;
    color: #666;
}
.popup-body p a {
    color: #a5be00;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-body strong {
    color: #000;
    font-weight: 700;
}
.popup-body p small a {
    color: #a5be00;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.popup-footer {
    text-transform: uppercase;
}
.popup-footer p  {
    color: #484848;
    text-transform: capitalize;
}
.popup-footer p small a {
    color: #f85a96;
    font-size: 12px;
}
.popup-footer a.btnn {
    color: #a5be00;
    font-weight: 700;
    font-size: 19px;
    text-transform: capitalize;
}
.popupBox button {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 34px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.popupBox button.transparent {
    background: transparent;
    text-decoration: underline;
    text-transform: capitalize;
}
.warning-title{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}
.popup-header p span {
    color: #484848;
}

.flex-box {
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px #ddd;
    padding: 15px 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.switch-slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .switch-slider {
  background-color: #4CAF50;
}

input:checked + .switch-slider:before {
  transform: translateX(24px);
}
.menu h6{
    font-size: 17px;
    color: #d42581;
    margin: 0;
    font-weight: normal;
}
.menu ul li a{
    line-height: 30px;
    cursor: pointer;
}

.tandc ul {
    margin-left: 15px;
}
.tandc ul li{
    list-style-type: square;
}
.login-box {
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    background: rgba(212, 37, 129, 0.1);
    border: 1px solid rgba(212, 37, 129, 0.2);
    max-width: 531px;
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}
.login-box h1 {
    margin: 0;
}

.form-group{
    margin-bottom: 20px;
    text-align: left;
}
.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"] {
    width: 100%;
    height: 43px;
    font-size: 16px;
    text-indent: 20px;
}

.form-group button {
    width: 100%;
    background: linear-gradient(#d2237f, #b1025e);
    color: #fff;
    padding: 5px 15px;
    border-radius: 17px;
    border: none;
    height: 47px;
    font-size: 20px;
}
.login-box a {
    color: #000000;
}

.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 1000px;
}
.row{
    display: grid;
    gap: 20px;
    align-items: center ;
}
.row-zero{
    gap: 0px;
}
.row-jc{justify-content: space-between}

.grid-1 {
  grid-template-columns: 1fr;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2a {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2p {
  grid-template-columns: 30% 70%;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1200px) {
    .container { max-width: 1000px; }
}
@media only screen and (max-width: 992px) {
    .container { max-width: 960px; }
}

@media only screen and (max-width: 768px) {
    .grid-2p { grid-template-columns: 100%; }
    .container { max-width: 720px; }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-baner { background: url(../images/main-banner.jpg); background-repeat: no-repeat;
        padding: 80px 0px;
        background-size: cover;
    }
    .logo { font-size: 20px; }
    .logo span { font-size: 12px; }
    header { padding: 10px 0px; }
    .item-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    .information ul {
        margin-top: 10px;
        font-size: 10px;
        margin-bottom: 20px;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-2a {
        grid-template-columns: repeat(1, 1fr);
    }
    .row {
        gap: 10px;
    }
    .cat-title {
        font-size: 14px;
    }
    .home-baner h1 {
        color: #fff;
        font-size: 23px;
        line-height: 29px;
    }
    .home-baner p {
        margin-bottom: 16px;
        font-size: 12px;
    }
    .main-menu .btn {
        padding: 7px 13px;
        font-size: 12px;
    }
    .btn {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 576px) {
    .container { max-width: 540px; }
    .pd{ padding: 0px 20; }
    .main-menu svg { left: 0; }
}