
/*------------------- 4.8. Hero Area  -------------------*/
.hero-mask {
  padding-top: 100px;
  padding-bottom: 100px;
}


.hero-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-family: Poppins;
}

.hero-title {
  font-size: 54px;
  font-weight: 700;
  font-family: var(--body-font);
}

.hero-text {
  max-width: 500px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
  color: white;
}

.hero-layout,
.hero-layout1,
.hero-layout2 {
  position: relative;
}
.hero-layout .form-group > i,
.hero-layout1 .form-group > i,
.hero-layout2 .form-group > i {
  right: unset;
  left: 0px;
  top: 23px;
  color: var(--body-color);
}
.hero-layout .form-group select,
.hero-layout .form-group input,
.hero-layout1 .form-group select,
.hero-layout1 .form-group input,
.hero-layout2 .form-group select,
.hero-layout2 .form-group input {
  padding-left: 45px;
}

.hero-layout .form-group > i,
.hero-layout2 .form-group > i {
  top: 17px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input,
.hero-layout2 .hero-bottom .radioselect,
.hero-layout2 .hero-bottom .form-control,
.hero-layout2 .hero-bottom .form-select,
.hero-layout2 .hero-bottom textarea,
.hero-layout2 .hero-bottom input {
  height: 47px;
}

.hero-layout {
  position: relative;
}
.hero-layout .hero-img {
  position: relative;
}
.hero-layout .hero-img img {
  border-radius: 340px;
  background-color: var(--white-color);
  border: 20px solid var(--white-color);
}
.hero-layout .hero-img .img2 {
  width: 65%;
  position: absolute;
  top: 60%;
  right: -25%;
  transform: translateY(-50%);
}
.hero-layout .hero-bottom {
  margin-bottom: -150px;
  margin-top: 100px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input {
  height: 47px;
}
.hero-layout .hero-form {
  background-color: var(--white-color);
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout .hero-form .vs-btn {
  width: 100%;
  color: #4eac6c
}
.hero-layout .slide-count {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-layout .slide-count .tab-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  background-color: var(--white-color);
  border: none;
  margin-bottom: 20px;
  color: var(--theme-color);
  position: relative;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--body-font);
}
.hero-layout .slide-count .tab-btn:last-child {
  margin-bottom: 0;
}
.hero-layout .slide-count .tab-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-layout .slide-count .active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-layout .slide-count::before {
  content: "";
  width: 4px;
  height: 90%;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-layout1 {
  margin-top: -100px;
}
.hero-layout1 .hero-mask {
  padding-top: 200px;
  position: relative;
}
.hero-layout1 .hero-title,
.hero-layout1 .hero-text {
  color: var(--white-color);
}
.hero-layout1 .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.hero-layout1 .icon-btn:first-child {
  left: 12%;
}
.hero-layout1 .icon-btn:last-child {
  left: unset;
  right: 12%;
}

.hero-form2 {
  padding: 50px 50px 50px 50px;
  max-width: 400px;
  border-radius: 0px;
  position: relative;
  background-color: #1a3553;
  margin-left: 50px;
}
.hero-form2 .h3 {
  margin-bottom: 5px;
  font-color:#fff;
}

.hero-layout2 {
  position: relative;
}
.hero-layout2 .hero-mask {
  padding-bottom: 160px;
}
.hero-layout2 .hero-title,
.hero-layout2 .hero-text {
  color: var(--white-color);
}
.hero-layout2 .hero-img .shape-mokup {
  width: 40%;
  position: absolute;
  right: -9.5%;
  bottom: 0%;
  transform: rotateZ(45deg);
  z-index: 0;
}
.hero-layout2 .hero-img .img1 {
  position: relative;
  z-index: 1;
}
.hero-layout2 .hero-bottom {
  margin-top: -65px;
}
.hero-layout2 .hero-form {
  background-color: var(--white-color);
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout2 .hero-form .vs-btn {
  width: 100%;
	color: #4eac6c;
}
.hero-layout2 .icon-btn {
  display: block;
  margin: 0;
  position: absolute;
  left: 12%;
  top: 38.5%;
  transform: translateY(-50%);
}
.hero-layout2 .icon-btn:last-child {
  top: 50%;
}

@media (min-width: 1920px) {
  .hero-layout2 .hero-img .shape-mokup {
    right: -4.5%;
    transform: rotateZ(23deg);
    height: 65%;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .hero-layout2 .icon-btn {
    left: 3%;
  }
  .hero-layout .slide-count {
    left: 4%;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 3%;
  }
  .hero-layout1 .icon-btn:last-child {
    right: 3%;
  }
  .hero-title {
    font-size: 64px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout .hero-img .img2 {
    right: 0%;
    width: 50%;
  }
  .hero-layout .hero-img .img1 {
    width: 70%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-mask {
    padding-bottom: 80px;
  }
  .hero-layout .hero-bottom {
    margin-top: 70px;
  }
  .hero-layout2 .icon-btn {
    left: 50%;
    top: unset;
    bottom: 150px;
    transform: translateX(-50%) rotate(-90deg);
  }
  .hero-layout2 .icon-btn:first-child {
    left: 45%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 55%;
    top: unset;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 2%;
  }
  .hero-layout1 .icon-btn:last-child {
    right: 2%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 46px;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-content {
    text-align: center;
	padding-left: 50px;
	background-color: #1a3553;
	max-width: 400px;
	  
  }
  .hero-layout2 .hero-content {
    text-align: start;
	 background-color: #1a3553;
  }
  .hero-layout2 .hero-mask {
    padding-bottom: 170px;
	  background-color: #1a3553;
  }
  .hero-layout .hero-img .img2 {
    right: -5%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-bottom {
    margin-top: 50px;
  }
  .hero-form2 {
    margin-top: 30px;
    max-width: 65%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-layout .hero-img {
    margin-top: 30px;
  }
  .hero-layout .hero-img .img1 {
    width: 60%;
  }
  .hero-layout .hero-img .img2 {
    width: 50%;
    top: 50%;
    right: 0;
  }
  .hero-layout .hero-bottom {
    margin-bottom: 0;
  }
  .hero-layout .hero-form {
    padding: 20px 15px;
  }
  .hero-layout2 .hero-img {
    text-align: center;
  }
  .hero-layout2 .icon-btn {
    bottom: 225px;
  }
  .hero-layout1 .hero-mask {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .hero-layout1 .icon-btn {
    top: unset;
    bottom: 40px;
    transform: translateY(unset);
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
    transform: translateX(-50%);
  }
  .hero-layout1 .icon-btn:last-child {
    right: unset;
    left: 55%;
    transform: translateX(-50%);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-layout .hero-mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-layout .hero-img img {
    border: 5px solid var(--white-color);
  }
  .hero-layout .slide-count .tab-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .hero-layout1 {
    margin-top: 0;
  }
  .hero-layout1 .hero-mask {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .hero-layout1 .hero-form2 {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 55%;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 40%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 55%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-layout2 .icon-btn {
    bottom: 350px;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 60%;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 60%;
  }
}
