/* html {
    min-height: 100%;
  } */
  
  /* body {
    height: 100%;
  } */
  

  /* @media only screen and (max-width: 990px) {
    .slideshow{
        height: 50vh !important;
    }
  } */
  
  body {
    background: #0f0f0f;
}
.location_card_body {
  background: #000;
}
  .slideshow {
    list-style: none;
    z-index: 1;
    height: 100vh;
    margin-bottom: -80px;
  }
  .slideshow li span {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
  }
  .slideshow li h3 {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 150px;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 4.0625em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: titleAnimation 24s linear 1 0s;
    -moz-animation: titleAnimation 24s linear 1 0s;
    animation: titleAnimation 24s linear 1 0s;
  }
  @media only screen and (min-width: 768px) {
    .slideshow li h3 {
      bottom: 30px;
      font-size: 8.125em;
    }
  }
  @media only screen and (min-width: 1024px) {
    .slideshow li h3 {
      font-size: 10.9375em;
    }
  }
  
  .slideshow li:nth-child(1) span {
    background-image: url('../img/slide4.jpg');
  }
  
  .slideshow li:nth-child(2) span {
    background-image: url('../img/slide5.jpg');
   
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
  }
  
  .slideshow li:nth-child(3) span {
    background-image: url('../img/slide6.jpg');
   
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
  }
  
  .slideshow li:nth-child(4) span {
    background-image: url('../img/slide5.jpg');
   
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
  }
  
  @-webkit-keyframes imageAnimation {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
    }
    12.5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes imageAnimation {
    0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
    }
    12.5% {
      opacity: 1;
      -moz-animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes imageAnimation {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      -moz-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    12.5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes titleAnimation {
    0% {
      opacity: 0;
    }
    12.5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes titleAnimation {
    0% {
      opacity: 0;
    }
    12.5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes titleAnimation {
    0% {
      opacity: 0;
    }
    12.5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    37.5% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .no-cssanimations .slideshow li span {
    opacity: 1;
  }











.gallery_three .fa-circle{
    color: green;
    margin-right: 5px;
}


.blink-hard {
    animation: blinker 1s step-end infinite;
  }
 
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }


  .gallery_two{
    position: relative;
    /* transition: transform 100ms; */
  }
  
  .gallery_one{
    border: none !important;
  }
  
  
  /* gallery  */

  .gallery_three p{
      color: #fff;
  }
  
  .gallery_three {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  
  .gallery_three{
    z-index: 1;
  }
  
  .gallery_three p{
      text-transform: uppercase;
  }

  .gallery_three h6{
    color: #fff;
    font-weight: 600;
    font-size: 1.2em !important;
    text-transform: uppercase;
  }
  
  .layer{
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.84) 83%,rgba(0,0,0,.95) 94%,rgba(0,0,0,1) 99%,rgba(0,0,0,.65) 100%);
  }
  
  .gallery_three img{
    width: 50px;
  }
  
  
  @media only screen and (max-width: 1024px) {
    .gallery_three img{
      width: 20px !important;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .gallery_three h6,.gallery_three__p{
     font-size: 10px !important;
    }
    .gallery_three p{
        font-size: 10px !important;
    }
    .footer__links a{
        color: #fff;
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        padding-bottom: 10px !important;
    }
  }



  .card-img{
    overflow: hidden;
}
 
.card-img img{
    transition: all 1.5s ease;
}
 
.card-img:hover img{
    transform: scale(1.5);
}






/* home-two  */

#home-two{
     background-color: rgb(26,26,26);
}



/* #home-three */

/* tribe_four_card  */

#home__three{
    background-image: url('../img/home_background.jpg') !important;
    block-size: cover !important;
    background-repeat: repeat !important;
    width: 100% !important;
    height: 100% !important;
    background-attachment: fixed;
    background-position: center;
}

.home_three_img img{
  width: 100px;
  object-fit: contain;
}

.home__three__left p{
    font-size: 14pt;
    line-height: 24pt;
}

.home__three__right p{
    color: #fff;
    line-height: 1.8em;
    font-size: 15px;
}

.home_three_bold{
    margin-top: 10px;
}

.home_three_bold b{
  font-size: 15px;
  font-weight: bold;
}
.home_three_bold p{
  font-size: 15px;
  font-weight: 400;
}






/* home__four  */
.home__four{
    background-image: url('../img/background2.jpg');
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.home__four_text p{
    color: #fff;
    font-size: 1.4em;
    line-height: 1.8em;
}

.home__four_text_last b{
    color: #fff;
    font-size: 1.4em;
    line-height: 1.8em;
}
.home__four_text_last p{
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
}

.home__four_text__btn .btn{
    background-color: red;
    color: #fff;
}






/* callgirl  */

#callgirl__one{
  
    width: 100%;
    height: 250px;
}

.callgirl__one__para{
    color: #fff;
    font-weight: bold;
}

.callgirl__two{
    background-color: #000 !important;
}

.callgirl__two__on{
    background-color: #000 !important;
}



    .scroll-top {
      position: fixed;
      right: 0;
      bottom: 60px;
      z-index: 100;
      display: block;
      width: 50px;
      height: 30px;
      padding: 0;
      border: 0;
      background: 0;
      cursor: pointer;
    }

    button:focus {
      outline: none !important;
    }

    @media(min-width:990px) and (max-width:1100px) {
      .links a {
        letter-spacing: 0rem !important;
        padding: 0.1rem 0.7rem;
      }
    }

    @media(min-width:990px) {
      .mob-none {
        margin-right: 12px;
      }
    }

    @media(max-width:990px) {
      .mob-none {
        display: none;
      }
    }

    /* Disable animations/transitions for navigation elements */
    .sidenav,
    .links {
      transition: none !important;
    }


#home-two {
    background-color: rgb(255 255 255);
}

p {
 color: #000000;
}



.btn-danger {
    color: #fff;
    background-color: #b80567;
    border-color: #b80567;
}

.links .active {
    color: #ff008c !important;
}

.home__four_text__btn .btn {
    background: #b80567;
    color: #fff;
}

.nav-toggle:hover
 {
    color: #b80567;}

h1{
  color: #ffffff !important;
}


.sidenav {
 
    background-color: rgb(182 0 82);}
.mt-5{
  margin-bottom: 49px;
}


.escort-section {
    padding: 15px 15px;
    font-family: 'Poppins', sans-serif;
padding-bottom: 80px;

}
.badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #c80065;
    color: white;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}
/* TITLE + VIEW ALL */
.top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 0 10px;
}

