/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.header-section {
  position: relative;
}

.header-section .social {
  position: absolute;
  bottom: 70px;
  left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-section .social {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .header-section .social {
    left: 20px;
    bottom: 20px;
  }
}

.header-section .social li + li {
  margin-left: 45px;
}

@media only screen and (max-width: 767px) {
  .header-section .social li + li {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .header-section .social li + li {
    margin-left: 20px;
  }
}

.header-section .social li a {
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .header-section .social li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .header-section .social li a {
    font-size: 18px;
  }
}

.header-section .social li a:hover {
  color: #89715b;
}

.header-home {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1600px) {
  .header-home {
    height: 965px;
  }
}

@media only screen and (max-width: 767px) {
  .header-home {
    height: 720px;
  }
}

@media only screen and (max-width: 575px) {
  .header-home {
    height: 680px;
  }
}

.header-home .line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -2;
  display: block;
  opacity: 0.15;
}

.header-home .line:nth-of-type(1) {
  left: 25%;
}

.header-home .line:nth-of-type(2) {
  left: 50%;
}

.header-home .line:nth-of-type(3) {
  left: 75%;
}
.header-home .triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10vw 10vw;
	border-color: transparent transparent #fff transparent;
}

.header-home::before {
  position: absolute;
  content: '';
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.header-content {
  opacity: 0;
}

.header-content .sub-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .sub-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-content .sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .header-content .sub-title {
    font-size: 16px;
  }
}

.header-content .main-title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-top: 53px;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-content .main-title {
    font-size: 3.5rem;
    margin-top: 43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .main-title {
    font-size: 80px;
    margin-top: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .header-content .main-title {
    font-size: 70px;
    margin-top: 33px;
  }
}

@media only screen and (max-width: 575px) {
  .header-content .main-title {
    font-size: 40px;
  }
}

.header-content p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-content p {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 575px) {
  .header-content p {
    font-size: 16px;
  }
}

.header-content .slider-btn {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-content .slider-btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .header-content .slider-btn {
    font-size: 18px;
  }
}

.header-content .slider-btn:hover {
  color: #89715b;
}

.animation-style-01.header-home .header-content {
  opacity: 1;
}

.animation-style-01.header-home .header-content .sub-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.header-home .header-content .main-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.header-home .header-content p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.header-home .header-content .slider-btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}