@media screen and (max-width: 600px) {
  html,
  body {
    overflow: hidden;
  }
  .fullscreen {
    display: none;
  }
  .main2 {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: -100%;
    display: block;
    z-index: 1;
  }
  .mobile {
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: rgb(51, 51, 51);
  }
  .fa-long-arrow-left {
    position: absolute;
    top: 1%;
    left: 5%;
    font-size: 1.7rem !important;
  }
  .mobile img {
    width: 93%;
    height: 90%;
    /* box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.2); */
    z-index: 11;
    object-fit: fill;
    display: block;
    margin: 3% auto 2% auto;
  }
  .form .middle {
    padding: 50% 5%;
  }
  .form {
    width: 100%;
    display: block;
  }
  .form .whatsapp {
    margin: 2.5% 0% 0 1%;
  }
  .form-check-input {
    margin: 0.8% -4% !important;
  }
  .payform {
    width: 100%;
  }
  #mobilebuynow {
    width: 50%;
    background-color: rgb(255, 255, 255);
    color: #000;
    display: block;
    margin: 0% auto;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  }
  .content-2 {
    width: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper-1 {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    /*   */
    margin-bottom: 10%;
    background-color: #fff;
  }
  .wrapper-1 h1 {
    font-size: 2rem;
  }
  .wrapper-1 p {
    font-size: 1rem;
  }
  .content-2 .footer-like a {
    margin-left: 0 !important;
  }
  .form .whatsapp {
    margin: 1% 0% 0 0%;
  }
  .footer-like {
    flex-direction: column;
    height: 5.2rem;
    width: 100%;
    overflow: hidden;
  }
  .footer-like .text-left {
    margin-top: -16%;
    text-align: center !important;
  }
  /* #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
  }
  #popupmsg {
    width: 90%;
    height: 25%;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    z-index: 100;
    background-color: #fff;
    border-radius: 2rem !important;
    animation: fadeTop 0.3s ease;
    display: none;
  }
  #popupmsg i {
    float: right;
    margin-right: 3%;
    margin-top: 2%;
    font-size: 2rem;
    cursor: pointer;
  } */
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .fullscreen .right {
    height: 100%;
    margin-top: -7%;
  }
  .fullscreen .left .post img {
    height: 200px;
    width: 200px;
  }
  .fullscreen .left #videos2 video {
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body {
    overflow: hidden;
  }
  .fullscreen {
    display: none;
  }
  .main2 {
    display: none;
  }
  .mobile {
    width: 70vw;
    height: 100%;
    display: block;
  }
  .mobile img {
    width: 65% !important;
    height: 90%;
    /* box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.2); */
    z-index: 11;
    object-fit: fill;
    display: block;
    margin: 3% auto 2% auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
  .fullscreen {
    display: none;
  }
  .main2 {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: -100%;
    display: block;
    z-index: 1;
  }
  .mobile {
    width: 100vw;
    height: 100%;
    display: block;
    background-color: rgb(51, 51, 51);
  }
  .mobile img {
    width: 65% !important;
    height: 90%;
    /* box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.2); */
    z-index: 11;
    object-fit: fill;
    display: block;
    margin: 3% auto 2% auto;
  }
  .form .middle {
    padding: 50% 5%;
  }
  .fa-long-arrow-left {
    position: absolute;
    top: 2%;
    left: 5%;
    bottom: 2%;
    font-size: 1.7rem !important;
  }
  .form .whatsapp {
    margin: 1% 0% 0 0%;
  }
  .form {
    width: 100%;
    display: block;
  }
  .payform {
    width: 100%;
  }
  .form-check-input {
    margin: 2% -2% !important;
  }
  #mobilebuynow {
    width: 40%;
    background-color: rgb(255, 255, 255);
    color: #000;
    display: block;
    position: absolute;
    bottom: 1%;
    left: 50%;
    font-size: 1.7rem;
    padding: 1.2%;
    font-weight: 600;
    transform: translate(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  }
  .content-2 {
    max-width: 1000px;
    margin: 0% auto;
  }
  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 2px 4px 20px 3px rgba(0, 0, 0, 0.2);
  }
  /* #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
  }
  #popupmsg {
    width: 70%;
    height: 20%;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    z-index: 100;
    background-color: #fff;
    border-radius: 2rem !important;
    animation: fadeTop 0.3s ease;
    display: none;
  }
  #popupmsg i {
    float: right;
    margin-right: 3%;
    margin-top: 2%;
    font-size: 2rem;
    cursor: pointer;
  } */
}
