@import url(./style.css);

.main {
  background-color: rgb(255, 255, 255);
  padding-bottom: 40px;
}

.main_1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../img/contact_form_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.main_1::before {
  content: "";
  background: rgb(255, 0, 0);
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.6138830532212884) 0%, rgba(255, 136, 170, 0.6446953781512605) 30%, rgba(130, 118, 255, 0.6558998599439776) 70%, rgba(0, 159, 255, 0.6923144257703081) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.col_1::before {
  content: "";
  background: rgb(255, 94, 94);
  background: linear-gradient(90deg, rgba(255, 94, 94, 0.5) 0%, rgba(255, 136, 170, 0.5) 30%, rgba(130, 118, 255, 0.5) 70%, rgba(0, 159, 255, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}



.col_2 {
  position: relative;
  height: 400px;
  width: 100%;
  background-color: rgb(246, 255, 206);
}

.phone {
  position: relative;
  margin-top: -30px;
  margin-left: 150px;
  height: 370px;
  width: 70%;
  background-color: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.315);
}

.email {
  position: relative;
  margin-top: -30px;
  margin-left: 80px;
  height: 370px;
  width: 70%;
  background-color: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.315);
  display: flex;
  justify-content: center;
}

.address {
  position: relative;
  margin-top: -30px;
  height: 370px;
  width: 70%;
  background-color: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.315);
}

.cont_1 {
  padding-top: 30px;
  text-align: center;
}

/* .cont_2 {
  padding-top: 30px;
  position: absolute;
  left: 400px;
  text-align: center;
} */

.head,
.head {
  padding-top: 20px;
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  z-index: 5;
}

.head_1 {
  padding-top: 160px;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.head_2 {
  padding-top: 40px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
}

.btn_1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #fff !important;
  font-weight: 500;
  text-indent: 0px;
  font-size: 15px;
  padding: 14px 30px;
  background: var(--theme-color);
  border: none;
  border-radius: 5px;
}

.btn_2 {
  margin-top: 20px;
  height: 50px;
  width: 150px;
  background-color: rgb(255, 255, 255);
  color: rgb(26, 158, 0);
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.text {
  font-size: 13px;
  text-align: center;
  z-index: 5;
  padding: 20px 20px;
}

.cont_1 svg {
  height: 35px;
  width: 35px;
  color: var(--theme-color);
}


.text_1 {
  padding-top: 10px;
  font-size: 15px;
  color: white;
}

.em {
  font-size: 15px;
  font-family: arial rounded mt;
  height: 50px;
  width: 47%;
  background-color: rgba(255, 255, 255, 0.822);
  border-radius: 5px;
  color: rgb(0, 0, 0);
  border: 0;
  margin: 0 12px 15px 0;
  padding-left: 20px;
}

.em_1 {
  width: 97%;
  height: 300px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-family: arial rounded mt;
  background-color: rgba(255, 255, 255, 0.822);
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.btn_4 {
  margin-top: 20px;
  margin-left: 5px;
  height: 50px;
  width: 150px;
  margin-bottom: 20px;
}

.form {
  border-right: 2px solid rgba(255, 255, 255, 0.432);
  position: relative;
}

.img {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/contact_form.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.315);
  border-radius: 10px;
  transition: all 0.2s linear;
}

.img:hover {
  transform: scale(1.05);
}

.text_3 {
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 80px;
  font-size: 18px;
  text-align: center;
}

.btn_3 {
  background-color: rgb(0, 212, 0);
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.link {
  padding-left: 10px;
  text-decoration: none;
  color: #3f3f3f;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



/* =================contect-us==================== */
.contect-factonix {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background: url(../img/page-header-bg.svg);
  margin-top: 58px;
  position: relative;
  z-index: 3;
  padding: 160px 0;
  color: #fff;
}

.contect-factonix::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #001E56E5;
  opacity: .9;
}

.contact-media>ul>li>a {
  color: var(--theme-color);
  height: 30px;
  width: 30px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
}

.contact-media>ul>li>a:hover {
  color: var(--theme-orange);
}

.contact-media>ul>li:not(:last-child) {
  margin-right: 5px;
}

.form_container {
  z-index: 8;
}

.form_container::before {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/contact/contact-us.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  z-index: -1;
  filter: blur(1.55px);
}

.box-shadow {
  background: rgb(255 255 255 / 43%);
  height: 100%;
}

.contect-wrapper {
  background: -webkit-linear-gradient(45deg, #e9e9e9, white 70%);
  background: -ms-linear-gradient(45deg, #e9e9e9, white 70%);
  background: linear-gradient(45deg, #e9e9e9, white 70%);
}