/*--------------------------------------------------------------
# banner-index Section
--------------------------------------------------------------*/
#banner-index {
  width: 100%;
  height: 81vh;
  background: url("../img/banner/banner-bg-01.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-index .container {
  padding-top: 80px;
}
#banner-index:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-index h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-index h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-index .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-index .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-index {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-index {
    height: 100vh;
  }
  #banner-index .container {
    padding-top: 60px;
  }
  #banner-index h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-index h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner phone Section
--------------------------------------------------------------*/
#banner-phone {
  width: 100%;
  height: 90vh;
  background: url("../img/banner/banner-bg-09.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-phone .container {
  padding-top: 80px;
}
#banner-phone:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-phone h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-phone h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-phone .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-phone .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-phone {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-phone {
    height: 100vh;
  }
  #banner-phone .container {
    padding-top: 60px;
  }
  #banner-phone h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-phone h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner-footer Section
--------------------------------------------------------------*/
#banner-footer {
  width: 100%;
  height: 40vh;
  background: url("../img/banner/banner-bg-04.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-footer .container {
  padding-top: 80px;
}
#banner-footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-footer h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-footer h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-phone .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-footer .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-footer {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-footer {
    height: 100vh;
  }
  #banner-footer .container {
    padding-top: 60px;
  }
  #banner-footer h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-footer h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner devis Section
--------------------------------------------------------------*/
#banner-devis {
  width: 100%;
  height: 90vh;
  background: url("../img/banner/banner-bg-05.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-devis .container {
  padding-top: 80px;
}
#banner-devis:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-devis h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-devis h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-devis .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-devis .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-devis {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-devis {
    height: 100vh;
  }
  #banner-devis .container {
    padding-top: 60px;
  }
  #banner-devis h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-devis h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner PC Section
--------------------------------------------------------------*/
#banner-PC {
  width: 100%;
  height: 90vh;
  background: url("../img/banner/banner-bg-06.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-PC .container {
  padding-top: 80px;
}
#banner-PC:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-PC h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-PC h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-PC .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-PC .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-PC {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-PC {
    height: 100vh;
  }
  #banner-PC .container {
    padding-top: 60px;
  }
  #banner-PC h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-PC h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner Conditions Section
--------------------------------------------------------------*/
#banner-Conditions {
  width: 100%;
  height: 90vh;
  background: url("../img/banner/banner-bg-07.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-Conditions .container {
  padding-top: 80px;
}
#banner-Conditions:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-Conditions h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-Conditions h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-Conditions .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-Conditions .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-Conditions {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-Conditions {
    height: 100vh;
  }
  #banner-PC .container {
    padding-top: 60px;
  }
  #banner-Conditions h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-Conditions h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
# banner mail Section
--------------------------------------------------------------*/
#banner-mail {
  width: 100%;
  height: 90vh;
  background: url("../img/banner/banner-bg-08.jpg") center center;
  background-size: cover;
  position: relative;
}
#banner-mail .container {
  padding-top: 80px;
}
#banner-mail:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#banner-mail h1 {
  font-family: "Outfit", sans-serif;
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 4px;
  color: #fff;
}
#banner-mail h2 {
  font-family: "Outfit", sans-serif;;
  color: #eee;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
}
#banner-mail .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#banner-mail .btn-get-started:hover {
  background: #B01351;
  border: 2px solid #B01351;
}
@media (min-width: 1024px) {
  #banner-mail {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #banner-mail {
    height: 100vh;
  }
  #banner-mail .container {
    padding-top: 60px;
  }
  #banner-mail h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #banner-mail h2 {
    font-size: 25px;
    line-height: 36px;
  }
}