@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "changa";
  src: url("../../fonts/Changa/Changa-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  text-align: right;
  font-family: "changa", sans-serif;
  overflow-x: hidden;
}

a.action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 40px;
  max-width: 240px;
  background: #fe6510;
  color: #fff;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  border-radius: 99px;
  text-decoration: none;
}
a.action i,
a.action svg {
  font-size: 18px;
}
a.action:hover {
  background-color: #dc560e;
}

.sec__title {
  text-align: center;
}

.secondry__sec__title {
  font-size: 18px;
  color: #fe6510;
}

.main__sec__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0 15px;
}
@media (max-width: 1200px) {
  .main__sec__title br {
    display: none;
  }
}
@media (max-width: 425px) {
  .main__sec__title {
    font-size: 30px;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99999999;
  transition: all 0.18s ease;
}
.navigation.scrolled__nav {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navigation.scrolled__nav .nav-link {
  color: #3a3a3a !important;
}
.navigation.scrolled__nav .navbar {
  padding: 8px 0;
}
.navigation.scrolled__nav .navbar-brand img.white-logo {
  display: none;
}
.navigation.scrolled__nav .navbar-brand img.main-logo {
  display: inline-block !important;
}
.navigation .navbar {
  background: transparent !important;
  padding: 15px 0;
  transition: all 0.2s ease;
}
.navigation .navbar .navbar-brand {
  margin: 0;
}
.navigation .navbar .navbar-brand img {
  width: 125px;
  height: auto;
}
@media (max-width: 425px) {
  .navigation .navbar .navbar-brand img {
    width: 120px;
  }
}
.navigation .navbar .navbar-brand img.main-logo {
  display: none;
}
.navigation .navbar .navbar__action {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar__action {
    display: none;
  }
}
@media (max-width: 991px) {
  .navigation .navbar .navbar-collapse {
    background-color: #fff;
    padding: 12px 25px;
  }
}
.navigation .navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 991px) {
  .navigation .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
}
.navigation .navbar .navbar-collapse .nav-link {
  color: #f5f5f5;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.15s ease;
}
.navigation .navbar .navbar-collapse .nav-link:hover {
  color: #fe6510 !important;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar-collapse .nav-link {
    color: #3a3a3a;
  }
}

header {
  position: relative;
  background: transparent;
  background-image: linear-gradient(120deg, #6846b7 0%, #fe6510 100%);
  color: #fff;
  padding: 220px 0 180px;
  display: flex;
  align-items: center;
}
header .header__wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  transform: rotate(180deg);
}
header .header__wave path {
  fill: #fff;
}
@media (max-width: 767px) {
  header {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
header .container {
  position: relative;
  z-index: 2;
}
header .info {
  text-align: center;
}
header .info .second__title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
header .info .second__title svg,
header .info .second__title i {
  color: #fe6510;
}
header .info .main__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 12px;
}
@media (max-width: 1199px) {
  header .info .main__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  header .info .main__title {
    font-size: 32px;
  }
}
@media (max-width: 399px) {
  header .info .main__title {
    font-size: 28px;
  }
}
header .info .desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  header .info .desc {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  header .info .desc {
    padding: 0 120px;
  }
}
header .info a.action {
  margin: 30px auto 0;
  background-color: #25d366;
  color: #fff;
  border-radius: 9999px;
  font-weight: 600;
}
header .info a.action:hover {
  background-color: #24c05d;
}
header .img {
  width: 100%;
  height: 100%;
}
header .img img {
  width: 100%;
  height: auto;
  /*
  @media (min-width: 767px) {
    scale: 1.3;
  }
  */
}

.line__banner img {
  width: 100%;
  height: auto;
}

.about__us {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about__us {
    padding: 30px 0 80px;
  }
}
@media (max-width: 991px) {
  .about__us .row > div:first-of-type {
    order: 2;
  }
}
.about__us .item h4 {
  font-size: 18px;
  color: #fe6510;
}
.about__us .item h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0 15px;
}
@media (max-width: 425px) {
  .about__us .item h2 {
    font-size: 36px;
  }
}
.about__us .item p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  line-height: 1.7;
  padding-right: 15px;
}
.about__us .item p i,
.about__us .item p svg {
  color: #fe6510;
  font-size: 22px;
}
.about__us .item hr {
  color: #bebebe;
}
.about__us .item a.action {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .about__us .item {
    margin-top: 30px;
  }
}
.about__us .img {
  width: 100%;
  height: 100%;
}
.about__us .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  z-index: -1;
}

