@font-face {
  font-family: "ABCFavorit";
  src: url("../font/ABCFavorit-Regular-Trial.otf");
  font-weight: normal;
}
@font-face {
  font-family: "urw-geometric";
  src: url("../font/urw-geometric.ttf");
  font-weight: normal;
}
html[lang=ar] body {
  font-family: "urw-geometric";
}

html[lang=en] body {
  font-family: "ABCFavorit";
}

:root {
  --container-w: 90%;
}

.inner-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 600px) {
  .inner-container {
    padding: 0 16px;
  }
}

.header {
  min-height: 100vh;
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .header {
    background-size: 100% 100%;
  }
}
.header .logo {
  position: absolute;
  top: 24px;
  inset-inline-start: 40px;
}
.header .lang-switch {
  position: absolute;
  top: 24px;
  inset-inline-end: 40px;
  background-color: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header .lang-switch a {
  font-family: "urw-geometric";
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .lang-switch:hover {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.header .content {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 800px;
  text-align: center;
}
.header .content h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .header .content h1 {
    font-size: 48px;
  }
}
.header .content p {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header .content p {
    font-size: 20px;
  }
}
.header .actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.header .actions a {
  text-decoration: none;
}
.header .actions .btn-primary {
  background-color: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header .actions .btn-primary:hover {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.header-inner {
  min-height: 130px;
  background: linear-gradient(0deg, #2F394C 0%, #2F394C 100%), linear-gradient(180deg, rgba(35, 35, 35, 0.45) 20%, rgba(35, 35, 35, 0) 100%), url(<path-to-image>) lightgray 0px -922.024px/100% 359.824% no-repeat;
}

.msg {
  min-height: 500px;
  background-color: #2f394c;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .msg {
    justify-content: center;
    text-align: center;
    padding: 24px;
    min-height: 100vh;
  }
}
.msg h1 {
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .msg h1 {
    font-size: 48px;
  }
}
.msg p {
  font-size: 24px;
  font-weight: 400;
  max-width: 550px;
}
@media (max-width: 768px) {
  .msg p {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 85px !important;
  }
}

.img-box {
  min-height: 700px;
  background-image: url("../img/sec-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .img-box {
    background-image: url("../img/sec-bg-mobile.png");
    background-size: 100% 100%;
    min-height: 100vh;
  }
}
.img-box .content {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.img-box .content h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .img-box .content h1 {
    font-size: 48px;
  }
}
.img-box .actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .img-box .actions {
    margin-top: 124px;
  }
}
.img-box .actions a {
  text-decoration: none;
}
.img-box .actions .btn-primary {
  background-color: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.img-box .actions .btn-primary:hover {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.footer {
  min-height: 220px;
  background-color: #2f394c;
  display: flex;
  align-items: center;
  padding: 35px;
}
@media (max-width: 996px) {
  .footer {
    padding: 50px;
    min-height: 450px;
  }
}
@media (max-width: 400px) {
  .footer {
    padding: 24px 16px;
  }
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer .copywright {
  color: #fff;
}
.footer .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer [class*=col] {
    margin-bottom: 24px;
  }
}

.about {
  min-height: calc(100vh - 130px);
  background: linear-gradient(0deg, #2F394C 0%, #2F394C 100%), linear-gradient(180deg, rgba(35, 35, 35, 0.45) 20%, rgba(35, 35, 35, 0) 100%), url(<path-to-image>) lightgray 0px -922.024px/100% 359.824% no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #e1dfdc;
  padding: 16px;
}
.about-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about-title {
    font-size: 48px;
  }
}
.about-desc {
  max-width: 768px;
}
.about-desc p {
  font-size: 24px;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 768px) {
  .about-desc p {
    font-size: 18px;
  }
}

.news {
  min-height: calc(100vh - 130px);
  background: linear-gradient(0deg, #2F394C 0%, #2F394C 100%), linear-gradient(180deg, rgba(35, 35, 35, 0.45) 20%, rgba(35, 35, 35, 0) 100%), url(<path-to-image>) lightgray 0px -922.024px/100% 359.824% no-repeat;
  color: #e1dfdc;
  padding-bottom: 100px;
}
.news-title {
  font-size: 60px;
  color: #e1dfdc;
  text-align: center;
  font-weight: 400;
  line-height: 110%;
  padding-top: 80px;
}
.news-items {
  margin-top: 80px;
}
.news-item {
  margin-bottom: 24px;
}
.news-item a {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  color: #e1dfdc;
  text-decoration: none;
  padding: clamp(16px, 2vw, 24px);
}
.news-item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item-title {
  font-size: clamp(24px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 110%;
}
.news-item-desc {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 170%;
}