@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap");
@font-face {
  font-family: cera-light;
  src: url("https://jomla.ly/wp-content/themes/YAYA/fonts/CeraBasic-Regular.woff");
}
@font-face {
  font-family: cera-bold;
  src: url("https://jomla.ly/wp-content/themes/YAYA/fonts/CeraBasic-Bold.woff");
}

*::selection {
  color: #fff;
  background: #0288d1;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
html.lenis,
html.lenis body {
  height: auto;
  color: #201f1e;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
section {
  padding: 7vw 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 20px;
}

section.page-wrap {
  height: auto;
  min-height: 100vh;
}

.thumb-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.title-cont {
  height: 150px;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.title-cont svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title {
  position: absolute;
  top: 35%;
  left: 5%;
  font-size: 70px;
  opacity: 0;
  font-family: "cera-bold";
  color: #fff;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3);
}

.fp-watermark {
  display: none !important;
}
.ar {
  direction: rtl;
  text-align: right;
}

.arabic-style {
  direction: rtl;
  text-align: right;
}
#main {
  overflow-x: hidden;
}

.sec-text {
  flex: 1.5;
  flex-basis: 0;
}
.sec-text h1 {
  color: #0288d1;
}
.sec-img {
  flex: 1;
  flex-basis: 0;
  text-align: center;
}

.container {
  width: 100%;
}

p:not([class]),
li:not([class]) {
  font-size: 1rem;
  line-height: 25px;
  font-weight: 500;
  line-height: 35px;
  font-family: "cera-light";
}
h1 {
  font-size: 40px;
  margin-bottom: 50px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

h3 {
  font-weight: 500;
  margin: 20px 0;
}
li {
  list-style-position: inside;
}
ul.mega-links li {
  margin-bottom: 10px;
}
a.readmore-btn {
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 50px;
  background: transparent;
  font-weight: 300;
  border: 1px solid #0288d1;
  transition: color 0.4s ease-in-out;
  position: relative;
  transition: color 0.4s ease-in-out;
  overflow: hidden;
  display: inline-block;
  margin-top: 50px;
  color: #0288d1;
}
i.fa.fa-angle-right {
  vertical-align: middle;
  margin-left: 5px;
}
a {
  text-decoration: none;
}
a.readmore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0288d1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.ar a.readmore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0288d1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

a.readmore-btn:hover::before {
  transform: scaleX(1);
}

a.readmore-btn:hover {
  color: white;
}

.ar h1 {
  font-size: 41px;
}
.ar p,
.ar li,
.ar a {
  font-family: inherit !important;
  font-weight: 400 !important;
}

header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc94;
  padding-left: 10vw;
  padding-right: 10vw;
  background: #fff;
  z-index: 9999;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  z-index: 1000;
  background-color: #fff;
  position: relative;
  margin: auto;
}
/* nav menu */
.nav-content > ul {
  display: inline-flex;
  align-items: center;
  flex: 3;
}

.nav-content li {
  list-style: none;
  position: relative;
}

.nav-content li a {
  color: #0288d1;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 10px;
  transition: color 0.4s ease-in-out;
  display: inline;
}

.nav-content li a:hover {
  color: #ec8b23;
}

ul.drop-menu {
  position: absolute;
  background: #0288d1;
  padding: 10px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  transition: all 0.3s ease;
}

ul.drop-menu li a {
  width: 100%;
  display: block;
  color: #fff;
}
li.li-with-mega {
  position: inherit !important;
}

li.li-with-mega > a:after {
  content: "\25BC";
  margin-left: 3px;
  font-size: 10px;
  vertical-align: middle;
  transition: transform 0.3s;
  display: inline-block;
}
li.li-with-mega > a.arrow-toggle:after {
  transform: rotate(180deg);
}
.mega-box {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  line-height: 30px;
  color: #fff;
  z-index: 9999;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 50px;
}

.mega-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mega-box .content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.mega-box a {
  padding: 0px;
}
.column {
  text-align: center;
  flex: 1;
  box-sizing: border-box;
  padding: 10px;
}
.mega-box .mega-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ec8b23;
  width: 100%;
  border-bottom: 1px solid;
}
.mega-box .column:not(:last-child) {
  border-right: 1px solid #0000001c;
}

.ar .mega-box .content {
  flex-direction: row-reverse;
}
/* END nav menu */
svg#svg-lang {
  width: 30%;
}
.ar svg#svg-lang {
  width: 100%;
}
a.lang-btn {
  flex: 1;
  display: inline-block;
  text-align: right;
}

