@media screen and (max-width: 767px) {
  .spotlight {
    padding: 30px 0 0;
  }
  .spotlight .logo {
    width: 113px;
    height: auto;
  }
  .spotlight-content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .spotlight-content h3 {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .spotlight-content h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .spotlight-content .content h3:nth-child(3) {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  .container-fluid,
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 28px;
  }
  .spotlight-content .content {
    width: 100%;
    margin-top: 18px;
  }
  .btn-flex-wrapper a:nth-child(2),
  .headerCta {
    display: none;
  }
  .btn {
    width: 100%;
    font-size: 16px;
  }
  .d-flex {
    justify-content: center;
  }
  .spotlight-content .img-wrapper {
    margin-top: 0;
    width: 100%;
  }
  .spotlight-content .video-wrapper {
    width: 300px;
    height: 451px;
    background-size: 300px;
    margin: 0 auto;
  }
  .spotlight-content .video-wrapper video {
    top: 5.8px;
    left: 9px;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    width: 284.5px;
    height: 100%;
  }
  .video-content {
    width: 100%;
  }
  .video-content h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .video-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .popup-trigger {
    width: 35px;
    height: 35px;
  }
  #videoSection {
    height: 300px;
  }
  #videoSection .video-wrapper {
    height: 100%;
  }
  #videoSection .video-wrapper video {
    object-fit: cover;
  }
  .creator-success-section,
  .package-section,
  .form-section,
  .partner-section,
  .gallery-section,
  .yourstory-section {
    padding: 40px 0;
  }
  .headingcontainer h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .headingcontainer .apos {
    font-size: 26px;
  }
  .creator-success-section .headingcontainer h2 {
    margin-bottom: 10px;
  }
  .creator-success-section .section-container .d-flex {
    flex-direction: column-reverse;
    margin: 50px 0;
  }
  .creator-success-section .section-container .d-flex .img-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }
  .section-container .img-bg {
    width: 100%;
    height: 270px;
  }
  .section-container,
  .package-section .headingcontainer {
    width: 100%;
    margin: 0 auto;
  }
  .section-container .img-bg .centerimg {
    height: 190px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 215px;
    margin: 0 auto;
  }
  .section-container h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .section-container p,
  .form-group,
  .creator-success-section .headingcontainer,
  .gallery-section .headingcontainer p {
    width: 100%;
  }
  .beforeimg {
    width: 83px;
    height: 72px;
  }
  .afterimg {
    width: 102px;
    height: 88px;
  }
  .partner-section h5 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }
  .package-wrapper {
    flex-direction: column;
    gap: 50px;
    padding: 0;
    margin: 0;
  }
  .form-section .d-flex {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
  }
  .package-item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .package-item .btn.popup-trigger {
    margin: 20px auto 0;
    width: 80%;
    height: 48px;
  }
  .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .package-wrapper::before {
    width: 100%;
    height: 500px;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
  .form-section .btn {
    margin-top: 30px;
    width: 100%;
  }

.popupArea .swiper-button-prev{
  left: 0px;
}
.popupArea .swiper-button-next{
  right: 0px;
}
  .gallery-wrapper {
    padding-bottom: 0;
  }
  footer {
    padding: 40px 0;
  }
  footer .flex:first-child {
    flex-direction: column;
    gap: 25px;
  }
  footer .flex {
    flex-direction: column;
    gap: 0;
  }
  footer .flex p:nth-child(1) {
    order: 3;
  }
  .icon-wrapper {
    margin-bottom: 30px;
  }
  .accordion {
    order: 3;
    padding: 30px 16px 16px;
  }
  .package-item .d-flex {
    padding: 38px 45px 0px 45px;
  }
  .package-item:nth-child(even) {
    padding: 0;
  }
.spotlight-content.secondary-pages-content .content {
  width: 100%;
}
 .popupWrapper{
    width: 90%;
    height: 85vh;   
  }
  .popupArea p{
    width: 100%;
  }
  .popupArea .headingcontainer{
    padding: 20px;
  }
  .popupArea h4{
    font-size: 20px;
    line-height: 24px;
  }
  .popupArea .form-wrapper{
    padding: 0;
    width: 100%;
    gap: 10px;
  }
  .popupArea .form-wrapper .form-group{
    width: 90%;
  }
  .popupDiv{
    background: rgb(0 0 0 / 86%);
  }
  .btn[type="submit"]{
    width: 200px;
    margin-top: 25px;
  }
  .closeicon {
    top: -10px;
    right: -10px;
    z-index: 1;
  }
  .form-group input{
    padding: 10px 14px;
  }
  .popupArea form{
    padding-bottom: 20px;
  }
  .poweredByLogo{
    flex-direction: column;
  }
  .yourstory-section .headingcontainer h2{
    margin-bottom: 16px;
  }
  .yourstory-section .content,
  .powered-by-footer-section .d-flex{
    flex-direction: column;
  }
  .yourstory-section .content > div img,
  .yourstory-section .content p{
    min-height: auto;
  }
  .yourstory-section .content > div{
    width: 100%;
  }
  .yourstory-section .content p{
    font-size: 16px;
    line-height: 20px;
  }
  .powered-by-footer-section .d-flex{
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .powered-by-footer-section p,
  .powered-by-footer-section .link{
    text-align: center;
  }
  .yourstory-section .content > div img{
    width: 30%;
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
  }
  .powered-by-footer-section .poweredByLogo{
    margin: 0;
  }
  .spotlight .container-fluid{
    padding: 0;
  }
  .spotlight-content .content{
    padding: 0 28px;
  }
   .spotlight-swiper-wrapper .swiper-button-prev, 
  .spotlight-swiper-wrapper .swiper-button-next{
    top: 20%;
  }
  .spotlight-swiper-wrapper .swiper-button-prev:after, 
  .spotlight-swiper-wrapper .swiper-button-next:after{
    font-size: 20px;
    top: 20%;
  }
.creator-success-section .section-container h2{
  margin-left: -2px;
}
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .spotlight-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .spotlight-content h2,
  .video-content h3,
  .video-content h2,
  .headingcontainer h2,
  .section-container h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .spotlight-content .video-wrapper {
    width: 300px;
    height: 400px;
    background-size: 300px;
    margin: 0 auto;
  }
  .spotlight-content .video-wrapper video {
    width: 285px;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    left: 8px;
    top: 7px;
  }
  .video-content{
    width: 100%;
  }
  .creator-success-section .section-container .d-flex .img-wrapper,
  .package-section .headingcontainer{
    width: 100%;
  }
  .section-container .img-bg{
    width: 100%;
        height: 270px;
  }
  .row{
    margin: 80px 0;
  }
  .package-wrapper{
    flex-direction: column;
    gap: 40px;
  }
   .container-fluid,
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 28px;
  }
  .form-group{
    width:45%;
  }
  .form-section .d-flex{
    flex-wrap: wrap;
  }
.spotlight-content.secondary-pages-content .content {
  width: 100%;
}
 .popupWrapper{
    width: 90%;
    height: auto;   
  }
  .popupArea p{
    width: 100%;
  }
  .popupArea .headingcontainer{
    padding: 20px;
  }
  .popupArea h4{
    font-size: 20px;
    line-height: 24px;
  }
  .popupArea .form-wrapper{
    padding: 0;
    width: 100%;
    gap: 10px;
  }
  .popupArea .form-wrapper .form-group{
    width:100%;
    align-items: center;
  }
  .popupDiv{
    background: rgb(0 0 0 / 86%);
  }
  .btn[type="submit"]{
    width: 200px;
    margin-top: 25px;
  }
  .closeicon {
    top: -10px;
    right: -10px;
    z-index: 1;
  }
  .form-group input{
    padding: 10px 14px;
    width: 100%;
  }
  .spotlight-swiper-wrapper .swiper-button-prev:after{
    left: -30px;
    position: relative;
  }
  .spotlight-swiper-wrapper .swiper-button-next:after{
    right: -30px;
    position: relative;
  }
  .creator-success-section .headingcontainer{
    width: 100%;
  }
  .spotlight-content{
    align-items: anchor-center;
  }
  .spotlight-content .content{
    margin-top:0px;
  }
  .yourstory-section .content h4{
    min-height: 90px;
  }
  .creator-success-section .row{
    gap: 30px;
    justify-content: space-between;
  }
  .creator-success-section .section-container h2{
  margin-left: -2px;
}
.package-item{
  width: 90%;
}
  .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
