

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Arial, Helvetica, sans-serif';
  height: 100vh;
  overflow: scroll;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  padding: 0;
  margin: 0;
}

h2 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width:576px) {

  .hidden_desire h2,
  .thrill_yourself h2,
  .callgirlgallery h2,
  .sexy_delhi_escorts h2,
  .category h2,
  .find_your_partner h2 {
    font-size: 18px !important;
  }
}

/* **********************************************************Navbar*********************************************** */

header {
  background: linear-gradient(0deg, rgb(35, 1, 65) 26%, rgba(200, 200, 200, 1) 100%);
  border-bottom: 5px solid #fdd300;
}

nav {
  padding: 0 20px;
}

.logo a {
  font-family: 'Arial, Helvetica, sans-serif';
  font-weight: 900;
  color: #fdd300;
  font-size: 40px;
  text-decoration: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.nav-menu,
.drop-down-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item {
  padding: 15px;
}

.item a:hover,
.item a:hover::after {
  color: #aaa6a6
}

/* Mobile first */

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}

.nav-menu li a {
  display: block;
  padding: 20px 10px;
}

.nav-menu li.drop-down-item a {
  padding: 17.5px;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item {
  order: 2;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

/* drop-down menu mobile */

.drop-down-menu {
  display: none;
}

.drop-down i {
  font-size: 12px;
}

.drop-down-menu-active .drop-down-menu {
  display: block;
  background: #fdd300;
}

.drop-down>a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  content: "\2193";
  color: #ffffff;
  padding-left: 10px;

}

.drop-down-item a {
  padding: 20px 8px;
}

.drop-down-menu-active {
  border-radius: 3px;
}

/* Desktop menu */
@media all and (min-width: 960px) {
  .nav-menu {
    justify-content: center;
    flex-wrap: nowrap;
    background: none;
    margin: 0;
  }

  .logo {
    flex: 1;
    order: 0;
  }

  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }

  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
    display: none;
  }

  .drop-down-menu-active .drop-down-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    background: linear-gradient(0deg, rgb(35, 1, 65) 26%, rgba(200, 200, 200, 1) 100%);
    border-bottom: 5px solid #fdd300;
    width: 160px;
  }

  .drop-down-menu-active {
    border-radius: 0;
  }
}


@media only screen and (max-width:1061px) {
  .logo a {
    font-size: 25px;
  }
}

/* **********************************************************Navbar End******************************************** */

/* **********************************************************Banner************************************************ */

.banner {
  background-color:#000;
  padding: 80px 0 0px;
}

h1 {
  font-size: 55px;
  color: #fdd300;
  font-family: 'Arial, Helvetica, sans-serif';
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px 0;
  
}

p.banner-head {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px 0;
  background: linear-gradient(360deg, #675706 20%, #e2e283);
  padding: 0 15px;
  display: inline-block;
  border-radius: 20px;
}

p.banner-small-para {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: 10px 0 0px;
}

p.banner-small-para .text-back {
  background: #e2e283;
  font-weight: 600;
  color: rgb(35, 1, 65);
  padding: 0 5px;
  border: 2px solid rgb(255, 255, 255);
}

.row {
  display: flex;
  width: 100%;
}

.col-sml {
  width: 40%;
  padding: 0 15px;
}

.col-lgr {
  width: 60%;
  padding: 0n 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.banner-img {
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: 50px;
}

.banner-img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1229px) {
  h1 {
    font-size: 45px;
  }

  p.banner-head {
    font-size: 30px;
  }

  p.banner-small-para {
    font-size: 20px;
  }
}

@media only screen and (max-width:1017px) {
  h1 {
    font-size: 35px;
  }

  p.banner-head {
    font-size: 25px;
  }

  p.banner-small-para {
    font-size: 18px;
  }
}

@media only screen and (max-width:804px) {
  h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  p.banner-head {
    font-size: 20px;
    margin: 0;
  }

  p.banner-small-para {
    font-size: 16px;
  }

}

@media only screen and (max-width:590px) {
    .banner {
    padding: 16px 0 0px;
}
  h1 {
    font-size: 18px;
  }

  p.banner-head {
    font-size: 16px;
  }

  p.banner-small-para {
    font-size: 13px;
  }
}

@media only screen and (max-width:485px) {
  .col-sml {
    width: 30%;
  }

  .col-lgr {
    width: 70%;
  }

  .banner .container {
    padding: 0;
  }

  .banner-img {
    margin-right: 0;
  }
}

/* Banner */

/* Hidden Desire */

.hidden_desire {
  background: #fdd300;
  padding: 40px 0;
}

.hidden_desire h2 {
  text-align: center;
  color: #370068;
  font-size: 30px;
  padding-bottom: 15px;
}

.hidden_desire p {
  text-align: justify;
}

.hidden_desire .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hidden_desire .img {
  max-width: 30%;
}

.hidden_desire .info {
  max-width: 70%;
}


@media only screen and (max-width:768px) {
  .hidden_desire .row {
    display: block;
  }

  .hidden_desire .img {
    max-width: 100%;
  }

  .hidden_desire .info {
    max-width: 100%;
  }
}

/* *********************************************************Hidden Desire***************************************** */


/* **********************************************************Call Girls******************************************* */

#call_girl {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.callgirl {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 220px);
  }

  &:nth-child(5) {
    left: calc(50% + 440px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
}

.content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica, sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;

  & .title {
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.4;
    margin: 1rem 0 1.5rem;
    font-size: 1rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.callgirl:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: #fdd300;
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: #370068;
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .callgirl {
    width: 160px;
    height: 270px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  }
}

@media (width < 650px) {
  .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .callgirl {
    width: 130px;
    height: 220px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
  }
}

@media only screen and (max-width:768px) {
  #call_girl {
    height: 65%;
  }
}