.services {
  padding: 100px 0;
  background-color: #feefdc;
}
.services a.service__action {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fe6510;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 28px;
  transition: all 0.2s ease;
  margin-right: auto;
}
.services a.service__action:hover {
  background-color: #dc560e;
}
.services .info {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services .items__mt {
    margin-top: 30px;
  }
}
.services .services__container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services .services__container .service__item {
  width: 100%;
  padding: 30px 30px;
  border-radius: 12px;
  box-shadow: 13px 13px 51px 0px rgba(10, 51, 80, 0.16);
  background-color: #fff;
}
.services .services__container .service__item .row {
  justify-content: space-between;
  align-items: center;
}
.services .services__container .service__item .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .services .services__container .service__item .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }
}
.services .services__container .service__item .title .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #feefdc;
  color: #fe6510;
  font-size: 18px;
}
.services .services__container .service__item .title h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.services .services__container .service__item .title h3 span {
  text-wrap: nowrap;
}
.services .services__container .service__item .price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services .services__container .service__item .price i {
  font-size: 28px;
  color: #feefdc;
}
.services .services__container .service__item .price span {
  font-weight: 600;
  font-size: 18px;
}
.services .services__container .service__item .desc {
  margin-bottom: 8px;
}
.services .services__container .service__item img {
  width: 60px;
  height: 60px;
}
.services .services__container .service__item h5 {
  color: #3b3663;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
.services .services__container .service__item p {
  margin: 0;
  color: #606364;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.our__works {
  padding: 100px 0;
}
.our__works .sec__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .our__works h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .our__works .row > div:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.our__works .video__item {
  width: 100%;
  display: block;
  position: relative;
}
.our__works .video__item img {
  width: 100%;
}
.our__works .video__item .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1215686275);
}
.our__works .video__item .overlay i,
.our__works .video__item .overlay svg {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.4745098039);
}

.fancybox-container {
  z-index: 99999999999;
}

.steps {
  padding: 100px 0;
  background-color: #feefdc;
}
.steps .steps__items {
  margin-top: 30px;
}
.steps .steps__items .item {
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: start;
  gap: 15px;
  background-color: #fff;
}
.steps .steps__items .item:not(:last-of-type) {
  margin-bottom: 16px;
}
.steps .steps__items .item h5 {
  font-weight: 600;
  font-size: 19px;
}
.steps .steps__items .item p {
  margin: 0;
  font-size: 15px;
}
.steps .steps__items .item i,
.steps .steps__items .item svg {
  font-size: 32px;
  color: #fe6510;
}
.steps .img {
  width: 100%;
  height: 100%;
}
.steps .img img {
  width: 100%;
}

.our__clients {
  padding: 100px 0;
}
.our__clients .clients__slider {
  border-radius: 30px;
  margin-top: 30px;
}
.our__clients .clients__slider .item {
  padding: 8px;
  background-image: linear-gradient(120deg, #6846b7 0%, #fe6510 100%);
  display: block;
  width: 100%;
  height: 100%;
}
.our__clients .clients__slider .item img {
  width: 100%;
  height: 100%;
}
.our__clients .clients__slider .owl-nav {
  display: none;
}
.our__clients .clients__slider .owl-dots {
  margin-top: 30px;
  margin-bottom: 0;
}
.our__clients .clients__slider .testimonial__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
.our__clients .clients__slider .testimonial__item p {
  color: #606364;
  margin: 0;
  font-size: 15px;
}
.our__clients .clients__slider .testimonial__item .author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.our__clients .clients__slider .testimonial__item .author .img {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.our__clients .clients__slider .testimonial__item .author .data h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.our__clients .clients__slider .testimonial__item .author .data span {
  color: #8e8e8e;
  font-size: 13px;
  margin: 0;
}
.our__clients .clients__slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.our__clients .clients__slider .owl-carousel .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer {
  padding: 16px 0;
  border-top: 1px solid rgba(96, 99, 100, 0.0784313725);
  color: #fff;
  text-align: center;
}
footer p {
  margin: 0;
  color: rgba(0, 0, 0, 0.737254902);
  font-size: 14px;
  font-weight: 400;
}
footer p a {
  color: #fe6510;
  font-weight: 500;
  text-decoration: none;
}

.whatsapp__fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}
.whatsapp__fixed span {
  position: absolute;
  top: 50%;
  left: -90px;
  translate: 0 -50%;
  background-color: #fff;
  border-radius: 3px;
  color: #3a3a3a;
  font-size: 13px;
  padding: 2px 15px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp__fixed span::after {
  content: "";
  border: 11px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
}

/*# sourceMappingURL=index.css.map */
