/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */
/**********Contact Page Section**********
/*
/======================================================*/

/* contact form css start */

.d2c_contact_section {
  padding: 60px 0px 0px 0px;
  margin-top: 66px;
}

.d2c_contact_section .d2c_contact_header {
  margin: 0 auto;
  width: 78%;
  padding: 60px 0px 0px 0px;
  position: relative;
}
.d2c_contact_section .d2c_contact_header h1 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_contact_section .d2c_contact_header p {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: var(--paragraph_color);
}
.d2c_contact_section .d2c_contact_header::before {
  content: "";
  position: absolute;
  left: -30%;
  padding: 105px;
  background-image: url(../images/contact_left_circle.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 50%;
  height: 50%;
}

.d2c_contact_section .d2c_contact_left {
  padding-top: 125px;
}
.d2c_contact_section .d2c_contact_left h2 {
  margin-bottom: 20px;
  color: var(--primary-color);
}
.d2c_contact_section .d2c_contact_left input[type="text"],
input[type="email"] {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 23px;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  margin-bottom: 5px;
  font-family: var(--font-primary);
  color: #8a8a8a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.d2c_contact_section .d2c_contact_left input[type="text"]:focus,
input[type="email"]:focus {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.d2c_contact_section .d2c_contact_left textarea {
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 22px;
  border-radius: 2px;
  font-size: 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.d2c_contact_section .d2c_contact_left textarea:focus {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.d2c_contact_section .d2c_contact_left .btn {
  background: var(--primary-color);
  border: none;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color) !important;
  margin-top: 10px;
  text-transform: uppercase;
  height: 50px;
  transition: 0.4s all ease;
  font-family: var(--font-secondary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.d2c_contact_section .d2c_contact_left .btn:hover {
  background: var(--paragraph_color);
  transition: 0.4s all ease;
}
.d2c_contact_section .d2c_contact_left .btn:focus {
  box-shadow: none;
}
.d2c_contact_section .d2c_map_wrapper {
  margin-top: 85px;
  line-height: 0px;
}
.d2c_contact_section .d2c_map_wrapper iframe {
  width: 100%;
  height: 530px;
}

.d2c_contact_section .d2c_contact_right {
  position: relative;
  padding-top: 125px;
}

.d2c_contact_section .d2c_contact_right img {
  width: 100%;
  height: 532px;
  object-fit: cover;
}

.d2c_contact_section .d2c_contact_right::after {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../images/contact_right_circle.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: right bottom;
  height: 100%;
  bottom: -22%;
  z-index: -1;
}

/* contact form css end */
