/* ---------------------------------------------------------fonts*/
@font-face {
  font-family: Tajawal-Black;
  src: url("./font2/Tajawal-Black.ttf");
}

@font-face {
  font-family: Tajawal-Bold;
  src: url("./font2/Tajawal-Bold.ttf");
}

@font-face {
  font-family: Tajawal-ExtraBold;
  src: url("./font2/Tajawal-ExtraBold.ttf");
}

@font-face {
  font-family: Tajawal-ExtraLight;
  src: url("./font2/Tajawal-ExtraLight.ttf");
}

@font-face {
  font-family: Tajawal-Light;
  src: url("./font2/Tajawal-Light.ttf");
}

@font-face {
  font-family: Tajawal-Medium;
  src: url("./font2/Tajawal-Medium.ttf");
}

@font-face {
  font-family: Tajawal-Regular;
  src: url("./font2/Tajawal-Regular.ttf");
}

/* ---------------------------------------------------------fonts*/
/* ---------------------------------------------------------root */
:root {
  /* colors */
  --clr-white: 0, 0%, 100%;
  --clr-black: 0, 0%, 100%;
  --clr-main: 348, 100%, 46%;
  --clr-red: 355, 74%, 46%;
  --clr-dbluo: 238, 38%, 28%;
  --clr-yellow: 38, 96%, 68%;

  /* fonts */
  --ff-Black: Tajawal-Black;
  --ff-Bold: Tajawal-Bold;
  --ff-ExtraBold: Tajawal-ExtraBold;
  --ff-ExtraLight: Tajawal-ExtraLight;
  --ff-Light: Tajawal-Light;
  --ff-Medium: Tajawal-Medium;
  --ff-Regular: Tajawal-Regular;

  /* vars */
  --fs-16: 20px;
  --fs-20: 25px;
  --fs-30: 35px;
  --fs-40: 40px;
  --fs-50: 50px;
  --fs-60: 60px;
  --fs-95: 55px;
  --filter-red: invert(26%) sepia(68%) saturate(3246%) hue-rotate(340deg) brightness(79%) contrast(104%);
  --fliter-white: invert(100%) sepia(11%) saturate(6642%) hue-rotate(264deg) brightness(130%) contrast(107%);
  --filter-yellow: invert(74%) sepia(31%) saturate(740%) hue-rotate(350deg) brightness(104%) contrast(98%);
}

/* ---------------------------------------------------------root */
/* -------------------------------------cange color of highlight */
::-moz-selection {
  background-color: #7772b0;
  color: #fff;
}

::selection {
  background-color: #7772b0;
  color: #fff;
}

.login {
  padding: 0.25em 1em;
  border-radius: 15px;
  color: hsl(var(--clr-red)) !important;
  background: hsl(var(--clr-white));
  margin-right: 20px;
}

.login:hover {
  color: #fff !important;
  background: #eb002f !important;
}

/* -------------------------------------cange color of highlight */
/*--------- remove animqations from thosr who've turned them off */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*--------- remove animqations from thosr who've turned them off */
/* ---------------------------------------------------box sizing */
*,
*::before,
*::after {
  transition: all 0.4s cubic-bezier(0.43, 1.1, 0.62, 1.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; */
}

/* ---------------------------------------------------box sizing */
/* ----------------------------------------------body-html style */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  -webkit-overflow-scrolling: touch;
}

html:focus-within {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
  html:focus-within {
    scroll-behavior: auto;
  }
}

html,
body {
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  min-height: 100vh;
  font-size: var(--fs-16);
  font-family: var(--ff-Medium);
  color: #fff;
  background: hsl(var(--clr-main));
  background-size: cover;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body::-webkit-scrollbar {
  width: 0;
}

body.links {
  overflow-y: scroll;
}

/* ---------------------------------------Set core body defaults */
/* ------------------------------------------------gniral styling*/
a {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms linear;
}

a:active,
a:hover {
  outline: 0;
}

img,
svg,
image,
video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font: inherit;
}

select:focus,
input:focus,
button:focus {
  outline: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: transparent;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

p {
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ------------------------------------------------gniral styling*/
/*------------------------------------------- screen reader only */
.sr--only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  transition: 1s ease-in-out;
  transition-delay: 0.5s;
}

.loding-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.loader-svg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  animation: loder 4s linear;
  transform: translateY(0em);
}

