*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background: radial-gradient(ellipse at 10% 5%, rgba(212, 165, 116, 0.10) 0%, transparent 50%), radial-gradient(ellipse at 90% 95%, rgba(184, 71, 93, 0.08) 0%, transparent 50%), #FBF7F0;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    padding-bottom: 40px;
    color: #5a4a4a;
}

a{text-decoration: none;}
.pdt-x3{padding-top: 50px}
.pdb-x3{padding-bottom: 50px}
.pdb-x0{padding-bottom: 0px !important}
.mb-x3{margin-bottom: 30px}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.block{display: block;}
.light, .light .h4{color: #fff}
.about-section p{    margin-top: 20px;
    color: #5b2a39;
    text-align: justify;}

.process-section p{   
 margin-top: 20px;
    color: #d2e0f3;
    text-align: justify;}
p.center{text-align: center;}
.bdr-box{
    border: solid 1px #5b2a39b3;
    padding: 20px;
}
p a{
    color: #edc34f;
    text-decoration: underline;
    font-weight: 600;
}
.full{width: 100%}
li{list-style-type: none;}
h1, h2, h3, h4, h5, h6{
    color: #5b2a39;
    line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    color: #5b2a39;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 30px;
}

h1, .h1{font-size: 30px ;}
h2, .h2{font-size: 26px ;}
h3, .h3{font-size: 24px ;}
h4, .h4{font-size: 22px ;}
h5, .h5{font-size: 20px ;}
h6, .h6{font-size: 18px ;}



.bg-image1{
    background: url('images/bg-1.jpg');
    background-size: cover;
    position: relative;
}
.bg-image2{
    background: url('images/bg-2.jpg');
    background-size: cover;
    position: relative;
}
.overley{
    background: linear-gradient(110deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .7) 45%, rgb(0 0 0 / 78%) 100%);
    inset: 0;
    position: absolute;
}
.relative {
    position: relative;
}


.check-list {
    margin: 30px 0px 0px 0px;
    column-count: 1;
}
.check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #d2e0f3;
}
svg.text-green {
    width: 25px;
    color: #e48708;
}

.about-check-list {
    margin: 30px 0px;
    column-count: 1;
}
.about-check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #d2e0f3;
}
svg.text-yellow {
    width: 25px;
    color: #e48708;
}

