body {
  overflow-x: hidden !important;
}

header {
  height: 85vh;
  position: relative;
  overflow: hidden;
  background-image: url(../../../images/home/header-1.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
header .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .header-content {
  position: relative;
  z-index: 1; /* Ensure content is above the video */
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header h1,
header p {
  margin: 0;
}
header .header-content {
  /* Glob */
  /* buttons */
}
header .header-content h1,
header .header-content p,
header .header-content .image-box {
  text-align: center;
}
header .header-content h1 {
  color: var(--text-white);
  font-size: clamp(1.5rem, 0.5552rem + 3.0233vw, 3.125rem);
}
header .header-content h1 span {
  font-size: clamp(1.25rem, 0.814rem + 1.3953vw, 2rem);
  font-weight: 600;
}
header .header-content p {
  color: #dfdfdf;
  font-size: clamp(0.875rem, 0.6933rem + 0.5814vw, 1.1875rem);
  line-height: 36px;
  margin: 30px 0px;
}
header .header-content .buttons {
  margin-bottom: 75px;
}
header .header-content .buttons a {
  padding: 15px 20px;
  background-color: var(--brand-main-color);
  color: #fff;
  border-radius: var(--border-radius);
}
header .header-content .buttons a:last-of-type {
  background-color: transparent !important;
  position: relative;
}
header .header-content .buttons a:last-of-type svg {
  position: absolute;
  top: 15px;
  left: -5px;
  width: 22px;
  fill: #fff;
}
header .header-hero-image {
  max-width: 940px;
}

#core-features {
  padding: 80px 0px;
  background-color: var(--bg-second);
}
#core-features .section-title h2,
#core-features .section-title p {
  text-align: center;
}
#core-features .section-title p {
  font-size: 18px;
  color: var(--text-gray);
  font-weight: 300;
}
#core-features .section-title h2 {
  font-size: 32px;
  font-weight: 700;
}
#core-features .service-box {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  border: var(--card-border);
}
#core-features .service-box .image-icon {
  display: inline-block;
  margin-bottom: 20px;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background: #fbfbfb;
}
#core-features .service-box .image-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#core-features .service-box h5 {
  font-size: 18px;
  font-weight: 500;
}

#why-choose-us {
  padding: 80px 0px;
  background-color: var(--brand-main-color);
}
#why-choose-us h2,
#why-choose-us p {
  color: #fff;
  text-align: center;
}
#why-choose-us .why-choose-box {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 40px 0 rgba(35, 35, 35, 0.1);
  text-align: center;
}
#why-choose-us .why-choose-box .image-icon {
  display: inline-block;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  background: var(--third-bg);
}
#why-choose-us .why-choose-box .image-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#why-choose-us .why-choose-box h5 {
  font-size: 18px;
  font-weight: 500;
}

#projects {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: var(--bg-second);
}
#projects .section-title h2,
#projects .section-title p {
  text-align: center;
}
#projects .section-title p {
  font-size: 18px;
  color: var(--text-gray);
  font-weight: 300;
}
#projects .section-title h2 {
  font-size: 32px;
  font-weight: 700;
}
#projects .project-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#projects .project-box img {
  transition: transform 0.2s ease-in-out;
}
#projects .project-box:hover img {
  transform: rotate(-5deg) scale(1.2);
}
#projects .project-box a {
  position: absolute;
  z-index: 2;
  inset: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#projects .project-box a h2 {
  font-weight: 700;
  font-size: clamp(1rem, 0.7359rem + 0.8451vw, 1.75rem);
}
#projects .project-box a h2 {
  position: absolute;
  bottom: 15px;
  right: 25px;
}

#pricing {
  background-color: var(--second-bg);
  background-image: url("../../../images/Price-Section-BG.svg");
  height: auto;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#pricing .section-title h2,
#pricing .section-title p {
  text-align: center;
}
#pricing .section-title p {
  font-size: 18px;
  color: var(--text-gray);
  font-weight: 300;
}
#pricing .section-title h2 {
  font-size: 32px;
  font-weight: 700;
}
#pricing .pricing-box {
  background-color: #fff;
  min-height: 680px;
  padding: 25px;
  border: solid 1px var(--border-color);
  position: relative;
  z-index: 1;
}
#pricing .plan-parent-box {
  position: relative;
}
#pricing .plan-parent-box .top-selling-badge .title {
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 1;
  background-color: var(--brand-second-color);
  border-radius: var(--btn-main-border-radius) var(--btn-main-border-radius) var(--btn-main-border-radius) 0px;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  color: #fff;
}
#pricing .plan-parent-box .top-selling-badge .shape {
  position: absolute;
  background-color: var(--brand-second-color);
  opacity: 0.5;
  height: 30px;
  width: 30px;
  top: 50.9px;
  left: -3.5px;
  transform: rotate(-30deg);
  z-index: 0 !important;
}
#pricing .price-title h5 {
  font-weight: 600;
  font-size: 22px;
}
#pricing .price-features ul {
  list-style: none;
  margin-bottom: 0px;
}
#pricing .price-features ul li {
  color: var(--text-gray);
  font-size: 15px;
  margin-bottom: 15px;
}
#pricing .price-features ul li:last-of-type {
  margin-bottom: 0px;
}
#pricing .price-features ul svg {
  fill: var(--brand-main-color);
  width: 16px;
  margin-left: 8px;
  /*R*/
}
#pricing .price-features .price-btn {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-main-bg);
  border-radius: var(--btn-main-border-radius);
  color: var(--btn-main-color);
}
#pricing .price-features .price-btn-soft {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-main-soft-bg);
  border-radius: var(--btn-main-border-radius);
  color: var(--btn-main-soft-color);
}
#pricing .shape {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}

#start-business {
  background-color: var(--body-background);
  background-image: url("../../../images/home/vip-dashboard-bg.svg");
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#start-business .section-title h3 {
  color: var(--text-white);
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
#start-business .owl-nav {
  text-align: center;
}
#start-business .owl-nav button {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  line-height: 15px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  transition: 0.1s linear;
}
#start-business .owl-nav button svg {
  width: 18px;
  height: 18px;
}
#start-business .owl-nav button:hover {
  background-color: var(--brand-second-color);
  fill: #fff;
}
#start-business .item {
  padding: 10px;
  background-color: var(--bg-white);
  border-radius: var(--border-radius-md);
}
#start-business .item img {
  border-radius: var(--border-radius-md);
  width: 100%;
}

@media (max-width: 500px) {
  header {
    height: 75vh;
  }
  header .header-content strong {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
  header .header-content p {
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .section-title {
    margin-bottom: 20px !important;
  }
  .section-title h2 {
    font-size: 26px !important;
  }
  .section-title p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
  .section-title h3 {
    font-size: clamp(1rem, 0.7093rem + 0.9302vw, 1.5rem);
    line-height: 30px !important;
    margin-bottom: 30px;
  }
}
@media (min-height: 481px) and (max-height: 768px) {
  header {
    height: 75vh;
  }
  header .header-content strong {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
  header .header-content p {
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
#partners {
  position: relative;
  padding-top: 30px;
}
#partners img {
  width: 200px;
  height: 100px;
  padding: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  border-right: 1px solid #e2e2e2;
  background-color: #fff;
  filter: grayscale(100%);
  transition: all 0.2s linear;
}
#partners img:hover {
  filter: grayscale(0%);
}
#partners .owl-carousel .owl-stage {
  animation: scroll 95s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=home.css.map */