.ar a.lang-btn {
  text-align: left;
}
.lang_icon {
  transition: all 0.3s ease;
}
svg#svg-lang:hover .lang_icon {
  fill: #0288d1;
}
.header-icons {
  display: flex;
  align-items: center;
  justify-content: right;
}
.nav-control a {
  text-decoration: none;
  color: #01539a;
  padding: 0px 10px;
}
.nav-content {
  display: flex;
  justify-content: space-evenly;
  gap: 2vw;
}
.header-btns {
  justify-content: right;
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
a.header-btn {
  text-decoration: none;
  color: #ec8b23;
  padding: 10px;
  border-radius: 20px;
  background: transparent;
  font-weight: 300;
  border: 1px solid #ec8b23;
  transition: color 0.4s ease-in-out;
  position: relative;
  transition: color 0.4s ease-in-out;
  overflow: hidden;
}
a.header-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec8b23;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}
.ar a.header-btn::before {
  transform-origin: right;
}
a.header-btn:hover::before {
  transform: scaleX(1);
}

a.header-btn:hover {
  color: white;
}

.fa-bars {
  color: #0288d1;
  font-size: 25px;
  cursor: pointer;
}
#logo-front {
  width: 70%;
}
.header-social {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  flex: 1;
  justify-content: right;
}

.ar .header-social {
  justify-content: left;
}
.header-social i,
.fa-globe,
.header-search i {
  color: #ec8b23;
  font-size: 20px;
  transition: all 0.5s;
}

.header-social a i:hover {
  color: #0288d1;
}

svg {
  width: 100%;
  overflow: visible;
}

.ms-logo {
  opacity: 0;
}
#svg-arraw {
  width: 0%;
}
#svg-text-blue {
  overflow: hidden;
  visibility: hidden;
}
/*---- blocks front  ----*/

.home-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  z-index: -1;
}
.home-left span {
  font-weight: 300;
  color: #ec8b23;
  font-size: 16px;
  font-style: italic;
}
.home-left h1 {
  margin-bottom: 20px;
  color: #0288d1;
  font-size: 45px;
}

.home-left p {
  font-size: 18px;
  font-weight: 300;
  color: #797775;
}
#svg-arrow-down {
  width: 32px;
  margin-top: 50px;
  position: absolute;
  bottom: 70px;
  left: 0;
  animation: bounce 2s infinite;
}
svg#svg-arrow-down .st0 {
  fill: #ec8b23;
}
.ar #svg-arrow-down {
  right: 0;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.home-section a {
  line-height: 45px;
  font-size: 21px;
  color: #ffd100;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  padding: 5px 24px;
  border: 1px solid #ffd100;
  width: fit-content;
}

.home-section a:after {
  content: "»";
  position: absolute;
  color: #ffd100;
  opacity: 0;
  right: -20px;
  transition: 0.5s;
}

.home-section a:hover {
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 700;
}

.home-section a:hover:after {
  opacity: 1;
  right: 10px;
}
.home-right {
  display: flex;
  flex-wrap: wrap;
}
.block {
  width: 49%;
  height: 30vh;
  padding: 20px;
  margin: 2px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block p {
  color: #fff;
  font-weight: 300;
}
.block h2 {
  font-size: 2.3rem;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 100;
}
.block a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 12px;
  padding: 10px 24px;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: color 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.block a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}
.ar .block a::before {
  transform-origin: right;
}
.block a:hover::before {
  transform: scaleX(1);
}