.white {
    color: #5b2a39;
    font-size: 38px;
    line-height: 60px;
}
.white-small {
    color: #5b2a39;
    font-size: 30px;
    line-height: 40px;
}
.white-smallest {
    color: #5b2a39;
    font-size: 26px;
    line-height: 30px;
}
.gold-divider {
    background-image: radial-gradient(circle at 4px 4px, #D4A574 3px, transparent 3.5px), radial-gradient(circle at 32px 4px, #B8475D 3.5px, transparent 4px), radial-gradient(circle at 60px 4px, #D4A574 3px, transparent 3.5px);
    width: 76px;
    height: 40px;
    margin: 10px auto;
}

.process-heading {
    color: #fa007d;
}

.process-heading span {
    display: block;
    font-size: 28px;
    color: #ffffff;
}
.process.content-bx-bg {
    border: solid 1px #715511;
}

.step p small {
    display: block;
    color: #b2917e;
    font-size: 18px;
    font-weight: 700;
}
.step p span {
    display: block;
    color: #fa007d;
    font-size: 20px;
    font-weight: 700;
}
.step {
    margin-top: 50px;
}

.flex-box {
    background: #46373770;
    border: solid 1px #dddddd47;
    padding: 20px;
    margin-top: 20px;
}
.flex-box ul {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}
.flex-box ul li {
    color: #caa541;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.flex-box ul li span {
    display: block;
    color: #ffffff9c;
    font-size: 17px;
    font-weight: 600;
}

.image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
   
}
.image-box-heading {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 2;
    background: linear-gradient(135deg, #edc34f, #d4a528, #9a6f09);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
    transform: rotate(-3deg);
    box-shadow: 0 6px 18px rgba(184, 71, 93, 0.4);
}
a.btn.btn-center {
    color: #d1d1d1;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #150d1b;
    border: 1px solid #3b2949;
    border-radius: 100px;
}
a.btn.btn-center:hover {
    color: #000;
    background-color: #edc34f;
    border: 1px solid #edc34f;
}
img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.all-catagery-loop, .all-profile-loop {
    margin: 20px 0px;
}

.bg-dark{
    background: #000 url(images/image-adult-banner.webp) right no-repeat;
}
.bg-dark01{
    background: #000 url(images/escorts-girls-bangalore01.jpg) right no-repeat;
}
.bg-dark02{
    background: #000 url(images/home-bg.png) right bottom no-repeat ;
    background-size: center;
}
.bg-light{
    background: linear-gradient(135deg, #B8475D 0%, #8B3A4C 100%);
    padding: 30px 0px;
}
.black{
    background: radial-gradient(ellipse at 10% 10%, rgba(212, 165, 116, 0.20) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 90%, rgba(184, 71, 93, 0.10) 0%, transparent 50%),
    #F6EFE6;
}
.container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.content-center{
    margin: 0 auto;
}
.justify-center{
   justify-content: center;
}
.grid-1{
    width: 8.33333333%;
    padding:15px;
}
.grid-2{
    width: 16.66666667%;
    padding:15px;
}
.grid-3{
    width: 25%;
    padding:15px;
}
.grid-4{
    width: 33.33333333%;
    padding:15px;
}
.grid-5{
    width: 41.66666667%;
    padding:15px;
}
.grid-6{
    width:50%;
    padding:0px 15px;
}
.grid-7{
    width: 58.33333333%;
    padding:0px 15px;
}
.grid-8{
    width: 66.66666667%;
    padding:0px 15px;
}
.grid-9{
    width: 75%;
    padding:0px 15px;
}
.grid-10{
    width: 83.33333333%;
    padding:0px 15px;
}
.grid-11{
    width: 91.66666667%;
    padding:0px 15px;
}
.grid-12{
    width:100%;
    padding:0px 15px;
}



header {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
   height: 70px;
    display: block;
    padding: 0px 0px;
}

.menu{
    display:flex;
    list-style:none;
    gap: 5px;
}

.menu li a{
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
    transition: color 0.25s ease;
    padding: 5px 20px;
    border-radius: 20px;
}

.menu li a:hover, .active{
    color: #ffffff !important;
    background: #AB1730;
}

.menu-btn{
    display:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}


.hero-banner {
    background: url(images/hero-bg.jpg) center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    background-size: cover;
}
.main-banner{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.hero-banner h1{
    color: #5b2a39;
    font-size: 70px;
    line-height: 70px;
}

.hero-banner p{
   color: #5b2a39;
    line-height: 30px;
    border: solid 2px #d4a528;
    border-radius: 100px;
    display: inline-block;
    padding: 1px 30px;
}
.hero-banner p.with-bdr{
    border: none;
    margin-top: 20px;
    font-size: 22px;
}

.hero-banner-inner {
    background: url(images/inner-banner.jpg);
    text-align: left;
    padding: 30px 0px;
    background-size: cover;
}
.hero-banner-inner h1{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 32px;
}
.hero-banner-inner .main-banner{
    margin: unset;
    text-align: left;
    max-width: 100%;
}


.single-banner-inner {
    background: url(images/single-inner-page.jpg);
    text-align: left;
    padding: 30px 0px;
    background-size: cover;
}
.single-banner-inner h1{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 32px;
}


.breadcromb {
    margin-top: 20px;
}
.breadcromb li {
    display: inline-block;
    border-right: solid 1px #5b2a39;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px;
}
.breadcromb li:last-child {
    border: none;
}
.breadcromb li a{
    color: #fff;
}
.counter {
    margin-top: 30px;
    border-radius: 1000px;
    text-align: center;
    background-color: #150d1b;
    border: 1px solid #3b2949;
}
.counter ul li {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffffcc;
    text-align: center;
}
.counter ul li span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    color: #edc34f;
    line-height: 40px;
}

.profile-list ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

}

.profile-list ul li{
    width: 24.3%;
    list-style: none;
}

.model-box {
    position: relative;
    aspect-ratio: 3 / 4;
    background: #F4EBDB;
    border: 1px solid rgba(184, 71, 93, 0.10);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0);
    border-radius: 20px;
}
.model-box:hover {
    border-color: #d4a52866;
    transform: translateY(-4px);
    box-shadow: 0 8px 32px #d4a5281a;
}
.model-box .img{
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0);
}
.model-box .img:before{
    position: absolute;
    content: '';
    /*background: linear-gradient( to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 75% );*/
     bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.model-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}
