/* ----------------------------Responsiveness----------------------- */
@media (max-width: 768px) {
  html,
  body {
    /* overflow-x: hidden; */

    min-width: 100vw;
    scroll-behavior: smooth;
  }
  
.whyTochooseUs{
  font-size: 12px !important;
}
  #header {
    /* width: 100vw; */
    /* max-width: 100vw; */
    overflow-x: hidden;
    /* max-width: 100vw; */
    /* min-height: 100vh !important; */
    max-width: 100vw;

  }
  .logo {
    position: absolute;
    left: 0;
  }
  .homePageImg img {
    height: 100%;
    width: 100%;
    margin-left: -15%;
    margin-top: -150px;
  }
  .video-container video {
    width:  200vh !important;
    /* width: 100vw; */
  }
  .homePageText {
    margin-top: 40%;
    margin-left: 10%;
    text-align: center;
    
  }
  .homePageText h2{
    font-size: 25px;
  }
  .homeScreenBtn{
    font-size: 13px !important;
  }
  /* ---------------------------------------------- */
  .container2 {
    height: 100vh;
  }
  .Cont2info {
    height: 750px;
  }
  .Cont2info h1 {
    font-size: 22px;
    text-align: center;
  }
  .Cont2info p {
    width: 88vw;
    font-size: 15px;
  }
  .section2 img {
    margin-top: -320px;
    height: 40vh;
  }
  /* ---------------------------------------------- */
  .container3 h1 {
    padding-top: 20px;
    font-size: 25px;
  }
.trend_Container{
  min-width: 0 !important;

}
  .trend_Container p {
    font-size: 14px;
    /* margin/-left: -25vw; */
  }
  /* ---------------------------------------------- */
  .container4 {

    height: 240%;
  }
  .container4 h2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .exploreline {
    padding-top: 7%;
  }

  .Coll_Container p {
    font-size: 15px;
    /* margin-left: -10vw; */
  }
  .Coll_Container {
    min-width: none !important;
    width: 350px !important;
  }

  .container5 {
    
    height: 69%;
  }

  .info-section {
    margin-bottom: 50px;
    height: max-content;
  }
  .info-section h2 {
    font-weight: bold;
  }
  .info-section p {
    font-size: 12px;
  }
  /* ---------------------------------------------- */
  
  .second-column {
    margin-right: 100px;
  }
  .phoneFooterCopyright{
    display: block;
    background: black;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px;
    text-align: center;
  }
  .pcFooterCopyright{
    display: none;
  }
  .third-column ul li a{
    font-size: 12px;

  }
  .loading{
    z-index: 9999999999999;

  }
  .container3{
    max-width: 100vw !important;
  }
  .row {
    --bs-gutter-x: 0 !important; 
  
}

.ourCollectionsUnderlinePhone{
  margin-top: 0;
}
}


/* ====================================================================== */
/* ipad responsive  */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .video-container video {
    width:  200vh !important;
    opacity: 50%;
    /* width: 100vw; */
  }
  .homePageText {
    margin-top: 30%;
    text-align: center;
  }
  .section2 img{
    height: 50%;
    margin-top: 100px;
  }

.testimonialsContainer{
  margin-top: 50px;
}
.contactform {
  height: 100vh !important;
  min-width: 47.9%;
  border: 2px solid black;
}
.container5 {
  width: 90%;
  background-color: #bebebe;
  height: 100vh;
  margin: 50px auto;
}
.footer-business-address, .footer-business-phone{
  font-size: 10px;
}
.pcFooterCopyright{
  font-size: 10px !important;
}
.footerLogo{
  height: 50px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.logo-column img{
  height: 50px;
  width: auto;
}
.third-column ul li a{
  font-size: 12px;

}
.ourCollectionsUnderline{
  margin-top: -5px;
}
}