@font-face {
  font-family: "ABCFavorit";
  src: url("../font/ABCFavorit-Regular-Trial.otf");
  font-weight: normal;
}
@font-face {
  font-family: "ABCFavoritArabic";
  src: url("../font/ABCFavoritArabic-Regular.otf");
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

html[lang=en] body {
  font-family: "ABCFavorit", sans-serif;
  direction: ltr;
}

html[lang=ar] body {
  font-family: "ABCFavoritArabic", sans-serif;
  direction: rtl;
}

.wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #C3A07D;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #C3A07D;
  z-index: 1;
}
.bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../imgs/Qai-Visual-Property.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bg-img::before {
    background-image: url("../imgs/Qai-Visual-Property-en-M.png");
  }
}
.bg-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(195, 160, 125, 0) 74.68%, #C3A07D 100%);
}

html[lang=ar] .bg-img::before {
  background-image: url("../imgs/Qai-Visual-Property-AR.png");
}
@media (max-width: 768px) {
  html[lang=ar] .bg-img::before {
    background-image: url("../imgs/Qai-Visual-Property-en-M.png");
  }
}

.top-bar {
  position: relative;
  z-index: 10;
  margin: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
@media (max-width: 1400px) {
  .top-bar {
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .top-bar {
    margin-top: 40px;
  }
}

.logo-main a {
  display: block;
  line-height: 0;
}
.logo-main img {
  width: 91px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .nav-items {
    display: none;
  }
}

.faq-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  text-decoration: none;
}
.faq-link:hover {
  opacity: 0.8;
}

.lang-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-box a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-box a:hover {
  opacity: 0.8;
}
.lang-box .arrow-down {
  width: 8.75px;
  height: 4.12px;
}
.lang-box .globe-icon {
  width: 16px;
  height: 16px;
}

.main-sec {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1400px) {
  .main-sec {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .main-sec {
    padding: 100px 18px 0;
    align-items: flex-start;
    min-height: 90vh;
  }
}

.content-box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 992px) {
  .content-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}

.big-title {
  flex: 0 0 672px;
  width: 672px;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .big-title {
    flex: 0 1 auto;
    width: auto;
    max-width: 500px;
    font-size: 70px;
    line-height: 75px;
  }
}
@media (max-width: 768px) {
  .big-title {
    max-width: 100%;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 25px;
  }
}

html[lang=ar] .big-title {
  font-family: "ABCFavoritArabic", sans-serif;
  text-align: right;
}

.info-block {
  flex: 0 0 433px;
  width: 433px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 17px;
}
@media (max-width: 992px) {
  .info-block {
    flex: 0 1 auto;
    width: 100%;
    max-width: 433px;
    padding-top: 0;
  }
}

html[lang=ar] .info-block {
  align-items: flex-start;
  text-align: right;
}

.desc-txt {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .desc-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 44px;
  background: #C44335;
  border: 1.66667px solid #C44335;
  border-radius: 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-red:hover {
  background: #a83729;
  border-color: #a83729;
}

.bottom-sec {
  position: relative;
  z-index: 10;
  margin-top: auto;
  margin: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .bottom-sec {
    margin: 20px;
  }
}
.line {
  width: 100%;
  height: 0;
  border: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .footer-grid {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.foot-logo {
  flex: 0 0 36.26px;
  grid-area: logo;
  margin-inline-end: auto;
}
.foot-logo img {
  width: 36.26px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.foot-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-col.contact {
  flex: 0 0 135px;
  grid-area: contact;
}
.foot-col.follow {
  flex: 0 0 74px;
  grid-area: follow;
}
@media (max-width: 768px) {
  .foot-col.contact, .foot-col.follow {
    flex: 1 1 auto;
  }
}

.col-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}

.col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.col-links a,
.col-links span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  text-decoration: none;
}
.col-links a:hover,
.col-links span:hover {
  opacity: 0.8;
}

.copy-txt {
  flex: 0 0 126px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  grid-area: copy;
}
@media (max-width: 768px) {
  .copy-txt {
    flex: 1 1 auto;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .copy-txt {
    margin-inline-start: 150px;
    margin-inline-end: 80px;
  }
}

@media (max-width: 768px) {
  html[lang=ar] .copy-txt {
    text-align: right;
  }
}
html[lang=ar] .footer-grid {
  text-align: right;
}
html[lang=ar] .footer-grid .foot-col {
  align-items: flex-start;
}

.mobile-menu-icon {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 20;
  }
  .mobile-menu-icon .menu-icon {
    width: 26px;
    height: 16px;
    display: block;
  }
}

.mobile-menu-overlay {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 29vh;
    background-color: rgba(108, 77, 45, 0.85);
    z-index: 9;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 70px;
  }
  .mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-menu-overlay .menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .mobile-menu-overlay .menu-link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .mobile-menu-overlay .menu-link.lang-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.footer-links {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer-links {
    gap: 16px;
  }
}

.logo-main img{
   height: auto !important;
   width: 130px !important;
}
.foot-logo img {
    width: 82px !important;
    height: auto !important;
    
}