@media only screen and (max-width: 1023px) {
  .video img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    /* aspect-ratio: 1/1; */
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 40rem;
    object-fit: cover;
  }
  .text1 h2 {
    font-size: 36px;
  }

  /* feature  */

  .reel-img img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    aspect-ratio: 1/1;
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 24rem;
    object-fit: cover;
  }
  .textonly h2 {
    font-size: 36px;
  }

  .video-img img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    /* aspect-ratio: 1/1; */
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 24rem;
    object-fit: cover;
  }
  .textvideo h2 {
    font-size: 36px;
  }

  .igtv-img img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    /* aspect-ratio: 1/1; */
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 24rem;
    object-fit: cover;
  }
  .textigtv h2 {
    font-size: 36px;
  }

  .photo-img img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    /* aspect-ratio: 1/1; */
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    object-fit: cover;
    height: 24rem;
  }
  .textphoto h2 {
    font-size: 36px;
  }

  .album-img img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    min-height: 100%;
    /* aspect-ratio: 1/1; */
    height: max-content;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    object-fit: cover;
    height: 24rem;
  }
  .textalbum h2 {
    font-size: 36px;
  }
}

/* how download videos  */

/* tablet  ////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px) {
  /* section   */

   /* main-heading  */

.image-igsavar{
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}
.image{

  width: 100%;
  background-size: cover;

}
.image img{

  width: 85%;

}
.igsavar{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.igsavar img{
  display: none;
  
}
.igsavar a img{
  display: block;
  
}
.igsavar a{
  text-align: center;

}

.main-header-text div{
  font-size: 2.5rem;
  line-height: 2.5rem;
  color:#fff;
  font-family: 'Lilita One', cursive;;

}











  /* form ............... */

  .headingform {
    padding: 40px 24px;
  }
  .headingform h1 {
    text-align: center;
    padding-bottom: 24px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  .form {
    background: none;
    border: none;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 0.5rem;
    /* height: 76px; */
  }

  .form-field {
    background: #f9fafb;
    border-radius: 0.5rem;
  }
  .form-field input {
    padding: 16px;
    background-color: #fff;
    border: 0px;
    font-size: 18px;
    border-radius: 0.5rem;
  }

  /* download videos ...... */

  .photo-video {
    display: flex;
    flex-direction: column;
  }

  .video {
    width: 100%;
  }
  .text1 {
    width: 100%;
  }
  .video img {
    /* width: 100%; */
    display: flex;
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 18rem;
    object-fit: cover;
  }

  .text1 p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }

  /* how download videos  */

  .download-items {
    display: flex;
    flex-direction: column;
  }

  .download-item1 {
    width: 100%;
  }
  .imgone img {
    object-fit: cover;
  }
  .download-item2 {
    width: 100%;
  }
  .imgtwo img {
    object-fit: cover;
  }
  .download-item3 {
    width: 100%;
  }
  .imgthree img {
    object-fit: cover;
  }

  /* content3 */

  .feature-heading h2 {
    font-size: 36px;
    font-weight: 700;
  }

  .reel-text {
    display: flex;
    flex-direction: column;
  }
  .reel-img {
    width: 100%;
  }
  .textonly {
    width: 100%;
  }
  .reel-img img {
    /* width: 100%; */
    display: flex;
    /* flex-shrink: 0; */
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;
    /* height: max-content; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    object-fit: cover;
    height: 18rem;
  }
  .textonly p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }
  .text-video {
    display: flex;
    flex-direction: column;
  }

  .video-img {
    width: 100%;
  }
  .textvideo {
    width: 100%;
  }
  .video-img img {
    /* width: 100%; */
    display: flex;
    /* flex-shrink: 0; */
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;
    /* height: max-content; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 18rem;
    object-fit: cover;
  }

  .textvideo p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }

  /* textIGTV  */
  .text-igtv {
    display: flex;
    flex-direction: column;
  }

  .igtv-img {
    width: 100%;
  }
  .textigtv {
    width: 100%;
  }
  .igtv-img img {
    /* width: 100%; */
    display: flex;
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 18rem;
    object-fit: cover;
  }

  .textigtv p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }
  /* textIGTV END */

  .text-photo {
    display: flex;
    flex-direction: column;
  }

  .photo-img {
    width: 100%;
  }
  .textphoto {
    width: 100%;
  }
  .photo-img img {
    /* width: 100%; */
    display: flex;
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 18rem;
    object-fit: cover;
  }

  .textphoto p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }

  .text-album {
    display: flex;
    flex-direction: column;
  }

  .album-img {
    width: 100%;
  }
  .textalbum {
    width: 100%;
  }
  .album-img img {
    /* width: 100%; */
    display: flex;
    /* min-height: 100%; */
    aspect-ratio: 1/0.4;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    height: 18rem;
    object-fit: cover;
  }

  .textalbum p {
    margin: 0px auto;
    text-align: start;
    padding: 0px 20px;
  }

  /* footer */

  .footer-flex {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 2px solid rgb(229, 231, 235);
    justify-content: space-around;
    text-align: start;
    flex-wrap: nowrap;
  }

  .footer-logo {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 75%;
  }

  .footer-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
}

/* mobile /////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 425px) {
  /* download videos ...... */

  .main-download {
    font-size: 24px;
  }

  .textphoto p {
    text-align: start;
    padding: 0px;
  }
  .textigtv p {
    text-align: start;
    padding: 0px;
  }
  .textvideo p {
    text-align: start;
    padding: 0px;
  }

  .textonly p {
    text-align: start;
    padding: 0px;
  }

  .form-field {
    background: #f9fafb;
    border-radius: 0.5rem;
  }

  .form-field input {
    padding: 16px;
    background-color: #fff;
    border: 0px;
    font-size: 18px;
    border-radius: 0.5rem;
    width: 100%;
  }

  /* footer  */
  .footer-flex {
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 75%;
  }
}

/* small mobile ................................................................................ */

@media only screen and (max-width: 375px) {
  .headingform h1 {
    font-size: 27px;
    font-weight: 500;
  }
}
