/* LATO font-face */
@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* OSWALD font-face */
@font-face {
  font-family: 'Oswald';
  src: url('./fonts/Oswald/static/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('./fonts/Oswald/static/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

:root {
  --whatsapp-color: #17bf45;
  --black0: #000000;
  --black1: #232323;
  --black2: #1d1d1d;
  --brown: #8a7450;
  --brown2: #877457;
  --white: #ffffff;
  --grey: #959595;
  --a-color: #e835d6;
  --a-hover-color: #e835d6;
  --home-casino-small-img-width: 140px;
  --home-casino-small-img-height: 180px;
  --top-left-img-width: 190px;
  --top-left-img-height: 270px;

  --primary-header-color: #F2F2F2;
  --primary-bg-color: #FFFFFF;
  --primary-footer-color: #F2F2F2;
  --primary-color: #30aef6;
  --primary-heading-color: #000000;
  --primary-text-color: #000000;
  --border-color: #dedede;
  /* --xl-body-size: 1170px; */
  /* --l-body-size: 1400px; */
  /* --xl-body-size: 100%;
  --l-body-size: 100%; */
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

body {
  margin-top: 0 !important;
  font-size: 14px;
}

body.clm_body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  background: var(--white);
}

body.clm_body div,
body.clm_body h1,
body.clm_body h2,
body.clm_body h3,
body.clm_body h4,
body.clm_body h5,
body.clm_body h6,
body.clm_body span,
body.clm_body p {
  color: var(--primary-text-color);
}

body.clm_body h1,
body.clm_body h2,
body.clm_body h3,
body.clm_body h4,
body.clm_body h5,
body.clm_body h6 {
  text-align: unset;
}

/* body.clm_body main div,
body.clm_body footer div,
body.clm_body main h1,
body.clm_body footer h1,
body.clm_body main h2,
body.clm_body footer h2,
body.clm_body main h3,
body.clm_body footer h3,
body.clm_body main h4,
body.clm_body footer h4,
body.clm_body main h5,
body.clm_body footer h5,
body.clm_body main h6,
body.clm_body footer h6,
body.clm_body main span,
body.clm_body footer span,
body.clm_body main p,
body.clm_body footer p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
} */

.clm_center {
  text-align: center !important;
}

.clm_header {
  padding: 15px 20px 5px 20px;
  border-bottom: 1px solid var(--primary-color);
  position: relative;
  width: 100%;
  background-color: var(--primary-header-color);
}

.clm_header .header-menu {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.clm_header--left,
.clm_header--right {
  float: left;
}

.clm_header--left {
  width: 20%;
  display: flex;
  /* align-items: center; */
  align-items: end;
}

.clm_header--right {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.clm_header--right__left,
.clm_header--right__right {
  float: left;
}

.clm_header--right__left {
  /* margin-top: 25px; */
  margin-top: 10px;
}

.clm_header--right__right {
  /* width: 25%; */
  /* align-self: flex-end; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.clm_header--fullwidth {
  display: none;
}

.clm_header--left .logo {
  float: left;
}

.clm_header--left .logo a {
  display: block;
}

.clm_header--left .logo img {
  width: 100%;
}

.clm_rwd-information {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
}

.clm_first_information--open {
  margin-bottom: unset;
}

.clm_first_information--email {
  color: var(--primary-color);
}

.clm_information {
  /* margin-top: 30px; */
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.clm_information .text-blue {
  font-size: 12px;
  font-weight: bold;
}

.clm_information .text-info {
  /* font-family: "Oswald", sans-serif; */
  font-size: 24px;
  display: block;
  color: white;
  margin-bottom: 0;
}

.whatsapp_group figure {
  position: relative;
}

.whatsapp_group figure .whatsapp_b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.whatsapp_group figure:hover .whatsapp_b {
  opacity: 1;
}

.clm_show-m,
.clm_show-s {
  display: none;
}

.clm_main-navigation {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  /* margin-top: 75px; */
  z-index: 999;
}

.clm_main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  /* Space between menu items */
}

.clm_main-navigation ul li {
  position: relative;
}

.clm_main-navigation>ul>li>a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.clm_main-navigation>ul>li>a {
  color: var(--primary-text-color);
  padding: 2px 15px;
}

/* .clm_main-navigation>ul>li:not(:has(.ul-child))>a {
  color: var(--primary-text-color);
  padding: 2px 0;
} */


.clm_main-navigation>ul>li:not(:has(.ul-child)):hover>a,
.clm_main-navigation>ul>li:not(:has(.ul-child)):focus>a,
.clm_main-navigation>ul>li:not(:has(.ul-child)).active>a {
  color: var(--primary-color);
}

.clm_main-navigation .ul-child {
  display: none;
  position: absolute;
  min-width: 175px;
  z-index: 999;
  border: 1px solid var(--black0);
}

.clm_main-navigation .ul-child li {
  display: block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.58);
  opacity: 0.9;
}

.clm_main-navigation .ul-child li>a {
  color: var(--primary-bg-color);
}

.clm_main-navigation .ul-child li:hover>a,
.clm_main-navigation .ul-child li:focus>a {
  background: var(--primary-color);
  color: var(--primary-text-color);
}

.clm_main-navigation .ul-child li:hover>a:before,
.clm_main-navigation .ul-child li:focus>a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=ΓÇ¥ $value * 100 ΓÇ£)";
  filter: alpha(opacity=100);
  zoom: 1;
}

.clm_main-navigation .ul-child li>a {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 10px 15px 10px 30px;
  position: relative;
}

.clm_main-navigation .ul-child li>a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=ΓÇ¥ $value * 100 ΓÇ£)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  content: "\f0da";
  font-family: "FontAwesome";
  color: var(--primary-text-color);
  position: absolute;
  top: 8px;
  left: 15px;
  display: inline-block;
  font-size: 18px;
}