/* ***********************************************************Call Girls********************************************** */


/* **********************************************************Hidden Desire******************************************** */

.thrill_yourself {
  background: #fdd300;
  padding: 40px 0;
}

.thrill_yourself h2 {
  text-align: center;
  color: #370068;
  font-size: 30px;
}

.thrill_yourself p {
  text-align: justify;
}

.thrill_yourself .img {
  max-width: 400px;
  margin: auto;
}

/* *******************************************************Hidden Desire************************************** */



/* *****************************************************Call Girls Gallery********************************** */

.callgirlgallery h2 {
  text-align: center;
  color: #fdd300;
  font-size: 30px;
  padding-bottom: 15px;
}

.callgirlgallery {
  background: #370068;
  padding: 40px 0;
}

.callgirlgallery .callgirls_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

#callgirlbox {
  flex: 23%;
  max-width: 25%;
  margin: 0 3px;
  border: 4px solid #fdd300;
}

#callgirlbox img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width:768px) {
  #callgirlbox {
    flex: 47%;
    max-width: 50%;
  }
}

@media only screen and (max-width:497px) {
  #callgirlbox {
    flex: 45%;
    max-width: 100%;
  }
}


/* *****************************************************Call Girls Gallery********************************** */

/* Sexy Delhi Escorts */


.sexy_delhi_escorts {
  background: #fdd300;
  padding: 40px 0;
}

.sexy_delhi_escorts h2 {
  text-align: center;
  color: #370068;
  font-size: 30px;
  padding-bottom: 15px;
}

.sexy_delhi_escorts p {
  text-align: justify;
}

.sexy_delhi_escorts .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sexy_delhi_escorts .img {
  max-width: 30%;
}

.sexy_delhi_escorts .info {
  max-width: 70%;
}


@media only screen and (max-width:768px) {
  .sexy_delhi_escorts .row {
    display: block;
  }

  .sexy_delhi_escorts .img {
    max-width: 100%;
  }

  .sexy_delhi_escorts .info {
    max-width: 100%;
  }
}

/* **************************************************************Category***************************************** */

.category {
  padding: 40px 0;
  background: #370068;
}

.category h2 {
  text-align: center;
  color: #fdd300;
  font-size: 30px;
  padding-bottom: 15px;
}

.category .category_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.category .category_box {
  flex: 23%;
  max-width: 25%;
  box-sizing: border-box;
  margin: 10px 7px;
  border: 4px solid #fdd300;
}

.article-box {
  position: relative;
  color: white;
}

.article-box .image img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.article-box .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
}

.article-box:hover .image {
  box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}

.article-box:hover .image img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.article-box .name {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.075s ease-out;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 16px;
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  .category .category_box {
    flex: 47%;
    max-width: 50%;
  }
}

