@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap");
:target {
  scroll-margin-top: 100px;
}

.fancybox__container {
  z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background: #142530;
  height: 300px;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Baloo Bhaijaan 2", sans-serif;
}

html[lang=ar] {
  direction: rtl;
}

body {
  background-color: white;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  border: none;
  outline: none;
  background: none;
}

.row {
  margin: 0;
  padding: 0;
}

html[lang=en] .services_section .custom-card .card-footer .icon-bg {
  margin-left: -35px;
  margin-right: 0;
}
html[lang=en] main .works_section .house .content .thumbnails {
  margin-left: -60px;
}
html[lang=en] .screenshot_section .image-container .swiper-pagination {
  margin-left: -30px;
}

.preloader {
  background-color: #142530;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .preloaderImg {
  width: 100px;
  height: 100px;
  -webkit-mask-image: url("../images/logo.svg");
          mask-image: url("../images/logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .preloader .preloaderImg {
    width: 80px;
    height: 80px;
  }
}
.preloader .preloaderImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  z-index: 2;
  background-color: white;
  transform: translateY(100%);
  animation: slide-up 1.5s forwards;
}
@media screen and (max-width: 1024px) {
  .preloader .preloaderImg::after {
    width: 80px;
    height: 80px;
  }
}
.preloader .preloaderImg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) opacity(0.2);
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

header {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header {
    padding: 8px;
  }
}
header nav {
  padding: 16px 0 !important;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
header nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .logo img {
  height: 48px;
}
@media screen and (max-width: 768px) {
  header nav .logo img {
    height: 32px;
  }
}
header nav .nav_links {
  gap: 32px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .nav_links a {
  color: #142530;
  font-size: 1.2rem;
}
header nav .nav_links a.active {
  right: -16px;
  color: #E64441;
}
header nav .nav_links a:hover {
  color: #E64441;
}
@media screen and (max-width: 768px) {
  header nav .nav_links {
    position: absolute;
    top: -16px;
    bottom: -16px;
    right: calc(-50% - 16px);
    height: calc(100vh + 16px);
    flex-direction: column;
    background: white;
    width: 50%;
    padding: 48px 32px;
    align-items: start;
    justify-content: start;
  }
  header nav .nav_links a {
    color: #142530;
  }
  header nav .nav_links.active {
    right: -16px;
    color: #E64441;
  }
}
header nav .actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
header nav .actions button {
  color: #142530;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .actions .toggler {
  display: none;
  color: #E64441;
}
@media screen and (max-width: 768px) {
  header nav .actions .toggler {
    display: flex;
  }
}

main .hero_section {
  position: relative;
  padding: 50px 0;
  width: 100%;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
main .hero_section .hero_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
main .hero_section .hero_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
main .hero_section .hero_content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
  padding: 20px;
  max-width: 900px;
}
main .hero_section .hero_content h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
main .hero_section .hero_content p {
  font-size: 20px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}
main .hero_section .hero_content .btn-primary {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #E64441;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  z-index: 1;
  background-color: #E64441;
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  text-decoration: none;
}
main .hero_section .hero_content .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: all 0.5s ease-in-out;
}
main .hero_section .hero_content .btn-primary:hover::before {
  left: 100%;
}
main .hero_section .hero_content .btn-primary:hover {
  transform: scale(1.05);
}
main .about-us {
  padding: 50px 0;
  position: relative;
}
main .about-us .image-container {
  position: relative;
  display: flex;
  justify-content: center;
}
main .about-us .image-container .image-wrapper {
  position: relative;
  width: 330px;
  height: 360px;
}
main .about-us .image-container .image-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 3px solid #E64441;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
main .about-us .image-container .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  -webkit-clip-path: polygon(10% 0%, 100% 10%, 90% 100%, 0% 90%);
          clip-path: polygon(10% 0%, 100% 10%, 90% 100%, 0% 90%);
}
main .about-us .image-container .main-image:hover {
  transform: scale(1.05);
}
main .about-us .image-container .overlay-image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -20px;
  right: -30px;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(-10deg);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