.model-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    
}
.model-info .h4 {
    color: #ffffff;
    font-size: 23px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.model-info p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    background: #5c0607;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 10px;
}

.profile-s-description {
    padding: 10px 20px;
    text-align: center;
}
.profile-s-description .name {
    color: #5b2a39;
    font-size: 18px;
    font-weight: 500;
}
.profile-s-description p {
    color: #99a1af;
    font-size: 14px;
    padding-bottom: 20px;
}
p.location-name {
    color: #d4a528;
    font-size: 14px;
    padding-bottom: 0px;
}
.profile-s-description p span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: linear-gradient(135deg, #d4a528, #b8860b);
    border-radius: 9999px;
    padding: .75rem 2rem;
    font-size: .875rem;
    font-weight: 600;
    transition: all .3s;
    /* margin-top: 65px; */
}

.star {
    background-image: url(images/star.svg);
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 1px;
}
.tag {
    width: 56px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 60px;
    background: linear-gradient(180deg, #A90000 0%, #F24A4A 100%);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.model-box:hover img {
    transform: translateY(-6px);

}

.sections-points h3{
    color: #5b2a39;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.sections-points ul{
    margin-left: 20px;
}
.location {
    column-count: 4;
    margin-top: 20px;
}
.location2 {
    column-count: 2;
}
.location li {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0);
}
.location li a {
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(184, 71, 93, 0.14);
    padding: 10px 20px;
}
.icon-header {
    background: linear-gradient(135deg, #FDEFEC 0%, #F4E0D0 100%);
    padding: 10px;
    border-radius: 1000px;
    margin-right: 15px;
    color: #B8475D;
    border: 1px solid rgba(184, 71, 93, 0.18);
    width: 50px;
    height: 50px;
     overflow: hidden;
}
.icon-footer {
    font-size: 14px;
    font-weight: 500;
    color: #5B2A39;
}
.icon-header img {
        height: 100%;
    width: 100%;
    object-fit: cover;
}
.location li:hover a {
    border-color: #d4a52866;
    transform: translateY(-4px);
    box-shadow: 0 8px 32px #d4a5281a;
    background: linear-gradient(135deg, #B8475D 0%, #8B3A4C 100%);
}
.location li:hover .icon-footer {
    color: #fff;
}
.max-width {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 29px;
    color: #fff;
}
.max-width h3{
    margin-bottom: 20px;
}
.area-section h2{
    font-size: 24px;
    line-height: 33px;
    margin: 20px 0px 10px 0px;
}
.area-section h2 span {
    display: block;
    color: #ff0808;
}
.location-bdr{
    border: solid 5px #5b2a39;
    border-radius: 20px;
    border-right: none;
    border-top: none;
}
.list-location-box {
    background: #790003;
    padding: 30px;
    color: #fff;
}
.list-location-box h3 {
    font-size: 20px;
    margin: 10px 0px;
}
.list-location-box ol {
    margin: 20px 0px 20px 20px;
}
.list-location-box ol li {
    list-style-type: square;
    line-height: 30px;
}
.area-section p {
    text-align: justify;
    margin-bottom: 20px;
}
.related-categery {
    column-count: 2;
    margin-top: 20px;
}
.sections-catagery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sections-catagery ul li{
    width: 19.2%;
}
.sections-catagery li:nth-child(n+6) {
    margin-top: 20px;
}
.sections-catagery .relative {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 2px solid #790003;
}
.sections-catagery .relative:hover {
    border: 2px solid #fbc66d;
}



.sections-catagery .relative img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.sections-catagery .absolute {
    background: radial-gradient(ellipse at 10% 10%, rgba(212, 165, 116, 0.20) 0%, transparent 50%),    radial-gradient(ellipse at 90% 90%, rgba(184, 71, 93, 0.10) 0%, transparent 50%),    #F6EFE6;
    border: 1px solid rgba(184, 71, 93, 0.10);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    padding-bottom: 15px;
}
.absolute span {
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 14px;
    background-color: #150d1b;
    border: 1px solid #3b2949;
}
.sections-catagery ul li:hover .absolute span {
    color: #000;
    background-color: #f59e0b;
    border: 1px solid #f59e0b;
}
.sections-catagery ul li:hover img {
    transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
}
.sections-catagery ul li:hover .absolute {
    background: #0000005e;
}
.catagery-title{
     position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    text-align: center;
    color: #5b2a39;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sections-catagery ul li:hover .catagery-title {
    transform: translateY(-9px);
    color: #fff;
}

.service-locations {
    background-color: #0f172a;
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.all-profile-loop ul li:nth-child(n+6) {
    margin-top: 10px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6  {
    margin-top: 30px;
}
.content-bx-bg {
   padding: 30px;
    background: linear-gradient(145deg, #000000e6 0%, #2e100f 100%);
    border: solid 2px #790003;
}
.content-bx-bg-bdr {
    background: #0f172a;
    border-left: solid 10px #de7e07;
    padding: 30px;
    border-radius: 30px;
    color: #94a3b8;
}
/*Review Section*/
.review {
    background: #020617;
    border: solid 1px #21294a;
    padding: 30px;
    border-radius: 10px;
    color: #94a3b8;
}
.review-title p {
    color: #fff;
    font-size: 22px;
    margin: 0;
}
.review-title p span {
    font-size: 14px;
    display: block;
    color: #94a3b8 !important;
}
.review p span {
    font-size: 14px;
    display: block;
    color: #edc34f;
}
.star5 {
    color: #edc34f;
    font-size: 28px;
    margin-top: 12px;
}

/*Footer Fixes*/
.footer-bg{
    height: 5px;
    background: linear-gradient(90deg, #B8475D, #E85A71, #D4A574, #E85A71, #b8475d);
}
footer {
   padding: 50px 0px 5px 0px;
   background: radial-gradient(1100px 380px at 90% 0%, rgba(232, 90, 113, 0.10), transparent 60%), radial-gradient(900px 340px at 5% 110%, rgba(212, 165, 116, 0.12), transparent 65%), linear-gradient(180deg, #FBF7F0 0%, #F8E9E2 100%);
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style-type: none;
}
footer ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
}
footer ul li:hover a {
    color: #000;
}

footer h6, footer h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #5b2a39;
    letter-spacing: 1px;
}
footer p{
     color: #6b5e5e;
}
.copy-right {
    text-align: center;
    color: #6b5e5e;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid rgba(184, 71, 93, 0.15);
    background: rgba(184, 71, 93, 0.10);
    padding-bottom: 10px;
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 20px;
    font-weight: 500;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol {
    background: linear-gradient(135deg, #B8475D 0%, #8B3A4C 100%);
}
.rcol {
    background: #0F612D;
}
.lcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
/*.select-option{display:inline-flex; align-items:center; justify-content:space-between; margin-top: 30px;;}*/
.select-option .d-flex{display:flex; align-items:center; justify-content:center;position: relative;}
.select-option button {
    background: #790003;
    padding: 8px 20px 4px;
    cursor: pointer;
    height: 51px;
    border: none;
    border-radius: 100px;
    /* border: 1px solid #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 3px;
}
.select-option select {
    padding: 15px 10px;
    border-radius: 100px;
    color: #7a0d0dfa;
    font-size: 16px;
    width: 600px;
    background: #fff;
    border: 3px solid #fbc66d;
    font-weight: 600;
}

.show-more{
    background: #fbc66d;
    color: #2e100f;
    border: none;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

/*FAQ*/

  .faq-bg {
    background: #fbf7f0;
    border-bottom: solid 2px #f6eae5;
    padding: 15px;
    color: #5b3655;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    align-items: center;
  }
  .faq-bg .faq-col {
      flex: 0 0 calc(50% - 10px);
  }

  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
    color: #5b2a39;

}
.accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px ;
    background: #F4EBDB;
    border: 1px solid rgba(184, 71, 93, 0.10);
}
.accordion__intro {
    position: relative;
    padding:15px 20px;
    cursor: pointer;
}
.accordion__intro span{
  position: absolute;
  right: 10px;
  top: 37%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
  border-top: 1px solid #fff;

}
.accordion h5,
.accordion p {
  margin: 0;
}
.accordion h5 {
    font-size: 18px;
}
.accordion p {
  color: #5b2a39;
  margin: 0;
  line-height: 28px;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}

/*Contact Page*/
.contact-box {
    padding: 25px;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
.info-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-color: #5b2a39;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.info-icon i {
    font-size: 30px;
}
.info-content h5 {
    font-size: 20px;
    font-weight: 500;
}
.info-content p {
    color: #fff;
}
.form-group{
    margin-bottom: 20px;
}
.form-group input[type="text"] {
    width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 18px;
    border: solid 1px #7a4f4e;
    background: #3e1716;
    color: #fff;
    border-radius: 5px;
}
.form-group textarea {
    width: 100%;
    padding: 10px;
    height: 180px;
    font-size: 18px;
    border: solid 1px #7a4f4e;
    background: #3e1716;
    color: #fff;
    border-radius: 5px;
}
.form-group button{
    background: #5b2a39;
    border: none;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}
/*Pricing Page*/
.price-card {
    background: #020617;
    border-radius: 22px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    border: solid 1px #21294a;
}
.price-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    border: 4px solid #dc7b06;
}
.price-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}
.starting {
    font-size: 14px;
    color: #ff8a00;
    font-weight: 500;
}
.price-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}
.price-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px dashed #eee;
}

.price-list li span{
    color: #d2e0f3;
}
.price-list li strong{
    color: #f39b0a;
}
.price-card a {
    color: #fff;
    font-size: 18px;
}
.price-card a:hover {
    color: #de7e07;
}

/*Hotel List*/
.hotel-list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hotel-box {
    width: 32%;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    overflow: hidden;
}
.hotel-box:hover {
    border: solid 1px #5b2a39;
}
.hotel-image {
    max-width: 180px;
    min-width: 180px;
}
.hotel-image img {
    display: block;
    width: 100%;
}
.hotel-info {
    padding-right: 10px;
}
.hotel-info h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.hotel-info p {
    color: #fff;
}
/*Profile Image*/
.about-box {
    padding: 30px;
    background: #3e1716;
    border: solid 1px #7a4f4e;
    border-radius: 10px;
    text-align: center;
}
.about-box li span{
    text-align: right;
    float: right;
}

.profile-overview h5{
    font-size: 20px;
}
.book-list{
    margin: 30px 0px;
}
.book-list li {
    background: url(images/icon.png) no-repeat left;
    padding-left: 30px;
    line-height: 32px;
    background-size: 16px;
}
.cat-box {
    margin-bottom: 50px;
    color: #fff;
}
.cat-box p{
    margin-bottom: 20px;
    color: #fff;
}
.overview-section h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0px;
}
.hotel-relative {
    position: relative;
}
.hotel-relative-heading {
    position: absolute;
    color: #fbc66d;
    background: #000000;
    padding: 10px 20px;
    bottom: 30px;
    right: 0;
    border-radius: 40px 0px 0px 40px;
    font-size: 20px;
    font-weight: 600;
    border: solid 1px #fbc66d;
    border-right: none;
}

ul.star-bg {
    margin: 25px 0px;
}
.star-bg li {
    background: url(images/star.svg) no-repeat left center;
    background-size: 14px;
    padding-left: 22px;
    line-height: 30px;
}

.privacy p{
    margin-top: 0px;
}
.privacy h2, .privacy .h2, .privacy h3, .privacy .h3 {
    font-size: 18px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
}
.social-media li a {
    padding: 10px;
    text-align: center;
    display: flex;
    border-radius: 10px;
    background: #E85A71;
    color: #fff;
}

.marquee {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    white-space: nowrap;
    margin-top: 50px;
}

.marquee-content {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    color: #5b2a39;
    font-size: 18px;
    font-weight: 600;
    margin-right: 60px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.video-bg {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    /* padding-top: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
}



/* Responsive */
@media(max-width:991px){

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5{
        width:50%;
    }
}

@media(max-width:767px){


    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8{
        width:100%;
    }
    .hero-banner h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-banner {
        background: none;
        padding: 50px 0px;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 36px;
    }
    .profile-list ul li {
        width: 100%;
        list-style: none;
    }
    p{text-align: justify;}
    .hero-banner p {
        text-align: center;
    }
    .hero-banner p.with-bdr {
        border: none;
        margin-top: 9px;
        font-size: 14px;
        line-height: 20px;
    }
    .white {
        font-size: 24px;
        line-height: 30px;
    }
    .white-small {
        font-size: 22px;
        line-height: 32px;
    }
    .catagery-title {
        font-size: 14px;
       
    }
    .hero-banner p strong {
        font-size: 18px;
    }
    .sections-catagery ul li {
        width: 48%;
    }
    .sections-catagery .absolute {
        font-size: 17px;
    }
    .absolute span {
        font-size: 11px;
        padding: 2px 14px;
    }
    ul.location {
        column-count: 2;
        margin-top: 20px;
    }
    footer .grid-3 {
        width: 50%;
    }
    .copy-right p{
        text-align: center;
    }
    .counter ul li {
        padding: 15px;
        font-size: 14px;
    }
    .counter ul li span {
        font-size: 30px;
        font-weight: 500;
        display: block;
        color: #5b2a39;
        line-height: 40px;
    }
    .hero-banner-inner h1 {
        font-size: 28px;
    }
    .hero-banner-inner {
        padding: 50px 0px;
    }
    .hotel-box {
        width: 100%;
    }
    .content h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .location2 {
        column-count: 1;
    }
    .content-bx-bg {
        padding: 10px;
    }
    .content {
        padding: 20px;
    }
}
@media(max-width:768px){
    .faq-bg {
        display: block;
    }
    .marquee-content {
        animation-duration: 12s;
    }

    .marquee-content span {
        font-size: 16px;
        margin-right: 40px;
    }

    .select-option select {
        width: 100%;
    }
    .menu{
        position:absolute;
        top:60px;
        left:-100%;
        width:100%;
        background:linear-gradient(135deg, #B8475D 0%, #8B3A4C 100%);
        flex-direction:column;
        text-align:center;
        transition:0.4s;
        padding:20px 0;
        gap: 0px;
        z-index: 9999;
    }
    .menu li a {
        color: #fff;
    }

    .menu.active{
        left:0;
    }

    .menu li{
        margin:15px 0;
    }
    .menu-btn{
        display:block;
    }

    .logo img {
        width: 200px;
    }
}
