.orginal-container{
  margin: 20px;
  background-color: #ECECEC;
  /* width: 98%; */
  height: auto;
  /* margin-right: auto;
  margin-left: auto; */
  border-radius: 20px;
  padding: 50px 0;
}
.orginal-container p{
    font-size: 20px;
    font-weight: bold;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}

.box-gar {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  color: white;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  /* margin-top: 40px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    padding-bottom: 0;
        height: 80vh;
-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);
background: var(--primary);
position: relative;

}

.box.short1 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: 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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: 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 {
padding-bottom: 30px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 20px;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: -10px;
  height: 30px;
    -webkit-box-sizing: content-box ;
    -moz-box-sizing: content-box ;
    box-sizing: content-box ;
    position: relative;
}
.link-a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.phone-link a{
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.phone-link{
    color: var(--white);
    font-size: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: 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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: 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: -16px;
  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;
} */

.bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}

.textarea-group {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #6C3F98;
  position: relative;
  width: 70%;
}

.textarea-group textarea {
  resize: none;
 width: 100%;
  height: 120px;
  padding: 20px 20px 60px 20px;
  border: 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);
  border-radius: 20px;
  font-size: 14px;
  font-family: 'dana';
  font-size: 20px;
  font-size: bold;
}

.contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}

.contact-box {
  background-color: #6b21a8;
  color: white;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}

.phone-boxes {
  color: white;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 29%;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: -10px;
  height: 30px;
}
.phone-link a{
        color: white;
    text-decoration: none;
    font-size: 17px;
}
.phone-link{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: 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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: 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: -16px;
  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;
}

.submit-btn {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
    font-family: 'dana';
     position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 2;
  width: 100px;
  height: 50px;
  border-radius: 0px 20px 0px 20px;
}
.button-container :hover{
  background-color: var(--darken-primary);
  color: var(--gray-300);
}
@-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);
  }
}

.swiper-slide-prev,.swiper-slide-next{
-webkit-filter: blur(2px) brightness(0.7);
-moz-filter: blur(2px) brightness(0.7);
-ms-filter: blur(2px) brightness(0.7);
-o-filter: blur(2px) brightness(0.7);
filter: blur(2px) brightness(0.7);
}
.submit-btn{
  border-radius: 0px 10px 0px 10px;
}
#reason{
  border-radius: 10px;
  font-size: 16px;
}
.textarea-group{
  width: 100%;
}
.bottom-section {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  gap: 40px;
}
.orginal-container p{
  font-size: 16px;
}
.phone{
  margin: 0;
}
.phone-link{
  font-size: 24px;
}
.box{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 416px;
}
.phone-boxes{
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  gap: 20px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper{
  padding:0 10% !important;
}
.box.short1,.box.tall1,.box.tall2,.box.short2 {
  margin-top: 0;
}
.box.short1{
  margin-right: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* width: auto; */
    /* left: auto; */
    bottom: 2%;
  }
  .child-gar{
    height: 89%;
    overflow-y:scroll ;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-gar::-webkit-scrollbar {
    display: none;
  }
  .child-gar p strong{
    font-size: 26px;
    font-weight: 700;
  }
  .child-gar p{
text-align: right;
line-height: 45px;
font-weight: normal;
font-size: 18px;
  }
  .swiper-pagination-bullet{
    width: 20px !important;
    height: 20px !;
    background: #ffffff !;

  }
  .line-gar{
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 10%;
    left: 0;
    background: var(--white);
  }
  .line-gar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(108, 63, 152, 0)), color-stop(80%, #6C3F98));
    background: -webkit-linear-gradient(right, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -moz-linear-gradient(right, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -ms-linear-gradient(right, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -o-linear-gradient(right, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: linear-gradient(to right, rgba(108, 63, 152, 0), #6C3F98 80%);
    pointer-events: none;
    z-index: 2;
  }
  .line-gar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(108, 63, 152, 0)), color-stop(80%, #6C3F98));
    background: -webkit-linear-gradient(left, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -moz-linear-gradient(left, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -ms-linear-gradient(left, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: -o-linear-gradient(left, rgba(108, 63, 152, 0), #6C3F98 80%);
    background: linear-gradient(to left, rgba(108, 63, 152, 0), #6C3F98 80%);
    pointer-events: none;
    z-index: 2;
  }
  
  
  .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
  }
.send{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 13px 15px;
  background: var(--primary);
  width: 80%;
  margin: 0px auto 15px;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between


}

.send img{
width: 54px;
height: 54px;
}
.send h1{
  font-size: 33px;
  font-weight: 700;
  color: var(--white);
}
.pic-gar{
  display: none;
}
.break{
  display: none;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .box-gar{
    padding-left: 8px;
    padding-right: 8px;
  }
  .break{
    display: block;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* width: auto; */
    /* left: auto; */
    bottom: 3%;
  }
  .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    background: #ffffff;

  }
  .pic-gar{
    display: block;
    margin: 0 auto; 
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .child-gar p strong{
    font-size: 20px;
    
  }
  
  .child-gar p{
    font-size: 15px;
    line-height: 35px;
    text-align: center;
  }
    .mob-nav{
        display: block;
    }
    .swiper-slide-prev,.swiper-slide-next{
-webkit-filter: blur(2px) brightness(0.7);
-moz-filter: blur(2px) brightness(0.7);
-ms-filter: blur(2px) brightness(0.7);
-o-filter: blur(2px) brightness(0.7);
filter: blur(2px) brightness(0.7);
    }
    .submit-btn{
        border-radius: 0px 10px 0px 10px;
    }
    #reason{
        border-radius: 10px;
        font-size: 16px;
    }
    .textarea-group{
        width: 100%;
    }
    .bottom-section {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
        gap: 40px;
    }
    .orginal-container p{
        font-size: 16px;
    }
    .phone{
        margin: 0;
    }
    .phone-link{
        font-size: 24px;
    }
    .box{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 416px;
    }
    .phone-boxes{
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0;
        gap: 20px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: 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%;
        margin: 20px auto;
        border-radius: 10px;
        padding: 0;
        padding-bottom: 20px;
    }
    
    .send{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px;
        background: transparent;
        margin: 0 auto;
    }
    .send h1{
        font-size: 30px;
        font-weight: bold;
        color: var(--primary);
    }
    .send img{
      display: none;
    }

   
    .main-swiper-mob{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
@media (max-width: 375px) {
  .swiper{
    padding:0 8%;
}
  #reason{
    font-size: 14px;
  }
}