.block a:hover {
  color: #ec8b23;
}
.block-2 {
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(https://jomla.ly/wp-content/themes/YAYA/img/web.jpeg);
  background-size: cover;
  background-position: center;
}
.block-3 {
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(https://jomla.ly/wp-content/themes/YAYA/img/ms365.jpeg);
  background-size: cover;
  background-position: center;
}
.block-4 {
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(https://jomla.ly/wp-content/themes/YAYA/img/datacenter.jpg);
  background-size: cover;
  background-position: center;
}
.block-1 {
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(https://jomla.ly/wp-content/themes/YAYA/img/powerplatform.jpg);
  background-size: cover;
  background-position: center;
}

svg#svg-powerplatform {
  width: 80%;
}

.fa-bars,
i.fas.fa-times {
  display: none;
}
i.fas.fa-times {
  color: #ec8b23;
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 25px;
  font-size: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* -- Front Hardware  --*/

.s-hardware {
  flex-direction: column;
  gap: 100px;
  justify-content: space-evenly;
}

.hardware-text {
  width: 100%;
  position: relative;
}

.line {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #ec8b23;
  transform: translate(-50%, -50%);
}

.s-hardware h2 {
  font-size: 70px;
  color: #0288d1;
  width: 100%;
  text-align: center;
}

.hardware-imgs {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}

.hardware-img-item {
  width: 25%;
}

.hardware-img-item img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.5s;
}

.hardware-img-item img:hover {
  filter: grayscale(0);
}
footer {
  width: 100vw;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
.footer-container {
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  background: #0288d1;
}
.footer-content {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
}

.ar .footer-col span {
  direction: ltr;
  text-align: left;
  display: inline-block;
}
.footer-social {
  text-align: center;
  margin-top: 15px;
}
.footer-social i {
  color: #fff;
  font-size: 40px;
  padding: 5px;
  transition: all 0.5s;
}
.footer-social i:hover {
  color: #ffffff7a;
}
footer h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
footer a,
footer p {
  color: #fff;
  transition: all 0.5;
}

footer a:hover {
  text-decoration: underline;
}
footer li {
  list-style: none;
  transition: all 0.5s;
}

.footer-copy {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  left: 0;
  padding: 5px;
}
.footer-copy p {
  font-size: 15px;
}

/* Slider */

.work {
  display: flex;
  overflow: hidden;
  padding: 0vw 7vw;
}
.work__left {
  width: 45%;
  z-index: 2;
  position: relative;
}
.work__text {
  margin: auto;
  width: 80%;
}

.work__info {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work_span {
  display: block;
  font-size: 17px;
  color: #ec8b23;
  line-height: 0.9;
  text-align: left;
  font-weight: 300;
  font-family: "cera-light";
}

p.work__desc {
  font-family: "cera-light";
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 17px;
}
.work__info li {
  font-family: "cera-light";
  padding-left: 25px;
}
.work__title {
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
  color: #0288d1;
  font-family: "cera-light";
}

.work__right {
  width: 55%;
  height: auto;
}

.work__right-bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 10vh;
}

.ar .work__title,
.ar .work_span {
  text-align: right;
  font-family: inherit !important;
}
.work__photo {
  width: 100%;
  height: 60%;
  position: relative;
}

.work__photo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.work__photo-item img {
  width: 100%;
  object-fit: contain;
  display: block;
}
/*End Slider */

/*  code section */

.s-code {
  background: #ec8b23;
  width: 100%;
}

.code-text-item {
  color: #fff;
  margin-bottom: 50px;
}
.code-text-item h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
}

.code-text-item p {
  font-size: 17px;
  font-family: "cera-light";
  line-height: 30px;
}

.code-text-item span {
  font-size: 17px;
  font-family: "cera-light";
}

.code-logos {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
img.code-logo-img {
  width: 25%;
  transition: all 0.5s;
}
img.code-logo-img:hover {
  opacity: 0.5 !important;
}
.code-text {
  flex: 1;
}
.code-logos {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  justify-content: center;
}

/* end code section */

/* consultation */
.ar section.s-consult {
  direction: ltr;
  gap: 70px;
}
.consult-text {
  flex: 1;
}

.consult-text h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #0288d1;
}
.consult-text p {
  font-size: 17px;
  font-family: "cera-light";
  line-height: 30px;
}
.consult-img {
  flex: 1;
}

.animated-line {
  animation: dash 2s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -10;
  }
}

/* Web porfolio */

.s-web {
  width: 300%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}
.s-web-ar {
  width: 300%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  direction: rtl;
}

.web-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.web-item-ar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 50px;
}
.web-img img {
  width: 100%;
}
.web-text {
  flex: 1;
}
.web-img {
  flex: 2;
}

.web-text h2 {
  font-size: 50px;
  margin-bottom: 30px;
  color: #0288d1;
  text-transform: uppercase;
}
.ar .web-text h2 {
  font-size: 38px;
}
.web-text span {
  color: #ec8b23;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.web-item p {
  line-height: 30px;
}
a.web-link {
  color: #0288d1;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s;
  border: 1px solid #0288d1;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 30px;
}

a.web-link:hover {
  background-color: #0288d1;
  color: white;
}

/*End Web portfolio */

/* 
** Contact Form 7 Styles 
*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  color: #1f252b;
  width: 98%;
  padding: 12px 16px;
  border-radius: 0;
  border: 1px solid #ccc;
}

.ar .wpcf7-form input,
.ar .wpcf7-form textarea {
  text-align: right;
  direction: rtl;
  font-family: inherit;
}

.wpcf7-form p {
  margin: 0 0 28px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: 1px solid #0288d1;
  outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  background: #5471de;
  color: #fff;
  padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 0;
  background: #f9443b;
  color: #fff;
  padding: 18px;
}

span.wpcf7-not-valid-tip {
  color: #f9443b;
}

/* 
** Button Styles 
*/

.wpcf7-form .contact-btn {
  background-color: #ec8b23;
  border: 0;
  color: #fff;
  border-radius: 1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: auto;
  padding: 20px 42px;
  letter-spacing: 2px;
  font-size: 14px;
}

.wpcf7-form .contact-btn:hover {
  cursor: pointer;
  box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
  border: 0;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-col {
  flex: 1;
}
.map-col {
  flex: 1;
}
/* Responsive Design */

@media screen and (min-width: 1920px) {
  /* CSS rules for large desktops and high-resolution displays */
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  /* CSS rules for standard laptops / desktops */
}

/* Styles for desktops and laptops */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  /* CSS rules for small laptops / large tablets */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 950px) and (max-width: 1024px) {
  section {
    padding: 20px 10px;
  }
  header {
    padding: 10px;
  }
  .nav-content {
    flex: 5;
  }
  .nav-content > ul {
    flex: 1;
  }
  .ar .nav-content > ul {
    flex: 2;
  }
  .ar .header-social {
    flex: 0.5;
  }
  .header-logo {
    flex: 1;
  }
  .header-icons {
    gap: 20px;
    flex: 1.1;
  }
  svg#svg-lang {
    width: 70%;
  }
  .ar svg#svg-lang {
    width: 40%;
  }
  section.s-consult {
    height: auto;
  }
  .s-hardware {
    gap: 60px;
    align-items: center;
    height: auto;
    min-height: 50vh;
  }
  .web-img img {
    width: 100%;
  }
  footer {
    height: 45vh;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 920px) {
  section {
    flex-direction: column;
    height: auto;
  }
  .fa-bars,
  i.fas.fa-times {
    display: block;
  }
  .nav-content {
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    background: #fff;
    position: fixed;
    top: 120px;
    right: -100%;
    z-index: 999;
    transition: all 0.5s ease;
    padding: 50px 10px;
    text-align: center;
  }
  .nav-content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-content li {
    margin: 4px 10px;
    width: 100%;
    border-bottom: 1px solid #00000045;
  }
  .nav-content li a {
    display: inline-block;
    padding: 5px 20px;
    width: 100%;
  }
  label.close-nav {
    border-bottom: 1px solid #ec8b23;
    width: 100%;
    display: inline-block;
  }
  .mega-box {
    width: 100%;
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    border-radius: 0%;
    box-shadow: none;
    display: none;
  }
  .mega-box .content {
    flex-direction: column;
    background: #fff;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .column {
    margin-bottom: 15px;
    width: 100%;
    border-top: 1px solid #0000002e;
  }
  .header-social {
    justify-content: center;
    margin: 15px 0;
  }
  .s-home {
    margin-top: 120px;
  }
  .home-left h1 {
    font-size: 25px;
  }
  #svg-arrow-down {
    display: none;
  }
  .block {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 991px) {
  .ar .header-wrapper {
    flex-direction: row-reverse;
  }
  .ar svg#svg-lang {
    width: 40%;
  }
  .title-cont svg g path {
    display: none;
  }
  .nav-content {
    height: auto;
    min-height: 100vh;
  }
  section {
    padding: 15px;
  }
  .title-cont {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .header-icons {
    flex-direction: column;
    gap: 15px;
  }
  .mega-box .column:not(:last-child) {
    border-right: 0px;
    border-top: 0px;
  }
  a.header-btn {
    flex: 1.1;
  }
  a.lang-btn {
    text-align: center;
  }
  .sec-text h1 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .work__left {
    display: none;
  }

  .work__right {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .work__right-bl {
    height: auto;
    top: 0;
  }
  .work__photo-item {
    position: inherit;
    margin-bottom: 40px;
    height: auto;
    border-radius: 10px;
  }

  .s-web,
  .s-web-ar {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .web-text {
    text-align: center;
  }
  .web-text h2 {
    font-size: 30px;
  }
  .web-text span {
    font-size: 16px;
  }
  .web-item,
  .web-item-ar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .web-img img {
    width: 100%;
  }

  .s-hardware {
    gap: 35px;
  }
  .hardware-imgs {
    gap: 15px;
  }
  .s-hardware h2 {
    font-size: 45px;
  }
  .s-code {
    margin-top: 50px;
  }
  .code-text-item h2 {
    font-size: 35px;
  }
  .footer-content {
    flex-direction: column;
    height: auto;
    gap: 35px;
  }
  footer {
    height: auto;
  }
  .footer-col.footer-img {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .header-wrapper {
    flex-direction: row-reverse;
  }
  .ar svg#svg-lang {
    width: 40%;
  }
  .title-cont svg g path {
    display: none;
  }
  .nav-content {
    height: auto;
    min-height: 100vh;
  }
  section {
    padding: 15px;
  }
  .title-cont {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .header-icons {
    flex-direction: column;
    gap: 15px;
  }
  .mega-box .column:not(:last-child) {
    border-right: 0px;
    border-top: 0px;
  }
  .header-social {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .header-social i {
    font-size: 20px;
    padding: 10px;
  }
  a.header-btn {
    flex: 1.1;
  }
  a.lang-btn {
    text-align: center;
  }
  .sec-text h1 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .work__left {
    display: none;
  }

  .work__right {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .work__right-bl {
    height: auto;
    top: 0;
  }
  .work__photo-item {
    position: inherit;
    margin-bottom: 40px;
    height: auto;
    border-radius: 10px;
  }

  .s-web,
  .s-web-ar {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .web-text {
    text-align: center;
  }
  .web-text h2 {
    font-size: 30px;
  }
  .web-text span {
    font-size: 16px;
  }
  .web-item,
  .web-item-ar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .web-img img {
    width: 100%;
  }

  .s-hardware {
    gap: 35px;
  }
  .hardware-imgs {
    gap: 15px;
  }
  .s-hardware h2 {
    font-size: 45px;
  }
  .s-code {
    margin-top: 50px;
  }
  .code-text-item h2 {
    font-size: 35px;
  }
  .footer-content {
    flex-direction: column;
    height: auto;
    gap: 35px;
  }
  footer {
    height: auto;
  }
  .footer-col.footer-img {
    text-align: center;
  }

  .contact-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
}