main .about-us .image-container .overlay-image:hover {
  transform: rotate(0deg) scale(1.1);
  opacity: 0.9;
}
main .about-us .content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #E64441;
  margin-bottom: 15px;
}
main .about-us .content p {
  font-size: 18px;
  color: #142530;
  margin-bottom: 20px;
}
main .about-us .content .btn-primary {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #E64441;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  cursor: pointer;
  color: white;
  z-index: 1;
  background-color: #E64441;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
main .about-us .content .btn-primary:hover::before {
  left: 100%;
}
main .about-us .content .btn-primary:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  main .about-us .content {
    text-align: center;
  }
}
main .services_section {
  padding: 50px 0;
}
main .services_section .service_header h5 {
  font-size: 26px;
  color: #E64441;
  font-weight: bold;
}
main .services_section .service_header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #142530;
}
main .services_section .custom-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: start;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
main .services_section .custom-card h4 {
  font-size: 22px;
  font-weight: bold;
  color: #E64441;
}
main .services_section .custom-card p {
  font-size: 18px;
  color: #666;
  flex-grow: 1;
}
main .services_section .custom-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  right: 0;
  bottom: 0;
  -webkit-clip-path: circle(0% at 100% 100%);
          clip-path: circle(0% at 100% 100%);
  transition: -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
  z-index: -1;
}
main .services_section .custom-card:hover::after {
  -webkit-clip-path: circle(150% at 100% 100%);
          clip-path: circle(150% at 100% 100%);
}
main .services_section .custom-card:hover {
  z-index: 1;
}
@media (max-width: 992px) {
  main .services_section .custom-card {
    text-align: center;
    padding: 15px;
  }
  main .services_section .custom-card:hover h4 {
    color: #142530;
  }
  main .services_section .custom-card::after {
    background: rgba(228, 31, 31, 0.2);
  }
}
main .services_section .custom-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  main .services_section .custom-card .card-footer {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
main .services_section .custom-card .card-footer .icon-bg {
  width: 90px;
  height: 90px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -35px;
  margin-right: -35px;
}
@media (max-width: 992px) {
  main .services_section .custom-card .card-footer .icon-bg {
    width: 70px;
    height: 70px;
    margin: 0px;
  }
}
main .services_section .custom-card .card-footer .icon-bg i {
  font-size: 30px;
  color: #E64441;
}
main .services_section .custom-card .card-footer .download_app {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #142530;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
main .services_section .custom-card .card-footer .download_app:hover {
  color: #E64441;
}
main .services_section .custom-card .card-footer .download_app .circle-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(228, 31, 31, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s;
}
main .services_section .custom-card .card-footer .download_app .circle-arrow i {
  color: #666;
}
main .services_section .custom-card .card-footer .download_app .circle-arrow:hover {
  background: #E64441;
}
main .services_section .custom-card .card-footer .download_app .circle-arrow:hover i {
  color: white;
}
main .works_section {
  padding: 50px 0px;
}
main .works_section .house {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-radius: 20px;
}
main .works_section .house .image-container {
  flex: 1;
  min-width: 300px;
}
main .works_section .house .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 460px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
main .works_section .house .content {
  flex: 1;
  min-width: 300px;
  text-align: right;
}
main .works_section .house .content .category {
  color: #E64441;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
main .works_section .house .content h2 {
  font-size: 28px;
  color: #142530;
  margin-top: 10px;
}
main .works_section .house .content p {
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
  max-width: 650px;
}
main .works_section .house .content .stats {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
main .works_section .house .content .stats .stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  background: #f8f8f8;
  padding: 10px 15px;
  border-radius: 10px;
}
main .works_section .house .content .stats .stat-item h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
main .works_section .house .content .stats .stat-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
main .works_section .house .content .stats .stat-item .icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
main .works_section .house .content .stats .stat-item .icon i {
  font-size: 18px;
  color: #E64441;
}
main .works_section .house .content .thumbnails {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-right: -60px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
}
main .works_section .house .content .thumbnails img {
  width: 90px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}
main .works_section .house .content .thumbnails img:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  main .works_section .house {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 10px;
  }
  main .works_section .house .content {
    text-align: center;
  }
  main .works_section .house .content .stats {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  main .works_section .house .content .thumbnails {
    margin-right: 0px;
    gap: 10px;
    justify-content: center;
    padding: 0px;
  }
}
main .screenshot_section {
  padding: 50px 0;
  background-color: #f7f7f7;
}
main .screenshot_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1300px;
  margin: auto;
}
main .screenshot_section .content {
  max-width: 600px;
}
@media (max-width: 992px) {
  main .screenshot_section .content {
    text-align: center;
  }
}
main .screenshot_section .content .section-title {
  color: #E64441;
  font-weight: bold;
  font-size: 18px;
}
main .screenshot_section .content .section-heading {
  margin-top: 40px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #142530;
}
main .screenshot_section .content .section-heading::before {
  content: "✔";
  color: #E64441;
  margin: 0px 10px;
}
main .screenshot_section .content .section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0px 10px;
}
main .screenshot_section .content .features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
main .screenshot_section .content .features-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
main .screenshot_section .content .features-list li i {
  color: #E64441;
  margin-right: 10px;
}
main .screenshot_section .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 500px;
  margin: 20px auto;
  position: relative;
}
main .screenshot_section .image-container .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .screenshot_section .image-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  outline: 5px solid #E64441;
  opacity: 0.5;
  border-radius: 50%;
  transition: opacity 0.3s, transform 0.3s;
}
main .screenshot_section .image-container .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
  box-shadow: 0px 0px 5px 5px #142530;
}
main .screenshot_section .image-container .screenshot-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  margin-right: 45px;
}
main .screenshot_section .image-container .screenshot-carousel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/screenshot-frame.png") center center no-repeat;
  z-index: 1;
}
main .screenshot_section .image-container .screenshot-carousel img {
  width: 223px;
  height: 470px;
  position: relative;
  border-radius: 20px;
}
main .contact-section {
  padding: 50px 0;
  position: relative;
}
main .contact-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: url("../images/logo.svg") no-repeat center;
  background-size: contain;
  opacity: 0.02;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main .contact-section .contact-form .form-label {
  font-weight: bold;
  color: #142530;
}
main .contact-section .contact-form .form-control {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}
main .contact-section .contact-form .form-control:focus {
  border-color: #142530;
  box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
}
main .contact-section .contact-form button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #E64441;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  z-index: 1;
  background-color: #E64441;
}
main .contact-section .contact-form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: all 0.5s ease-in-out;
}
main .contact-section .contact-form button:hover::before {
  left: 100%;
}
main .contact-section .contact-info {
  max-width: 80%;
}
main .contact-section .contact-info h2 {
  font-size: 30px;
  font-weight: bold;
  color: #E64441;
}
main .contact-section .contact-info .contact-details {
  list-style: none;
  padding: 30px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
main .contact-section .contact-info .contact-details li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 1.1rem;
  padding: 8px 0;
}
main .contact-section .contact-info .contact-details li img {
  height: 35px;
  width: auto;
}
main .contact-section .contact-info .contact-details li div {
  display: flex;
  flex-direction: column;
}
main .contact-section .contact-info .contact-details li div strong {
  font-size: 1.2rem;
  color: #142530;
}
main .contact-section .contact-info .contact-details li div p {
  margin: 0;
  color: #666;
  font-size: 1rem;
}
@media (max-width: 768px) {
  main .contact-section .contact-info .contact-details {
    grid-template-columns: 1fr;
  }
}
main .contact-section .contact-info h5 {
  margin-top: 20px;
  color: #E64441;
}
main .contact-section .contact-info .social-icons {
  display: flex;
  gap: 15px;
  padding: 20px 0px;
}
main .contact-section .contact-info .social-icons li {
  list-style: none;
}
main .contact-section .contact-info .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #142530;
  background-color: transparent;
  color: #142530;
  font-size: 1.2rem;
  transition: 0.3s;
}
main .contact-section .contact-info .social-icons li a:hover {
  background-color: #142530;
  color: white;
}
main .features_section {
  padding: 50px 0;
  background-color: #f8f9fa;
}
main .features_section .title {
  color: #E64441;
  font-weight: bold;
  font-size: 26px;
}
main .features_section .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #142530;
  margin-bottom: 40px;
}
main .features_section .h-card .icon {
  font-size: 23px;
  color: #E64441;
}
main .features_section .h-card h5 {
  font-size: 22px;
  color: #142530;
}
main .features_section .h-card p {
  font-size: 18px;
  color: #666;
}

footer {
  padding: 50px 0 0 0;
  position: relative;
  background-color: #f7f7f7;
  margin-top: 40px;
}
footer .footer-content .logo img {
  height: 60px;
}
footer .footer-content .aboutFooter {
  margin-block: 20px;
  line-height: 1.7;
  color: #142530;
}
footer .footer-content ul {
  padding-right: 0;
  padding-top: 20px;
}
footer .footer-content ul li {
  list-style: none;
  padding-bottom: 15px;
  position: relative;
  transition: 300ms ease-in-out;
  color: #142530;
}
footer .footer-content ul li:hover {
  letter-spacing: 0.5px;
}
footer .footer-content ul li i {
  color: #E64441;
}
footer .footer-content h5 {
  font-size: 1.4rem;
  padding-bottom: 14px;
  position: relative;
  color: #142530;
}
footer .footer-content h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 40px;
  height: 2px;
  background-color: #E64441;
}
footer .footer-content.social-icons ul li a {
  color: #142530;
}
footer .footer-content.social-icons ul li a i {
  font-size: 1.1rem;
  padding-inline-end: 1px;
  color: #E64441;
}
footer .copyRight {
  border-top: 1px solid #142530;
  padding: 30px;
  text-align: center;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */