.orginal-container{
  margin: 20px;
  background-color: #ECECEC;
  /* width: 98%; */
  height: auto;
  /* margin-right: auto;
  margin-left: auto; */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 20px;
}
.orginal-container p{
    font-size: 20px;
    font-weight: bold;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  color: white;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-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: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-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: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-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;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
.white-box2{
     background-color:white;
     width: 200px;
     height: 80px;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
.box.tall1 p {
  margin-top: 20px;
  width: 100%;
}
.box img {
padding-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}
.tall1 img,.tall2 img{
    padding-top: 10px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}

.contact-box {
  background-color: #6b21a8;
  color: white;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}

.phone-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 20px;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -10px;
  height: 30px;
    -webkit-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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-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;
  -ms-flex-order: 1;
  order: 1;
}
.bg-phone{
    background-color: #ffffff25;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    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;
}


.main-swiper-mob{
    display: none;
}
.send{
display: none;}
.bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}

.textarea-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6C3F98;
  position: relative;
  width: 70%;
}



.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}

.contact-box {
  background-color: #6b21a8;
  color: white;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}

.phone-boxes {
  color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 29%;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: 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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-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;
  -ms-flex-order: 1;
  order: 1;
}
.bg-phone{
    background-color: #ffffff25;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    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;
}
.textarea-group textarea {
  width: 100%;
  height: 140px;
  padding: 20px;
  padding-bottom: 60px;
  font-size: 20px;
  font-family: 'dana';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  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;
  box-sizing: border-box;
  color: #6C3F98;
}


.submit-btn {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
    font-family: 'dana';
     position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 2;
  width: 100px;
  height: 50px;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  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);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@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);
filter: blur(2px) brightness(0.7);
    }
    .submit-btn{
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
    }
    .textarea-group textarea{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 16px;
    }
    .textarea-group{
        width: 100%;
    }
    .bottom-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-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;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: 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;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .send{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-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: flex;
    }
}
@media (max-width: 375px) {
  .textarea-group textarea{
    font-size: 14px;
  }
}