.clm_rwd-main-navigation {
  margin-top: 15px;
}

.clm_rwd-main-navigation .clm_main-navigation {
  padding-top: 0;
  margin-top: 20px;
  display: none;
}

.clm_btn-nav {
  display: inline-block;
  border-radius: 9px;
  background: var(--black1);
  color: var(--white);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 16px;
  background-color: unset;
  /* margin-top: 5px; */
  padding: 12px 16px;
}

.clm_btn-nav span {
  margin-right: 5px;
  color: var(--white);
}

.clm_btn-nav:hover,
.clm_btn-nav:focus {
  background-color: var(--blue);
}

.clm_mobile-nav .ul-child {
  display: block !important;
  padding-left: 0;
}

.clm_mobile-nav .ul-child li a {
  padding-left: 30px;
}

.clm_mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 180px;
  background-color: #d5b77a;
  opacity: 0.9;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  border-radius: 9px;
  overflow: hidden;
  max-height: 280px;
  overflow-y: scroll;
  z-index: 999;
}

.clm_mobile-nav li {
  display: block;
}

.clm_mobile-nav a {
  display: block;
  padding: 10px 15px;
  background-color: transparent;
  color: var(--white);
  text-transform: capitalize;
}

.clm_mobile-nav a:hover,
.clm_mobile-nav a:focus,
.clm_mobile-nav li.active>a {
  text-decoration: underline solid var(--brown);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.clm_information .text-info {
  /* font-family: "Oswald", sans-serif; */
  /* font-size: 24px; */
  display: block;
  color: var(--white);
  font-size: 20px;
}

.clm_information .text-blue {
  font-size: 12px;
  font-weight: bold;
  color: var(--blue);
}

.clm_whatsapp {
  background-color: var(--whatsapp-color);
  border: none;
  color: var(--white);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
  float: right;
}

.clm_home_introduce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

body.clm_body .clm_home_introduce h1 {
  color: var(--primary-heading-color);
}

.clm_home_banner .gallery-holder.slick-slide {
  width: 255px;
}

.clm_home_banner .gallery-holder.slick-slide figure {
  padding-top: 335px;
}

.clm_home_banner .gallery-holder.slick-slide figure img {
  width: 221px;
  height: 331px;
  padding: 2px;
  border-radius: 10px;
}

.clm_home_right_widget {
  border-left: 1px solid var(--border-color);
}

.clm_home_center_widget a,
.clm_home_right_widget a {
  color: var(--white);
}

.clm_home_left_widget {
  /* padding: 15px;
  padding-top: 0px; */
  padding: 0;
}

.clm_home_left_widget__item {
  background: var(--primary-footer-color);
  padding: 10px;
}

.clm_home_left_widget__img {
  margin-bottom: 10px;
  justify-content: center;
}

.clm_home_left_widget__img img {
  width: var(--top-left-img-width);
  height: var(--top-left-img-height);
}

.clm_home_left_widget__item .clm_home_left_widget__content .today_girl_name {
  color: var(--a-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

.item-girl-block.clm_home_left_widget__img figure img {
  border-radius: 10px;
}

#escort_content a {
  position: relative
}

#escort_content a:hover,
#escort_content a:focus,
#escort_content a:active {
  text-decoration: none
}


#escort_content .img-girl-thumbnail {
  display: none;
}

