/* Regular */
@font-face {
  font-family: "Bukra";
  src: url("/assets/fonts/bukra/29ltbukraregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Bukra";
  src: url("/assets/fonts/bukra/29ltbukrabold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Bukra";
  src: url("/assets/fonts/bukra/29ltbukraregular.ttf") format("truetype"); /* You may want to use a different file if you have it */
  font-weight: normal;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: "Bukra";
  src: url("/assets/fonts/bukra/29ltbukrabolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

:root {
  --title-font: "Bukra", sans-serif;
  --body-font: "Bukra", sans-serif;
}

body {
  font-size: 14px;
}

h2,
.h2 {
  font-size: 32px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 33px;
    line-height: 1.3;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}

.hero-title {
  font-size: 60px;
}

@media (max-width: 1400px) {
  .hero-title {
    font-size: 68px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 48px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 38px;
    line-height: 1.24;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 30px;
  }
}

.sub-title {
  font-size: 14px;
}

.breadcumb-title {
  font-size: 35px;
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 30px;
  }
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 12px;
  }
}

.about-feature_title {
  font-size: 17px;
}
.checklist.style2 li {
  font-size: 16px;
}
.contact-feature_link {
  font-size: 15px;
}
.footer-contact_link {
  font-size: 15px;
}
.hero-2 .hero-shape1 {
  transform: skewX(45deg);
  left: 0;
}

.hero-2 .hero-shape2,
.hero-2 .hero-shape3 {
  transform: scaleX(-1);
  left: 0;
  right: unset;
}
.hero-2 .ripple-shape {
  right: -50px;
  left: unset;
}

.hero-2 .th-hero-bg:before {
  background: linear-gradient(to left, var(--theme-color), transparent);
}

.img-box2 {
  margin-right: 85px;
  margin-left: unset;
}

.checklist ul {
  padding-right: 0;
}
.checklist ul li {
  text-align: right;
}
.icon-masking {
  margin-left: 0.5rem;
}

#servicesContainer {
  flex-direction: row-reverse;
}

.header-layout1 .logo-bg {
  transform: scaleX(-1);
  right: 0;
}

.breadcumb-menu li:after {
  transform: scaleX(-1);
  display: inline-block;
  margin-left: unset;
  margin-right: 10px;
}
.widget_nav_menu a::before {
  left: 25px;
  right: unset;
  transform: scaleX(-1);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .img-box2 {
    margin-right: 0;
  }
}

.th-mobile-menu ul li a {
  text-align: right;
}
.th-mobile-menu ul li a:before {
  display: none;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-right: 18px;
}
.th-mobile-menu ul li a:after {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-left: 10px;
  display: inline-block;
  transform: scaleX(-1);
}

.text-xl-start {
  text-align: right !important;
}

.footer-layout1 .logo-bg {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--white-color);
  height: 101%;
  width: 33%;
  z-index: -1;
  -webkit-clip-path: polygon(
    100% 0,
    calc(100% - 60px) 50%,
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
  transform: scaleX(-1);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .logo-bg {
    width: 100%;
    height: 170px;
    -webkit-clip-path: polygon(
      100% 0,
      100% 100%,
      50% calc(100% - 40px),
      0 100%,
      0 0
    );
    clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }

  .footer-layout1 .logo-bg:before {
    width: 100%;
    height: calc(100% - 10px);
    -webkit-clip-path: polygon(
      100% 0,
      100% 100%,
      50% calc(100% - 40px),
      0 100%,
      0 0
    );
    clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }

  .footer-layout1 .footer-logo {
    padding: 40px 15px 60px 15px;
    text-align: center;
  }

  .footer-contact-wrap {
    padding: 40px 0 30px 0;
  }
}

.page-title {
  font-size: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .page-title {
    font-size: 32px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .page-title {
    font-size: 28px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .page-title {
    font-size: 22px;
  }
}