@keyframes loder {
  0% {
    transform: translateY(20em);
  }

  50% {
    transform: translateY(-20em);
  }

  100% {
    transform: translateY(0em);
  }
}

.loader-svg .logo-icon-loding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.button-more {
  font-family: var(--ff-Bold);
  background: hsl(var(--clr-white));
  color: hsl(var(--clr-main));
  padding: 0.65em 1em .5em;
  border-radius: 15px;
}

.button-more:hover {
  background: hsl(var(--clr-yellow));
  color: hsl(var(--clr-white));
}

/*------------------------------------------- screen reader only */
/* ------------------------------------------------------worning */
.warning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  background: hsl(var(--clr-main));
  z-index: 55;
}

.warning h1 {
  font-size: var(--fs-40);
  color: hsl(var(--clr-red));
  margin: 0 0 1rem 0;
  user-select: none;
  text-shadow: 0.25px 0.25px 0.5px #434343;
}

.warning p,
.message-err {
  margin: 0.5rem 0;
}

.warning img {
  width: 150px;
  height: 150px;
}

body.error .warning {
  opacity: 1;
  visibility: visible;
}

/* 
@media screen and (max-width: 1190px) {
  .warning {
    opacity: 1;
    visibility: visible;
  }
} */
/* ------------------------------------------------------worning */
/* -------------------------------------------------------header */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #1c1753;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 3em 1em;
  transition: all 1s ease-in-out;
  animation: header 1s linear;
  -webkit-box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
  -moz-box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
  box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
  z-index: 500;
}

@keyframes header {
  0% {
    transform: translateY(-10em);
  }

  100% {
    transform: translateY(0);
  }
}

.header .menu {
  display: none;
  opacity: 0;
  z-index: 105;
}

.header .menu svg {
  font-size: 1.5em;
  width: 30px;
  height: 30px;
  filter: var(--fliter-white);
}

.header .brand-logo:hover {
  animation: logo 0.5s linear;
}

@keyframes logo {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

.header .brand-logo img {
  max-width: 185px;
}

.somepar{
    padding:3em 0 0;
    font-size: 20px;
}

.header .link-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.header .link-list .phone-lang {
  display: none;
  opacity: 0;
  position: relative;
}

.header .link-list a {
  font-size: 1em;
  color: hsl(var(--clr-white), 0.75);
  padding-inline-start: 1em;
}

.header .link-list a.active {
  color: hsl(var(--clr-white));
}

.header .link-list a:hover,
.header .link-list a.active:hover {
  color: hsl(var(--clr-yellow));
}

.header .lang {
  position: relative;
  cursor: pointer;
}

.header .lang .lang-nav {
  opacity: 0;
  display: none;
  flex-direction: column;
  position: absolute;
  background: hsl(var(--clr-white), 0.55);
  padding: 0.7em 1em;
  top: 50px;
  left: 0px;
  border-radius: 5px;
}

.header .lang .lang-nav a {
  color: hsl(var(--clr-white), 0.6);
  position: relative;
}

.header .lang .lang-nav a.active,
.header .lang .lang-nav a:hover {
  color: hsl(var(--clr-white));
}

.header .lang .lang-nav a:hover {
  color: hsl(var(--clr-yellow));
}

.header .lang .lang-nav a.active::before,
.header .lang .lang-nav a:hover:before {
  content: ".";
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: 30px;
}

.header .link-list .phone-lang::before {
  content: ".";
  position: absolute;
  top: -17px;
  left: 5px;
  font-size: 30px;
}

.header .lang.show .lang-nav {
  display: flex;
  opacity: 1;
}

.header .lang img {
  max-width: 50px;
  transition: all 0.3s ease-in-out;
}

/* -------------------------------------------------------header */
/* ------------------------------------------------------content */
.content-container{
  width: 100%;
}

.section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5em 10em;
}

.section.phone-section {
  padding-top: 10em;
  min-height: 95vh;
  background-image: url('./BGMAP.png');
  background-repeat: no-repeat;
}

.section.map-section {
  gap: 2em;
  align-items: center;
  padding: 2em 10em;
}

.section.map-section .side:nth-child(1) {
  width: 40%;
}

.section.map-section .side:nth-child(2) {
  width: 60%;
}

.section:nth-child(even) {
  background: #1c1753;
}

.section .side {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.section .side:nth-child(1) {
  transform: translateX(50em);
}

.section .side:nth-child(2) {
  transform: translateX(-50em);
}

.section .side .img-content img:hover {
  animation: phone 0.5s linear;
}

.section.is-visible .side {
  opacity: 1;
  transform: translateX(0);
}

@keyframes phone {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.section .side .img-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline-end: 3.5em;
}

.section .side .img-content img {
  max-width: 550px;
}

.section .side .text-content .uper-text {
  color: hsl(var(--clr-yellow));
  font-family: var(--ff-Regular);
  font-size: var(--fs-30);
  line-height: .5em;
}

.section .side .text-content .intro-text {
  font-size: var(--fs-95);
  font-family: var(--ff-Bold);
}

.section .side .text-content .under-text {
  font-size: var(--fs-30);
  font-family: var(--ff-Bold);
}

.section .side .text-content .par-text {
  text-align: justify;
}

.section#download .side .text-content .intro-text {
  line-height: .9em;
}

.section#download .side .text-content .par-text {
  font-size: var(--fs-30);
  font-family: var(--ff-Light);
}

.section .side .text-content .user-box {
  display: flex;
  align-items: center;
  gap: .3em;
  padding-bottom: .5em;
}

.section .side .text-content .user-box .users-imges {
  display: flex;
  gap: 0.3em;
}

.section .side .text-content .user-box .users-imges img {
  max-width: 35px;
}

.section .side .text-content .user-box .text {
  font-family: var(--ff-Bold);
  padding-top: .25em;
  font-size: 15px;
}

.section .side .text-content .btn-container {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
}

.section .side .text-content .btn-container .one-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: var(--fs-20);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: hsl(var(--clr-white));
  color: hsl(var(--clr-main));
  padding: 0.5em 1em;
  border-radius: 15px;
}

.section .side .text-content .btn-container .one-btn:hover {
  background: hsl(var(--clr-yellow));
  color: hsl(var(--clr-white));
}

.section .side .text-content .btn-container .one-btn svg {
  width: 30px;
}

.section .side .car-content {
  position: relative !important;
}

.section .side .car-content .img {
  display: flex;
  position: absolute;
  top: -130px;
  left: -600px;
  width: 150%;
  height: 200%;
}

.section .side .car-content .img img {
  max-width: 100%;
  filter: drop-shadow(-20px 20px 5px #00000044);
}

.section .side .car-content .img .image:nth-child(1) img {
  animation: img1 8s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.section .side .car-content .img .image:nth-child(2) img {
  animation: img2 8s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: -700px;
}

@keyframes img1 {
  0% {
    left: 0px;
  }

  50% {
    left: -700px;
  }

  100% {
    left: 0px;
  }
}

@keyframes img2 {
  0% {
    left: -700px;
  }

  50% {
    left: 0px;
  }

  100% {
    left: -700px;
  }
}

.section .side .car-content .icon-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
}

.section .side .car-content .icon-list .li-icon {
  display: flex;
  align-items: center;
  gap: 1em;
}

.section .side .car-content .icon-list .li-icon .circle {
  background: hsl(var(--clr-white));
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 7px #000000b9;
}

.section .side .car-content .icon-list .li-icon:nth-child(2) .circle svg {
  max-width: 20px;
}

.section .side .car-content .icon-list .li-icon:hover .circle {
  background: hsl(var(--clr-yellow));
}

.section .side .car-content .icon-list .li-icon .the-text .big-title {
  font-size: var(--fs-20);
  font-family: var(--ff-Bold);
}

.section .side .car-content .icon-list .li-icon:hover .the-text .big-title {
  color: hsl(var(--clr-yellow));
}

.section .services .services-title {
  font-family: var(--ff-Bold);
  font-size: var(--fs-95);
  padding-bottom: 80px;
}

.section .services .services-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2em;
}

.section .services .services-list .services-num {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 150px;
  opacity: 0;
}

.section .services .services-list .services-num:nth-child(1) {
  transform: translateX(50em);
  transition-delay: 0;
}

.section .services .services-list .services-num:nth-child(2) {
  transform: translateX(-50em);
  transition-delay: 0.5s;
}

