@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Tasees;
  src: url(../fonts/Tasees-Bold.ttf);
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(200, 200, 200, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(200, 200, 200, 0);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  background-color: #bb2025;
  color: #ffffff;
}

p {
  margin: 0;
}

button,
button:focus a,
a:focus {
  outline: none !important;
  box-shadow: unset !important;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

[dir=rtl] body {
  direction: rtl;
  text-align: right;
  font-family: "Tasees", sans-serif;
}

.footer .shopify .shopify-logo img, .footer .phone-icon img, .services .work-step .work-icon img, .work-process .work-step .work-icon img, .landing-menu .menu-list .list-item.last-item .shopify-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar {
  z-index: 0;
}
.navbar .flex-end {
  justify-content: end;
}
.navbar .navbar-brand {
  display: block !important;
  margin-right: 0;
  margin-inline-end: 1rem;
}
.navbar .navbar-brand .logo-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .navbar .navbar-brand .logo-container {
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
}
.navbar .navbar-brand .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .navbar-brand .logo-container.white-logo {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .navbar .navbar-brand .logo-container.white-logo {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
}

.main-banner {
  width: 100%;
  height: 100vh;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -226px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
}
.main-banner .g-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  position: absolute;
  top: 40px;
  left: 20px;
}
.main-banner .g-buttons .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}
.main-banner .g-buttons .main-button svg {
  height: 18px;
  transition: all 0.3s ease-in-out;
}
.main-banner .g-buttons .main-button.red {
  background-color: #bb2025;
  color: black;
}
.main-banner .g-buttons .main-button:hover svg {
  height: 22px;
}
.main-banner .banner-caption {
  margin-bottom: 35px;
}
.main-banner .banner-caption span {
  display: inline-block;
  width: fit-content;
  padding: 12px 15px;
  background-color: #bb2025;
  color: #000;
  border: 1px solid #efcc88;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-banner .banner-caption span.black {
  background-color: #000 !important;
  color: #ffffff;
}
@media (max-width: 767px) {
  .main-banner .banner-caption span {
    font-size: 24px;
  }
}

[dir=rtl] .g-buttons {
  right: 20px;
  left: unset;
}

