@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hero-slider .hero-slide .slide-bg.mob{
    display: block;
  }

  .hero-slider .hero-slide .slide-bg.desk{
    display: none;
  }
}

@media screen and (max-width: 1440px){
  .escapevilla-header .header-wrapper {
    padding: 20px;
  }

  .scrolling .escapevilla-header .header-wrapper {
    padding: 9px 20px 11px;
  }

  .hero-slider .hero-slide .slide-txts .slide-title h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 4px;
  }

  .hero-slider .hero-slide .slide-txts .slide-title,
  .hero-slider .hero-slide .slide-txts .slide-text {
    max-width: 580px;
  }
}

@media screen and (max-width: 1024px){
  .abt-blks {
    display: flex;
    gap: 20px;
  }

  .quests-container .quests-list,
  .contact-info-form-map .contact-blks{
    gap: 20px;
  }

  .quest-card .quest-info-header .qst-head-blks .qst-head-blk.pl-time{
    gap: 10px;
  }

  .quests-container .quests-list .quest-card {
    flex: 0 0 calc(33.333333333% - 14px);
  }

  .quest-card .quest-info-header .qst-head-blk .players,
  .quest-card .quest-info-header .qst-head-blk .time,
  .quest-card .quest-info-header .qst-head-blk .complexity{
    font-size: 0;
    flex: 1 1 auto; /*0 calc(50% - 8px);*/
  }

  .quests-container .quests-list .quest-card .quest-info,
  .quests-container .quests-list .quest-card .quest-desc{
    opacity: 1;
  }
}

@media screen and (max-width: 768px){
  section.escape-sec .sec-cont {
    padding: 40px 0;
  }

  .hero-slider .hero-slide .slide-txts .slide-title h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 3px;
  }

  section.escape-sec.about .sec-cont {
    padding: 80px 0 40px;
  }

  .hero-slider .hero-slide .slide-txts .slide-title,
  .hero-slider .hero-slide .slide-txts .slide-text {
    max-width: 480px;
  }

  .escape-cta,
  .escape-form .submit-wrap .wpcf7-submit {
    height: 46px;
    line-height: 44px;
    padding: 0 30px;
  }

  .abt-blks .abt-blk.abt-img {
    display: none;
  }

  .abt-blks{
    display: block;
  }

  .sec-subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .quests-container .quests-list .quest-card {
    flex: 0 0 calc(50% - 10px);
  }

  .quest-card .quest-info-header .qst-head-blk .players,
  .quest-card .quest-info-header .qst-head-blk .time,
  .quest-card .quest-info-header .qst-head-blk .complexity {
    flex: 0 0 calc(50% - 8px);
  }

  .quests-container .quests-list {
    gap: 40px 20px;
  }

  .contact-info-form-map .contact-blks {
    display: block;
  }

  .contact-info-form-map .contact-blks .contact-blk.map{
    padding: 30px 0 0;
  }

  .contact-info-form-map .contact-blks .contact-blk.map .map-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }

  .contact-info-form-map .contact-blks .contact-blk.map .map-wrapper iframe{
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 640px){
  .hero-slider .hero-slide .slide-txts .slide-title h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 3px;
  }

  .hero-slider .hero-slide .slide-txts .slide-tag-container .slide-tag {
    font-size: 16px;
    line-height: 22px;
  }

  .escape-cta, .escape-form .submit-wrap .wpcf7-submit {
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 15px;
  }

  .sec-title h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .sec-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .quests-container .quests-list .quest-card .quest-title{
    font-size: 18px;
    line-height: 22px;
  }

  .quest-card .quest-info-header .qst-head-blk .players,
  .quest-card .quest-info-header .qst-head-blk .time,
  .quest-card .quest-info-header .qst-head-blk .complexity {
    flex: 1 1 auto;
  }

  .escape-testimonials .testimonial-slide {
    padding: 0 10px;
  }

  .escape-testimonials .testimonials-carousel{
    margin: 0 -10px;
  }

  .testimonial-slide .testimonial-img .test-emotion {
    width: 50px;
    height: 50px;
  }

  .testimonial-slide .testimonial-img{
    padding: 0 0 25px;
  }

  section.escape-sec .sec-cont {
    padding: 35px 0;
  }

  section.escape-sec.about .sec-cont {
    padding: 70px 0 35px;
  }

  .escapevilla-header .logo {
    max-width: 100px;
  }

  .scrolling .escapevilla-header .logo {
    max-width: 80px;
  }
}

@media screen and (max-width: 640px){
  .hero-slider .hero-slide .slide-txts .slide-title,
  .hero-slider .hero-slide .slide-txts .slide-text {
    max-width: 400px;
  }

  .hero-slider .hero-slide .slide-txts .slide-title h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-slider .hero-slide .slide-txts .slide-text {
    font-size: 16px;
    line-height: 22px;
  }

  .sec-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .emotions-list .emotion{
    padding: 15px;
  }

  body {
    font-size: 15px;
    line-height: 24px;
  }

  .quests-container .quests-list {
    display: block;
  }

  .quests-container .quests-list .quest-card{
    width: 100%;
    height: auto;
    padding: 0 0 40px;
  }

  .quests-container .quests-list .quest-card:last-child{
    padding: 0;
  }

  .quests-container .quests-list .quest-card .quest-desc {
    padding: 20px 0 0;
  }

  .quest-card .quest-info-header .qst-head-blk .players,
  .quest-card .quest-info-header .qst-head-blk .time,
  .quest-card .quest-info-header .qst-head-blk .complexity {
    flex: 0 0 calc(50% - 8px);
  }
}

@media screen and (max-width: 480px){
  section.escape-sec.about .sec-cont {
    padding: 60px 0 30px;
  }

  section.escape-sec .sec-cont {
    padding: 30px 0;
  }

  .contact-info-form-map, .escape-testimonials, .quests-container {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 420px){
  .emotions-list .emotion {
    padding: 10px;
  }

  .emotions-container .emotions-list {
    margin: 0 -10px;
  }

  .emotions-list .emotion .emotion-title {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 18px;
  }

  .emotions-list .emotion .emotion-icon {
    padding: 12px;
  }
}