.section .services .services-list .services-num:nth-child(3) {
  transform: translateX(50em);
  transition-delay: 1s;
}

.section.is-visible .services .services-list .services-num {
  opacity: 1;
  transform: translateX(0);
}

.section .services .services-list .services-num:nth-child(2) {
  align-self: flex-end;
}

.section .services .services-list .services-num .num {
  font-size: 180px;
  color: #dfc8c9;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  transform: translateY(-60px);
  user-select: none;
}

.section .services .services-list .services-num:hover .num {
  font-size: 175px;
}

.section .services .services-list .services-num .num-title .big-title {
  font-family: var(--ff-Bold);
  font-size: var(--fs-50);
}

.section .side .map-text .upper-title {
  color: hsl(var(--clr-yellow));
  font-size: var(--fs-40);
}

.section .side .map-text .map-header {
  font-size: 95px;
  font-family: var(--ff-Bold);
  margin-bottom: .5em;
}

.section .side .map-text .button-more {
  font-family: var(--ff-Bold);
  background: hsl(var(--clr-white));
  color: hsl(var(--clr-main));
  padding: 0.65em 1em .5em;
  border-radius: 15px;
}

.section .side .map-text .button-more:hover {
  background: hsl(var(--clr-yellow));
  color: hsl(var(--clr-white));
}

.section .side .map-iframe iframe {
  width: 120%;
}

.section .side .map-iframe:hover {
  animation: map 0.4s linear;
}