@media only screen and (max-width:497px) {
  .category .category_box {
    max-width: 45%;
    flex: 100%;
  }
}


/* **********************************************************Category***************************************** */


/* **********************************************************Find Your Partner***************************************** */

.find_your_partner {
  background: #fdd300;
  padding: 40px 0;
}

.find_your_partner h2 {
  text-align: center;
  color: #370068;
  font-size: 30px;
}

.find_your_partner p {
  text-align: justify;
}

.find_your_partner .img {
  max-width: 400px;
  margin: auto;
}

/* **********************************************************Find Your Partner***************************************** */



/* **********************************************************Accordian************************************************** */
.faq {
  padding: 40px 0;
  background: #370068;
}

.faq h2 {
  text-align: center;
  color: #fdd300;
}

.accordion {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
  html {
    font-size: 14px;
  }
}



/* **********************************************************Accordian************************************************** */


/* **********************************************************Escorts Location****************************************** */
.escorts_location {
  padding: 40px;
  background: #fdd300;
}

.escorts_location h2 {
  text-align: center;
}

.locations_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.location_column {
  flex: 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 0 5px;
}

.location {
  margin-bottom: 15px;
}

.location .location_btn {
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(0deg, rgba(55, 0, 104, 1) 0%, rgba(222, 186, 255, 1) 100%);
  display: block;
  border-radius: 3px;
}

@media only screen and (max-width:1031px) {
  .location_column {
    flex: 33.33%;
    max-width: 33.33%;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width:661px) {
  .location_column {
    flex: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width:490px) {
  .location_column {
    flex: 100%;
    max-width: 100%;
  }
}

/* **********************************************************Escorts Location****************************************** */



/* **********************************************************Top Rated Escorts***************************************** */

.toprated_escorts {
  padding: 40px 0;
}

.toprated_escorts h2{
  text-align: center;
}

.escorts_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
}

.escorts_column {
  flex: 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 10px;
}

.escorts_img img {
  max-width: 100%;
}

.escorts_img{
  background: #370068;
}

.escorts_details{
  padding: 15px 10px;
}

.escorts_img .escorts_name{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.escorts_img .escorts_info{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.escorts_img figure{
  position: relative;
  margin: 0;
}

.escorts_img figure figcaption{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /*backdrop-filter: blur(12px);*/
}

.escorts_img figure figcaption p{
  color: #ffffff;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.rating-box {
  text-align: center;
  padding: 10px 0 5px 0;
}
.rating-box .stars {
  text-align:left;
}
.rating-box .rating-img {
  height:20px;
  width:auto;
}



@media only screen and (max-width:768px) {
  .escorts_column {
    flex: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width:490px) {
  .escorts_column {
    flex: 45%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}


/* Rating Control */

/* Rating Control */

/* **********************************************************Top Rated Escorts***************************************** */




/* **********************************************************Footer**************************************************** */


/* FOOTER */
footer {
  width: 100%;
  background: #370068;
  display: block;
}

footer h2 {
  padding-top: 18px;
}

.inner-footer {
  width: 95%;
  margin: auto;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}

.footer-items {
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
}

.footer-items p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  color: #fff;
}



.border1 {
  height: 3px;
  width: 40px;
  background: #ff9800;
  color: #ff9800;
  background-color: #ff9800;
  border: 0px;
}

footer ul {
  list-style: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 0;
}

footer ul a {
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;
}

footer ul a:hover {
  color: #ff9800;
}

footer ul li {
  margin: 10px 0;
  height: 25px;
}

footer li i {
  margin-right: 20px;
}

footer .social-media {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

footer .social-media a {
  text-decoration: none;
}

footer .social-media i {
  height: 25px;
  width: 25px;
  margin: 20px 10px;
  padding: 4px;
  color: #fff;
  transition: 0.5s;
}

footer .social-media i:hover {
  transform: scale(1.5);
}

footer .footer-bottom {
  padding: 10px;
  background: linear-gradient(0deg, rgba(55, 0, 104, 1) 0%, rgba(200, 200, 200, 1) 100%);
  color: #fff;
  font-size: 12px;
  text-align: center;
}


@media screen and (max-width: 1275px) {
  .footer-items {
    width: 50%;
  }
}


@media screen and (max-width: 660px) {
  .footer-items {
    width: 100%;
  }
}



/* **********************************************************Footer**************************************************** */