@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Open+Sans:wght@200;300;400;500&family=Poppins:wght@200;400;500&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

@media screen and (min-width: 992px) {
  .border-lg-only {
    border: 1px solid #6d6d6e; /* Customize the border style and color */
  }

  .border-lg-end-only {
    border-right: 1px solid #6d6d6e; /* Customize the border style and color */
  }

  .border-lg-bottom-only {
    border-bottom: 1px solid #6d6d6e;
  }

  .custom-h-lg-50 {
    min-height: 50vh;
  }

  .custom-h-lg-75 {
    min-height: 75vh;
  }
}

@media screen and (max-width: 992px) {
  .custom-h-25 {
    min-height: 25vh;
  }

  .custom-h-50 {
    min-height: 50vh;
  }
}

/*=============Navbar Styles==================*/
.navbar-custom {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #121212;
}

.navbar-custom .nav-link {
  color: white;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover {
  color: #fd6262;
}

.navbar-custom .btn-outline-custom {
  color: white;
  border: 1px solid white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-custom .btn-outline-custom:hover {
  background-color: #fd6262;
  border-color: #fd6262;
  color: white;
}

.navbar-toggler-icon-custom {
  color: white;
  border-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-toggler-icon-custom:hover {
  background-color: #fd6262;
  border-color: #fd6262;
  color: white;
}

/* ====================== */
.combined-section {
  position: relative;
  overflow: hidden;
}

.combined-section .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-image: url(a5374ebc192a328fce53.jpg);
  background-size: cover;
  background-position: center;
  transition: transform 0.1s ease-out;
  z-index: -1;
}

/* ================style section 1 ================ */
.main-section {
  color: white;
  height: 100vh;
}

.main-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.main-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}

.btn-learn-more {
  color: #121212;
  background-color: #fd6262;
  transition: background-color 0.5s ease, color 0.3s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.btn-learn-more:hover {
  background-color: #121212;
  border: 1px solid white;
}

.btn-learn-more:hover a {
  color: white;
}

/* ==============Style section 2 ================*/
.custom-section-2 {
  padding: 5rem 0;
  position: relative;
}

.custom-section-2 .bg-custom {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  background-color: #141416;
  z-index: -1;
}

/* Left table content */
.custom-section-2 .left-table {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 992px) {
  .custom-section-2 .parallax-bg-lets-build {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(5edd0f9748ea0dc70881.jpg);
    background-size: cover;
    background-position: center;
    transition: transform 0.1s ease-out;
    z-index: -1;
  }

  .custom-section-2 .section-2-content {
    width: 70%;
  }
}

@media screen and (max-width: 991.9px) {
  .custom-section-2 {
    background-color: #141416;
  }

  .custom-section-2 .left-table {
    padding: 7%;
  }
}

.custom-section-2 .left-table h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.custom-section-2 .left-table p {
  color: #6c757d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.custom-section-2 .right-table {
  background-color: #141416;
}

.custom-section-2 .flash-card {
  overflow: hidden;
  background-color: rgb(27, 28, 30);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.custom-section-2 .flash-card-content {
  overflow: hidden;
}

.custom-section-2 .flash-card h5 {
  color: #889ce7;
}

.custom-section-2 .flash-card p {
  color: #6d6d6e;
  padding: 2px;
}

/* Card positions */
/* .custom-section-2 .flash-card:nth-child(1) {
  margin-right: 10px;
} */

@media screen and (min-width: 992px) {
  .custom-section-2 .flash-card:nth-child(1) {
    transform: translateY(-20%) !important;
    margin-right: 10px;
  }

  .custom-section-2 .flash-card:nth-child(2) {
    transform: translateY(20%) !important;
    margin-left: 10px;
  }

  /* .custom-section-2 .flash-card:nth-child(3) {
    transform: translateY(-20%) !important;
  }

  .custom-section-2 .flash-card:nth-child(4) {
    transform: translateY(20%) !important;
  } */
}

/* .custom-section-2 .flash-card:nth-child(2) {
  margin-left: 10px;
} */

/* .flash-card:nth-child(3) {
  top: 70%;
  left: 10%;
  transform: translateY(-10%);
}

.flash-card:nth-child(4) {
  top: 70%;
  right: 10%;
  transform: translateY(50%);
} */

/* Icon styling */
.custom-section-2 .icon {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Line below paragraph */
.custom-section-2 .line {
  height: 3px;
  border-radius: 50px;
  background-color: #3f4349;
}

/* ======= styling section 3 ================= */

.custom-section-3 {
  background-color: #141416;
}

.custom-section-3 .about-parallax {
  background-image: url(782b687488527ddd0cf3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 20px;
  color: white;
}

.custom-section-3 .why-me-parallax {
  background-image: url(0e1682afab169bc07452.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100%;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .custom-section-3 .about-parallax {
    background-attachment: scroll; /* Change to scroll for iPhones */
  }

  .custom-section-3 .why-me-parallax {
    background-attachment: scroll; /* Change to scroll for iPhones */
  }
}

.custom-section-3 .heading div h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.custom-section-3 .para {
  color: #6c757d;
  /* font-size: 1rem; */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  /* width: 50%; */
  /* text-align: start; */
}

/* =======testi section styling======= */
.custom-section-4 {
  min-height: 75vh;
  background-color: #141416;
}

.custom-section-4 .flash-card-content {
  background-color: rgb(27, 28, 30);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.custom-section-4 .flash-card-content h5 {
  color: #889ce7;
}

.custom-section-4 .flash-card-content p {
  color: #6d6d6e;
}

.custom-section-4 .flash-card-content img {
  height: 100px;
  width: 100px;
}

.custom-section-4 .testi-slider-nav span {
  height: 50px;
  width: 50px;
  color: white;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  border-radius: 50%;
  border: 1px solid white;
  margin: 0 10px;
}

.custom-section-4 .testi-slider-nav span i {
  line-height: 50px;
}

/* =====Styling section 5====== */
.custom-section-5 {
  background-color: #141416;
}

.custom-section-5 .left-table {
  font-weight: bold;
  text-align: center;
  background: url(ebb1a00e27bc79b6b971.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.custom-section-5 .left-table h2 {
  /* width: 60%; */
  /* z-index: 2; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
}

.custom-section-5 .left-table iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.custom-section-5 .right-table .btn {
  color: #121212;
  background-color: #fd6262;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

.custom-section-5 .right-table .btn:hover {
  background-color: #121212;
  color: white;
  border: 1px solid white;
}

.custom-section-5 .para {
  color: #6c757d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* =======footer section========= */
.footer-section {
  background-color: #141416;
  padding: 5% 0;
}

.custom-hr {
  width: 60px;
  background-color: #fd6262;
  height: 2px;
  border-top: 0;
}

