/* 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 */

.d2c_main {
  background: linear-gradient(
      0deg,
      rgb(100 92 255 / 50%) 0%,
      rgb(255 255 255 / 85%) 0%
    ),
    url(../images/home_hero_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 66px;
}
.d2c_main .d2c_form_wrapper {
  background: var(--white-color);
  width: 100%;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
  padding: 150px 50px;
}
.d2c_main .d2c_right {
  width: 100%;
}
.d2c_main .d2c_right h2 {
  font-family: var(--font-primary);
  color: var(--primary-color);
  margin-bottom: 20px;
}
.d2c_main .d2c_right .d2c_sub_heading {
  color: var(--primary-color);
  font-family: var(--font-primary);
  font-size: 14px;
}
.d2c_main .d2c_right form input[type="email"] {
  font-family: var(--font-primary);
  color: var(--primary-color);
  padding: 25px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_main .d2c_right form input[type="email"]:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  background: var(--white-color);
}
.d2c_main .d2c_right form input::placeholder {
  font-family: FontAwesome;
  color: var(--primary-color);
  opacity: 0.8;
}
.d2c_main .d2c_right .d2c_back {
  font-family: var(--font-primary);
  font-size: 14px;
}
.d2c_main .d2c_right .d2c_back a {
  color: var(--primary-color);
  text-decoration: none;
}
.d2c_main .d2c_right form .form-control:focus{
  box-shadow: none;
}
.d2c_main .d2c_right form .btn {
  font-family: var(--font-primary);
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 10px 14px 10px;
  border: 2px solid transparent;
  margin-bottom: 30px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_right form .btn:hover {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_right form .btn:focus {
  box-shadow: none;
}

.d2c_main .d2c_form_wrapper .d2c_left img{
  height: 346px;
  object-fit: cover;
}