body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Red Hat Text", sans-serif;
}

.top-part {
  background: linear-gradient(to right, #f15a29 0%, #000000 26%);
  padding: 12px 0;
  text-align: center;
}
.top-part p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.top-part p span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 4px 6px;
  background-color: #97D6DF;
  border-radius: 3px;
}
.top-part p a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #F15A29;
}

#navbar {
  background: transparent;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

#navbar.fixed {
  position: fixed;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.4s ease;
  z-index: 9;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.project-navbar {
  padding: 0;
}
.project-navbar .dropdown-item {
  padding: 8px 10px !important;
}
.project-navbar .navbar-nav a, .project-navbar .navbar-nav li a {
  padding: 19px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.project-navbar .navbar-nav .select {
  background-color: #F15A29;
  color: #fff;
}

.banner-part {
  padding: 0;
  margin: -60px 0 0 0;
}

.front.front-1 {
  background: url(../img/br-img-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  animation-delay: 0s;
}

.back.front-1 {
  background: url(../img/br-img-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-2 {
  background: url(../img/br-img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-2 {
  background: url(../img/br-img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-3 {
  background: url(../img/br-img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-3 {
  background: url(../img/br-img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-4 {
  background: url(../img/br-img-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-4 {
  background: url(../img/br-img-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-5 {
  background: url(../img/br-img-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-5 {
  background: url(../img/br-img-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-6 {
  background: url(../img/br-img-6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-6 {
  background: url(../img/br-img-6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.front.front-7 {
  background: url(../img/br-img-7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.back.front-7 {
  background: url(../img/br-img-7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

@keyframes flip-cycle {
  0%, 35% {
    transform: rotateY(0deg);
  }
  50%, 85% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.banner-text {
  margin: 28% 0 0 -8%;
}
.banner-text h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 28px 0;
  color: #000;
}
.banner-text p {
  font-weight: 400;
  font-size: 18px;
  color: #383E45;
  margin: 0;
}

.banner-btn {
  margin: 30px 0 0 0;
}
.banner-btn .btn {
  padding: 15px 12px;
  border-radius: 0;
  margin-right: 15px;
}
.banner-btn .orng-btn {
  background-color: #F15A29;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.banner-btn .orng-btn:hover {
  background: #c43e12;
  transform: scale(1.05) !important;
  color: #fff;
  transition: 0.3s ease-in-out;
  transition-duration: 0.3s !important;
}
.banner-btn .normal-btn {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.banner-btn .normal-btn i {
  color: #F15A29;
}
.banner-btn .normal-btn:hover {
  color: #F15A29;
}

.black-bg {
  padding: 50px 0;
  background-color: #000;
}
.black-bg .black-bord-box {
  padding: 70px 20px 40px 20px;
  border: 3px solid #929292;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.black-bg .black-bord-box img {
  width: -moz-fit-content;
  width: fit-content;
}
.black-bg .black-bord-box::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon.png) no-repeat;
  background-size: contain;
  left: -15px;
  top: 50%;
  width: 27px;
  height: 25px;
}
.black-bg .black-bord-box::after {
  position: absolute;
  content: "";
  background: url(../img/Polygon.png) no-repeat;
  background-size: contain;
  right: -15px;
  top: 50%;
  width: 27px;
  height: 25px;
  transform: rotate(180deg);
}
.black-bg .black-bord-box span {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #D9D9D9;
  display: block;
  margin-top: 12px;
}
.black-bg .mom-box {
  padding: 18px;
  background-color: #fff;
  border: 3px solid #F15A29;
  border-radius: 0;
}
.black-bg .mom-box h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.blue-batch {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #97D6DF;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
}

.sectio-txt {
  margin: 0 0 0 100px;
}
.sectio-txt h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
.sectio-txt ul {
  padding: 0;
  margin: 35px 0 0 0;
  list-style: none;
}
.sectio-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.sectio-txt ul li .check i {
  color: #F15A29;
  font-size: 18px;
}
.sectio-txt ul li .section-txt-inner h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sectio-txt ul li .section-txt-inner p {
  font-size: 18px;
  color: #D9D9D9;
  font-weight: 400;
}
.sectio-txt ul .italic-txt {
  font-size: 16px;
  color: #fff;
}
.sectio-txt ul .exp-btn {
  padding-right: 25px;
}

.white-boxes {
  padding: 20px 0;
  background-color: #000;
}
.white-boxes .white-box-inner {
  padding: 34px;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}
.white-boxes .white-box-inner h3 {
  font-size: 22px;
  color: #000;
  margin: 16px 0 24px 0;
  font-weight: 500;
}
.white-boxes .white-box-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #383E45;
  margin: 0;
}
.white-boxes .white-box-inner:hover {
  background-color: #f7f7f7;
  transition: 0.2s ease-in-out;
}
.white-boxes .white-box-inner-two {
  padding: 34px 0 0 34px;
  background: linear-gradient(to bottom, #ffffff 0%, #8e8e8e 100%);
  transition: 0.2s ease-in-out;
}
.white-boxes .white-box-inner-two .wh-txt-one h3 {
  font-size: 22px;
  color: #000;
  margin: 0;
  font-weight: 500;
}
.white-boxes .white-box-inner-two .wh-txt-one span {
  font-size: 19px;
  font-weight: 500;
  color: #F15A29;
}
.white-boxes .white-box-inner-two .wh-txt-one p {
  color: #383E45;
  font-size: 16px;
  margin: 14px 0 14px 0;
}
.white-boxes .white-box-inner-two .wh-img-inner {
  text-align: right;
  padding: 28px 0 0 0;
}
.white-boxes .white-box-inner-two .wh-img-inner img {
  width: 100%;
  height: 300px;
  -o-object-fit: fill;
     object-fit: fill;
}
.white-boxes .white-box-inner-two .fl-properly {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.link-tx {
  font-size: 16px;
  font-weight: 500;
  color: #F15A29;
}

.custom-footer {
  background: #000;
  padding: 60px 0 0 0;
}
.custom-footer .cta-box {
  background: linear-gradient(91.76deg, #F15A29 -65.83%, #000000 28.09%, #000000 74.65%, #F15A29 161.33%);
  border: 1px solid linear-gradient(90.71deg, #F15A29 -22.88%, #000000 52%, #F15A29 127.8%);
  padding: 50px;
  border-radius: 8px;
}
.custom-footer .cta-box h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
.custom-footer .cta-box .btn-demo {
  background: #ff5a1f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.custom-footer .cta-box .btn-demo:hover {
  background: #e14a12;
}

.white-line-right {
  border-right: 1px solid #8E9088;
}

.foter-logo {
  padding: 50px 0 50px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foter-logo img {
  margin-bottom: 32px;
}
.foter-logo p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0 0 25px 0;
}
.foter-logo a {
  font-size: 14px;
  font-weight: 400;
  color: #F15A29;
  text-decoration: none;
}

.social-icon h3 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
}
.social-icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icon ul li {
  list-style: none;
  display: inline-block;
  padding: 6px 9px;
  border-radius: 0;
  margin-right: 15px;
  background-color: #F15A29;
}
.social-icon ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer-logo-two {
  padding: 50px 50px 20px 50px;
}

.footer-logo-inner h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px 0;
}
.footer-logo-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 28px;
}
.footer-logo-inner ul li {
  list-style: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.73);
}
.footer-logo-inner ul li a {
  color: rgba(255, 255, 255, 0.73);
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.footer-logo-inner ul li a:hover {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.footer-logo-inner ul li h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.align-box {
  display: flex;
  justify-content: space-between;
}

.min-wh-line {
  padding-top: 20px;
  border-top: 1px solid #8E9088;
}

.subscribe-box {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 18px 0 0 0;
}
.subscribe-box .form-control {
  border: 1px solid #A1A1A1;
  padding: 15px 12px;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  height: 53px;
}
.subscribe-box ::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.subscribe-box ::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.subscribe-box .btn {
  white-space: nowrap;
}

.copy-right {
  padding: 30px 0;
  background-color: #000;
  border-top: 1px solid #8E9088;
}
.copy-right p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.73);
  margin: 0;
}
.copy-right .footer-menu-btm {
  padding: 0;
  margin: 0;
}
.copy-right .footer-menu-btm ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.copy-right .footer-menu-btm ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
.copy-right .footer-menu-btm ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.73);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.copy-right .footer-menu-btm ul li a:hover {
  transition: 0.2s ease-in-out;
  color: #fff;
}

.platform-txt {
  padding-top: 20px;
}

@keyframes flip-cycle {
  0%, 30% {
    transform: rotateY(0deg);
  }
  50%, 80% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.flip-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.flip-card::after {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0 auto;
  content: "";
  background: url(../img/dot.png) center no-repeat;
  background-size: auto;
  width: 302px;
  height: 63px;
  background-repeat: no-repeat;
}
.flip-card::before {
  position: absolute;
  top: 30%;
  left: 13%;
  margin: 0 auto;
  content: "";
  background: url(../img/dot-2.png) top no-repeat;
  background-size: auto;
  width: 302px;
  height: 63px;
  background-repeat: no-repeat;
}
.flip-card .flip-card-row {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
}
.flip-card .blank-box {
  width: 185px;
  height: 185px;
  flex-shrink: 0;
}
.flip-card .flip-container {
  perspective: 1000px;
  width: 185px;
  height: 185px;
  flex-shrink: 0;
}

.flipper {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: flip-cycle 5s ease-in-out infinite;
}

.flipper.delay-1 {
  animation-delay: 0s;
}

.flipper.delay-2 {
  animation-delay: 0.25s;
}

.flipper.delay-3 {
  animation-delay: 0.5s;
}

.flipper.delay-4 {
  animation-delay: 0.75s;
}

.flipper.delay-5 {
  animation-delay: 1s;
}

.flipper.delay-6 {
  animation-delay: 1.25s;
}

.flipper.delay-7 {
  animation-delay: 1.5s;
}

.flip-face {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flip-face.back {
  transform: rotateY(180deg);
}

/* Replace these with your real image URLs */
.flip-face.img-1 {
  background-image: url(../img/br-img-1.jpg);
}

.flip-face.img-2 {
  background-image: url(../img/br-img-2.jpg);
}

.flip-face.img-3 {
  background-image: url(../img/br-img-3.jpg);
}

.flip-face.img-4 {
  background-image: url(../img/br-img-4.jpg);
}

.flip-face.img-5 {
  background-image: url(../img/br-img-5.jpg);
}

.flip-face.img-6 {
  background-image: url(../img/br-img-6.jpg);
}

.flip-face.img-7 {
  background-image: url(../img/br-img-7.jpg);
}/*# sourceMappingURL=style.css.map */