/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Main CSS File */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&family=Roboto:wght@400;700&display=swap");
/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/* * {
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
} */
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
.btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.colored-text {
  color: #ff6058;
  font-weight: 800;
}
p {
  color: #737373;
  font-family: "Roboto", sans-serif;
}
/* Header */
#site-header {
  height: 80px;
}
#site-header.sticky {
  --bs-bg-opacity: 0.9;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff6058;
}
.main-header {
  height: 80px;
}
.btn-col .btn {
  font-size: 16px;
  font-weight: 600;
}
.home-section h3 {
  /* font-size: 18px; */
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.home-section h2 {
  font-weight: 700;
}

/* Hero-Section */
#hero-section {
  height: 100vh;
  max-height: 950px;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#hero-section::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 20;
  color: #fff;
  max-width: 960px;
}
.hero-content h3 {
  /* font-size: 24px; */
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.hero-content h1 {
  font-weight: 800;
  margin-bottom: 30px;
}
.hero-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0 50px;
  color: #fff;
}
.hero-content .btn,
.learn-more-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 45px;
  margin: 0 10px;
}
/* Stats Section */
.stats-section {
  height: auto;
}
.stat-col {
  height: 200px;
  position: relative;
  border-right: 1px solid #dee2e6;
}
.stat-col:last-child {
  border: none;
}
/* .stat-col > span { */
.stat-col span {
  display: block;
  font-family: "Poppins", sans-serif;
}
.stat-col span span {
  display: inline-block;
}

.stat-col span.number {
  font-size: 60px;
  font-weight: 800;
  color: #ff6058;
}
.stat-col span.label {
  font-size: 26px;
  font-weight: 600;
}
/* About Section */
.about-section {
  padding: 100px 0;
}
.about-images div {
  padding: 10px;
}
.about-images div:nth-child(3) {
  margin-top: -3rem;
}
.about-images div img {
  max-width: 100%;
}
.about-text .col-1 span {
  color: #73a4aa;
  font-family: "Poppins" sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
/* Why us Section */
.whyus-section {
  padding: 80px 0;
  background-color: #f7f7f7;
  /* background-image: linear-gradient(to bottom, #f7f7f7, #fff); === for fade shaed === */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f7f7f7), color-stop(40%, #fff));
  background-image: -o-linear-gradient(top, #f7f7f7 60%, #fff 40%);
  background-image: linear-gradient(to bottom, #f7f7f7 60%, #fff 40%);
}
.feature-box {
  height: 380px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}

.feature-box h4 {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  background-color: black;
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
      -ms-transform: translate(-50%, -0%);
          transform: translate(-50%, -0%);
  bottom: 10px;
  width: 300px;
  text-align: center;
}
.feature-box:hover h4 {
  background-color: #ff6058;
}
.feature-box#fbx-1 {
  background-image: url(../img/why-us-img-1.jpg);
}
.feature-box#fbx-2 {
  background-image: url(../img/why-us-img-2.jpg);
}
.feature-box#fbx-3 {
  background-image: url(../img/why-us-img-3.jpg);
}
/* Services Section */
.services-section {
  padding: 50px 0;
}
.service-box {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.service-box h4 {
  font-size: 22px;
  font-weight: 600;
}
.service-box p {
  font-size: 16px;
  font-weight: 600;
}
/* Reviews Section */
.reviews-section {
  height: 800px;
  background-image: url(../img/reviews-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.reviews-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(
    340deg,
    rgba(0, 0, 0, 0.8) 65%,
    rgba(255, 255, 255, 0) 35%
  );
  background-image: linear-gradient(
    110deg,
    rgba(0, 0, 0, 0.8) 65%,
    rgba(255, 255, 255, 0) 35%
  );
}
.reviews-content {
  position: relative;
  z-index: 10;
}
.reviews-content h4 {
  font-weight: 600;
  letter-spacing: 3px;
}
.reviews-content h2 {
  font-weight: 600;
}
.testimonials-container {
  position: relative;
  padding: 30px;
  height: 400px;
}
.testimonials-container .carousel {
  height: 100%;
}
.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  text-align: left;
}
.carousel-control-prev,
.carousel-control-next {
  height: 100%;
}
.carousel-control-prev {
  top: 0;
  bottom: auto;
  left: -20%;
}
.carousel-control-next {
  top: 0;
  bottom: auto;
  right: -20%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  background-size: 30px 30px;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #ff6058;
}
.author-title h5 {
  font-size: 30px;
  font-weight: 600;
}
.author-title span {
  font-style: italic;
  font-size: 18px;
}
/* Team Section */
.team-section {
  padding: 50px 0;
}
.member-box h4 {
  font-weight: 700;
  font-size: 28px;
}
.member-title {
  font-size: 18px;
  color: #858585;
}
.social-profiles a,
.footer-social a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #333333;
}
.social-profiles a:hover,
.footer-social a:hover {
  color: #ff6058;
}
/* Team Section */
/* Footer Section */
#site-footer {
  margin-top: 150px;
}
.footer-form-row {
  height: 82px;
  margin-top: -90px;
}
.contact-form {
  position: relative;
}
.contact-form .user-email {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 35px;
  border-radius: 50px 50px;
  border: none;
}
.contact-form .btn {
  border-radius: 50px 50px 50px 50px;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
}
.footer-social a {
  color: #fff;
}
.footer-links {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-links li {
  display: inline-block;
  margin: 0 5px;
}
.footer-links li a {
  text-transform: uppercase;
  text-decoration: none;
}
.footer-links li a,
.footer-copyright,
.footer-social a {
  font-size: 16px;
  color: #fff;
}
.offcanvas-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-social a {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 24px;
}
.footer-copyright {
  margin-bottom: 0;
}
/* Footer Section */
/* Mobile */
.nav-toggle {
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-text {
    padding: 30px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero-content {
    padding-top: 100px;
  }
  .hero-content h3,
  .hero-content p,
  .hero-content h1 {
    margin-bottom: 10px;
  }
  .hero-content p {
    padding: 0 10px;
  }
  .hero-buttons .btn,
  .learn-more-btn {
    padding: 13px 25px;
    font-size: 16px;
  }
  .stat-col {
    border: none;
  }
  .stat-col:first-child,
  .stat-col:nth-child(2) {
    border-bottom: 1px solid #dee2e6;
  }
  .stat-col:first-child,
  .stat-col:nth-child(3) {
    border-right: 1px solid #dee2e6;
  }
  .stat-col span.number {
    font-size: 40px;
  }
  .stat-col span.label {
    font-size: 20px;
  }
  .about-images {
    margin-bottom: 20px;
  }
  .about-text .col-1 span {
    font-size: 20px;
  }
  .feature-box {
    margin-bottom: 15px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 20px;
  }
  .carousel-control-prev {
    left: -10%;
  }
  .carousel-control-next {
    right: -10%;
  }
  .testimonials-container {
    height: 460px;
  }
  .reviews-section::before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .carousel-caption blockquote {
    font-size: 18px;
    text-align: center;
  }
  .member-box {
    margin-bottom: 15px;
  }
  .contact-form,
  .footer-text {
    width: 90% !important;
  }
  .contact-form .btn {
    font-size: 14px;
    padding: 10px 20px;
    top: 10px;
  }
}