.landing-menu {
  padding: 150px 0;
  background-image: url(../images/menu-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .landing-menu {
    padding-top: 50px;
  }
}
.landing-menu .menu-list {
  list-style: none;
  padding-inline: 0;
}
.landing-menu .menu-list .list-item {
  background-color: #000;
  color: #ffffff;
  position: relative;
  width: 70%;
  font-size: 26px;
  font-weight: 700;
  border: 0.5px solid rgba(239, 204, 136, 0.5607843137);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .landing-menu .menu-list .list-item {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .landing-menu .menu-list .list-item::after {
    content: "";
    position: absolute;
    right: -98px;
    top: -1px;
    border-right: solid 75px transparent;
    border-left: solid 75px transparent;
    border-top: solid 75px #c72324;
  }
}
.landing-menu .menu-list .list-item a {
  padding: 5px 80px 5px 50px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
.landing-menu .menu-list .list-item.last-item {
  padding: 5px 80px 5px 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.landing-menu .menu-list .list-item.last-item p {
  font-size: 14px;
  text-align: center;
}
.landing-menu .menu-list .list-item.last-item .shopify-logo {
  padding: 0;
  width: 100px;
}
@media (min-width: 1200px) {
  .landing-menu .menu-list .list-item:nth-child(1) {
    width: 18%;
  }
  .landing-menu .menu-list .list-item:nth-child(2) {
    width: 22%;
  }
  .landing-menu .menu-list .list-item:nth-child(3) {
    width: 27%;
  }
  .landing-menu .menu-list .list-item:nth-child(4) {
    width: 32%;
  }
  .landing-menu .menu-list .list-item:nth-child(5) {
    width: 37%;
  }
  .landing-menu .menu-list .list-item:nth-child(6) {
    width: 42%;
  }
  .landing-menu .menu-list .list-item.last-item {
    width: 47%;
  }
}

[dir=rtl] .landing-menu .menu-list .list-item a, [dir=rtl] .landing-menu .menu-list .list-item.last-item {
  padding: 5px 50px 5px 80px;
}
[dir=rtl] .landing-menu .menu-list .list-item::after {
  left: -98px;
  right: unset;
}

.about-us {
  padding: 100px 0 300px 0;
  background-image: url(../images/about.png);
  background-repeat: no-repeat;
  background-position: right 100px bottom;
  background-size: 40%;
}
@media (max-width: 992px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us .main-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .about-us .about-info {
    width: 70%;
  }
}
.about-us p {
  font-size: 20px;
  margin: 0;
  line-height: 32px;
  word-spacing: 5px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .about-us p {
    letter-spacing: 2px;
  }
}

[dir=rtl] .about-us {
  background-image: url(../images/about-rtl.png);
  background-position: left 100px bottom;
}

.services, .work-process {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .services, .work-process {
    padding: 50px 0;
  }
}
.services .styled-title, .work-process .styled-title {
  background-color: #000;
  color: #ffffff;
  position: relative;
  width: fit-content;
  padding: 10px 75px 10px 25px;
  font-size: 36px;
  font-weight: 700;
  border: 0.5px solid rgba(239, 204, 136, 0.5607843137);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services .styled-title, .work-process .styled-title {
    font-size: 20px;
  }
}
.services .styled-title::after, .work-process .styled-title::after {
  content: "";
  position: absolute;
  right: -75px;
  top: -1px;
  border-right: solid 75px transparent;
  border-left: solid 75px transparent;
  border-top: solid 75px #bb2025;
}
.services .service-info, .work-process .service-info {
  margin-bottom: 20px;
}
.services .service-info .service-icon, .work-process .service-info .service-icon {
  height: 40px;
  display: inline-block;
}
.services .service-info .service-icon img, .work-process .service-info .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services .service-info .service, .work-process .service-info .service {
  font-size: 16px;
}
.services .service-info .service .service-title, .work-process .service-info .service .service-title {
  font-weight: 700;
  text-transform: uppercase;
}
.services .service-info .service ul, .work-process .service-info .service ul {
  padding-inline-start: 8px;
  list-style: "_";
}
.services .work-step, .work-process .work-step {
  margin-bottom: 30px;
  text-align: center;
}
.services .work-step .work-icon, .work-process .work-step .work-icon {
  height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services .work-step .work-icon, .work-process .work-step .work-icon {
    height: 40px;
  }
}
.services .work-step .work-title, .work-process .work-step .work-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.work-process {
  background-image: url(../images/red-work.jpg);
  background-position: center;
  background-size: cover;
}
.work-process .styled-title::after {
  border-top: solid 75px #c3262d;
}

[dir=rtl] .services .styled-title, [dir=rtl] .work-process .styled-title {
  padding: 10px 25px 10px 75px;
}
[dir=rtl] .services .styled-title::after, [dir=rtl] .work-process .styled-title::after {
  left: -75px;
  right: unset;
}

.fees {
  padding: 100px 0;
  background-image: url(../images/package.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
.fees .fee-info {
  margin-bottom: 25px;
}
.fees .fee-info .fee-title {
  background-color: black;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}
.fees .fee-info .fee-list {
  font-size: 16px;
}
.fees .fee-info .fee-list ul {
  list-style: none;
  padding-inline: 15px;
  margin: 0;
}
.fees .fee-info .delivery-time {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  padding-inline: 15px;
  margin: 0;
}

.footer {
  padding: 200px 0;
  text-align: center;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: right -40px bottom -120px;
  background-size: 25%;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
    background-position: right -10px bottom -10px;
  }
}
.footer p {
  font-size: 20px;
  margin: 0 auto;
  font-weight: 900;
}
@media (max-width: 576px) {
  .footer p {
    font-size: 14px;
  }
}
.footer .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.footer .contact-info p.contact {
  font-size: 18px;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .footer .contact-info p.contact {
    font-size: 14px;
  }
}
.footer .phone-icon {
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.footer .shopify {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.footer .shopify .shopify-logo {
  width: 150px;
}
.footer .shopify p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

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