@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Cairo/Cairo/static/Cairo-ExtraBold.ttf);
}

@font-face {
  font-family: mythiredFont;
  src: url(../fonts/Cairo/Cairo/static/Cairo-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myFirstFont !important;
}

input::-moz-placeholder {
  font-family: mythiredFont !important;
}

p,
span,
a,
input,
input::placeholder {
  font-family: mythiredFont !important;
}

:root {
  --primary-color: #9747FF;
  --primary-light: #ffffff;
  --secondry-color: #34e6ff;
  --secondry-light: rgb(0, 0, 0);
  direction: rtl;
}

@keyframes example {
  0% {
    height: 0px;
  }

  100% {
    height: 70px;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1.6);
  }

  10% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

body,
html {
  direction: rtl;
  background-color: black !important;
  height: 100%;
  margin-top: 141px;
}

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0px;
}

header .navbar-collapse {
  flex-grow: unset !important;
}

header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #000000;
  transition: 0.5s;
  padding-top: 10px;
}

header .sidenav ul.dropdown-menu {
  position: absolute !important;
  width: 100%;
}

header .sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

header .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 36px;
}

header .navbar {
  background-color: black !important;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px !important;
}

header nav .img-brand {
  max-width: 320px;
  width: 100%;
  padding-top: 10px;
}

header nav a {
  font-size: 18px;
  font-weight: 700;
  font-size: 18px;
}

header nav .input-group .form-control {
  font-family: sans-serif, "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 18px;
}

header nav .navbar-collapse ul:first-child>li {
  padding: 5px 15px !important;
}

header nav .navbar-collapse ul:first-child .active>a {
  padding-bottom: 5px !important;
  display: block;
  border-bottom: 2px solid var(--primary-color);
  background: linear-gradient(90deg, var(--secondry-color) 3%, #FFA500 12%, #F14444 23%, #D53567 27%, #9A109A 47%, var(--primary-color) 53%, #D53567 72%, #F14444 77%, #FFA500 88%, #FFFF00 97%);
  transition: 256ms all;
  background-size: 200% 100%;
  -webkit-background-position: right center;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  display: inline-block;
}

header nav .navbar-collapse ul:first-child>li:not(.active):after {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  display: block;
  transform: scaleX(0);
  box-shadow: 0 4px 0 var(--primary-color);
  transform-origin: bottom left;
  transition: transform 0.5s ease-out;
}

header nav .navbar-collapse ul:first-child>li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

header nav .sidenav #mySidenav-itm ul li a {
  padding: 0px 0px 10px;
  margin: 4px 10px;
  display: block;
  border-bottom: 1px solid rgb(214, 214, 214);
}

header nav .sidenav #mySidenav-itm ul li li a {
  border: none;
  padding: 5px;
}

header nav .sidenav #mySidenav-itm ul li li a::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  font-weight: 600;
  width: auto;
  height: auto;
  padding: 10px;
}

header nav .sidenav li.active a {
  border-bottom: 4px solid var(--primary-color) !important;
  background: linear-gradient(90deg, var(--secondry-color) 3%, #FFA500 12%, #F14444 23%, #D53567 27%, #9A109A 47%, var(--primary-color) 53%, #D53567 72%, #eccb38 77%, #FFA500 88%, var(--secondry-color) 97%);
  transition: 256ms all;
  background-size: 200% 100%;
  -webkit-background-position: left center;
  background-position: left center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  display: inline-block;
}

header nav ul:first-child {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul:first-child>li {
  cursor: pointer;
  position: relative;
}

header nav ul:first-child li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 15px 5px;
}

header nav ul:first-child li a:hover {
  color: white;
}

header nav ul:first-child li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: white !important;
  font-size: 18px;
}

header nav ul:first-child li ul {
  display: none;
  position: absolute;
  background-color: black;
  border: 1px solid #ccc;
  z-index: 1;
  top: 96%;
  left: 0px;
  text-align: center;
}

header nav ul:first-child li ul li:hover {
  background-color: var(--primary-color);
}

header nav ul:first-child li:hover ul {
  display: block;
}

header.scrolled nav.navbar.navbar-expand-md {
  transition: all 5s ease-in-out;
  position: fixed !important;
  top: 0px;
  height: 80px;
  background-color: firebrick;
}

header.scrolled nav.navbar.navbar-expand-md li {
  padding: 16px 10px !important;
}

header.scrolled nav.navbar.navbar-expand-md img {
  width: 60px;
}

nav li.parent-list {
  display: flex;
}

.lang {
  background-color: #21eab6;
  height: 38px;
  align-items: center;
  display: flex !important;
  width: 54px;
  font-size: 16px;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  margin: 0px 15px !important;
}

