@media (max-width: 640px) {
  .main-fold-a-content {
    padding: 40px 0px 40px;
  }

  .main-fold-a-content p:not(.title){
    font-size: 24px;
    line-height: 28px;
  }

  .main-fold-a-content span.script {
    min-width: 250px;
    display: inline-block;
}
}

@media(max-width: 1400px){
  .content-fold-b-img{
    flex: 0 0 500px;
  }

  .main-fold-a-content p.title {
    max-width: 1024px;
}
}

/**FOLD2**/
@media (max-width: 1024px) {
  #crown .content-fold-b-img::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 70px;
    background: url(/wp-content/uploads/2025/11/GOATvector5.png);
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#crown .content-fold-b-img::before {
    content: '';
    position: absolute;
    top: -55px;
    right: 75px;
    background: url(/wp-content/uploads/2025/11/GOATvector5.png);
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: hue-rotate(
-185deg) brightness(0.3);
}

  .content-fold-b-wrapper {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    padding: 40px 0px;
  }

  .content-fold-b-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .content-fold-b-img img {
    min-height: unset;
  }

  .content-fold-b-content {
    align-items: center;
  }

  
#star .content-fold-b-img::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -30px;
    background: url(/wp-content/uploads/2025/11/GOATvector8.png);
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#star .content-fold-b-img::before {
    content: '';
    position: absolute;
    bottom: -55px;
    left: -35px;
    background: url(/wp-content/uploads/2025/11/GOATvector8.png);
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: hue-rotate(
-185deg) brightness(0.3);
}
}

/**SLIDER**/

@media(max-width: 1200px){
  .slider-fold-header-right .readmore-pseudo::before{
    display: none;
  }
}

@media(max-width: 1024px){
  .slider-fold-inner {
    padding: 0;
}

.slider-fold-header {
    text-align: center;
    flex-direction: column;
    align-items: center;
}

  .slider-fold{
    padding: 40px 0px;
  }
}