.top-title h2 {
    font-size: 42px;
    font-weight: 600;
}
.name{
  color: #fff;
}
.top-title h2 span {
    color: #cf0072;
}

/* GRID LAYOUT */
.escort-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* CARD BOX */
.escort-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.escort-card:hover {
    transform: translateY(-4px);
}

/* IMAGE BOX */
.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* GRADIENT BOTTOM OVERLAY */
.image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7));
}

/* VERIFIED BADGE */

/* TEXT CONTENT OVER IMAGE */
.escort-info {
    position: absolute;
    bottom: 12px;
    left: 18px;
    right: 18px;
    color: #fff;
    z-index: 4;
}

.name {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

/* BOTTOM ROW (PRICE + COUNTRY + WHATSAPP) */
.bottom-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate {
    font-size: 15px;
    padding-top: 10px;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width:1200px) {
    .escort-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:768px) {
    .escort-grid {
        grid-template-columns: repeat(2, 1fr);
    }

.image-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

}


.services-section {
  background: #f7a4c4;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* HEADINGS */
.section-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title span {
  color: #b60052;
}

.section-subtitle {
  color: white;
  font-size: 18px;
  margin-bottom: 40px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

/* BOXES */
.service-box {
  background: #b60052;
  padding: 30px 25px;
  border-radius: 10px;
  color: white;
  transition: 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* TEXT */
.service-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.bottom-text {
  margin-top: 40px;
  font-size: 17px;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}


.btn-primary {
    background: linear-gradient(166deg,#f22876 0,#942dd9 100%);
    border: 0;
    color: #fff;
    padding: 11px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600!important;
    transition: all .3s ease-in-out
}

.btn-primary:hover {
    background-color: var(--primary2-color);
    border-color: var(--primary2-color);
    color: #fff!important
}

.container {
    max-width: 1200px
}

.steps-section .steps-section-inner {
    background: #fff;
    -webkit-box-shadow: 0 10px 26px 0 rgb(38 14 116 / 15%);
    box-shadow: 0 10px 26px 0 rgb(38 14 116 / 15%);
    border-radius: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 60px 40px
}

.steps-section .steps-section-inner .myCol1 {
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    width: 30%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 60px
}

.steps-section .steps-section-inner .myCol1 .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 13px
}

.steps-section .steps-section-inner .myCol2 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-left: 1px solid #000;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0 10px
}

.steps-section .steps-section-inner .myCol2 .steps-list {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0
}

.steps-section .steps-section-inner .myCol2 .steps-list::before {
    position: absolute;
    content: "";
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    height: 2px;
    background: #f664bc
}

.steps-section .steps-section-inner .myCol2 .steps-list li {
    display: inline-block;
    margin-right: 70px
}

.steps-section .steps-section-inner .myCol2 .steps-list li:last-child {
    margin-right: 0
}

.steps-section .steps-section-inner .myCol2 .steps-list li .number {
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    background: #b61575;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 9;
    border-radius: 50%
}

.steps-section .steps-section-inner .myCol2 .steps-list li .number::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: -5px;
    left: -5px;
    background: rgb(212 73 157 / .3);
    z-index: -1;
    border-radius: 50%
}

.steps-section .steps-section-inner .myCol2 .steps-list li .number::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
    background: rgb(196 67 144 / .3);
    z-index: -2;
    border-radius: 50%
}

.steps-section .steps-section-inner .myCol2 .steps-list li .label {
    display: block;
    margin-top: 23px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0
}

.steps-section .steps-section-inner .myCol3 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    width: 20%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 991px) {

    .steps-section .steps-section-inner {
        flex-direction: column;
        padding: 20px
    }

    .steps-section .steps-section-inner .myCol1 {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px
    }

    .steps-section .steps-section-inner .myCol2 {
        width: 100%;
        border: 0;
        text-align: start;
        padding: 0;
        margin: 20px 0
    }

    .steps-section .steps-section-inner .myCol3 {
        text-align: start;
        margin: 20px 0 0 0;
        width: 100%
    }
}