.lang img {
  margin: 2px;
}

.service_btn {
  text-decoration: none;
  color: white !important;
  background-color: var(--primary-color);
  display: flex !important;
  justify-content: center;
  width: 118px !important;
  align-items: center;
  height: 38px;
  font-size: 18px;
  margin: 0px 15px !important;
}

.line {
  background: var(--primary-light);
  position: relative;
  height: 2px;
  width: 35px;
  display: block;
  margin: 8px;
  transition: background 0.3s;
  z-index: 999999999;
}

.second_line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  right: 30px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.first_line {
  top: 10px;
  transform: rotate(135deg);
}

.last_line {
  transform: rotate(-135deg);
}

button.scroltop {
  border-color: var(--primary-light);
  border-radius: 50%;
  background-color: var(--primary-color);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff !important;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  left: 30px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px var(--primary-color);
  transition: all 0.8s;
  display: none;
}

button.scroltop:after,
button.scroltop:after,
button.scroltop:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: inherit;
  transition: transform 0.2s, opacity 0.3s;
}

button.scroltop:hover:after {
  transform: scale(1.3);
  opacity: 0;
}

.slide.carousel {
  background-color: #000000;
  text-align: center;
}

.slide.carousel h2.headd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6vw;
  text-transform: uppercase;
  width: 100%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.slide.carousel .clip {
  max-height: 500px;
  height: 55vw;
  -webkit-clip-path: polygon(24% 0, 0 0, 30% 50%, 0 100%, 25% 100%, 49% 61%, 75% 100%, 100% 100%, 70% 50%, 100% 0, 75% 0, 49% 40%);
  clip-path: polygon(24% 0, 0 0, 30% 50%, 0 100%, 25% 100%, 49% 61%, 75% 100%, 100% 100%, 70% 50%, 100% 0, 75% 0, 49% 40%);
  transition: all 0.5s ease;
  overflow: hidden;
  background-size: contain;
  transition: all 0.5s ease-in-out;
}

.slide.carousel .clip h2 {
  color: white;
  -webkit-text-fill-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  transform: translate(-50%, -50%);
  font-size: 6vw;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  width: 100%;
}

.slide.carousel .clip:hover {
  background-size: 90%;
}

.slide.carousel h2 {
  animation: example;
  animation-duration: 1s;
  overflow: hidden;
  transition: all 0.5 ease-in-out;
}

.slide.carousel .content {
  position: relative;
  animation: zoom;
  animation-duration: 0.8s;
}

.slide.carousel .carousel-control-prev,
.slide.carousel .carousel-control-next {
  top: 95%;
  width: 120px !important;
  opacity: 1;
}

.slide.carousel .carousel-control-prev span,
.slide.carousel .carousel-control-next span {
  color: #34e6ff;
  border: 2px solid #34e6ff;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.slide.carousel .carousel-control-prev {
  justify-content: flex-end;
  right: auto;
  left: 55px;
}

.slide.carousel .carousel-control-next {
  justify-content: flex-start;
  left: auto;
  right: 55px;
}

.slide.carousel .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #34e6ff;
}

.slide.carousel .carousel-indicators .active {
  background-color: #34e6ff;
}

.features {
  background-size: 100% 100%;
}

.features .row>div {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}

.features .row>div div {
  height: 90%;
  padding: 20px 0px 0px;
  border-radius: 10px;
  margin: auto;
}

.features .row>div div img {
  width: 100px;
  height: 74px;
  display: block;
  margin: auto;
}

.features .row>div div p {
  margin: 0px;
  font-size: 2vw;
  font-weight: 700;
  color: white;
}

.features .row>div div h3,
.features .row>div div span {
  font-size: 4vw;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px !important;
}

.border-top {
  border-top: 1px solid white;
}

.border-bottom {
  border-bottom: 1px solid white;
}

.services {
  text-align: center;
}

.services .row .col-lg-3:nth-of-type(odd) h3,
.services .row .col-sm-5:nth-of-type(odd) h3 {
  border-bottom: 1px solid var(--primary-color);
}

.services .row .col-lg-3:nth-of-type(even),
.services .row .col-sm-5:nth-of-type(even) {
  margin-top: 50px;
}

.services .row .col-lg-3:nth-of-type(even) h3,
.services .row .col-sm-5:nth-of-type(even) h3 {
  border-bottom: 1px solid var(--secondry-color);
}

.services img {
  width: 100%;
  display: block;
  margin: auto;
  height: 400px;
}

.services h3 {
  margin-top: 30px;
  display: inline-block;
  color: white;
  font-size: 24px;
  padding-bottom: 10px;
}

footer {
  background-color: rgb(34, 34, 34);
}

footer .bg_img {
  background-image: url(../images/X22.png);
  background-size: 27% 100%;
  background-repeat: no-repeat;
  background-position: left;
}

footer .social a {
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 10px;
}

footer .social a i {
  color: var(--primary-color);
}

footer .sociall i {
  font-size: 24px;
  margin: 5px;
}

footer .form-control {
  border-color: black;
  border-radius: 0px !important;
}

footer input {
  border-radius: 0px;
}

footer input.btn {
  background-color: black;
  color: white;
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 0%;
  height: 70%;
  width: 90px;
  position: absolute !important;
  z-index: 999 !important;
}

footer .Copyright {
  border-top: 1px solid #ffffff;
  font-size: 18px;
}

footer .input-group {
  padding-top: 20px;
}

footer h5 {
  font-size: 20px;
  color: white;
}

footer a,
footer p {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 27px;
  text-align: justify;
  color: white;
  line-height: 1.8;
}

footer .links ul {
  display: inline-block;
  width: auto;
  margin-left: 30%;
}

footer .links ul li {
  text-align: left;
}

footer a {
  text-decoration: none;
  display: block;
  padding-top: 20px;
}

footer input:focus {
  box-shadow: none !important;
  outline-width: 0;
  z-index: 9 !important;
}

.all {
  font-size: 20px;
  background-color: var(--primary-color);
  text-decoration: none;
  color: white;
  height: 56px;
  width: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plogs {
  color: white;
}

.plogs nav.pagin {
  padding: 10px 0px;
}

.plogs nav.pagin .pagination {
  justify-content: center;
  align-items: center;
}

.plogs nav.pagin .page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: transparent;
}

.plogs nav.pagin .page-link {
  color: #ffffff;
  border: none;
}

.plogs nav.pagin .page-item.active .page-link {
  padding: 4px 8px;
}

.plogs nav.pagin .page-item .b-dark {
  background-color: var(--primary-color);
}

.plogs nav.pagin .page-item:not(.no_border):not(.active) {
  border-radius: 5px;
  margin: 5px;
}

.plogs nav.pagin .page-link:not(.b-dark) {
  background-color: transparent !important;
}

.plogs nav.pagin span.page-link.paused {
  background: var(--primary-color) !important;
}

.plogs .owl-dots {
  margin-top: 20px;
}

.plogs .owl-dots button span {
  width: 15px;
  display: block;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #34e6ff;
}

.plogs .owl-dots .active span {
  background-color: #34e6ff !important;
}

.plogs h2.other_blogs {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  background-color: var(--primary-color);
  width: 170px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

.plogs .owl1 {
  direction: ltr;
}

.plogs .owl1 .owl-nav {
  display: none;
}

.plogs .owl-theme .owl-dots .owl-dot span {
  background-color: #f3dfa7;
}

.plogs .item {
  margin: auto;
}

.plogs .item a:nth-of-type(odd) {
  background-color: #222222;
  display: block;
  margin-bottom: 20px;
}

.plogs .item img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.plogs .item .img {
  position: relative;
}

.plogs .item .img i {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px !important;
  color: white !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.plogs .item .img:hover i {
  opacity: 1;
}

.plogs .item .img:hover img {
  filter: brightness(60%);
}

.plogs .item p.px-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  line-clamp: 4;
}

.plogs .item .border-t {
  border-top: 1px solid rgb(216, 216, 216);
  padding-top: 15px;
}

.plogs .item .border-t i {
  color: white;
}

.plogs .item .border-t p {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
}

.plogs .item .anchor_btn {
  width: 144px;
  border: 1px solid var(--secondry-color);
  color: white;
  padding: 5px 0px;
  margin: auto;
  font-size: 18px;
  display: block;
  text-align: center;
}

.plogs .item a {
  text-decoration: none;
}

.plogs .item a h3 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0px;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  display: inline-block;
}

.plogs .item a p {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
}

.about_us {
  background-color: #000000;
  color: white;
}

.about_us ul {
  list-style-type: none;
  padding: 0px;
  font-size: 18px;
}

