@import "/css/bootstrap.min.css";
@import "/css/owl.carousel.min.css";
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  color: #414042;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

.p-16 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #000;
}

.flex {
  display: flex;
}

.flexAlign {
  display: flex;
  align-items: center;
}
.flexAlign li {
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .main-logo {
    width: 50%;
  }
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexEnd {
  display: flex;
  align-items: flex-end;
}

.justifyEnd {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.container_ {
  padding: 40px 100px;
}
@media (max-width: 768px) {
  .container_ {
    padding: 20px;
  }
}

header {
  background: #f2f2f2;
  position: relative;
}
header .content ul {
  gap: 10px;
  margin-inline-end: 20px;
}
header .content .dropbtn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
header .content .dropdown {
  display: inline-block;
  position: static;
  width: 100%;
}
header .content .dropdown .dropbtn {
  background-color: transparent;
}
header .content .dropdown .dropbtn.active img {
  transform: rotateX(180deg);
}
header .content .dropdown .dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 11;
  top: 90px;
  left: 0;
  padding: 20px 0px 40px;
}
header .content .dropdown .dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
header .content .dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
header .content .dropdown .dropdown-content h6 a {
  font-size: 14px;
}
header .content .open-sidbar {
  display: none;
  width: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border: none;
}
header .content .open-sidbar span {
  width: 100%;
  height: 4px;
  background-color: #414042 !important;
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease;
}
header .content .open-sidbar strong {
  width: 100%;
  height: 4px;
  background-color: #414042 !important;
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease;
}

header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background: linear-gradient(90deg, #fff200 0%, rgba(255, 255, 255, 0) 29.55%, rgba(255, 255, 255, 0) 98.67%);
  background-position: left center;
  z-index: 10;
}
header:lang(ar)::after {
  background: linear-gradient(270deg, #fff200 0%, rgba(255, 255, 255, 0) 29.55%, rgba(255, 255, 255, 0) 98.67%);
}
@media (max-width: 992px) {
  header .content ul,
  header .content .langSwitcher {
    display: none;
  }
  header .content .open-sidbar {
    display: flex;
  }
}

nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translateX(-150%);
  transition: 0.3s;
  background: #fff;
  padding: 20px;
}
nav.active {
  transform: none !important;
}
nav .head {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  nav .head .logo img {
    width: 50%;
  }
}
nav .head .close-sidebar {
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
nav ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
nav ul li a {
  font-size: 18px;
}

section {
  margin-bottom: 0px;
}
@media (max-width: 430px) {
  section {
    margin-bottom: 30px;
  }
  div.owl-nav > button > svg {
    width: 24px;
  }

  ul.social.flexCenter > li > a > img {
    height: 20px;
  }
}

footer {
  background: #414042;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 42px;
}
footer .content .logo {
  text-align: center;
}
footer .content .links {
  gap: 62px;
}
footer .content .links a {
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
footer .content .social {
  gap: 42px;
}
footer .content p {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 430px) {
  footer .content .links {
    flex-direction: unset;
    gap: 15px;
  }
}

.section_head {
  background: linear-gradient(90deg, #fff200 0%, rgba(255, 255, 255, 0) 29.55%, rgba(255, 255, 255, 0) 98.67%);
  background-position: left center;
  padding: 40px 100px;
  margin-bottom: 10px;
}
.section_head:lang(ar) {
  background: linear-gradient(270deg, #fff200 0%, rgba(255, 255, 255, 0) 29.55%, rgba(255, 255, 255, 0) 98.67%);
}
.section_head h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 430px) {
  .section_head {
    padding: 35px;
  }
  .section_head h2 {
    font-size: 20px;
  }
  .section_head img {
    max-width: 55%;
  }
}

.breadcrume {
  display: flex;
  padding: 50px 100px;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .breadcrume {
    padding: 40px;
  }
}

.owl-next:lang(ar),
.owl-prev:lang(ar) {
  transform: rotateY(180deg);
}
section.rel-b {
  margin-bottom: 40px;
}
section.rel-b .section_head h2 {
  font-size: 15px;
}

.container_ p {
  margin-bottom: 10px;
}

.clickable-a {
  color: #0d6efd;
  text-decoration: underline;
}