@media (max-width: 767px) {

    .steps-section .steps-section-inner .myCol2 .steps-list li {
        display: inline-block;
        margin-right: 24px
    }

    .steps-section .steps-section-inner .myCol2 .steps-list {
        padding: 0
    }

    .steps-section .steps-section-inner .myCol2 .steps-list::before {
        top: 21px
    }

    .steps-section .steps-section-inner .myCol2 .steps-list li .number {
        width: 40px;
        height: 40px
    }

    .steps-section .steps-section-inner .myCol2 .steps-list li .number::before {
        width: 50px;
        height: 50px
    }

    .steps-section .steps-section-inner .myCol2 .steps-list li .number::after {
        width: 60px;
        height: 60px
    }
}




  body {
    background: #ffffff;
 
    font-family: Poppins, sans-serif;
}

h2, h1, h3 {
 
    color: #000000;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
  
  }
p{
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

h2, h3 {
 color: #000000;
 margin-bottom: .5rem;
 font-weight: 500;
 /* line-height: 1.2; */
 font-size: 2rem;
 text-transform: none;
 }


footer {
    background: #b80567;
    padding: 30px 0 0;
    border-top: 1px solid #e8e8e8;
    color: #fff!important;
    background-image: linear-gradient(to right, rgb(255 255 255 / 15%) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 15%) 1px, transparent 1px);
    background-size: 1.5rem 1.5rem;
}
footer p {
   
    color: #fff!important;}



.footer-page-link a {
    color: #fff;
    font-size: 14px;
    margin: 0 16px;
    text-decoration: none;
}

.rta-badge {
    background: #fff;
    padding: 15px 10px 10px 10px;
    margin-left: 34px;
}
@media (min-width: 768px) {
    .flex-md-column {
        flex-direction: column !important;
    }
}

.text-d {
    color: #323232;
}

.text-uppercase {
    text-transform: uppercase !important;
}
.fw-bold {
    font-weight: 700 !important;
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}
.mb-5 {
    margin-bottom: 3rem !important;
}

.container-fluid.social-icons {
    background: #a5205ecf;
}
.mt-3 {
    margin-top: 1rem !important;
}


.social-icons a {
    background: #fff;
    color: #000000;
    padding: 8px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* FAQ Section */
.faq-section {
    /* width: 80%; */
    /* margin: 60px auto; */
}

.faq-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.faq-title span {
    color: #d10075;
}

.faq-container {
    background: #fff;
    border-radius: 30px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-question .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    transition: 0.3s;
    color: #d10075;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease;
}

.faq-answer p {
    font-size: 16px;
    padding: 0 0 20px 0;
    line-height: 1.6;
    color: #666;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .arrow {
    transform: translateY(-50%) rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-container {
        padding: 20px;
    }
    .faq-title {
        font-size: 28px;
    }
    .faq-question {
        font-size: 17px;
    }
}


.list {
    list-style-type: circle;
    line-height: 30px;
    margin-bottom: 19px;
    padding-left: 20px;
    font-size: 17px;
}

.list li{

   margin-bottom: 10px;
}


a {
    color: #b80567;}




@media (max-width: 768px) {
    .faq-question {
        font-size: 18px;
        color:#000;
    }
    

.pt-5 {
    padding-top: 0rem !important;
}
}



@media (max-width: 767px) {
    .steps-section .steps-section-inner .myCol2 .steps-list li {
        display: inline-block;
        margin-right: 18px;
    }
}