.about_us ul li {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.about_us ul li::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-top: 10px;
  background-image: url(../images/Ellipse.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.about_us p {
  text-align: justify;
  font-size: 18px;
}

h2.head {
  font-size: 3vw;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
}

h2.head::before {
  content: "";
  height: 36px;
  width: 5px;
  background-color: #21EAB6;
  display: inline-block;
}

.partners .owl-carousel {
  direction: ltr;
}

.partners img {
  width: 125px !important;
  margin: auto;
  position: relative;
  right: 55%;
  top: 0px;
}

/* Projects Section Hover Effect and Modal (Arabic) */
.projects .project-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.projects .project-card img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  border-radius: 0px !important;
}

.projects .project-card .img-container {
  position: relative;
}

.projects .project-card .img-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Adjust for centering */
  font-size: 50px !important;
  color: white !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.projects .project-card:hover .img-container i {
  opacity: 1;
}

.projects .project-card:hover img {
  filter: brightness(60%);
}

/* Modal Styles (Arabic) */
.project-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.project-modal-content {
  background: transparent;
  border: none;
  max-width: 98%;
  max-height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-modal-content img {
  max-width: 100%;
  max-height: 95vh;
}

.project-close-modal {
  position: absolute;
  top: 20px;
  left: 30px;
  /* Positioned on left for RTL */
  right: auto;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10001;
}

.partners .owl-dot {
  margin-top: 40px;
  margin-bottom: 10px;
}

.partners .owl-dot span {
  width: 16px !important;
  display: block;
  height: 16px !important;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #34e6ff;
}

.partners .owl-theme .owl-dots .owl-dot.active span {
  background-color: #34e6ff !important;
}

.partners .slide {
  background-image: url(../images/X2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  height: 200px;
}

.head .px-media {
  aspect-ratio: 5.5/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
}

.head .px-media nav {
  background-color: rgba(52, 231, 255, 0.2);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 20px;
}

.head .px-media nav a {
  margin: 20px 0px 30px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.head .px-media nav .breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.details img.head {
  max-height: 500px;
}

.details li {
  margin: 1px 0px;
}

.details p {
  margin-top: 0px;
}

.details h3 {
  margin: 30px 0px 20px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.details .border-t i {
  font-size: 18px;
  color: white;
}

.details .border-t p {
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.details .border-t~p,
.details ul {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 10px;
}

.details p {
  line-height: 1.8;
}

.details h3 {
  font-size: 18px;
}

.details ul {
  list-style-type: disclosure-closed;
}

.details ul li {
  margin-top: 10px;
}

.contact .contact_info {
  text-align: end;
}

.contact .contact_info p i {
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: white;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.contact .contact_info p {
  margin: 0px 0px 10px 0px;
}

.contact .contact_info p a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.contact .contact_info .social a.btn {
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 3px;
  color: white;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.contact .contact_info .social a.btn i {
  font-size: 16px;
}

.contact .contact_info .social a:hover {
  background-color: var(--primary-light);
  color: var(--primary-color);
}

.contact form {
  border-radius: 10px;
  padding: 20px 0px;
}

.contact form .form-control {
  border-radius: 0px;
}

.contact form input,
.contact form select {
  border-radius: 0px;
  margin: 10px 0px;
}

.contact form [type=submit] {
  background-color: var(--primary-color);
  border: 0px;
  color: white;
  width: 172px;
  text-align: center;
  height: 54px;
  font-size: 18px;
}

.contact form input,
.contact form input:focus,
.contact form textarea,
.contact form textarea:focus,
.contact form select {
  background-color: #21EAB6;
}

.contact form input::-moz-placeholder,
.contact form textarea::-moz-placeholder {
  color: rgb(0, 0, 0) !important;
  font-size: 18px;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
  color: rgb(0, 0, 0) !important;
  font-size: 18px;
}

.eror div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.eror div h2 {
  font-size: 2.5vw;
  color: var(--secondry-color);
  font-weight: 700;
  text-align: center;
}

.eror div .ops,
.eror div .thanks {
  color: #21EAB6;
}

.eror div a {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 24px;
}

.float_whats {
  background-color: #24cc63;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-decoration: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  padding-top: 0px;
}

@media only screen and (max-width: 991px) {
  .services .col-sm-5:nth-of-type(odd) {
    margin-top: 50px;
  }

  .head .px-media {
    aspect-ratio: 3.3/1 !important;
  }

  .head .px-media h1 {
    font-size: 28px !important;
  }

  .head .px-media p {
    font-size: 16px !important;
  }

  h2.head {
    font-size: 6vw;
  }

  .service_btn,
  .lang {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .features .row>div div p {
    font-size: 25px;
  }

  .features .row>div div h3 {
    font-size: 35px;
  }

  .eror h2 {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 1250px) {
  header nav ul:first-child li a {
    font-size: 15px;
  }

  footer .bg_img {
    background-size: 25% 30%;
  }

  footer a,
  footer p {
    font-size: 16px;
  }
}

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