@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--primary);
}
:root {
  --bg: #e5e5e5;
  --primary: #191919;
  --secoundary: #181818;
}
[class*="grid"] {
  display: grid;
}
.align-center {
  align-items: center;
}
html {
  font-size: 61%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
body {
  background: var(--bg);
  -webkit-text-size-adjust: 100%;
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
}
i {
  line-height: 1;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
.mx-container {
  max-width: 1840px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  gap: 2rem;
}

section {
  padding: 5rem 0;
  scroll-margin-top: 8rem;
}
header {
  height: 10rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
header .container {
  max-width: 100%;
  width: 100%;
  padding: 0 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header  img {
  width: unset;
  height: 12rem;
  margin-top: 8rem;
}
header .items {
  display: flex;
  align-items: center;
  gap: 5rem;
}
header a {
  text-transform: uppercase;
  font-weight: 500;
}
header i {
  font-size: 2.5rem;
}
main {
  background: url(images/Podia-Photo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90rem;
  margin-bottom: 5rem;
}

main .mx-container {
  position: relative;
  height: 100%;
}
main .float {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5rem;
  padding: 0 5rem;
}
.wrap {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 5rem;
  position: absolute;
  bottom: 42rem;
}

.float small,
.float h2,
.float h3,
.float h4 {
  color: rgb(4, 47, 95);
}
.float h2 {
  font-size: 5rem;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  color: #e5e5e5;
}
.float h3 {
  font-size: 8rem;
  line-height: 0.8;
}
.float small {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.item > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
.single-item {
    margin-top: 35px !important;
}
.item > div h4 {
  font-weight: 500;
}

.item > div span {
  font-weight: 500;
  color: rgb(4, 47, 95);
}
.float h2 {
  font-size: 5rem;
}

input,
select {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--primary);
  text-transform: uppercase;
  background-color: transparent;
}
.grid-2 {
  grid-template-columns: 1fr 1.5fr;
  gap: 10rem;
  align-items: center;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form {
  text-transform: uppercase;
  width: 50%;
}
form label {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5rem;
}
.feild {
  margin-bottom: 2rem;
}
form button {
  background: rgb(4, 47, 95);
  width: 100%;
  color: white;
  padding: 1rem;
  border: 2px solid var(--primary);
}
.form span {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  /* color: rgb(4, 47, 95); */
}
.right {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  gap: 5rem;
}
.right .x img {
  height: 15rem;
}
.right .des {
  margin-bottom: -10rem;
  width: 80%;
  font-weight: 400;
}
.right .des span {
  font-weight: 700;
}
.containerr {
  width: 100%;
  padding: 0 5%;
}
.grid-2.maw {
  grid-template-columns:  2.5fr 1.5fr;
  align-items: flex-end;
}
.cnt {
  padding: 3rem 0;
}
.containerr p {
  font-size: 13px !important;
  font-weight: bold;
}
.ex {
  margin-bottom: 3rem;
}
.cnt h3 {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cnt span {
  font-weight: 700;
}
.img {
  margin: 0 1rem !important;
  height: 85rem !important;
  overflow: hidden;
}
.img img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  font-size: 5rem !important;
}

.slick-prev {
  left: 5rem !important;
  z-index: 1;
}
.slick-next {
  right: 5rem !important;
}
.slick-prev,
.slick-next {
  width: 8rem !important;
  aspect-ratio: 1/1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

footer {
  background: rgb(4, 47, 95);
  padding: 10rem 0;
  padding-bottom: 3rem;
}
footer p {
  color: #ffffffa2;
  font-size: 1.3rem;
  width: 80%;
  margin: auto;
  margin-top: 5rem;
}
footer .signup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 10rem;
}
.news {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.news label {
  font-size: 1.6rem;
  color: white;
}
.signupd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signupd input {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff40;
}
.signupd input,
.signupd button {
  padding: 1rem;
  text-transform: uppercase;
}
.signupd input {
  width: 50rem;
}
.signupd button {
  padding: 1rem 3rem;
  font-weight: 600;
  border: 2px solid #ffffff;
  background: white;
  width: 20rem;
}
.signup h2 {
  font-size: 5rem;
  color: white;
}
.flogo img {
  width: unset;
  height: 15rem;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev i,
.slick-next i {
  font-size: 8rem;
  color: white;
}
footer a {
  color: white;
  font-size: 1.3rem;
}
.item > div h4 {
  font-size: 3rem;
}
.sub-submit {
  color: var(--primary);
}
.thank {
  padding: 8rem 0;
}
.thank .logo img {
  height: 3rem;
}
.thank .logo {
  margin-bottom: 5rem;
}
.thank .title {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}
.thank p {
  font-size: 2rem;
  margin: 1.5rem 0;
  font-weight: 500;
}
.thank button {
  background: rgb(4, 47, 95);
  color: white;
}
.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2rem;
  height: 5rem;
}
.btns i {
  color: white;
  font-size: 2.5rem;
  line-height: 2;
}

.ar {
  display: block;
}
.en{
  display: none;
}
.mn {
  height: 100%;
}
p.ar,
.ar p {
  text-align: right;
  font-size: 1.8rem;
}
a.ar {
  font-size: 2rem;
}
.ar h3 {
  text-align: right;
}
footer p {
  text-align: center !important;
}
footer p.ar {
  font-size: 1.8rem;
  line-height: 1.5;
}
.lang {
  font-size: 2rem;
  cursor: pointer;

}
header select {
  width: 8rem;
  border: none;

}
header a.en,
header a.ar {
  white-space: normal;
}

@media (max-width: 1024px) {
  html {
    font-size: 45%;
  }
  .grid-2.maw {
    grid-template-columns:  12fr;
    align-items: flex-end;
  }
  .signupd input {
    width: 40rem;
}
}
@media (max-width: 660px) {
  html {
    font-size: 55%;
}
  main .float {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  main {
    height: 100vh;
    min-height: 60rem;
    position: relative;
  }
  main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, transparent, #181818bb);
    left: 0;
    top: 0;
  }
  
  .single-item {
    margin-top: 15px !important;
}
  .grid-2.maw {
    grid-template-columns:  12fr;
    align-items: flex-end;
  }
  header .items {
    gap: 1.5rem;
  }
  header .logo img {
    height: 10.5rem;
    margin-top: 30px;
}
  .container,
  .mx-container {
    padding: 0 1.5rem;
  }
  header .container {
    padding: 0px 1.5rem;
  }
  header a {
    font-size: 1.3rem;
  }
  header select {
    width: 6rem;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .form {
    text-transform: uppercase;
    width: 100%;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 5rem !important;
  }
  .signup,
  .news {
    flex-direction: column;
  }
  .signupd input {
    width: 100%;
  }
  .img {
    height: 20rem !important;
  }
  .slick-prev i,
  .slick-next i {
    font-size: 5rem;
    color: white;
  }
  .slick-next {
    right: 1rem !important;
    width: 3rem !important;
  }
  .slick-prev {
    left: 1rem !important;
    width: 3rem !important;
  }
  .right .x img {
    height: 8rem;
  }
  .right {
    gap: 3rem;
    align-items: center;
  }
  .right .des {
    width: 100%;
    margin-bottom: 0;
  }
  .cnt {
    padding: 0;
  }
  footer {
    padding-top: 5rem;
  }
  footer p {
    width: 100%;
    font-size: 1.1rem !important;
  }
  .news {
    gap: 2rem;
  }
  .signup {
    gap: 2rem;
  }

  .wrap {
    display: flex;
    align-items: center;
    padding: 0rem;
    gap: 15px;
    position: absolute;
    bottom: 15rem;
}

  .float small,
.float h2,
.float h3,
.float h4 {
  color: #ffffff;
}

  .float {
    justify-content: center;
    align-items: center !important;
    gap: 3rem;
  }
.float h3 {
  font-size: 4rem;
}
  .float small {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .item > div h4 {
    font-size: 1.6rem !important;
  }
  .item > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .item > div span {
    font-weight: 500;
    color: #ffffff;
}

  .float h2 {
    font-size: 5rem;
    position: relative;
    display: block;
    text-align: center;
    /* right: 14rem;
    bottom: 1rem; */
    margin-left: 50px;
    color: #e5e5e5;
}
  .thank {
    padding: 10rem 1rem !important;
  }
  .btns {
    width: 100%;
  }
  .btns button {
    width: 100% !important;
  }
  .btns {
    display: grid;
  }
  
}


/* .wrap {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 5rem;
  position: absolute;
  bottom: 42rem;
}

.float h2 {
  font-size: 5rem;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}



@media (max-width: 660px)
html {
    font-size: 55%;
}

.float h2 {
  font-size: 5rem;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  display: none;
}

.wrap {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 5rem;
  position: absolute;
  bottom: 10rem;
}


.item > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.float h3 {
  font-size: 4rem;
} */