#escort_content a:hover .img-girl-thumbnail,
#escort_content a.active .img-girl-thumbnail {
  display: block;
  position: absolute;
  z-index: 1;
  width: 110px;
  height: 149px;
  left: 50%;
  margin-left: -55px;
  bottom: 23px;
  max-width: inherit;
  box-shadow: 3px 3px 8px 0 var(--primary-color);
  -webkit-box-shadow: 3px 3px 8px 0 var(--primary-color);
  -moz-box-shadow: 3px 3px 8px 0 var(--primary-color);
  border-radius: 8px
}


body.clm_body .clm_home_right_widget .item-girl-block {
  background: var(--white);
  border: none;
  padding-bottom: unset;
  padding-top: unset;
  padding-left: unset;
  margin-bottom: 15px;
  align-items: start;
}

.home-page-container .gallery-container .item-girl-block h4 {
  border-bottom: unset;
}

body.clm_body .clm_home_right_widget .item-girl-block .desc {
  align-self: start;
}

body.clm_body .clm_home_right_widget .item-girl-block p {
  color: var(--grey);
}

body.clm_body .clm_home_right_widget .item-girl-block .girl-side-content p {}

body.clm_body .clm_home_right_widget .item-girl-block .featured-girl-left {
  width: var(--home-casino-small-img-width);
}

body.clm_body .clm_home_right_widget .item-girl-block .featured-girl-name {
  padding-bottom: 0;
  margin-bottom: 0;
}

body.clm_body .clm_home_right_widget .item-girl-block .featured-girl-left img {
  width: var(--home-casino-small-img-width);
  height: var(--home-casino-small-img-height);
  border-radius: 10px;
}

body.clm_body .gallery-holder .gallery-holder__text {
  padding-top: 5px;
}

