@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200..800&display=swap");

@font-face {
  font-family: "helvetica-now-display";
  src: url("../fonts/helvetica-now-display-extra-light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-now-display";
  src: url("../fonts/helvetica-now-display-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "helvetica-now-display";
  src: url("../fonts/helvetica-now-display-medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-now-display";
  src: url("../fonts/helvetica-now-display-black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "helvetica-now-display";
  font-weight: 400;
}

.error-title {
  font-size: 180px;
  font-weight: 900;
  color: #000000;
}
.error-404 .page-sub-title {
  font-size: 21px;
  text-transform: uppercase;
  color: #000000;
}

.back-home-page {
  background-color: #c2c2c2;
  color: white;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 21px;
  border-radius: 0;
  margin-top: 20px;
  a {
    color: white;
    display: flex;
    align-items: center;
  }
}

.ast-separate-container {
  background-color: #ffffff;
}

footer .widget_block.widget_media_image {
  margin-bottom: 40px;
}

.main-header-menu .menu-item .sub-menu {
  max-width: 210px !important;
  margin-top: 15px !important;
}

.footer-social-inner-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  .ast-builder-social-element {
    margin: 0;
  }
}

.main-header-menu {
  .current-menu-item {
    border-bottom: 2px solid black;
  }
}

#masthead .ast-container {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}

.site-content .ast-container {
  display: block;
}

.banner_section {
  width: 100%;
}

.banner_slide {
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.banner_content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1640px;
  padding: 0 20px;
  z-index: 2;
}

.miss_out {
  background-image: url(../images/categories-img/Section.png);
  object-fit: cover;
  background-position: center;
  padding: 50px 100px;
  background-repeat: no-repeat;
}

.miss_out_join {
  font-size: 88px;
  font-weight: 900;
  line-height: 96px;
  color: #ffffff;
  border-bottom: 9px solid #eeceff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.miss_out_title {
  font-size: 150px;
  font-weight: 900;
  line-height: 152px;
  color: #ffffff;
}

.miss_out_details {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 0;
}

.banner_content h2 {
  font-size: 119px;
  font-weight: 900;
  line-height: 92px;
  text-align: left;
  color: #fff;
  margin-bottom: 90px;
  text-transform: uppercase;
}

.main-navigation {
  .main-header-menu
    .menu-item.menu-item-type-post_type:hover
    .sub-menu
    a.menu-link {
    color: #000000 !important;
  }

  .main-header-menu .menu-item.menu-item-type-custom:hover a.menu-link {
    color: #bdb4b4 !important;
  }
  .main-header-menu .menu-item.menu-item-type-post_type:hover a.menu-link {
    color: #bdb4b4 !important;
  }
}

.main-header-menu {
  gap: 30px;
}

.main-header-menu .menu-link,
.main-header-menu > a {
  text-decoration: none;
  padding: 0 0em;
  display: inline-block;
  transition: all 0.2s linear;
}

.menu-item a {
  padding: 0;
  margin: 0;
}

.banner_content h2 a {
  color: inherit;
}

.banner_content span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2000000476837158px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}

.banner_content span a {
  color: inherit;
}

.banner_slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.popular_section {
  padding: 75px 10px 35px;
  border-bottom: 1px solid #c0c0c0;
}

.popular_section h2 {
  font-size: 96px;
  font-weight: 900;
  line-height: 96px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popular_section p {
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: 0;
}

.popular_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}

.popular_list .popular_item {
  width: 25%;
  padding: 1px;
  position: relative;
}

.popular_item_content {
  position: relative;
  min-height: 820px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.popular_item_content a {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 20px 20px 60px 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.popular_item_content .play_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  transition: all 0.5s ease;
}

.popular_item:hover .popular_item_content .play_icon {
  opacity: 0;
}

.page-template-page-home {
  .common_header {
    padding: 75px 100px 60px 100px;
  }
}

.upcoming_section {
  padding-bottom: 60px;
}

.upcoming_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.upcoming_item {
  width: calc(50% - 2px);
  height: 723px;

  .upcoming_item_content {
    height: 100%;
    min-height: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;

    .upcoming_wrap {
      align-items: end;
      height: 100%;
      display: flex;
      justify-content: center;
      padding: 10px 10px 40px 10px;
    }

    a {
      justify-content: center;
      display: flex;
      flex-direction: column;
    }

    .film_vendor_name {
      text-align: center;
    }
  }
}

.upcoming_wrap h3 {
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.upcoming_wrap .overlay-content {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 5px;
}

.popular_item_content a h4,
.popular_item_content a span {
  width: 100%;
  margin: 0;
  text-align: center;
}

.popular_item_content a h4 {
  font-family: "Karla", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
}

.popular_item_content a span {
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.popular_item:hover .popular_item_content a {
  bottom: 0;
}

.view_button {
  font-size: 19.53px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.30000001192092896px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 35px;
}

.view_button img {
  margin-left: 5px;
}

.ast-main-header-wrap.main-header-bar-wrap {
  /* max-width: 1600px; */
  margin: auto;
}

.new_in_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 2px;
}

.new_in_item {
  width: calc(33.33% - 2px);
  height: 820px;

  .new_in_item_content {
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.new_in_item_content {
  background-image: url(../images/branding.jpg);
}

.photoset_item_content {
  .play_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    transition: all 0.5s ease;
  }
}

.photoset_item:hover .photoset_item_content .play_icon {
  opacity: 0;
}

/* ============================== common header ==================================== */

.common_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 75px 110px 100px 110px;
}

.header_title {
  font-size: 83px;
  line-height: 83px;
  font-weight: 900;
  /* font-family:Helvetica; */
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.header_text {
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  /* font-family: Poppins; */
  color: #000000;
  margin-bottom: 0;
}

.header_text_bold {
  font-size: 16px;
  line-height: 21px;
  font-weight: 900;
  /* font-family: Poppins; */
  color: #000000;
  margin-bottom: 0;

  a {
    color: #000000;
  }
}

/* ============================== Film page ==================================== */

.list_page_content {
  display: flex;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
}

.filter_container {
  width: 25%;
  /* padding-right: 20px; */
}

.list_container {
  width: 75%;
}

.search-container input {
  border: 3px solid #000000;
  border-radius: 0;
  font-size: 15px;
  font-family: poppins;
  color: #000000;
  min-height: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}

.search-container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.search-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.search-container input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.search-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

hr.separator {
  background-color: #000000;
  border: 0;
  height: 3px;
  margin-bottom: 0;
}

.filter_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup_close_btn {
  display: none;
  width: max-content;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
  background: none;
  color: black;
  margin-top: 20px;
}

.load_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 90px;
  width: 100%;
  margin-bottom: 0px;
}

.load_more_btn .load_more_text {
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  background: none;
  color: #000000;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  text-transform: uppercase;
  box-shadow: none;
}

.load_more_btn .load_more_text img {
  margin-top: 2px;
}

.load_more_text.disabled {
  /* cursor: not-allowed;
	opacity: 0.4; */
  display: none;
}

.tag_list_style {
  .remove_list_style {
    list-style: none;
    margin: 0;
  }

  li {
    margin-bottom: 15px;
    line-height: 30px;
  }

  :last-child {
    margin-bottom: 0;
  }

  a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    font-family: poppins;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
  }
}

.popup_open_btn {
  display: none;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px 20px;
  margin-left: 10px;
}

.film_item {
  width: calc(50% - 2px);
  height: 370px;
}

.films_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 2px;
}

.film_item_content {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.film_vendor_name {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: Helvetica, sans-serif;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vendor_details_wrapper {
  padding: 15px;
}

.vendor_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28.8px;
  font-family: karla;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0;
}

.film_video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Show the video when hovering over film_item */
.film_item:hover .film_video {
  display: block;
}

.video-container {
  position: relative;
  width: 100%;
}

.preview_video {
  width: 100%;
}

/* ============================== films single page ==================================== */

.single_page_header_text {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-transform: uppercase;
  font-family: helvetica-now-display;
  font-weight: 500;

  a {
    color: #000000;
  }
}

.single-film {
  .common_header {
    max-width: 1100px;
    margin: 0 auto;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.model-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 30px;

  img {
    height: 100%;
    object-fit: cover;
  }
}

.film-model-inner {
  position: relative;
}

.model-name {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 20px 20px 42px 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  text-transform: uppercase;

  a {
    color: #ffffff;
  }
}

.film-model-inner:hover .model_name {
  bottom: 0;
}

.singlepage_content_wrap {
  max-width: 100%;
  margin: 0 auto;

  .section-film-video,
  .film-feature-model {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

.video_wrap {
  background-color: #eeceff;
  border-radius: 15px;
  padding-bottom: 30px;
}

.page_preview {
  font-size: 16px;
  font-weight: 900;
  color: white;
  margin-bottom: 0;
  line-height: normal;
  padding: 9px 15px;
  text-transform: uppercase;
}

.film-video-content {
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  padding: 50px 0 75px 0;

  p {
    margin: 0;
  }
}

.more_modal_content {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 20px;

  p {
    margin-bottom: 0px;
  }
}

.featured_model_inner {
  width: calc(33.33% - 2px);
  border-radius: 30px;
  height: 724px;

  img {
    border-radius: 30px;
  }
}

.film-model-inner.related_model_inner {
  width: 100%;
  height: 377px;
  display: flex;
  gap: 2px;
  position: relative;
  margin-bottom: 60px;
}

.image_wrap {
  width: 100%;

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

.more_films_image_wrap {
  position: relative;
  width: 50%;

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

.film-feature-model {
  margin-bottom: 75px;
}

.more_films_button {
  border: 1px solid #000000;
  padding: 6px 14px;
  font-size: 15px;
  line-height: 20px;
  background: none;
  border-radius: 0;
  font-weight: 600;
}

.more_films_button a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.more_films_button img {
  width: 6px;
}

.more_films_button:hover {
  background-color: #000000;
  color: white;
}

.more_films_button:hover a {
  color: white;
}

.more_films_button:hover img {
  filter: brightness(0) invert(1);
}

.model-image:hover .model-name {
  bottom: 0;
}

.more_film_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

#menu-footer-menu .menu-item:hover a {
  font-weight: 500;
}

.footer-widget-area .menu-item:hover a {
  color: #807f7f;
}

.related_details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  p {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0;
    height: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: white;
    text-align: center;
  }
}

.more_film_details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
}

/* ============================== photoset page ==================================== */
.photosets_list {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 10px; */
}

.singlephoto-seprator {
  margin: 75px 0 50px 0;
}

.photoset_item:hover .photoset_item_content a {
  bottom: 0;
}

.photoset_item {
  width: 33.33%;
  height: 658px;
  position: relative;
  padding: 1px;
}

.photoset_item :hover {
  opacity: 1;
}

.overlay-content {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  color: white;
}

.photoset_item_content {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-size: cover;
  overflow: hidden;

  a {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.54) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    align-items: center;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
}

.image_wrap {
  width: calc(50% - 2px);
  height: 377px;
  position: relative;
}

/* ============================== modals page ==================================== */
.model_list_section {
  padding-bottom: 60px;
}

.model_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.model_item:hover .model_item_content a {
  bottom: 0;
}

.model_item {
  width: 25%;
  padding: 1px;
}

.model_item :hover {
  opacity: 1;
}

.model_item_content {
  position: relative;
  min-height: 723px;
  background-size: cover;
  overflow: hidden;
  background-position: center;

  a {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.54) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    align-items: center;
    padding: 20px 20px 42px 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
}

.modals_name {
  color: white;
  font-size: 31px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* ============================== single modals page ==================================== */

.modals_title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}

.model_header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.social_details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.dashicons-hidden:before {
  width: 24px;
  height: 24px;

  background-size: contain;
  content: "" !important;
  display: block;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium mui-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="VisibilityIcon" style=" fill: rgba(0, 0, 0, 0.54);%0A"%3E%3Cpath d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"%3E%3C/path%3E%3C/svg%3E')
    no-repeat center center !important;
}
.dashicons-visibility:before {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium mui-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="VisibilityOffIcon" style=" fill: rgba(0, 0, 0, 0.54);%0A"%3E%3Cpath d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"%3E%3C/path%3E%3C/svg%3E')
    no-repeat center center;
  background-size: contain;
  content: "" !important;
  display: block;
}

.social-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: helvetica-now-display;
}

.single_page_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.model_image {
  border-radius: 30px;
  height: 1200px;
  margin: 0 auto;

  img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.models_list_page_wrap {
  padding: 0 10px 70px 10px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.taxonomy_title {
  margin-top: 75px;
}

.update_models_items,
.update_items {
  width: calc(33.33% - 2px);
  height: 658px;

  img {
    height: 100%;
    object-fit: cover;
  }
}

.update_models_list_wrap {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
}

.model_description {
  p {
    margin-bottom: 0;
  }
}

.single_page_wrap {
  padding: 50px 0 70px 0;
}

/* ============================== photoset gallery page ==================================== */

.photoset_gallery_section {
  max-width: 1100px;
  margin: 0 auto;
}

.photoset-gallery {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.photoset-item {
  width: calc(16.69% - 2px);

  img {
    object-fit: cover;
    height: 204px;
    width: 100%;
  }
}

.cusrsor-pointer {
  cursor: pointer;
}

.single_photoset_seprator {
  background-color: #c0c0c0;
  border: 0;
  height: 1px;
  margin-bottom: 0;
}

.single-photoset {
  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .common_header {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* ============================== bts page ==================================== */

body.page-template-page-bts {
  background-color: #000000;

  .remove_list_style {
    a {
      color: #ffffff !important;
    }
  }

  .ast-site-identity {
    filter: brightness(0) invert(1);
  }

  .ast-primary-header-bar {
    background-color: #000000;
  }

  .ast-builder-menu-1 .menu-item > .menu-link {
    color: #ffffff;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
    background-color: #000000;
  }

  hr.separator {
    background-color: #ffffff;
  }

  .header_title,
  .header_text {
    color: #ffffff;
  }

  .tag_list_style {
    li {
      color: #ffffff !important;
    }
  }

  .search-container {
    input {
      background: #000000;
      border: 3px solid #ffffff;
      color: #ffffff;
    }

    input::placeholder {
      color: #ffffff;
    }
  }

  .popup_open_btn {
    border: 1px solid #ffffff;
    color: #ffffff;
  }

  .load_more_btn {
    padding: 35px;

    .load_more_text {
      color: #ffffff;
      padding: 0;
    }
  }

  .mobile-menu-toggle-icon svg {
    fill: #ffffff !important;
  }
}

/* ============================== bts single page ==================================== */
.single-bts {
  .site-content {
    background-color: #000000;
  }

  .ast-site-identity {
    filter: brightness(0) invert(1);
  }

  .ast-primary-header-bar {
    background-color: #000000;
  }

  .header_title,
  .header_text {
    color: #ffffff;
  }

  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ast-primary-header-bar {
    background-color: #000000;
  }

  .ast-builder-menu-1 .menu-item > .menu-link {
    color: #ffffff;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
    background-color: #000000;
  }

  .common_header {
    max-width: 1100px;
    margin: 0 auto;
  }

  .single_page_header_text,
  .film-video-content,
  .more_modal_content {
    color: #ffffff;

    a {
      color: #ffffff;
    }
  }

  .more_films_button {
    color: #ffffff;
    border-color: #ffffff;
  }

  .header_text_bold {
    color: #ffffff;
  }

  .single_photoset_seprator {
    background-color: #c0c0c0;
    margin-bottom: 50px;
  }

  .mobile-menu-toggle-icon svg {
    fill: #ffffff !important;
  }
}

/* ============================== daily feeds page ==================================== */

.page-template-page-daily-feed {
  .common_header {
    padding: 75px 110px 60px 110px;
  }
}

.feed_item:hover .feed_item_content .play_icon {
  opacity: 0;
}

.feed_item_content .play_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  transition: all 0.5s ease;
}

.feed_item_content {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.section-feed-video video {
  padding-left: 10px;
  padding-right: 10px;
}

.feed_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.feed_item {
  width: 16.6666667%;
  height: 604px;
  position: relative;
  padding: 0 1px;
}

.feed_item:hover .feed_item_content a {
  bottom: 0;
}

.feed_item :hover {
  opacity: 1;
}

.feed_item_content {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-size: cover;
  overflow: hidden;

  a {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.54) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    align-items: center;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
}

.feed_page_content .view_button {
  margin-bottom: 35px;
}

/* .feed_page_content {
	padding-bottom: 60px;
} */

/* ============================== daily feeds single page ==================================== */

.daily-feed-template-default {
  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .feed_item_content {
    a {
      padding: 20px 20px 40px 20px;

      p {
        margin-bottom: 0;
      }
    }
  }

  .feed_list_wrapper {
    padding-bottom: 75px;
  }

  section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .single_photoset_seprator {
    margin: 75px 0;
  }
}

.single_Feed_vendor_name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

/* ============================== DJ page ==================================== */

.page-template-page-dj {
  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .dj_header_title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  section {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .single_photoset_seprator {
    margin: 75px 0 55px 0;
  }

  .common_header {
    padding: 75px 110px 60px 110px;
  }
}

.dj_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.dj_video {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.dj_stream_date {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-family: "helvetica-now-display";
  margin-top: 10px;
  font-weight: 500;
}

.dj_item {
  width: 33.33%;
  position: relative;
  padding: 0 10px 20px 10px;

  .dj_item_content {
    height: 100%;

    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      height: 255px;
      border-radius: 20px;
    }
  }
}

.dj_view_button {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #000000;
  font-family: "helvetica-now-display";
  color: #000000;
  gap: 8px;

  a {
    color: #000000;
  }
}

.dj_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0 55px 0;
}

/* ============================== DJ single page ==================================== */

.single-dj-set {
  .single_photoset_seprator {
    margin: 75px 0;
  }

  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .dj_header_title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  section {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .common_header {
    padding: 75px 110px 60px 110px;
  }

  .dj_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .dj_video {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .dj_stream_date {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: "helvetica-now-display";
    margin-top: 10px;
    font-weight: 500;
  }

  .dj_item {
    width: 33.33%;
    position: relative;
    padding: 0 10px 20px 10px;

    .dj_item_content {
      height: 100%;

      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        height: 255px;
        border-radius: 20px;
      }
    }
  }
}

.dj_view_button {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #000000;
  font-family: "helvetica-now-display";
  color: #000000;
  gap: 8px;

  a {
    color: #000000;
  }

  .dj_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0 55px 0;
  }
}

/* ============================== tags page ==================================== */

.tag_post_item {
  display: flex;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
  position: relative;
  width: 100%;
}

.tag_post_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.tag_post_image {
  width: 40%;
  height: 280px;

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

.tag_post_content_wrapper {
  background-color: #f6f6f6;
  width: 60%;
  padding: 30px 30px 30px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.post_type_wrap {
  margin-bottom: 15px;
}

.post_title {
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  font-family: "helvetica-now-display";
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;

  a {
    color: #000000;
  }
}

.post_title_border {
  height: 3px;
  background-color: #000000;
  width: 65px;
  margin-bottom: 20px;
}

.post_type {
  background-color: #e4e4e4;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  font-family: "helvetica-now-display";
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline;
}

.tag_post_content {
  background-color: #ffffff;
  padding: 50px 30px;
  position: absolute;
  left: -20px;
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
}

.post_date {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  color: #adadad;

  img {
    width: 16px;
    height: 18px;
    margin-right: 3px;
  }
}

.tag_page_header {
  .common_header {
    padding: 75px 110px 75px 110px;
  }
}

.tag_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 30px;
  padding: 50px 0;

  .tag_pagination_content {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

/* ============================== explore page ==================================== */

.explor_films_container {
  width: 100%;
  padding: 0 10px;
}

.explor_films_list {
  padding: 0 10px;
}

.explore_film {
  width: calc(33.33% - 2px);
  height: 300px;
}

.explore_separator {
  margin-bottom: 0;
}

.my_closet {
  background: url(../images/categories-img/putri-cinta-133-photoset-0031-zyWtnfNc-768x512.jpg.png);
}

.my_closet1 {
  background: url(../images/categories-img/Untitled.png);
}

.my_closet2 {
  background: url(../images/categories-img/8.png);
}

.closet_images {
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat !important;
}

.closet_item {
  width: calc(33.33% - 2px);
  height: auto;
}

/* ============================== single closet page ==================================== */
.single-my-closet {
  .ast-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single_closet_video_wrapper {
  padding: 0px 50px 55px 50px;
}

.common_header.closet_header {
  padding: 75px 110px 60px 110px;
}

.closet_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 2px;
}

.closet_page_content {
  padding: 50px 50px 55px 50px;
}

.closet_img {
  height: 255px;
  width: 100%;
  object-fit: cover;
}

.closet_item.closet_single_page {
  padding: 0 10px;
  height: 305px;
}

.closet_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.closet_wrap {
  /* margin: 0 -10px; */
}

.closet_view_button {
  border: 1px solid #000000;
  display: inline-flex;
  gap: 8px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 20px;
  height: 50px;
  background: none;
  border-radius: 0;
  font-weight: 600;
}

.signle_closet_date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000000;
}

/* ============================== secret dairy page ==================================== */

.diary_page_content {
  max-width: 980px;
  margin: 0 auto;
}

.diary_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.diary_item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}

.dairy_title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}

.diary_stream_date {
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.dairy_text {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}

.dairy_img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 26px;
}

.page-template-page-diary {
  .common_header {
    padding: 75px 100px;
  }

  .closet_btn_wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.single_dairy_wrapper {
  img {
    height: 679px;
    width: 100%;
    object-fit: cover;
  }

  .single_dairy_details {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  p {
    margin-bottom: 0;
  }
}

.next_posts_section {
  padding-top: 50px;
  padding-bottom: 75px;
}

.next_post_item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;

  img {
    width: 100%;
    height: 255px;
    object-fit: cover;
  }
}

.next_post_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.next_post_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;

  a {
    font-weight: 500;
  }
}

.next_post_date {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.diary-template-default.single-diary {
  .common_header {
    padding: 75px 110px 60px 110px;
  }
}

.categories_section {
  padding-bottom: 60px;
}

.categories_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}

.categories_list .categorie_item {
  width: 33.33%;
  padding: 1px;
}

.categories_list .categorie_item a {
  display: block;
  text-align: center;
  padding: 121px 15px;
  background-size: cover;
  position: relative;
}

.categories_list .categorie_item h4 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
  position: relative;
}

.categories_list .categorie_item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #fff;
  position: relative;
}

.categories_list .categorie_item a:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

/*************************** signup ********************************/

.page-template-page-signup body {
  margin: 0;
}

.page-template-page-signup header {
  display: none;
}

.page-template-page-signup footer {
  display: none;
}

.page-template-page-signup .ast-container {
  max-width: 100%;
  padding: 0;
}

.signup_content_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  align-items: center;
}

.signup_content_left {
  width: 50%;
  background-color: #00aff0;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

.signup_content_right {
  width: 50%;
}

.singup_left_wrap {
  max-width: 531px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 693px;
  margin-top: 110px;
}

.singup_left_wrap p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  margin-bottom: 0;
  line-height: 51px;
  font-weight: 500;
  font-family: "poppins";
  margin-top: 44px;
}

.signup_form {
  max-width: 582px;
  padding: 0 20px;
  margin: 0 auto;
}

.signup_form p {
  font-weight: 500;
  font-family: "poppins";
  color: #000000;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 15px;
}

.ur-frontend-form.signup_form_page {
  margin-bottom: 0px;
  border: 0px;
  padding: 0;
}
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid {
  padding: 0;
}
.input-wrapper input {
  border: 1px solid #c0c0c0;
}
input::placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #959595;
  font-weight: 500;
  font-family: "poppins";
}
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "poppins";
}

.ur-frontend-form.signup_form_page
  .ur-form-row
  .ur-form-grid
  input[type="text"],
.ur-frontend-form.signup_form_page
  .ur-form-row
  .ur-form-grid
  input[type="email"],
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form.signup_form_page
  .ur-form-row
  .ur-form-grid
  input[type="password"],
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
  border-radius: 5px;
  padding: 10px 20px;
  min-height: 60px;
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "poppins";
}

input::placeholder {
  color: #959595 !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  font-family: "poppins";
}

.signup_submit_btn {
  background: #01a0e8;
  border-radius: 50px;
  margin: 0;
  width: 100%;
  min-height: 60px;
}
.ur-frontend-form.signup_form_page .ur-button-container {
  margin-top: 30px;
  padding: 0;
}
.ur-frontend-form.signup_form_page .ur-submit-button {
  margin-right: 0px;
}
.ur-frontend-form.signup_form_page button[type="submit"] {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  font-family: "poppins";
}
.ur-frontend-form.signup_form_page
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  .password-input-group
  .password_preview {
  right: 27px;
}
.ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
  background: url(../images/svg/arrow-next-small_svgrepo.com.png) no-repeat 96%
    55%;
}
.signup_terms p {
  color: #959595;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "poppins";
  margin-top: 10px;
  text-align: center;
}
.signup_terms a,
.signup_accout a {
  color: #01a0e8;
}
.signup_accout {
  margin-top: 30px;
  text-align: center;
}
.signup_accout p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "poppins";
}
.signup_withx {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 60px;
  align-items: center;
  display: flex;
  margin-top: 30px;
  font-weight: 500;
  font-family: "poppins";
  font-size: 18px;
  line-height: 27px;
  position: relative;
}
.signup_withx:hover,
.signup_with_google:hover {
  background: #00aff0;
  color: #fff;
  border-color: #00aff0;
}
.signup_with_google {
  border: 1px solid #c0c0c0;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 60px;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  font-family: "poppins";
  font-size: 18px;
  line-height: 27px;
}
.signup_with_google span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.signup_withx span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.signup_content_left::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 864px;
  height: 721px;
  background-image: url(../images/signup-bg-vector.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 96px;
}
.signup_rounding {
  position: absolute;
  width: 424px;
  height: 424px;
  background: center / cover no-repeat url(../images/ellish-group.png);
  bottom: 0;
  left: 0;
}
.form_select option {
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .popular_item_content {
    min-height: 42.708vw;
  }

  .photoset_item {
    height: 42.708vw;
  }

  .feed_item {
    height: 31.458vw;
  }

  .model_item_content {
    min-height: 37.656vw;
  }

  .upcoming_item {
    height: 37.656vw;
  }
}

@media (max-width: 1550px) {
  .miss_out_title {
    font-size: 130px;
    font-weight: 900;
    line-height: 132px;
  }
}

@media (max-width: 1440px) {
  .film_item {
    height: 280px;
  }

  .miss_out_join {
    font-size: 70px;
    line-height: 72px;
  }

  .miss_out_title {
    font-size: 90px;
    line-height: 100px;
  }

  .miss_out_details {
    font-size: 35px;
    line-height: 38px;
  }

  .update_models_items,
  .update_items {
    width: calc(50% - 2px);
    height: 600px;
    position: relative;

    img {
      height: 100%;
      object-fit: cover;
    }
  }

  .model_image {
    height: 1000px;
    width: 800px;
  }
}

@media (max-width: 1199px) {
  .popular_item_content {
    min-height: 380px;
  }

  .photoset_item {
    height: 380px;
  }
  .singup_left_wrap {
    padding-left: 20px;
  }

  .feed_item {
    height: 400px;
  }

  .overlay-content {
    font-size: 18px;
  }

  .feed_item_content a {
    padding: 10px;
  }

  .categories_list .categorie_item h4 {
    font-size: 28px;
  }

  .model_item_content {
    min-height: 380px;
  }

  .model_item_content a {
    padding: 10px 10px 20px;
  }

  .upcoming_item {
    height: 440px;
  }

  .upcoming_wrap .overlay-content {
    font-size: 24px;
  }

  .upcoming_wrap h3 {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  .single_page_wrap .model_list .model_item {
    width: 33.33%;
  }
  /****************** **********************/
}

@media (max-width: 1024px) {
  .singup_left_wrap {
    padding-left: 20px;
  }
  .singup_left_wrap p {
    font-size: 26px;
    line-height: 40px;
  }
  .signup_form {
    padding: 0 30px;
  }
}

@media (max-width: 1023px) {
  .header_title {
    font-size: 55px;
    line-height: 55px;
  }
  .singup_left_wrap {
    padding-left: 20px;
  }

  .common_header {
    padding: 40px;
  }

  .diary-template-default.single-diary {
    .common_header {
      padding: 40px;
    }
  }

  .common_header.closet_header {
    padding: 40px;
  }

  .page-template-page-diary {
    .common_header {
      padding: 40px;
    }
  }

  .page-template-page-dj {
    .common_header {
      padding: 40px;
    }
  }

  .single-dj-set {
    .common_header {
      padding: 40px;
    }
  }

  .page-template-page-home {
    .common_header {
      padding: 40px;
    }
  }

  .tag_page_header {
    .common_header {
      padding: 40px;
    }
  }

  .model_image {
    height: 800px;
    width: 600px;
  }

  .daily-feed-template-default {
    .single_photoset_seprator {
      margin: 30px 0;
    }
  }

  .page-template-page-dj {
    .single_photoset_seprator {
      margin: 30px 0;
    }
  }

  .single-dj-set {
    .single_photoset_seprator {
      margin: 30px 0;
    }
  }

  .single-bts {
    section {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .single-film {
    section {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .featured_model_inner {
    width: calc(33.33% - 2px);
    border-radius: 30px;
    height: 650px;
  }

  .dj_item {
    width: 50% !important;
    position: relative;
  }

  .closet_item {
    width: calc(50% - 2px);
    height: 300px;
  }

  .model_item {
    width: 33.33%;
  }

  .model_item_content a {
    bottom: 0;
  }

  .modals_name {
    font-size: 18px;
  }

  .model_item_content {
    min-height: 340px;
  }

  .miss_out_join {
    font-size: 60px;
    line-height: 62px;

    img {
      height: 70px;
    }
  }

  .miss_out_title {
    font-size: 80px;
    line-height: 82px;
  }

  .miss_out_details {
    font-size: 35px;
    line-height: 38px;
  }

  .miss_out {
    padding: 30px 50px;
  }

  .feed_item {
    width: 33.33%;
  }

  .feed_item_content a {
    bottom: 0;
  }

  .popular_item_content .play_icon {
    opacity: 0;
  }

  .popular_item_content a {
    bottom: 0;
    padding: 10px 10px 20px 10px;
  }

  .photoset_item_content .play_icon {
    opacity: 0;
  }

  .photoset_item_content a {
    bottom: 0;
    padding: 10px 10px 20px;
  }
}
@media (max-width: 991px) {
  /**************** *****/
  .singup_left_wrap {
    padding-left: 20px;
  }
  .signup_content_left::after {
    display: none;
  }
  .singup_left_wrap p {
    font-size: 22px;
    line-height: 35px;
  }
  .signup_form {
    padding: 0 30px;
  }
  .signup_with_google {
    text-align: center;
  }
  .signup_rounding {
    width: 244px;
    height: 235px;
  }
  .ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
    background: url(../images/svg/arrow-next-small_svgrepo.com.png) no-repeat
      94% 55%;
  }
}
@media (max-width: 922px) {
  .site-header-primary-section-left .site-branding.ast-site-identity {
    padding-left: 10px;
  }

  .main-header-menu {
    gap: 0px;
  }
  .main-header-menu {
    .current-menu-item {
      border-bottom: 0px solid black;
    }
  }
}

@media (max-width: 767px) {
  .photoset_item {
    width: 100%;
    padding: 0 0 10px;
  }

  .error-title {
    font-size: 80px;
  }
  .error-404 .page-sub-title {
    font-size: 18px;
  }

  .back-home-page {
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    a {
      color: white;
      display: flex;
      align-items: center;
    }
  }

  .page-template-page-photosets {
    .list_page_content {
      padding: 0 0px;
    }
  }
  .site-footer-below-section-3 {
    margin: 0 auto;
    .footer-images {
      margin: 0 auto;
    }
  }

  .film_item {
    height: 300px;
  }

  .category_title {
    font-size: 25px;
    line-height: 30px;
  }

  .explore_film {
    width: calc(50% - 2px);
    height: 300px;
  }

  .single_dj_video_wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .popup_open_btn {
    display: block;
  }

  .filter_wrap {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 500px;
    margin: 10% auto;
    background: #ffffff;
    height: 80vh;
    overflow: auto;
  }

  .filter_container {
    width: 100%;
    position: fixed;
    width: 100%;
    position: fixed;
    top: 0;
    /* bottom: 0; */
    left: 0;
    height: 100%;
    background: #00000079;
    z-index: 100;
  }

  .list_container {
    width: 100%;
  }

  .filter_container {
    display: none;
  }

  .popup_close_btn {
    display: block;
  }

  .header_title {
    font-size: 40px;
    line-height: 43px;
  }

  .common_header {
    padding: 40px 110px 40px 110px;
  }

  .page-template-page-home {
    .common_header {
      padding: 40px 110px 40px 110px;
    }
  }

  .common_header.closet_header {
    padding: 40px 110px 40px 110px;
  }

  .diary-template-default.single-diary {
    .common_header {
      padding: 40px 110px 40px 110px;
    }
  }

  .page-template-page-diary {
    .common_header {
      padding: 40px 110px 40px 110px;
    }
  }

  .page-template-page-daily-feed {
    .common_header {
      padding: 40px 110px 40px 110px;
    }
  }

  .tag_page_header {
    .common_header {
      padding: 40px 110px 40px 110px;
    }
  }

  .header_text {
    text-align: center;
  }

  .featured_model_inner {
    width: 50%;
  }

  .ast-container {
    padding: 0 10px;
  }

  .single-photoset {
    section {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .model_image {
    height: 600px;
    width: 500px;
    max-width: 100%;
  }

  a.photoset-item {
    width: calc(25% - 2px);

    img {
      height: 204px;
    }
  }

  .featured_model_inner {
    width: calc(50% - 2px);
    border-radius: 30px;
    height: 500px;
  }

  .miss_out_join {
    font-size: 50px;
    line-height: 52px;
  }

  .miss_out_title {
    font-size: 65px;
    line-height: 72px;
  }

  .miss_out_details {
    font-size: 28px;
    line-height: 32px;
  }

  .miss_out {
    padding: 30px 50px;
  }

  .page-template-page-dj {
    .ast-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
    }

    section {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  .list_page_content {
    padding: 0 10px;
  }

  .single-my-closet {
    .ast-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0 !important;
      padding-right: 0 !important;
      max-width: 100%;
    }

    section {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .single-dj-set {
    .ast-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
    }

    section {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  .photosets_list {
    padding: 0 10px;
  }

  .ast-header-break-point
    #masthead
    .ast-mobile-header-wrap
    .ast-primary-header-bar {
    padding: 20px 0px;
  }

  .footer-details-left {
    text-align: center;
  }
  .dj_list {
    padding: 0 0px 20px 0px;
  }

  body.page-template-page-bts {
    .remove_list_style {
      a {
        color: #000000 !important;
      }
    }

    hr.separator {
      background: #000000 !important;
    }

    .header_title,
    .header_text {
      color: #ffffff !important;
    }

    .tag_list_style {
      li {
        color: #000000 !important;
      }
    }

    .search-container {
      input {
        background: #ffffff;
        border: 3px solid #000000;
        color: #000000 !important;
      }

      input::placeholder {
        color: #000000;
      }
    }
  }

  .upcoming_item {
    width: 100%;
    height: 400px;
  }

  .upcoming_item + .upcoming_item {
    margin-top: 10px;
  }

  .single_closet_video_wrapper {
    padding: 0px 20x 30px 20px;
  }

  .closet_page_content {
    padding: 30px 10px 30px 10px;
  }

  .diary-template-default.single-diary {
    padding: 10px;
  }

  .single_dairy_wrapper {
    img {
      height: 400px;
      width: 100%;
      object-fit: cover;
    }
  }

  .closet_wrap {
    margin: 0px;
  }

  .single_dairy_wrapper {
    .single_dairy_details {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }

  .categories_list .categorie_item {
    width: 100%;
    padding: 0 0 10px;
  }

  .feed_item {
    width: 100%;
    padding: 0 0 10px;
  }

  .model_item {
    width: 100%;
  }

  .biling-support {
    text-align: center;
  }

  .footer-image {
    text-align: center;
  }
  /*************** **********************/
  .signup_content_wrap {
    display: block;
  }
  .signup_content_left {
    width: 100%;
    height: auto;
  }
  .signup_content_right {
    width: 100%;
  }
  .singup_left_wrap {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .signup_form {
    padding: 0 30px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .signup_form > p {
    line-height: 18px;
    font-size: 16px;
    text-align: center;
  }
  .singup_left_wrap {
    text-align: center;
    height: auto;
  }
  .singup_left_wrap img {
    width: 100px;
  }
  .singup_left_wrap p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
  }
  .ur-frontend-form.signup_form_page
    .ur-form-row
    .ur-form-grid
    input[type="text"],
  .ur-frontend-form.signup_form_page
    .ur-form-row
    .ur-form-grid
    input[type="email"],
  .ur-frontend-form.signup_form_page
    .ur-form-row
    .ur-form-grid
    input[type="url"],
  .ur-frontend-form.signup_form_page
    .ur-form-row
    .ur-form-grid
    input[type="password"],
  .ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
    min-height: 50px;
  }
  .signup_submit_btn {
    min-height: 50px;
    font-size: 14px;
  }
  .signup_withx {
    min-height: 50px;
    font-size: 14px;
  }
  .signup_with_google {
    min-height: 50px;
    font-size: 14px;
  }
  .signup_rounding {
    width: 60px;
    height: 60px;
  }
  .ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
    background: url(../images/svg/arrow-next-small_svgrepo.com.png) no-repeat
      96% 55%;
  }
}

@media (max-width: 544px) {
  .singup_left_wrap {
    padding-left: 20px;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  a.photoset-item {
    width: calc(33.33% - 2px);

    img {
      height: 204px;
    }
  }

  .single-daily-feed.ast-separate-container #content .ast-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag_post_item {
    flex-direction: column;
  }

  .single-my-closet {
    .ast-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0 !important;
      padding-right: 0 !important;
      max-width: 100%;
    }

    section {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .tag_post_image {
    width: 100%;
  }

  .tag_post_content_wrapper {
    background-color: #f6f6f6;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
  }

  .tag_post_content {
    position: static;
    padding: 30px 30px 30px 30px;
    width: 100%;
  }

  .tag_post_list {
    padding: 0 10px;
  }

  .tag_post_list {
    gap: 0;
  }

  .closet_item.closet_single_page {
    width: 100%;
  }

  .diary_item {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .miss_out_join {
    font-size: 40px;
    line-height: 42px;

    img {
      height: 50px;
    }
  }

  .explore_film {
    width: 100%;
    height: 300px;
  }

  .miss_out_title {
    font-size: 40px;
    line-height: 50px;
  }

  .miss_out_details {
    font-size: 20px;
    line-height: 22px;
  }

  .miss_out {
    padding: 20px;
  }

  .film_item {
    width: 100%;
  }

  .closet_item {
    width: 100%;
    height: 300px;
  }

  .filter_wrap {
    width: 100%;
  }

  .common_header.closet_header {
    padding: 40px 20px;
  }

  .common_header {
    padding: 40px 20px;
    margin-bottom: 20px;
  }

  .page-template-page-daily-feed {
    .common_header {
      padding: 40px 20px;
    }
  }

  .diary-template-default.single-diary {
    .common_header {
      padding: 40px 20px;
    }
  }

  .page-template-page-diary {
    .common_header {
      padding: 40px 20px;
    }
  }

  .page-template-page-dj {
    .common_header {
      padding: 40px 20px;
    }
  }

  .single-dj-set {
    .common_header {
      padding: 40px 20px;
    }
  }

  .tag_page_header {
    .common_header {
      padding: 40px 20px;
    }
  }

  .next_post_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .diary-template-default.single-diary {
    .common_header {
      padding: 40px 20px;
    }
  }

  .page-template-page-home {
    .common_header {
      padding: 40px 20px;
    }

    .load_more_btn {
      padding: 0;
      margin-bottom: 0px;
      height: 90px;
    }
  }

  .photoset_item {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .image_wrap {
    width: 100%;
  }

  .film-model-inner.related_model_inner {
    flex-direction: column;
    height: auto;
  }

  .more_films_image_wrap {
    width: 100%;
  }

  .popular_list .popular_item {
    width: 100% !important;
  }

  .featured_model_inner {
    width: 100%;

    img {
      width: 100%;
    }
  }

  .film-video-content {
    font-size: 16px;
    line-height: 25px;
    padding: 30px 0 45px 0;
  }

  .update_models_items,
  .update_items {
    width: 100%;
    height: 500px;
  }

  .model_image {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .featured_model_inner {
    width: 100%;
    border-radius: 30px;
    height: 500px;
  }

  a.photoset-item {
    width: calc(50% - 2px);

    img {
      height: 204px;
    }
  }

  .dj_item {
    width: 100% !important;
    position: relative;
  }
  .ur-frontend-form.signup_form_page .ur-form-row .ur-form-grid select {
    background: url(../images/svg/arrow-next-small_svgrepo.com.png) no-repeat 94% 55%;
  }
}

.chat_button {
  display: none !important;
}

/*************************** performer application ********************************/
.page-template-page-performer-application {
  /* basic layout overrides if needed */
}

.page-template-page-performer-application .performer_application_form {
  max-width: 1100px;
  margin: 0 auto;
}

.page-template-page-performer-application .wpcf7-form-control-wrap input,
.page-template-page-performer-application .wpcf7-form-control-wrap textarea {
  background-color: #E9E9E9;
  border: 0 !important;
  border-radius: 0;
  min-height: 50px;
}

.page-template-page-performer-application .wpcf7-form-control-wrap textarea {
  height: 130px;
}

.page-template-page-performer-application .wpcf7-submit {
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
