/* transform */
:root {
  /**
  @font family declaration
  */
  --rr-ff-heading: 'Poppins', sans-serif;
  --rr-ff-heading1: 'Playfair Display', sans-serif;
  --rr-ff-body: 'Poppins', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-body-primary: #fff;
  --rr-theme-primary: #4A5764;
  --rr-heading-primary: #453030;
  --rr-text-body: rgba(5, 5, 19, 0.6);
  --rr-text-primary: #151515;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-background-hero-2-bg: #EEEEEE;
  --rr-background-body-bg: #F6F0E9;
  --rr-border-primary: 1px solid rgba(5, 5, 19, 0.14);
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 18px;
  --rr-fs-body2: 18px;
  --rr-fs-p: 15px;
  --rr-fs-h1: 70px;
  --rr-fs-h2: 100px;
  --rr-fs-h3: 90px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 20px;
  --rr-fs-h6: 15px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 28px;
  --rr-lh-p: 24px;
  --rr-lh-h1: 72px;
  --rr-lh-h2: 105px;
  --rr-lh-h3: 100px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 30px;
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner__area {
  padding-top: 233px;
  padding-bottom: 950px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.banner__area .project-section__shape__wrap {
  top: 84px;
}
.banner__content h1 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: #1a1a1a;
  font-style: normal;
  font-size: 180px;
  line-height: 193px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 {
    font-size: 150px;
    line-height: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 {
    font-size: 95px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
.banner__content h1 .arrow {
  padding-left: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
.banner__content h1 .arrow img {
  width: inherit;
}
.banner__content h1 .video {
  padding-left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .video {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content h1 .video {
    padding-left: 0;
  }
}
.banner__content h1 .video .title-video {
  max-width: 410px;
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .video .title-video {
    max-width: 250px;
    height: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
.banner__content h1 .solutions {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 117px;
  line-height: 130px;
  text-transform: uppercase;
  color: var(--rr-text-primary);
  display: inline-block;
  transform: translate(0, -15px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 .solutions {
    font-size: 110px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .solutions {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .solutions {
    font-size: 62px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .solutions {
    font-size: 49px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .solutions {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .solutions {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .solutions {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .solutions {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .solutions {
    font-size: 35px;
    line-height: 45px;
  }
}
.banner__content h1 .brand {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-heading-primary);
  font-size: 160px;
  line-height: 170px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 .brand {
    font-size: 130px;
    line-height: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .brand {
    font-size: 110px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .brand {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .brand {
    font-size: 82px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .brand {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .brand {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .brand {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}

/*# sourceMappingURL=_banner-1.css.map */
