
.contact-main{
  width: 100vw !important;
}
.contact-header{
  text-align: center;
  padding: 1rem 0;
  width: 100%;
}
.contact-header::after{
  content: "";
  display: block;
  width: 8rem;
  height: 5px;
  background: repeating-linear-gradient(
      to right,
      var(--first-color-dark) 0rem,
      var(--first-color-dark) 3rem,  /* First dot width */
      transparent 3rem,
      transparent 4rem, /* Gap width */
      var(--first-color-dark) 6rem,
      var(--first-color-dark) 7rem /* Second dot width */
  );
  margin: 0.5rem auto 0 auto;
}

#contact-section{
  background-color: #dbd8d822 !important;
  max-width: 100vw !important;
  padding: 10px 0;
  width: 100%;
}

.section_10 * {
  font-family: Poppins, sans-serif;
  
}

.section_10 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}

.section_10 .text-blk {
  margin: 0;
  line-height: 25px;
  color:#000 !important;
}

.section_10 .responsive-container-block.container {
  max-width: 1320px;
  flex-direction: column;
  margin: 20px auto 80px;
  width: 100%;
}

.section_10 .responsive-container-block.form-container {
  width: auto;
  padding: 60px;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 1320px;
  background-color:var(--first-color-dark);
}
.section_10 .textinput::-webkit-resizer {
  display: none;
}
.section_10 .input,
.section_10 .textinput {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 30px;
  outline: none;
  box-shadow: 0 5px 10px rgba(0, 255, 242, 0.634);
}
.section_10 .input:focus,
.section_10 .textinput:focus {
 animation: rotate 2s linear infinite;
  
}
@keyframes rotate {
  0% {
    filter: hue-rotate(0);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(-0.25turn);
  }
  75% {
    filter: hue-rotate(3.142rad);
  }
  100% {
    filter: hue-rotate(0);
  }
}

.section_10 .input {
  height: 60px;
}

.section_10 .textinput {
  height: 140px;
  resize: vertical;
}
.contact-direct{
  display:flex;
  gap:2rem;
  justify-content:flex-start;
  align-items:center;
  box-shadow: 0 5px 10px rgba(0, 255, 242, 0.634);
  border-radius: 30px;
  padding: 1rem !important;
  background-color: #fff;
}
.contact-text a{
  text-decoration: none;
  color: #000;
  height: 100%;
}

.contact-direct .image-container{
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  background-color: var(--first-color-dark);

}
.image-container .image-circle{
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid var(--first-color-light);

}
.image-circle img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
}
.section_10 .responsive-cell-block.wk-desk-6,
.section_10 .responsive-cell-block.wk-ipadp-6,
.section_10 .responsive-cell-block.wk-tab-12,
.section_10 .responsive-cell-block.wk-mobile-12 {
  margin-bottom: 30px;
  padding: 0;
  padding-left: 10px;
}

.section_10 .text-blk.input-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.section_10 .submit-btn {
    text-transform: capitalize;
    position: relative;
    padding-left: 1rem;
    border: none;
    border-radius:4rem;
    background-color: var(--specail-color);
    width: max-content;
    color: #fff;
    font-weight: 900;
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.453);
}
.arrow-submit{
  padding: 0.2rem;
  border: 0.1rem solid white;
  border-radius: 50%;

}
.arrow-submit-round{
  width: 3rem;
  height: 3rem;
  background-color: var(--first-color-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: white;
  border: 0.2rem solid white;
}
  .arrow-submit-round img{
    width: 2rem;
    height: 2rem;
  }



.section_10 .submit-btn:hover {
  background-color: #9a50e3;
  box-shadow: 0 5px 10px rgba(0, 255, 242, 0.634);
}

.center {
  text-align: center;
}

@media (max-width: 1024px) {
  .section_10 .responsive-container-block.form-container {
    padding: 50px 12px;
  }
}

@media (max-width: 768px) {
  .section_10 .responsive-cell-block.wk-desk-6,
  .section_10 .responsive-cell-block.wk-ipadp-6,
  .section_10 .responsive-cell-block.wk-tab-12,
  .section_10 .responsive-cell-block.wk-mobile-12 {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .section_10 .responsive-container-block.form-container {
    padding: 50px 10px;
  }
}

.wk-desk-1 { width: 8.333333%; }
.wk-desk-2 { width: 16.666667%; }
.wk-desk-3 { width: 25%; }
.wk-desk-4 { width: 33.333333%; }
.wk-desk-5 { width: 41.666667%; }
.wk-desk-6 { width: 50%; }
.wk-desk-7 { width: 58.333333%; }
.wk-desk-8 { width: 66.666667%; }
.wk-desk-9 { width: 75%; }
.wk-desk-10 { width: 83.333333%; }
.wk-desk-11 { width: 91.666667%; }
.wk-desk-12 { width: 100%; }

@media (max-width: 1024px) {
  .wk-ipadp-1 { width: 8.333333%; }
  .wk-ipadp-2 { width: 16.666667%; }
  .wk-ipadp-3 { width: 25%; }
  .wk-ipadp-4 { width: 33.333333%; }
  .wk-ipadp-5 { width: 41.666667%; }
  .wk-ipadp-6 { width: 50%; }
  .wk-ipadp-7 { width: 58.333333%; }
  .wk-ipadp-8 { width: 66.666667%; }
  .wk-ipadp-9 { width: 75%; }
  .wk-ipadp-10 { width: 83.333333%; }
  .wk-ipadp-11 { width: 91.666667%; }
  .wk-ipadp-12 { width: 100%; }
}

@media (max-width: 768px) {
  .wk-tab-1 { width: 8.333333%; }
  .wk-tab-2 { width: 16.666667%; }
  .wk-tab-3 { width: 25%; }
  .wk-tab-4 { width: 33.333333%; }
  .wk-tab-5 { width: 41.666667%; }
  .wk-tab-6 { width: 50%; }
  .wk-tab-7 { width: 58.333333%; }
  .wk-tab-8 { width: 66.666667%; }
  .wk-tab-9 { width: 75%; }
  .wk-tab-10 { width: 83.333333%; }
  .wk-tab-11 { width: 91.666667%; }
  .wk-tab-12 { width: 100%; }
}

@media (max-width: 500px) {
  .wk-mobile-1 { width: 8.333333%; }
  .wk-mobile-2 { width: 16.666667%; }
  .wk-mobile-3 { width: 25%; }
  .wk-mobile-4 { width: 33.333333%; }
  .wk-mobile-5 { width: 41.666667%; }
  .wk-mobile-6 { width: 50%; }
  .wk-mobile-7 { width: 58.333333%; }
  .wk-mobile-8 { width: 66.666667%; }
  .wk-mobile-9 { width: 75%; }
  .wk-mobile-10 { width: 83.333333%; }
  .wk-mobile-11 { width: 91.666667%; }
  .wk-mobile-12 { width: 100%; }
}