body.clm_body .gallery-holder__name {
  color: var(--a-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

body.clm_body .gallery-holder__name-underline {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 5px;
  margin-left: 10%;
  margin-right: 10%;
}

body.clm_body .gallery-holder__text p {
  padding-top: 5px;
  color: #676767;
  text-align: center;
  font-size: 12px;
}

body.clm_body .gallery-holder__text .gallery-holder__location {
  text-transform: uppercase;
}

body.clm_body .gallery-holder__text p.w {
  color: #676767;
  font-size: 12px;
  padding-top: 0;
}

.subitem-girl-full img {
  margin: 10px 0;
  border-radius: 0;
  max-width: 420px;
  max-height: 200px;
}

.clm_home_banner {
  background: var(--primary-bg-color);
}

.clm_home_banner .gallery-holder__inner {
  padding: 15px;
}

.clm_home_banner .gallery-holder .gallery-holder__text {
  padding-bottom: unset;
}

.clm_home_banner .tag {
  right: 15px;
  font-size: 14px;
  width: 70px;
  top: 25px;
  right: 30px;
  padding: 0;
  text-transform: uppercase;
  padding: 2px 0;
  color: var(--white);
}

.clm_body .tag:nth-of-type(2) {
  top: 50px;
}

.clm_home_banner .tag.new {
  background: var(--primary-color);
  border: 2px solid hsla(0, 0%, 100%, 0.5);
}

.clm_home_banner .tag.video_tag {
  background: #986042;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
}

.article-title {
  text-transform: uppercase;
  color: var(--primary-heading-color) !important;
}

.article-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.article-card {
  flex: 1;
  border: 1px solid var(--primary-color);
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-basis: calc(50% - 15px);
}

.article-card--img-wrapper {
  display: flex;
  justify-content: center;
}

.article-card .article-card--img img {
  max-width: 152px;
  max-height: 228px;
  width: 100%;
  height: 100%;
}

.article-card .article-card--content {
  flex: 1
}

footer.clm_footer {
  background: var(--primary-footer-color);
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid var(--black0);
  color: var(--black0);
}

.clm_footer .footer-left-column {
  text-align: start;
}

.clm_footer .footer-right-column,
.clm_footer .footer-right-column h3 {
  text-align: end;
}

footer.clm_footer div,
footer.clm_footer h1,
footer.clm_footer h2,
footer.clm_footer h3,
footer.clm_footer h4,
footer.clm_footer h5,
footer.clm_footer h6,
footer.clm_footer span,
footer.clm_footer p,
footer.clm_footer a,
footer.clm_footer ul li a {
  color: var(--primary-text-color);
}

.clm_pt-40 {
  padding-top: 40px;
}

.clm_pl-20 {
  padding-left: 20px;
}

.clm_pr-20 {
  padding-right: 20px;
}

.clm_pt-20 {
  padding-top: 20px;
}

.clm_pb-20 {
  padding-bottom: 20px;
}

.clm_pl-50 {
  padding-left: 50px;
}

/* Gallery Page */
section:has(.clm_gallery_page) {
  padding: 0;
}

.clm_gallery_page {
  background: var(--primary-bg-color);
}

.clm_gallery_page .clm_page_header {
  text-align: start;
}

.clm_gallery_page .clm_page_header h1 {
  text-align: start;
  font-size: 25px;
  padding-top: 30px;
  text-transform: unset;
}

/* .content_and_filter {
  background-color: var(--black0);
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  margin-bottom: 10px;
} */

.clm_gallery_page.member_gallery .clm_filter {
  justify-content: end;
}

.clm_filter .col-search h4 {
  text-transform: uppercase;
  text-align: center;
}


.clm_filter .custom-select-wrapper {
  font-size: 14px;
}

.clm_filter .custom-select {
  background-color: var(--black1) 0 0 no-repeat padding-box;
  border-color: transparent;
  border-radius: 10px;
}

.clm_filter .custom-select__trigger {
  /* background-color: var(--black1) 0 0 no-repeat padding-box; */
  background-color: var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.clm_filter .custom-select__trigger div {
  color: var(--white);
}

.clm_filter .custom-select__trigger div.arrow {
  border-top-color: var(--a-color) !important;
}

.clm_filter input.custom-select__trigger {
  width: 100%;
  background-color: var(--black1) 0 0 no-repeat padding-box;
  cursor: default;
  color: var(--brown);
  border: 1px solid var(--brown);
}

.clm_filter input.custom-select__trigger:focus {
  outline: none;
}

.clm_filter .custom-options {
  background: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
}

.clm_sort_group .custom-options {
  overflow-y: unset;
}

.clm_filter .custom-options a {
  color: var(--primary-color);
}

.clm_filter .custom-options .custom-option:hover,
.clm_filter .custom-options .custom-option.selected {
  background: var(--primary-color);
  color: var(--white);
}

.clm_sort_group {
  display: flex;
  justify-content: flex-end;
}

.clm_sort_group .select-container {
  width: 150px;
  margin-left: 10px;
}

.clm_sort_group .custom-select__trigger {
  justify-content: center;
}

.clm_sort_group button {
  background: var(--black1);
  border-color: var(--brown);
  margin-left: 20px;
  color: var(--white);
  font-weight: bold;
}

.clm_gallery_page__header_and_filter {
  margin: 20px;
}

.clm_gallery_page__content {
  background-color: var(--primary-bg-color);
  padding: 0 20px;
}

.clm_gallery_page__content .location_name {
  padding-top: 20px;
}

.clm_list_escort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}

.clm_list_escort.international_list_escort {
  padding: 0;
}

.clm_list_escort--item {
  flex-basis: calc(20% - 20px);
  /* 20% for five items per row, subtract the gap */
}

.clm_list_escort--item .clm_list_escort--item__detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clm_list_escort--item .clm_list_escort--item__detail figure,
.review-container .article-card--img figure {
  position: relative;
}

.clm_list_escort--item .clm_list_escort--item__detail figure img,
.review-container .article-card--img figure img {
  max-width: 221px;
  max-height: 331px;
  width: 100%;
  height: 100%;
}

/* .clm_list_escort--item .clm_list_escort--item__detail figure img:first-child {
  opacity: 1;
} */

.clm_list_escort--item .clm_list_escort--item__detail figure img.secondary-image,
.review-container .article-card--img figure img.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.clm_list_escort--item .clm_list_escort--item__detail figure:hover img:last-child,
.review-container .article-card--img figure:hover img:last-child {
  opacity: 1;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag {
  background: var(--grey);
  font-size: 14px;
  width: 100px;
  padding: 0;
  text-transform: uppercase;
  padding: 2px 0;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  /* top: 1%;
  right: 15%; */
  top: 5px;
  right: 5px;
  color: var(--white);
}

.clm_list_escort--item .clm_list_escort--item__detail .tag:nth-of-type(2) {
  top: 35px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag:nth-of-type(3) {
  top: 65px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.new {
  background: var(--primary-color);
  width: 70px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.video_tag {
  background-color: #986042;
  width: 70px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.order_type_tag {
  font-size: 11px;
  background-color: var(--primary-color);
  width: 120px;
}

.clm_list_escort--item .clm_list_escort--item__detail .gallery-holder__text {
  padding-top: 10px;
  padding-bottom: 30px;
}

.clm_list_escort--item .clm_list_escort--item__detail .gallery-holder__text p {
  line-height: 20px;
  margin-bottom: 0;
}

.clm_list_escort.escort_review {
  justify-content: center;
}

.clm_list_escort.escort_review .clm_list_escort--item {
  flex-basis: unset !important;
}

.clm_list_escort.escort_review .clm_list_escort--item img {
  border-radius: unset;
}

.clm_escort_detail {
  margin: 0 20px 20px 20px;
}

.clm_escort_detail__information {
  padding-top: 50px;
  background-color: var(--primary-bg-color);
}

.clm_escort_detail__information--bio {
  text-align: center;
}

.clm_escort_detail__information--bio h1,
.xs_name {
  font-weight: bold;
  text-transform: unset;
}

.clm_escort_detail__information--bio .bio {
  text-align: start;
}

.xs_name {
  display: none;
}

.xs_portfolio {
  display: none;
}

.clm_escort_detail__information--price {
  font-size: 16px;
}

.clm_escort_detail__information--price .table {
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-top: 15px;
}

h2.clm_portfolio_heading {
  color: var(--primary-color) !important;
  text-align: center !important;
}

.clm_escort_detail__information--price.table-portfolio table tr td:first-child {
  text-align: start;
}

.clm_escort_detail__information--price.table-portfolio .table-stats tr {
  border-bottom: none;
}

.clm_escort_detail__information--price.table-portfolio .table-stats tr td {
  padding: 5px 2px;
}

.clm_escort_detail__information--price.table-portfolio .table-price tr.odd {
  background-color: var(--black1);
}

.clm_escort_detail__information--price.table-portfolio .table-price tr.title {
  text-transform: uppercase;
}

.clm_escort_detail__information--price--contact .clm_contact_content {
  padding: 10px 5px;
  margin: 20px;
}

.clm_escort_detail__information--price--contact h2 {
  text-align: center !important;
}

.clm_tags ul {
  list-style-type: none;
  padding-left: 0;
}

.clm_tags ul li::before {
  content: ">";
  margin-right: 8px;
}

.clm_tags ul li a {
  color: var(--primary-color);
}

.clm_recommended_girls .clm_recommend_girl {
  padding: 0 20px;
}

.clm_recommend_girl {
  margin-right: 0;
  margin-left: 0;
  gap: 20px;
}

.clm_recommend_girl--item {
  flex: 0 0 calc(33% - 20px);
}

.clm_review {
  padding: 0;
  width: 100%;
}

.clm_review .clm_bottom_line {
  width: 50%;
  margin: 0 auto 15px auto;
}

.clm_review .article-limit-container .article-limit {
  font-size: 14px;
  margin-bottom: 20px;
}

.clm_review .article-limit-container .article-limit p {
  letter-spacing: 1px;
}

.clm_escort_detail__gallery {
  padding-top: 50px;
}

.clm_escort_detail__gallery .row {
  margin: 0 20px;
}

.clm_escort_detail__gallery__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clm_escort_detail__gallery__list .landscape {
  width: 100%;
}

.clm_escort_detail__gallery__list .landscape figure img {
  width: 100%;
  max-width: 837px;
  max-height: 465px;
}

.clm_escort_detail__gallery__list .portrait {
  flex-basis: calc(50% - 20px);
}

.clm_escort_detail__gallery__list .portrait figure img {
  max-width: 406px;
  max-height: 608px;
  width: 100%;
  height: 100%;
}

.clm_escort_detail__gallery__list .portrait.video {
  width: 406px;
}

.clm_escort_detail__gallery__list .portrait.video #videoPortfolio {
  max-width: 406px;
}

.embed-container {
  --video--width: 406;
  --video--height: 608;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
  border-radius: 12px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clm_escort_detail__gallery__list .portrait.video #videoPortfolio.jwplayer,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio .jwplayer,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio .jw-media,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio video {
  border-radius: unset !important;
  background: transparent !important;
}

.clm_escort_detail__gallery__list .portrait.video #videoPortfolio.jwplayer .jw-preview {
  background-color: transparent;
}

.clm_body section.home {
  padding-top: 25px;
}

.clm_body section.home h1 {
  text-transform: unset;
}

.clm_body .select-escort-block2 .combo-box a {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clm_body .datepicker.dropdown-menu {
  background-color: var(--white);
}

/* .clm_body .dropdown-menu.service-level-menu a,
.clm_body .dropdown-menu.attract-level-menu a {
  background-color: var(--black1);
} */

.clm_body .select-escort-block2 .combo-box a span {
  color: #666;
  text-transform: none;
  margin-bottom: 0;
}

.clm_body .select-escort-block2 .combo-box a span.caret {
  top: 0;
  width: 0;
  height: 0;
}

.clm_body .bootstrap-timepicker-widget.dropdown-menu input {
  width: 100%;
}

.clm_body .form-group .datepicker {
  padding: 10px !important;
}

.clm_body .have_update_link a {
  color: var(--a-color);
}

.clm_body .have_update_link a:hover {
  color: var(--a-hover-color);
}

a.clm_call-us span {
  color: var(--primary-color) !important;
  font-family: "Lato", sans-serif;
  ;
}

.clm_body .clm_escort_guide .escort-guide-block {
  border: unset;
}

.clm_body .clm_escort_guide .escort-guide-block h3 a {
  color: var(--a-color);
}

.div_load_more {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.btn_load_more {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn_load_more img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.btn_load_more:hover img.hover {
  opacity: 1;
}

#waiting_load_more {
  display: none;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.right_header_title {
  color: var(--primary-heading-color) !important;
  text-align: center !important;
}

.clm_bottom_line {
  border-bottom: 1px solid var(--border-color);
  margin-left: -25px;
}

.clm_play_video {
  margin: 15px 0;
}

.clm_play_video>a {
  font-size: 14px;
  color: var(--black0) !important;
  font-weight: 400;
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  padding: 3px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}

footer.clm_footer .footer_img_col {
  justify-content: start;
}

.clm_subscribe {
  padding-top: 20px;
  width: 100%;
}

.clm_subscribe_form {
  display: flex;
}

.clm_subscribe_title {
  text-transform: uppercase;
}

.clm_subscribe_form input {
  border: 1px solid #DDDDDD;
  background: var(--primary-footer-color);
  padding: 10px 10px;
  border-radius: 4px;
  width: 100%;
}

.clm_subscribe_form input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.clm_subscribe_form button {
  padding: 8px 30px;
  background: #000;
  border-radius: 4px;
  color: white;
}

.newletter-logo {
  padding-top: 15px;
}

.newletter-logo img {
  width: auto;
}

.header-top {
  margin-bottom: 15px;
}

.header-top__left>p {
  margin-bottom: unset;
}

.header-top__left>a {
  color: var(--a-color)
}

.header-top__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top__center img {
  max-width: 400px;
  max-height: 150px;
  width: auto;
}

.header-top__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  font-size: 20px;
}

.header-top img {
  width: auto;
}

.clm-review-menu-see {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  width: 100%;
  border-radius: 0;
  max-height: 250px;
  overflow: auto;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
}

.click_to_review {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  height: 28px;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 10px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.review-container {
  width: 100%;
  justify-content: space-between;
}

.review-container .article-card {
  flex: 0 0 calc(50% - 20px);
}

.review-container .article-card--content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
}

.review-container .article-card .article-card--img img {
  max-width: 221px;
  max-height: 331px;
  width: 100%;
  height: 100%;
}

.review-container .review-header p,
.review-container .review-footer p {
  color: var(--primary-color);
  margin-bottom: 0;
}

.review-container .review-header {
  display: flex;
  justify-content: space-between;
}

.review-container .review-header--right p {
  text-transform: uppercase;
}

.name_and_desc {
  width: 100%;
  text-align: center;
}

.name_and_desc>h1 {
  font-weight: unset;
  text-transform: uppercase;
  font-size: 26px;
}

.name_and_desc>h2 {
  font-size: 16px;
  text-transform: unset;
}

/* Extra Small (XS) - Phones in portrait */
@media (max-width: 575px) {
  .clm_header {
    display: block;
  }

  .clm_main-navigation {
    display: none;
  }

  .clm_rwd-navigation {
    display: block;
    width: 100%;
  }


  .clm_header--right__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header-top__left {
    display: none;
  }

  .header-top__right {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  .clm_header--fullwidth {
    display: block;
    width: 100%;
    float: left;
  }

  .clm_rwd-main-navigation {
    margin-top: 5px;
  }

  .clm_footer .footer-right-column h3 {
    text-align: center;
  }

  .clm_list_escort--item {
    flex-basis: calc(50% - 20px);
    /* Two items per row on even smaller screens */
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    /* right: 5%; */
    right: 5px;
  }

  .portfolio-section.clm_escort_detail__gallery__list {
    width: 100%;
    padding-bottom: 30px;
  }

  .clm_escort_detail {
    /* flex-direction: column-reverse; */
    margin: 20px 10px;
    /* flex-wrap: revert; */
  }

  .clm_escort_detail__information--bio {
    padding-right: 10px;
  }

  .description-further-info.clm_pl-20 {
    padding-right: 10px;
  }

  .clm_escort_detail__information {
    padding-left: 0;
  }

  li:has(.ul-child.is-parent)>a::after {
    content: "";
  }

  .clm_escort_detail__gallery__list .portrait {
    flex-basis: unset;
    /*flex-basis: calc(50% - 20px);*/
  }

  .xs_name {
    display: block;
    padding-bottom: 25px;
  }

  .md_screen {
    display: none;
  }

  .clm_escort_detail__gallery {
    padding-top: 25px;
  }

  .clm_escort_detail__information {
    padding-top: 25px;
  }

  .xs_portfolio {
    display: block;
  }

  .xs_portfolio .clm_bottom_line {
    width: 100%;
    margin: 0 auto 15px auto;
  }

  .md_portfolio {
    display: none;
  }

  /* Your CSS rules for extra small screens go here */
}

@media (max-width: 592px) {
  .fancybox-slide--iframe .fancybox-content {
    height: 450px !important;
  }
}

@media (max-width: 600px) {
  .article-card {
    width: 100%;
    flex-direction: column;
    flex: auto;
  }
}

/* Small (SM) - Phones in landscape and small tablets */
@media (min-width: 576px) and (max-width: 767px) {

  /* Your CSS rules for small screens go here */
  .clm_main-navigation {
    display: none;
  }

  .clm_rwd-navigation {
    display: block;
    width: 100%;
  }

  .clm_header--fullwidth {
    display: block;
  }

  .clm_rwd-main-navigation {
    margin-top: 0;
  }

  .clm_btn-nav {
    padding: 0;
  }

  .clm_call-us {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }
}

/* Medium (MD) - Larger tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .clm_header {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .clm_header--fullwidth {
    display: block;
    float: left;
    width: 100%;
  }

  .clm_header--fullwidth .clm_rwd-main-navigation {
    margin-top: 5px;
  }

  .clm_header--fullwidth .clm_rwd-main-navigation .clm_main-navigation {
    margin-top: 0px;
  }

  .clm_header--fullwidth .clm_main-navigation {
    display: block;
    font-size: 10px;
  }

  .clm_header--left,
  .clm_header--right {
    width: 100%;
  }

  /* .clm_header--right__right {
    display: none;
  } */

  .clm_header--right__left {
    width: 100%;
    display: none;
  }

  .clm_header--right__left .clm_rwd-information {
    display: block;
    float: right;
  }

  .clm_list_escort--item {
    flex-basis: calc(25% - 20px);
    /* Three items per row on smaller screens */
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    /* right: 5%; */
    right: 5px;
  }

  .clm_escort_detail__gallery__list {
    justify-content: center;
  }

  .clm_escort_detail__gallery__list .portrait {
    flex-basis: unset;
    /*flex-basis: calc(50% - 20px);*/
  }

  /* Set the last 2 items to 20% for left alignment */
  /* .clm_list_escort--item:nth-last-child(-n + 2) {
    flex-basis: 20%; 
  } */
}

@media (min-width: 992px) {
  .lg-3 {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
  }

  .lg-5 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .lg-4 {
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
  }
}

/* Large (LG) - Larger desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .clm_filter .custom-select__trigger {
    font-size: 10px;
  }
}

/* Extra Large (XL) - Wide desktop screens */
@media (min-width: 1200px) {
  body.clm_body {
    width: var(--xl-body-size);
  }

  .clm_main-navigation {
    font-size: 15px;
  }

  .clm_information {
    /* margin-top: 15px; */
    text-align: center;
  }

  .clm_information .whatsapp_group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Large Desktop - From 1400px */
@media (min-width: 1400px) {
  body.clm_body {
    width: var(--l-body-size);
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    right: 25px;
  }
}

@media (min-width: 1450px) {
  body.clm_body {
    width: var(--l-body-size);
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    right: 70px;
  }
}