@keyframes map {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

.section .contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section .contact .contact-title {
  font-size: var(--fs-50);
  font-family: var(--ff-Bold);
  padding-bottom: 0.25em;
}

.section .contact a {
  color: hsl(var(--clr-yellow));
  font-size: var(--fs-30);
  padding: 0.25em 1em;
  border-radius: 15px;
}

.section .contact a:hover {
  color: hsl(var(--clr-red));
  background: hsl(var(--clr-white));
}

.section .footer-contnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section .footer-contnt .footer {
  width: 100%;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.section .footer-contnt .footer .footer-part .footer-title {
  font-family: var(--ff-Bold);
  font-size: var(--fs-30);
  padding-bottom: .25em;
}

.section .footer-contnt .footer .footer-part a.footer-title {
  color: hsl(var(--clr-white));
  cursor: pointer;
}

.section .footer-contnt .footer .footer-part a.footer-title:hover {
  color: hsl(var(--clr-yellow));
}

.section .footer-contnt .footer .footer-part .footer-list .li {
  padding-bottom: 0.5em;
}

.section .footer-contnt .footer .footer-part .footer-list .li a {
  color: hsl(var(--clr-white));
}

.section .footer-contnt .footer .footer-part .footer-list .li a:hover {
  color: hsl(var(--clr-yellow));
}

.section .footer-contnt .footer .footer-part .contact-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .footer-contnt .footer .footer-part .contact-icons a {
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.section .footer-contnt .footer .footer-part .contact-icons a img {
  max-width: 30px;
  filter: var(--fliter-white);
}

.section .footer-contnt .footer .footer-part .contact-icons a:hover {
  background: hsl(var(--clr-white));
}

.section .footer-contnt .footer .footer-part .contact-icons a:hover img {
  filter: var(--filter-yellow);
}

.section .footer-contnt .link {
  padding-top: 3em;
}

.section .footer-contnt .link a {
  color: hsl(var(--clr-yellow));
}

.iraq {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5em 7em;
  position: relative;
}

.iraq .iraq-image {
  position: fixed;
  top: 50%;
  left: 10em;
  transform: translate(-50%, -50%);
}

.iraq .iraq-image img {
  max-width: 900px;
}

.iraq .iraq-image:hover {
  animation: car2 0.75s linear;
}

@keyframes car2 {
  0% {
    left: 10em;
  }

  50% {
    left: 12em;
  }

  100% {
    left: 10em;
  }
}

.iraq .list {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.iraq .list .li {
  background: #1c1753;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: hsl(var(--clr-white));
  font-size: var(--fs-20);
}

.iraq .list .li button {
  padding: 0.5em 1em;
  background: hsl(var(--clr-yellow));
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}

.iraq .list .li .phone-info {
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.iraq .list .li:hover {
  color: hsl(var(--clr-yellow));
}

.fqa-container {
  position: relative;
  width: 100%;
  padding: 10em 7em;
}

.fqa-container .intro-text {
  font-size: var(--fs-50);
  font-family: var(--ff-Bold);
  text-align: center;
}

.fqa-container .questions {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-top: 2em;
}

.fqa-container .questions .column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.fqa-container .questions .column .fqa {
  transition: all 1s ease-in-out;
  padding: 1em 1.5em 1em;
  border-radius: 10px;
  width: 50%;
  cursor: pointer;
  border: .25px solid hsl(var(--clr-yellow));
}

.fqa-container .questions .column .fqa.active {
  background: #1c1753;
  border: 2px solid #ccc;
}

.fqa-container .questions .column .fqa .question-text {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 1em;
  padding-bottom: 1em;
}

.fqa-container .questions .column .fqa .question-text .q-text {
  font-family: var(--ff-Bold);
  font-size: var(--fs-20);
}

.fqa-container .questions .column .fqa .question-text .arrow-btn img {
  width: 25px;
  filter: var(--filter-red);
}

.fqa-container .questions .column .fqa.active .answer-text {
  opacity: 1;
  height: auto;
}

.fqa-container .questions .column .fqa .answer-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  height: 0;
  transition: all .5s ease-in-out;
}

.fqa-container .questions .column .fqa .answer-text .a-text {
  padding-inline-end: .5em;
  border-radius: 10px;
}

.fqa-container .questions .column .fqa .answer-text .link a {
  color: hsl(var(--clr-yellow));
}

.links-content {
  position: relative;
  width: 100%;
  padding: 2em 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.links-content .logo-line {
  align-self: flex-start;
}

.links-content a.logo-img {
  margin-top: -4em;
}

.links-content a.logo-img img {
  max-width: 500px;
}

.links-content .links-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: -2em;
}

.links-content .links-btns .contact-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links-content .links-btns .contact-icons a {
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.links-content .links-btns .contact-icons a img {
  max-width: 30px;
  filter: var(--fliter-white);
}

.links-content .links-btns .contact-icons a:hover {
  background: hsl(var(--clr-white));
}

.links-content .links-btns .contact-icons a:hover img {
  filter: var(--filter-yellow);
}

.links-content .button-more {
  width: 50%;
  text-align: center;
}

/* ------------------------------------------------------content */
/* -------------------------------------------------------durar */
.durar-btn {
  font-size: 18px;
  font-weight: 700;
  background: hsl(var(--clr-yellow));
  color: hsl(var(--clr-main));
  padding: .85em 0.75em .6em;
  border-radius: 15px;
  position: fixed;
  bottom: 3em;
  left: 3em;
  cursor: pointer;
  box-shadow: 1px 1px 5px #000;
}

.durar-btn:hover {
  background: hsl(var(--clr-white));
  color: hsl(var(--clr-main));
}

.durar {
  position: fixed;
  width: 100vw;
  background: #00000084;
  z-index: -2;
  padding: 8em;
  height: 0;
  opacity: 0;
  transition: .5s all ease-in-out;
}

.durar.show {
  height: 100vh;
  opacity: 1;
  z-index: 1000;
}

.durar .card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: hsl(var(--clr-white));
  border-radius: 30px;
  border: 1px solid #8c8c8c;
  padding: 2em;
  box-shadow: 0px 0px 10px #787878;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.durar .card .xmark {
  position: absolute;
  top: 1em;
  left: 1em;
  max-width: 40px;
  height: 40px;
  filter: var(--filter-red);
  cursor: pointer;
}

.durar .card .card-title {
  color: hsl(var(--clr-main));
  font-family: var(--ff-Bold);
  font-size: 30px;
}

.durar .card .under-line {
  color: hsl(var(--clr-main));
  font-family: var(--ff-Bold);
  padding: 1em 0;
}

.durar .card .line {
  color: hsl(var(--clr-main));
  padding-bottom: 1em;
}

.durar .card .line .line-num {
  padding-inline-end: 1em;
  color: hsl(var(--clr-red));
  font-family: var(--ff-Bold);
}

.durar .card .button-more {
  background: hsl(var(--clr-main));
  color: hsl(var(--clr-white));
  align-self: flex-end;
  cursor: pointer;
}

/* -------------------------------------------------------durar */
@media (max-width: 1650px) {
  .section {
    padding: 5em 5em;
  }


  .iraq .iraq-image img {
    max-width: 700px;
  }
}

@media (max-width: 1450px) {
  :root {
    --fs-95: 45px;
  }

  .section .side .text-content .under-text {
    font-size: var(--fs-20);
    padding: .5em 0;
  }

  .fqa-container .questions .column .fqa {
    width: 100%;
    text-align: center;
  }

  .fqa-container .questions .column .fqa .question-text {
    justify-content: center;
  }
}

@media (max-width: 1300px) {
  :root {
    --fs-16: 16px;
    --fs-20: 20px;
    --fs-30: 30px;
    --fs-95: 35px;
  }

  .section {
    padding: 5em 5em;
  }

  .section.map-section {
    padding: 5em;
  }

  .section .side .car-content .img {
    top: -100px;
    left: -270px;
    width: 100%;
    height: 170%;
  }

  .header .link-list a {
    font-size: var(--fs-16);
  }

  .section .side .map-iframe iframe {
    width: 100%;
  }

  .section .services .services-list .services-num .num {
    font-size: 160px;
    transform: translateY(-50px);
  }

  .iraq {
    padding: 3em;
  }

  .iraq .iraq-image img {
    max-width: 700px;
  }

  .iraq .list {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  :root {
    --fs-20: 16px;
    --fs-30: 20px;
    --fs-40: 30px;
    --fs-50: 30px;
    --fs-60: 50px;
  }

  .section .services .services-list .services-num .num {
    font-size: 175px;
    padding-left: 0.05em;
  }

  .section .services .services-list .services-num:hover .num {
    font-size: 155px;
  }

  .section .side .car-content .img {
    left: -290px;
  }

  .section .services .services-list .services-num {
    height: unset;
  }

  .iraq .iraq-image img {
    max-width: 500px;
  }

  .iraq .list {
    width: 55%;
  }
}

@media (max-width: 997px) {
  :root {
    --fs-95: 30px;
  }

  /* -----------------------------------------------------header */
  .header {
    padding: 1em 3em 1em;
  }

  .header .link-list {
    position: absolute;
    top: -600px;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: auto;
    padding: 120px 20px;
    background: #1c1753;
    border-radius: 0 0 20px 0;
    -webkit-box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
    -moz-box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
    box-shadow: 1px 6px 10px 0px rgba(3, 3, 3, 0.25);
    z-index: 100;
  }

  .header.show .link-list {
    top: 0px;
  }

  .header .link-list a {
    padding-bottom: 0.75em;
    flex: 1;
  }
  
  .login {
    padding-bottom: 0.25em !important;
    margin-right: 0;
  }

  .header .link-list .phone-lang,
  .header .menu {
    display: flex;
    flex-direction: column;
    opacity: 1;
    margin-top: 1em;
  }

  .header .lang {
    display: none;
    opacity: 0;
  }

  /* -----------------------------------------------------header */
  .section {
    padding: 5em 3.5em;
  }

  .section.map-section {
    padding: 5em 3.5em 5em 3em;
  }

  .section .services .services-list .services-num .num {
    font-size: 155px;
  }

  .section .services .services-list .services-num:hover .num {
    font-size: 135px;
  }

  .iraq {
    padding: 1em;
  }

  .iraq .iraq-image {
    left: 6em;
  }

  .iraq .iraq-image img {
    max-width: 400px;
  }
}

@media (max-width: 800px) {
  .section {
    flex-direction: column;
    gap: 2em;
  }

  .section.phone-section {
    padding-top: 10em;
  }

  .section .side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section.phone-section {
    flex-direction: column-reverse;
  }

  .section .side .img-content {
    padding-inline-end: 0;
  }

  .section .side .img-content img {
    max-width: 400px;
  }

  .section .services .services-list .services-num {
    width: 100%;
  }

  .section .side .text-content,
  .section .side .car-content,
  .section.map-section .side:nth-child(1),
  .section.map-section .side:nth-child(2),
  .section.map-section .side .map-text,
  .section.map-section .side .map-iframe {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .section .side .car-content .img {
    width: 170%;
    left: -500px;
  }

  .section .side .map-iframe iframe {
    width: 100%;
  }

  .fqa-container {
    padding: 7em 5em;
  }

  .links-content .button-more {
    width: 100%;
  }
}

@media (max-width: 665px) {
  :root {
    --fs-16: 15px;
    --fs-30: 16px;
    --fs-40: 20px;
    --fs-50: 20px;
    --fs-60: 40px;
  }

  /* -----------------------------------------------------header */
  .header .link-list {
    width: 70%;
  }

  .header .menu img {
    max-width: 17.5px;
  }

  /* -----------------------------------------------------header */
  .section {
    padding: 3em 1em;
  }

  .section.map-section {
    padding: 3em 1em;
  }

  .section .services .services-list .services-num {
    width: 100%;
  }

  .section .services .services-list .services-num .num {
    font-size: 105px;
    transform: translateY(-30px);
  }

  .section .services .services-list .services-num {
    height: unset;
  }

  .section .services .services-list .services-num:hover .num {
    font-size: 105px;
  }

  .iraq .list {
    width: 75%;
  }

  .iraq .iraq-image {
    left: 3em;
  }

  .iraq .iraq-image img {
    max-width: 150px;
  }

  .section .footer-contnt .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .section .footer-contnt .footer .footer-part {
    padding-bottom: 2em;
  }

  .section .footer-contnt .footer .footer-part .footer-title {
    color: hsl(var(--clr-yellow));
  }

  .fqa-container {
    padding: 7em 1em;
  }

  .fqa-container .questions .column .fqa {
    padding: 1em .5em;
  }

  .fqa-container .questions .column .fqa .answer-text .a-text {
    padding: 1em 0em;
  }

  .links-content {
    padding: 2em;
  }

  .fqa-container .questions .column .fqa .answer-text {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  :root {
    --fs-95: 25px;
  }

  /* -----------------------------------------------------header */
  .header {
    padding: 1em 1.5em;
  }

  .header .brand-logo img {
    max-width: 150px;
  }

  .header .link-list {
    align-items: center;
  }

  .header .link-list a {
    text-align: center;
  }

  .header .link-list a {
    padding-inline-start: unset;
  }

  .header .link-list .phone-lang a {
    padding-inline-start: 1em;
  }
  
  .login {
    padding-inline-start: 1em !important;
    margin-right: 0;
  }

  .header .link-list {
    width: 80%;
  }

  /* -----------------------------------------------------header */
  .section .side .img-content img {
    max-width: 250px;
  }

  .section .side .car-content .img {
    top: 105px;
    width: 250%;
    height: 100%;
  }

  .section .side .text-content .btn-container {
    flex-direction: column;
  }

  .section .side .text-content .btn-container .one-btn {
    width: 100%;
    justify-content: center;
  }

  .section.map-section .side .map-text {
    display: flex;
    flex-direction: column;
  }

  .section .side .map-text .button-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services .services-list .services-num:hover .num {
    font-size: 65px;
    transform: translateY(-50px);
  }

  .section .services .services-list .services-num:hover .num {
    font-size: 105px;
  }

  .section .footer-contnt .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }

  .section .footer-contnt .footer .footer-part {
    text-align: center;
  }

  .section .services .services-title {
    padding-bottom: 40px;
  }

  .section .side .map-text .map-header {
    font-size: 55px;
  }

  .iraq .list {
    width: 100%;
  }

  .iraq .iraq-image {
    display: none;
  }

  .iraq .list .li .phone-info {
    padding: 1em;
    flex-direction: column;
    gap: .5em;
  }

  .iraq .list .li button {
    padding: 1.5em 1em;
  }
}

@media (max-width: 350px) {
  :root {
    --fs-60: 20px;
  }

  /* -----------------------------------------------------header */
  .header .brand-logo img {
    max-width: 125px;
  }

  .header .link-list {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }

  /* -----------------------------------------------------header */

  .section .services .services-list .services-num .num {
    font-size: 85px;
    transform: translateY(-30px);
  }

  .section .services .services-list .services-num:hover .num {
    font-size: 70px;
  }

  .section .side .car-content .img {
    top: 125px;
    width: 290%;
  }

  .fqa-container {
    padding: 7em .5em;
  }
}