@font-face {
  font-family: "pop-med";
  src: url("../fonts/Poppins-Medium.otf");
}

@font-face {
  font-family: "pop-reg";
  src: url("../fonts/Poppins-Regular.otf");
}

@font-face {
  font-family: "pop-semi";
  src: url("../fonts/Poppins-SemiBold.otf");
}

@font-face {
  font-family: "aenoik-bold";
  src: url("../fonts/Aeonik-Bold.ttf");
}

@font-face {
  font-family: "aenoik-medium";
  src: url("../fonts/Aeonik-Medium.ttf");
}

@font-face {
  font-family: "aenoik-regular";
  src: url("../fonts/Aeonik-Regular.ttf");
}

@font-face {
  font-family: "inter-regular";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "inter-medium";
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "inter-semibold";
  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: "inter-bold";
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "inter-extrabold";
  src: url("../fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: "cairo-regular";
  src: url("../fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: "cairo-medium";
  src: url("../fonts/Cairo-Medium.ttf");
}

@font-face {
  font-family: "cairo-bold";
  src: url("../fonts/Cairo-Bold.ttf");
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "inter-regular";
  scroll-behavior: smooth;
  background-color: #f6f6f6;
}

*,
div:before,
div:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a,
img,
label,
input,
button {
  display: inline-block;
}

a:hover,
a {
  text-decoration: none;
}

.padding-wrapper {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.header {
  padding: 15px 0;
  transition: 0.25s all;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.header.scrolled {
  background: #fff;
  box-shadow: 0 30px 40px 0 #d4d9e833;
}

.logo img {
  height: 100px;
  object-fit: contain;
  transition: 0.25s all;
}

.scrolled .logo img {
  height: 54px;
  object-fit: contain;
}

.header-right {
  column-gap: 32px;
}

.header-right a {
  color: #000;
  font-size: 14px;
  font-family: "pop-med";
  transition: 0.25s all;
}

.header-right a:hover {
  color: #8438d8;
}

.order-now {
  padding: 10px 20px;
  border: 0;
  background: #8438d8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.order-now:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25%;
  width: 0%;
  background: #76b1ee;
  transform: skew(50deg);
  transition-duration: 0.6s;
}

.ar .order-now:before {
  right: -25%;
  left: unset;
  transform: skew(-50deg);
}

.order-now:hover:before {
  width: 180%;
}

.order-now span,
.order-now:hover span {
  color: #fff;
  font-family: "pop-med";
  position: relative;
  font-size: 14px;
  z-index: 9;
}

.section-1 {
  padding: 31px 0 0;
}

.section1-left {
  position: relative;
}

.section-1 h1 {
  font-size: 62px;
  font-family: "aenoik-bold";
  color: #181614;
  line-height: 58px;
}

.section-1 h1 span {
  color: #8533d7;
}

.section-1 p {
  font-size: 16px;
  color: #181614;
  font-family: "inter-regular";
  padding: 30px 0 25px;
  width: 562px;
}

.section-1 h4 {
  font-size: 20px;
  color: #181614;
  font-family: "aenoik-medium";
  padding-bottom: 17px;
}

.section-1 button {
  width: 48%;
}

.gif-img {
  width: 390px;
  height: 210px;
  position: absolute;
  right: 0;
  object-fit: contain;
  bottom: 80px;
}

.section-2 {
  padding-top: 200px;
}

.section-2 h2 {
  font-size: 55px;
  color: #843bd9;
  line-height: 57px;
  font-family: "aenoik-bold";
}

.section-2 p {
  font-size: 20px;
  color: #181614;
  padding-top: 24px;
  padding-right: 25px;
}

.section-2 img {
  height: 403px;
  object-fit: cover;
  border-radius: 20px;
}

.section-3 {
  padding: 64px 0 87px;
}

.section3-1 {
  background: #fff;
  padding: 32px 68px 62px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.section3-1 img {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  object-fit: cover;
}

.section3-1 h4 {
  font-size: 24px;
  font-family: "aenoik-bold";
  color: #373737;
  padding: 42px 0 12px;
}

.section3-1 p {
  font-size: 16px;
  color: #5a565d;
  font-family: "aenoik-regular";
}

.section-4 {
  padding: 128px 0;
  background: url("../../assets/images/sec4-background.png") right top 50px no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-4 h2 {
  font-size: 50px;
  color: #181614;
  font-family: "aenoik-bold";
}

.section4-right {
  text-align: right;
}

.section4-right img {
  width: 298px;
  height: 447px;
  object-fit: contain;
}

.section-4 p {
  padding: 12px 0 32px;
  font-size: 18px;
  color: #30323b;
  width: 74%;
}

.section-4 button {
  padding: 17px 40px;
}

.section-5 {
  padding: 77px 0 100px;
  text-align: center;
}

.section-5 h2 {
  font-size: 48px;
  color: #18191f;
  font-family: "aenoik-bold";
  padding-bottom: 48px;
}

.section-5 img {
  width: 105px !important;
  height: 105px;
  object-fit: cover;
  border-radius: 50%;
}

.section-6 {
  padding: 118px 0 83px;
}

.section6-left h6 {
  font-size: 32px;
  font-family: "inter-medium";
  color: #8438d8;
}

.section6-left h2 {
  font-size: 48px;
  color: #181614;
  font-family: "aenoik-bold";
  line-height: 54px;
  padding: 13px 0 37px;
}

.section6-left p {
  font-size: 18px;
  color: #30323b;
}

.section6-right {
  row-gap: 21px;
}

.vision-mision {
  background: #f6f6f6;
  padding: 32px;
  border-radius: 20px;
}

.vision-mision h4 {
  column-gap: 12px;
  font-size: 30px;
  font-family: "inter-bold";
  padding-bottom: 16px;
}

.vision-mision h4 img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.vision-mision p {
  font-size: 16px;
  color: #30323b;
}

.section-7 {
  padding-bottom: 100px;
}

.section-7 h2 {
  font-size: 48px;
  font-family: "aenoik-bold";
  color: #18191f;
  padding-bottom: 42px;
}

.section-7 h4 {
  font-size: 24px;
  font-family: "aenoik-bold";
  color: #30323b;
  padding: 19px 0 13px;
}

.section-7 img {
  width: 64px;
  height: 61px;
  object-fit: contain;
}

.section-7 p {
  font-size: 18px;
  font-family: "aenoik-regular";
  color: #30323b;
}

.section-8 {
  padding: 64px 15px 82px;
}

.section8-head h2 {
  font-size: 48px;
  font-family: "inter-extrabold";
  color: #18191f;
}

.section8-head p {
  font-size: 18px;
  color: #18191f;
  padding: 15px 0 40px;
}

.testimonial {
  box-shadow: 0 30px 40px 0 #d4d9e833;
  background: #fff;
  padding: 40px 40px 29px;
  border-radius: 10px;
  position: relative;
  min-height: 190px;
  text-align: center;
}

.testimonial:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid #fff;
}

.testimonial h4 {
  font-size: 24px;
  color: #18191f;
  font-family: "inter-semibold";
  padding-bottom: 8px;
}

.testimonial p {
  font-size: 14px;
  color: #18191f;
}

.dp-img {
  padding-top: 29px;
}

.dp-img img {
  width: 56px !important;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.dp-img h5 {
  font-size: 18px;
  color: #18191f;
  font-family: "inter-bold";
  padding: 8px 0;
}

.dp-img p {
  font-size: 14px;
  color: #474a57;
}

#slider-2.owl-carousel .owl-dots {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

#slider-2.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8533d7;
  margin: 0;
}

#slider-2.owl-theme .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #8533d7;
}

.footer {
  padding: 0 70px;
}

.footer-top {
  padding: 54px 15px 94px;
}

.footer-logo img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  display: block;
  margin-bottom: 45px;
}

.footer-top .order-now {
  padding: 17px 40px;
  display: block;
}

.footer-center {
  row-gap: 24px;
}

.footer-center a {
  color: #5a5a5a;
  font-family: "aenoik-regular";
  font-size: 16px;
  width: max-content;
  max-width: 100%;
  transition: 0.25s all;
}

.footer-right h4 {
  font-size: 37px;
  font-family: "aenoik-regular";
  color: #211f1f;
  padding-bottom: 38px;
}

.link-sec {
  row-gap: 31px;
}

.link-sec a {
  font-size: 16px;
  color: #5a5a5a;
  font-family: "aenoik-regular";
  column-gap: 16px;
  transition: 0.25s all;
}

.link-sec a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.link-sec a:hover,
.footer-center a:hover {
  color: #000;
}

.footer-bottom {
  border-top: 1px solid #cbcbcb;
  padding: 45px 0 70px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: #6c6a6e;
}

.menu-icon,
.close-icon {
  display: none;
}

.order-catalog {
  column-gap: 20px;
  position: relative;
  z-index: 9;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}

.ar {
  text-align: right;
  direction: rtl;
}

.ar .gif-img {
  left: 0;
  right: unset;
  transform: scaleX(-1);
}

.ar .section-4 {
  background-position: left top 50px;
}

.ar .section-1 h1 {
  line-height: 1.2;
}

.ar .order-now span,
.ar .order-now:hover span,
.ar .section-1 h4,
.ar .section6-left h6,
.ar .header-right a {
  font-family: "cairo-medium";
}

.language {
  font-family: "cairo-bold" !important;
}

.ar .language {
  font-family: "pop-reg" !important;
}

.ar .section-2 h2,
.ar .section3-1 h4,
.ar .section-4 h2,
.ar .section-5 h2,
.ar .section6-left h2,
.ar .vision-mision h4,
.ar .section-7 h2,
.ar .section-7 h4,
.ar .section-1 h1 {
  font-family: "cairo-bold";
}

.ar .section-2 p,
.ar .section-4 p,
.ar .section3-1 p,
.ar .section6-left p,
.ar .vision-mision p,
.ar .section-7 p,
.ar .footer-center a,
.ar .footer-right h4,
.ar .link-sec a,
.ar .footer-bottom p,
.ar .section-1 p {
  font-family: "cairo-regular";
}