/*** After edit

[dir="ltr"] & {
}

[dir="rtl"] & {
}

***/
@font-face {
  font-family: 'Amiri';
  src: url("../fonts/AmiriRegular.woff2") format("woff2"), url("../fonts/AmiriRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Amiri';
  src: url("../fonts/AmiriBold.woff2") format("woff2"), url("../fonts/AmiriBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html[lang="ar"] {
  font-size: 18px;
}

html[lang="ar"] .navbar-brand {
  font-family: 'Amiri';
}

html[lang="ar"] * {
  font-family: 'Amiri';
  letter-spacing: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

[dir="rtl"] {
  text-align: right;
  direction: rtl;
  font-family: 'Amiri', serif;
}

[dir="ltr"] {
  text-align: left;
  direction: ltr;
}

.btn-primary {
  background-color: #f4623a;
  border-color: #f4623a;
}

.btn-primary:hover {
  background-color: #d6370c;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  border: 1px solid #f4623a;
  outline: none;
  background-color: #edeeef;
  color: #f4623a;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: .5;
  display: none;
  font-weight: bold;
  -webkit-transition: all 2.4s ease-in-out;
  transition: all 2.4s ease-in-out;
}

.scroll-top:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.7);
}

[dir="ltr"] .scroll-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 5px;
  right: 5px;
}

@media (min-width: 600px) {
  [dir="ltr"] .scroll-top {
    right: 20px;
  }
}

[dir="rtl"] .scroll-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 5px;
  left: 5px;
}

@media (min-width: 600px) {
  [dir="rtl"] .scroll-top {
    left: 20px;
  }
}

.loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

.loader-wrapper #overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1031;
  background: #4a4a4a;
}

.loader-wrapper .loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  color: #f4623a;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-size: 1.2rem;
  z-index: 1050;
}

.loader-wrapper .loader::before, .loader-wrapper .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #f4623a;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}

.loader-wrapper .loader::before {
  top: 0;
}

.loader-wrapper .loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

.navbar-light {
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width: 992px) {
  .navbar-light {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.navbar-light .navbar-brand {
  margin-right: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-brand:hover {
  color: #f4623a;
}

@media (min-width: 992px) {
  .navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-light .navbar-brand:hover {
    color: #fff;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

[dir="rtl"] .navbar-light .navbar-nav {
  text-align: right;
  padding-right: 12px;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #f4623a;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #f4623a !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #f4623a;
  outline: none;
}

.navbar-light .navbar-nav .nav-link.lang-box {
  color: #f4623a;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link.lang-box {
    border: 1px solid #f4623a;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 5px;
  }
  .navbar-light .navbar-nav .nav-link.lang-box:hover {
    background: #fff;
    color: #f4623a;
  }
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: .9rem;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
}

.navbar-light.navbar-scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-light.navbar-scrolled .navbar-brand {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light.navbar-scrolled .navbar-brand:hover {
  color: #f4623a;
}

.navbar-light.navbar-scrolled .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light.navbar-scrolled .navbar-nav .nav-link:hover {
  color: #f4623a;
}

.navbar-light.navbar-scrolled .navbar-nav .nav-link.lang-box {
  color: #f4623a;
}

@media (min-width: 992px) {
  .navbar-light.navbar-scrolled .navbar-nav .nav-link.lang-box {
    background: #f4623a;
    color: white;
  }
}

.navbar-light.navbar-scrolled .navbar-nav .nav-link.lang-box:hover {
  background: #fff;
  color: #f4623a;
  text-decoration: underline;
}

.spacer {
  min-height: 72px;
  width: 100%;
}

.intro {
  height: calc(100vh - 20px);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 77, 66, 0.8)), to(rgba(92, 77, 66, 0.8))), url("../assets/img/bg-masthead.jpg");
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
}

@media (min-width: 992px) {
  .intro {
    height: 100vh;
  }
}

.intro h1 {
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 359px) {
  .intro h1 {
    font-size: 2.3rem;
  }
}

.intro p {
  font-size: 1.15rem;
}

footer {
  background-color: #edeeef;
  font-weight: 400;
}

.about {
  background: #f4623a;
  padding: 8rem 0;
}

.about .divider {
  border-color: #fff;
}

.services {
  padding: 8rem 0;
}

.services i {
  color: #f4623a;
  font-size: 4rem;
}

.portofolio .portofolio-box {
  position: relative;
  display: block;
}

.portofolio .portofolio-caption {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(244, 98, 58, 0.9);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
  opacity: 0;
}

.portofolio .portofolio-caption:hover {
  cursor: pointer;
  opacity: 1;
}

.portofolio .portofolio-caption .project-category {
  font-size: 0.85rem;
  font-weight: 600;
}

.portofolio .portofolio-caption .project-name {
  font-size: 1.2rem;
}

.page-section {
  padding: 8rem 0;
}

.contact i {
  font-size: 3rem;
  color: #6c757d;
}

.contact a {
  color: #f4623a;
  text-transform: uppercase;
}

[dir="rtl"] .contact a {
  direction: ltr;
}

.my-carousel {
  margin-top: 8rem;
  color: #fff;
}

.my-carousel .car-prev,
.my-carousel .car-next {
  z-index: 999;
  width: 25px;
  height: 25px;
  padding: 25px;
  position: absolute;
  top: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

[dir="ltr"] .my-carousel .car-prev, [dir="ltr"]
.my-carousel .car-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[dir="rtl"] .my-carousel .car-prev, [dir="rtl"]
.my-carousel .car-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.my-carousel .car-prev:before,
.my-carousel .car-next:before {
  font-size: 25px;
}

.my-carousel .car-prev .bi-arrow-right-circle::before, .my-carousel .car-prev .bi-arrow-left-circle::before,
.my-carousel .car-next .bi-arrow-right-circle::before,
.my-carousel .car-next .bi-arrow-left-circle::before {
  padding: 13px;
}

[dir="ltr"] .my-carousel .car-next {
  right: 25px;
}

[dir="rtl"] .my-carousel .car-next {
  left: 25px;
}

.my-carousel .car-prev {
  /* right or rtl */
}

[dir="ltr"] .my-carousel .car-prev {
  left: 25px;
}

[dir="rtl"] .my-carousel .car-prev {
  right: 25px;
}

.my-carousel .my-carousel-item {
  position: relative;
}

.my-carousel .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(244, 98, 58, 0.9);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  opacity: 0;
}

.my-carousel .item-hover:hover {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */