.orginal-container{
  margin: 20px;
  background-color: #ECECEC;
  /* width: 98%; */
  height: auto;
  /* margin-right: auto; */
  /* margin-left: auto; */
  border-radius: 20px;
  padding-bottom: 20px;
}
.orginal-container p{
    font-size: 18px;
    font-weight: bold;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  gap: 20px;
}
.main-cont{
  margin: 0 auto;
}
.box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  color: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
    padding-bottom: 0;
        height: 450px;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.box.short1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 5px solid #6C3F98 ;
  color: #6C3F98;
 margin-top: 80px;
 margin-right: 20px;
}
.box.short1 img{
    margin-top: 20px;
}
.box.short2 {
 width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 5px solid #6C3F98 ;
  color: #6C3F98;
 margin-top: 80px;
margin-left: 20px;
}

.box.tall1 {
width: 100%;
  background-color: #6C3F98;
  margin-top: 25px;
}
.box.tall2 {
width: 100%;
  background-color: #6C3F98;
  margin-top: 25px;
}
.white-box{
     background-color:white;
     width: 200px;
     height: 80px;
    border-radius: 40px 40px 0 0;
}
.white-box2{
     background-color:white;
     width: 200px;
     height: 80px;
    border-radius: 40px 40px 0 0;
}
.box.tall1 p {
  margin-top: 20px;
  width: 100%;
}
.box img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}
.tall1 img,.tall2 img{
    padding-top: 10px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}

.contact-box {
  background-color: #6b21a8;
  color: white;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}

.phone-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 20px;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  margin-left: -10px;
  width:100%;
  max-width: 300px;
  height: 30px;
    -webkit-box-sizing: content-box ;
    -moz-box-sizing: content-box ;
    box-sizing: content-box ;
    position: relative;
}
.mob-nav{
    display: none;
}
.phone-link a{
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.phone-link{
    color: var(--white);
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.phone img{
  width: 25px;
  height: 25px;
  fill: white;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.bg-phone{
    background-color: #ffffff25;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-left: -15px;
}
.button-container {
  margin-top: 20px;
  text-align: left;
  font-family: 'dana';
  position: absolute;
  bottom: -3px;
  left: -20px;
  z-index: 2;
  margin-right: 20px;
}
#reason {
  width: 100%;
  height: 140px;
  padding: 20px;
  padding-bottom: 60px;
  font-size: 20px;
  font-family: 'dana';
  border-radius: 20px;
  border: none;
  resize: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #6C3F98;
}
.main-swiper-mob{
    display: none;
}
.send{
display: none;}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* Responsive */
@media (max-width: 768px) {
        
}
@media (max-width: 640px) {
    .mob-nav{
        display: block;
    }
    .swiper-slide-prev,.swiper-slide-next{
        -webkit-filter: blur(2px) brightness(0.7);
        -moz-filter: blur(2px) brightness(0.7);
        filter: blur(2px) brightness(0.7);
    }

    .orginal-container {
      margin: 20px auto;
      border-radius: 10px;
    }
      .orginal-container p{
        font-size: 16px;
    }
    .phone{
        width: 60%;
    }
    .phone-link{
        font-size: 22px;
    }
    .box{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 416px;
    }
    .phone-boxes{
        margin: 0;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .swiper{
        padding:0 10%;
    }
    .box.short1,.box.tall1,.box.tall2,.box.short2 {
        margin-top: 0;
    }
    .box.short1{
        margin-right: 0;
    }
    .orginal-container {
        width: 94%;
    }
    .send{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        padding: 40px;
    }
    .send h1{
        font-size: 30px;
        font-weight: bold;
        color: var(--primary);
    }
    .container2{
        display: none;
    }
    .main-swiper-mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .brands-grid {
        display: -ms-grid;
        display: -webkit-grid;
        display: -moz-grid;
        display: grid;
        gap: 1rem;
        list-style: none;
        -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        -webkit-grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        -moz-grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        /* -ms-grid-columns: (1fr)[2]; */
        -webkit-grid-template-columns: repeat(2, 1fr);
        -moz-grid-template-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-card {
        background: #fff;
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
        -moz-transition: -moz-transform 0.2s, -moz-box-shadow 0.2s;
        transition: transform 0.2s, box-shadow 0.2s;
        transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s, -moz-transform 0.2s, -moz-box-shadow 0.2s;
        cursor: pointer;
        width: 100%;
        height: 138px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .h1-two{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: -40px;
        font-size: 22px !important;
    }
    .product-box img {
        width: 100%;
        height: 142px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
        border: 1px solid var(--gray-300);
        margin-bottom: var(--space-2);
        -webkit-box-shadow: 1px 1px 1px var(--gray-300);
        -moz-box-shadow: 1px 1px 1px var(--gray-300);
        box-shadow: 1px 1px 1px var(--gray-300);
    }
    .product-box h3 {
        font-size: 12px;
        text-align: center;
        height:auto;
        margin-bottom: var(--space-3);
    }
    .product-box small {
        font-size: 10px;
        color: var(--gray-500);
        text-align: center;
        margin-bottom: 0px;
    }
    .bgr-product{
        padding-top:11px;
        padding-bottom: 11px;
        margin-bottom:0
    }
    .product-box {
        background: var(--white);
        border-radius: 20px;
        padding: 13px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        -moz-box-pack: stretch;
        justify-content: stretch;
    }
    .banners .item{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
        flex: 1 1 47%
    }
    .product-box-off{
        font-size: 10px;
        position: relative;
        display: inline-block;
        color: var(--gray-500);
        text-align: center;
        margin-bottom: var(--space-3);
        padding: 0 10px;
    }
    .product-box-off::before {
        width: 60%;
        content: "";
        position: absolute;
        top: 50%; 
        left: -10px; 
        right: 30px; 
        height: 1px;
        background-color: rgb(224, 63, 63); 
        -webkit-transform: translateY(-50%); 
        -ms-transform: translateY(-50%); 
        transform: translateY(-50%); 
    }
   
}