body {
  font-family: "Urbanist";
  color: var(--color-white) !important;
}

header {
  margin: 0 !important;
}

section:first-of-type {
  height: auto;
  min-height: auto;
}

/* HERO */

.hero {
  position: relative;
  width: 100%;
  height: auto;
  background: #ce5ec0;
  overflow: hidden;
}

.hero__wrapper {
  width: 100%;
  height: 100%;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.hero__info {
  margin-bottom: 180px;
}

.hero__title {
  font-size: 165px;
  line-height: 162px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -10px;
  word-spacing: 50px;
}

.hero__subtitle {
  font-size: 60px;
  margin-bottom: 65px;
  font-weight: 200;
  letter-spacing: -2px;
  word-spacing: 4px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 25px 50px;
  border-radius: 50px;
  background: #8a00a5;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero__btn:hover {
  opacity: 0.5;
}

.hero__btn img {
  width: 32px;
  height: 34px;
}

.hero__pricing {
  position: relative;
}

.hero__pricing-background {
  position: absolute;
  z-index: 2;
  background-color: #001f6f;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero__pricing-content {
  width: 62%;
}

.hero__price-title {
  font-size: 120px;
  margin-bottom: 40px;
  font-weight: 600;
}

.hero__price-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

.hero__price-label {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__price-value {
  font-size: 60px;
  font-weight: 300;
}

.hero__price-value span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}

.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/* VIDEO */

.video {
  position: relative;
  height: 655px;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__controls {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.video__button {
  width: 330px;
  height: 330px;
  background: #0e0e0e7a;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  border-radius: 999px;
  font-size: 120px;
  line-height: 0;
}

.video__button:hover {
  opacity: 0.5;
}

.video__button--hidden {
  display: none;
}

/* FEMALES */

.females {
  padding-top: 77px;
  margin-bottom: 80px;
}

.females h1,
.females h2 {
  font-size: 120px;
  font-weight: 600;
  color: var(--color-dark-primary);
  letter-spacing: -9px;
  text-transform: uppercase;
  max-width: 1400px;
  margin: 0 auto 54px auto;
}

.females__content {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 26px;
  justify-content: center;
  margin-bottom: 95px;
}

.females__card {
  cursor: pointer;
  position: relative;
  width: 400px;
  height: 484px;
  border-radius: 90px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}

.females__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.females__card:hover {
  opacity: 0.5;
}

.females__card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}

.females__card-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.females__card-name p {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 18px;
}

.females__card-available {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 33px;
}

.females__card-available img {
  width: 24px;
  height: 24px;
}

.females__card-available span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.females__card::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(28, 0, 139, 1) 100%);
  mix-blend-mode: hard-light;
  z-index: 0;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
}

.females__profiles {
  display: flex;
  justify-content: flex-end;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.females__profiles-link {
  font-family: "Inter";
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.4;
  font-weight: 600;
  font-size: 20px;
}

.females__more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.females__more-button {
  padding: 30px 51px;
  background: #ffafc8;
  border: none;
  border-radius: 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Inter";
}

/* Locations */

.locations {
  padding-top: 67px;
  position: relative;
  width: 100%;
  height: auto;
}

.locations__tags {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 105px;
}

.locations__tag {
  background-color: #1c1c1c;
  border-radius: 10px;
  width: 200px;
  padding: 20px 25px;
  text-align: center;
  transition: background 0.3s;
}

.locations__tag a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
}

.locations__tag:hover {
  background-color: #333333;
}

.locations__content {
  position: relative;
  background: linear-gradient(231deg, rgba(247, 155, 230, 1) 0%, rgba(206, 94, 192, 1) 100%);
}

