:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #df1119;
  --theme2: #f55b1f;
  --header: #121315;
  --text: #666;
  --border: #d4dced;
  --border-2: #d4dced;
  --bg: #1e2023;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);

  /* font family */

  --main-font-family: "Poppins", sans-serif;
}

body[dir="rtl"] {
  --main-font-family: "Noto Kufi Arabic", sans-serif;
}

body {
  font-family: var(--main-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  overflow-x: hidden;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
body[dir="rtl"] .section-title i {
  transform: rotateY(180deg);
}
body[dir="rtl"] .fa-arrow-left-long,
body[dir="rtl"] .fa-arrow-right-long,
body[dir="rtl"] .fa-arrow-left,
body[dir="rtl"] .fa-arrow-right {
  transform: rotateY(180deg);
}
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(----main-font-family);
  color: var(--theme);
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-title h6 i {
  margin-inline: 10px;
}

body,
ul {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  outline: none;
}

input,
input:focus {
  color: var(--white);
}

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 800;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

h4,
h5 {
  font-weight: 700;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p,
span {
  margin: 0;
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(----main-font-family);
  margin: 0;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.theme-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 50px;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.theme-btn:before {
  top: 0;
  inset-inline-start: 0;
}
.theme-btn:after,
.theme-btn:before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn:after {
  bottom: 0;
  inset-inline-end: 0;
}
.theme-btn i {
  margin-inline-start: 10px;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover:after,
.theme-btn:hover:before {
  width: 100%;
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.link-btn {
  display: inline-block;
  color: var(--text);
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
body[dir="rtl"] .link-btn i {
  transform: rotateY(180deg) rotateZ(-40deg);
}
.link-btn:hover {
  color: var(--theme);
}
.link-btn:hover i {
  margin-left: 10px;
  transform: rotate(0);
}
body[dir="rtl"] .link-btn:hover i {
  transform: rotateY(180deg) rotateZ(-0);
}

.array-button .array-next,
.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(30px);
  }
}

.rotate-y {
  transform: rotateY(180deg);
}

.partners-slider > .swiper-wrapper {
  transition-timing-function: linear;
}
