.section-1{
    position: relative;
}
.section-1 img{
    display: block;
    width: 100%;
    height: auto; /* 500px */
    /*object-fit: cover;
    object-position: center;*/
}
.section-1-overlay{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding: 5%;
}
.section-1-overlay h1{
    font-size: 60px;
    font-family: 'Hastegi';
    /*text-transform: uppercase;*/
    font-weight: 400;
}
@media (max-width:1200px){
    .section-1-overlay h1 {
        font-size: 42px;
    }
}
@media (max-width:1024px){
    .section-1-overlay h1 {
        font-size: 36px;
    }
}
@media (max-width:992px){
    .section-1-overlay h1 {
        font-size: 36px;
    }
}
@media (max-width:768px){
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:575px){
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:425px){
    .section-1-overlay h1 {
        font-size: 28px;
    }
}
@media (max-width:375px){
    .section-1-overlay h1 {
        font-size: 28px;
    }
}

.section-2{
    padding: 50px 5% 10px 5%;
    display: flex;
    justify-content: center;
}
.section-2-content{
    max-width: 50%;
}
.section-2-content h2{
    text-align: center;
    margin: 0 0 15px 0;
}
.section-2-content p{
    width: 75%;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.75);
}
@media (max-width:1200px){
    .section-2-content p {
        width: 100%;
    }
}
@media (max-width:1024px){
    .section-2-content p {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width:992px){
    .section-2-content p {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width:768px){
    .section-2-content p {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width:575px){
    .section-2 {
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content p {
        width: 75%;
        font-size: 14px;
    }
}
@media (max-width:425px){
    .section-2 {
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content p {
        width: 80%;
        font-size: 14px;
    }
}
@media (max-width:375px){
    .section-2 {
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content p {
        font-size: 14px;
    }
}



.section-3{
    padding: 0 0 50px 0;
}
.section-3-title h2{
    text-align: center;
    font-size: 24px;
    margin: 0 0 25px 0;
}
/* Swiper Container */
.section-3-slider{
  width:100%;
  overflow:visible;
    margin-bottom: 30px;
}

/* Wrapper alignment */
.section-3-slider .swiper-wrapper{
  align-items:center;
}

/* Slides */
.section-3-slider .swiper-slide{
  width:340px;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all .4s ease;
  transform:scale(.95);
  opacity:.1;
}

/* Images */
.section-3-slider .swiper-slide img{
  width:100%;
  height:auto; /* 500px */
  object-fit:cover;
  object-position:center;
  border-radius:0;
  padding: 15px;
}

/* Active Center Slide */
.section-3-slider .swiper-slide-active{
  transform:scale(1);
  opacity:1;
  z-index:2;
}

/* Side Slides */
.section-3-slider .swiper-slide-prev,
.section-3-slider .swiper-slide-next{
  transform:scale(.95);
  opacity:.5;
}

/* Navigation arrows */
.section-3-slider .swiper-button-prev,
.section-3-slider .swiper-button-next{
  color: #000;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.section-3-slider .swiper-button-next::after, .section-3-slider .swiper-button-prev::after {
    font-size: 16px;
}
.section-3-slider .swiper-button-prev{
  left:20px;
}

.section-3-slider .swiper-button-next{
  right:20px;
}

.section-3-link{
    display: flex;
    justify-content: center;
}

.section-3-link a{
    padding: 7px 25px;
    color: black;
  border: 1px solid black;
  text-decoration: none;
  font-size: 14px;
}
/* Responsive */
@media (max-width:991px){

  .section-3-slider .swiper-slide{
    width:260px;
  }

  /*.section-3-slider .swiper-slide img{
    height:420px;
  }*/

}

@media (max-width:600px){

  .section-3-slider .swiper-slide{
    width:220px;
  }

  /*.section-3-slider .swiper-slide img{
    height:360px;
  }*/

}


.testimonial-section {
  padding: 0 5%;
  text-align: center;
}
.testimonial-section-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial-section-row-col {
    width: 31.33%;
    margin: 0 0 50px 0;
}
.testimonial-main-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Card */
.testimonial-card {
  background: whitesmoke;
  border-radius: 20px;
  padding: 30px 25px 70px;
  position: relative;
  text-align: left;
  height: 100%;
}

/* Small label inside card */
.card-label {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

/* Quote */
.quote {
  font-size: 55px;
  color: #cfcfcf;
  line-height: 1;
}

/* Text */
.testimonial-text {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.75);
}

/* Profile */
.profile {
  position: absolute;
  bottom: -25px;
  left: 25px;
  display: flex;
  align-items: center;
  background: white;
  padding: 10px 15px;
  border-radius: 15px;
}

.profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.profile h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.profile span {
  font-size: 12px;
  color: #777;
}

.row > div {
  margin-bottom: 50px;
}
@media (max-width:1200px){
    .testimonial-main-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:1024px){
    .testimonial-main-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 48%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:992px){
    .testimonial-main-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 48%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:768px){
    .testimonial-main-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 48%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:575px){
    .testimonial-main-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:425px){
    .testimonial-main-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}
@media (max-width:375px){
    .testimonial-main-title {
      font-size: 22px;
      margin-bottom: 30px;
    }
    .testimonial-section-row-col {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .testimonial-text {
        font-size: 14px;
    }
}



/* popup css starts */
/* Explore Button */
.explore-btn {
  display: block;
  margin: 40px auto;
  padding: 10px 30px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
}

/* POPUP */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup.active {
  display: flex;
}

/* Close */
.close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 28px;
  cursor: pointer;
}

.costume-designs-slider .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
}
/* Images */
.costume-designs-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  height: 100%;
  max-width: calc(100% - 75%);
  display: block;
}
@media only screen and (max-width: 575px) {
    .costume-designs-slider .swiper-wrapper .swiper-slide img {
        max-width: calc(100% - 75%);
    }
}
/* popup css ends */