.locations__title {
  font-size: 60px;
  font-weight: 600;
  color: var(--color-dark-primary);
  line-height: 118%;
  margin-bottom: 66px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.locations__wrapper {
  width: 100%;
  height: 100%;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.locations__upper {
  padding-bottom: 105px;
}

.locations__upper-title {
  font-size: 165px;
  line-height: 162px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -10px;
  word-spacing: 50px;
}

.locations__upper-title span {
  color: #7b0492;
}

.locations__info {
  position: relative;
  padding-top: 95px;
}

.locations__info-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.locations__info-circle {
  min-height: 531px;
  min-width: 531px;
  width: 531px;
  height: 531px;
  border-radius: 999px;
  border: 2px solid var(--color-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.locations__info-circle {
  margin-left: -75px;
}

.locations__info-circle:first-child {
  margin-left: 0;
}

.locations__circle-title {
  font-size: 49px;
  font-weight: 200;
  line-height: 49px;
  text-align: center;
  margin-bottom: 52px;
}

.locations__circle-text {
  width: 268px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
}

.locations__info-background {
  position: absolute;
  z-index: 2;
  background-color: #001f6f;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.locations__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.locations__image--mobile {
  display: none;
}

/* Reviews */

.reviews {
  padding-top: 90px;
  margin-bottom: 100px;
}

.reviews__title {
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews__title h2 {
  font-size: 120px;
  font-weight: 600;
  color: var(--color-dark-primary);
  text-transform: uppercase;
}

.reviews__swiper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.reviews__swiper-button {
  padding: 0;
  border: none;
  background: none;
}

.reviews__content {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}

.reviews__card {
  position: relative;
  width: 622px;
  height: 537px;
  border-radius: 90px;
  background: linear-gradient(
    180deg,
    rgba(229, 196, 255, 1) 1%,
    rgba(190, 68, 255, 1) 62%,
    rgba(205, 0, 255, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 70px 0;
}

.reviews__card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 153px;
  left: 63px;
  background-image: url(../images/svg/reviews-icon.svg);
}

.reviews__card-username {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: -3px;
}

.reviews__card-text {
  width: 311px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.reviews__rating-star {
  width: 30px;
  height: 28px;
}

.reviews_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews_button a,
.reviews_button button {
  text-decoration: none;
  border: none;
  background: #ffafc8;
  color: var(--color-primary);
  padding: 0 38px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
  line-height: 60px;
  border-radius: 60px;
  letter-spacing: -1px;
}

/* CONTACT */

.contact {
  position: relative;
  background-color: #ffeffd;
}

.contact .block__wrapper {
  position: relative;
  z-index: 1;
}

.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-image: url(../images/girl3.png);
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}

.contact__title {
  font-size: 120px;
  color: var(--color-dark-primary);
  font-weight: 600;
  line-height: 118px;
  letter-spacing: -9px;
  text-transform: uppercase;
  margin-bottom: 56px;
  padding-top: 73px;
}

.contact__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding-bottom: 73px;
}

.contact__item {
  position: relative;
  cursor: pointer;
  background: var(--color-white);
  width: 611px;
  height: 611px;
  min-width: 611px;
  min-height: 611px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all ease-in-out 0.5s;
}

.contact__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__item:hover {
  opacity: 0.5;
}

.contact__item-image {
  width: 230px;
  margin-bottom: 23px;
}

.contact__item-text {
  font-size: 37px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.contact__item--whatsapp .contact__item-text {
  color: #20a435;
}

.contact__item--telegram .contact__item-text {
  color: #0090d9;
}

/* contact */

.about__content {
  background-color: #cf5fe5;
  padding: 50px 30px 36px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about__title {
  font-size: 120px;
  color: var(--color-dark-primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about__text {
  display: none;
}

.about__text h1,
.about__text h2,
.about__text h3,
.about__text h4,
.about__text ul li,
.about__text p {
  color: var(--color-black);
  font-weight: 400;
  line-height: 25px;
  word-break: break-word;
}

.about__text h2{
  font-weight: 600;
}

.about__text ul li,
.about__text p {
  font-size: 18px;
}

.about__text p {
  margin-bottom: 5px;
}

.about__text h2,
.about__text ul {
  margin-bottom: 10px;
}

.about__text ul {
  list-style: disc;
  padding-left: 40px;
}

.about__text b {
  font-weight: 600;
}

.about__button {
  border: none;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
  color: var(--color-primary);
  background-color: #ffafc8;
  width: 200px;
  border-radius: 60px;
}

@media only screen and (max-width: 1440px) {
  .hero__image {
    right: -200px;
  }

  .locations__info-circle {
    min-height: 450px;
    min-width: 450px;
    width: 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 1280px) {
  .hero__image {
    right: -200px;
  }

  .locations__info-circle {
    min-height: 450px;
    min-width: 450px;
    width: 450px;
    height: 450px;
  }

  .females__card {
    width: 280px;
    height: 354px;
  }

  .contact__item {
    width: 511px;
    height: 511px;
    min-width: 511px;
    min-height: 511px;
  }

  .contact__item-image {
    width: 170px;
  }
}


@media only screen and (max-width: 1200px) {
  .reviews__card-username {
    font-size: 50px;
  }

  .locations__info-circle {
    min-height: 350px;
    min-width: 350px;
    width: 350px;
    height: 350px;
  }

  .locations__info-circle {
    margin-left: -25px;
  }

  .locations__circle-title {
    font-size: 36px;
    margin-bottom: 22px;
  }

  .contact__item {
    width: 451px;
    height: 451px;
    min-width: 451px;
    min-height: 451px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__wrapper {
    padding: 30px;
  }

  .hero__info {
    margin-bottom: 0;
  }

  .hero__pricing-content {
    width: 100%;
  }

  .females__card {
    width: 280px;
    height: 354px;
  }

  .locations__wrapper {
    padding: 39px 13px;
  }

  .locations__upper {
    padding: 0;
  }

  .locations__info-background {
    mix-blend-mode: normal;
    opacity: 0.4;
  }

  .locations__info-content {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .locations__info-circle {
    min-height: 555px;
    min-width: 555px;
    width: 555px;
    height: 555px;
  }

  .locations__info-circle {
    margin-left: 0;
    margin-bottom: -80px;
  }

  .locations__circle-title {
    font-size: 49px;
    margin-bottom: 52px;
  }

  .locations__image {
    display: none;
  }

  .locations__image--mobile {
    display: block;
  }

  .contact__item {
    width: 400px;
    height: 400px;
    min-width: 400px;
    min-height: 400px;
  }

  .contact__item-text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .contact__item {
    width: 350px;
    height: 350px;
    min-width: 350px;
    min-height: 350px;
  }

  .video {
    height: 350px;
  }

  .video__button {
    width: 150px;
    height: 150px;
    font-size: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .hero__title {
    font-size: 125px;
    line-height: 100%;
  }

  .hero__price-title {
    font-size: 80px;
  }

  .females h1,
  .females h2 {
    font-size: 100px;
  }

  .females__content {
    grid-template-columns: repeat(1, auto);
  }

  .females__card {
    width: 413px;
    height: 460px;
  }

  .locations__upper-title {
    font-size: 100px;
    letter-spacing: -5px;
    line-height: 100%;
  }

  .reviews__title h2 {
    font-size: 100px;
  }

  .contact__title {
    font-size: 100px;
  }

  .contact__item {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
  }

  .contact__item-image {
    width: 110px;
  }

  .about__title {
    font-size: 100px;
  }

  .locations__info {
    padding: 0;
  }

  .locations__info-circle {
    min-height: 355px;
    min-width: 355px;
    width: 355px;
    height: 355px;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 700px) {
  .hero__title {
    font-size: 112px;
    line-height: 100%;
  }

  .hero__price-title {
    font-size: 80px;
  }

  .females h1,	
  .females h2 {
    font-size: 80px;
  }

  .locations__upper-title {
    font-size: 80px;
    letter-spacing: -5px;
    line-height: 100%;
  }

  .reviews__title h2 {
    font-size: 80px;
  }

  .contact__title {
    font-size: 80px;
  }

  .about__title {
    font-size: 80px;
  }

  .contact__item {
    width: 250px;
    height: 250px;
    min-width: 250px;
    min-height: 250px;
  }

  .contact__item-image {
    margin-bottom: 10px;
  }

  .contact__item-text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 550px) {
  .hero__price-title {
    font-size: 60px;
  }

  .females h1,	
  .females h2 {
    font-size: 60px;
  }

  .locations__upper-title {
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 100%;
  }

  .reviews__title h2 {
    font-size: 60px;
  }

  .contact__title {
    font-size: 60px;
  }

  .about__title {
    font-size: 60px;
  }

  .contact__item {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
  }

  .contact__item-image {
    width: 70px;
  }

  .contact__item-text {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__wrapper {
    padding: 20px;
  }

  .hero__title {
    font-size: 90px;
    letter-spacing: -5px;
  }

  .contact__title {
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .hero__subtitle {
    font-size: 40px;
  }

  .hero__btn {
    padding: 25px 20px;
    font-size: 16px;
  }

  .hero__price-value {
    font-size: 30px;
  }

  .hero__price-value span {
    font-size: 16px;
  }

  .video {
    height: 243px;
  }

  .females__card {
    width: 375px;
  }

  .reviews__swiper {
    gap: 15px;
  }

  .reviews__swiper-button {
    width: 25px;
    height: 25px;
  }

  .reviews__swiper-button img {
    width: 25px;
    height: 25px;
  }

  .reviews__card-username {
    font-size: 40px;
  }

  .contact__content {
    gap: 20px;
  }

  .contact__item {
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
  }
}

.locations__wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.block__wrapper {
  max-width: 1680px;
  margin: 0 auto;
}
