:root {
  --theme-color-blue: #0f145b;
}
html{
  scroll-behavior: smooth;
}
html[lang="en"] body{
  font-family: "TitilliumWeb", sans-serif;
}
html[lang="ar"]{
  direction: rtl;
  unicode-bidi: embed;
}
html[lang="ar"] body{
  font-family: 'Cairo', sans-serif;
  font-feature-settings: "locl";
  font-variant-numeric: lining-nums;
}
h1,h2,h3,h4,h5{
  font-family: "KelsonSans", sans-serif;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6{
  font-family: 'GE_SS_TV','Cairo', sans-serif;
}
.en{
  font-family: "TitilliumWeb", sans-serif;
}
.ar{
  font-family: 'Cairo', sans-serif;   
}
.ltr {
  direction: ltr;
  unicode-bidi: embed;
}
.ltr-all,
.ltr-all *{
  direction: ltr;
  unicode-bidi: embed;
}
.lg-container{
  direction: ltr;
  unicode-bidi: embed;
}
.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* typography */
.large-title{
  font-size: 30px;
  font-weight: bold;
  /* font-family: "KelsonSans"; */
}
.small-title{
  font-size: 24px;
  font-weight: bold;
  /* font-family: "KelsonSans"; */
}
.paragraf{
  font-size: 16px;
  /* line-height: 1.6; */
  /*  font-family: "TitilliumWeb";*/
  font-weight: 400;
  text-align: justify;
}
article{
  font-size: 16px;
  line-height: 1.6;
/*  font-family: "TitilliumWeb";*/
  font-weight: 400;
}

.heading_highlight{
  /* font-family: "KelsonSans", sans-serif; */
  padding:10px;
  background-color: var(--theme-color-blue) ;
  color: white;
}
/* Fix the header positioning */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.head-layer {
  position: absolute;
  width: 100%;
  top: 0px;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 250px;
}

.nav-links {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  /* font-family: "KelsonSans", sans-serif; */
  border-bottom: 4px solid transparent;
  margin-top: 3px;
  padding-bottom: 3px;
}

.nav-links a:hover {
  color: #cccccc;
}

.nav-links a.active,
.nav-links a:hover {
  border-color: #c2b39c;
}

.language-btn {
  display: inline-flex;
  background-color: #c2b39c;
  color: rgba(0, 0, 0, 0.85) !important;
  padding: 0px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  gap: 5px;
  height: 40px;
  border: none !important;
  line-height: 0px !important;
  align-items: center;
}
.language-btn img{
  width: 16px;
}
html[lang="en"] .language-btn{
  font-size: 14px;
}
#toTop{
  position: fixed;
  z-index: 99;
  right: 20px;
  width: 60px;
  cursor: pointer;
  bottom: -80px;
  opacity: 0;
  transition: all 1000ms;
  transition-timing-function: ease-in-out;
}
#toTop.show{
  bottom: 20px;
  opacity: 1;
}
#toTop.hide{
  
}
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.4s;
}

/* banner */
.banner {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  max-width: 600px;
}

.banner-content h2 {
  /* font-family: "KelsonSans", sans-serif; */
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #ffffff;
}

.banner-content h6 {
  /* font-family: "KelsonSans", sans-serif; */
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #c2b39c;
}

.banner-content .learn-more-btn {
  background-color: #c2b39c;
  color: rgba(0, 0, 0, 0.85);
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
/*  font-family: "KelsonSans", sans-serif;*/
  display: inline-block;
  text-decoration: none;
}

.scroll-indicator {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0px;
  text-align: center;
  z-index: 2;
}
.scroll-indicator a{
  text-decoration: none;
}

.scroll-indicator p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
  color: white;
}

.scroll-indicator img {
  width: 100px;
}

/* common-banner */
.common-banner {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.common-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.common-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  max-width: 1060px;
}

.common-banner-content h2 {
/*  font-family: "KelsonSans", sans-serif;*/
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #ffffff;
}

.common-banner-content h6 {
  /* font-family: "KelsonSans", sans-serif; */
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #c2b39c;
}

.common-banner-content .learn-more-btn {
  background-color: #c2b39c;
  color: rgba(0, 0, 0, 0.85);
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  /* font-family: "KelsonSans", sans-serif; */
  display: inline-block;
  text-decoration: none;
}

.send-button {
    background-color: #4C463E;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
/*    font-family: "TitilliumWeb";*/
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send-button:hover {
    background-color: #2e2620;
}
.send-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Navigator */
.navigator {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.navigator a{
  color: var(--theme-color-blue);
}
.navigator .img1 {
  width: 22px;
}

.navigator .img2 {
  width: 12px;
}
.navigator .img2 {
  width: 12px;
}
html[lang="ar"] .navigator .img2 {
  transform: scale(-1);
}

.navigator h3 {
  font-size: 16px;
  font-weight: normal;
  /* font-family: "KelsonSans", sans-serif; */
  margin: 0;
}

/* footer */
.footer-layer-img {
  width: 100%;
}

.footer {
  background-color: #0f145b;
  padding: 30px 0;
}

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

.footer-third {
  width: 33%;
}

.footer-third .copyright {
  text-align: center;
}

.footer-logo {
  width: 50%;
}

.footer p {
  color: white;
/*  font-family: "TitilliumWeb", sans-serif;*/
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.brainstorm-main-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brainstorm-logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brainstorm-logo {
  width: 30%;
  margin-left: 10px;
}
#animated-thumbnails{
  display: flex;
  max-width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
#animated-thumbnails a{
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
footer{
  position: relative;
  background-color: #0f145b;
  color:white;
  padding: 30px 0;
}
footer .footer-branding{
  display: block;
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  width: 100%;
}
footer h3{
  color:white;
}
footer a{
  color:white;
}
footer .footerIcons img{
  max-width: 18px;
  margin-inline-end: 10px;
}
footer .socialmedia a{
  text-decoration: none;
}
footer .socialmedia img{
  width: 20px;
  margin-right: 10px;
}
/* responsive */

@media (min-width: 1320px) and (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .head-layer {
    display: none;
  }
  .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #0c0c0c;
  }
  .navbar .logo img {
    padding-inline-start: 30px;
  }
  .menu-toggle {
    display: flex;
    padding-inline-end: 40px;
  }

  .nav-links {
    position: fixed;
    right: -102%;
    top: 130px;
    height: auto;
    flex-direction: column;
    background-color: #f4f4f4;
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    padding: 30px;
    gap: 10px;
    z-index: 10;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    color: #0c0c0c;
    margin: 0.5rem 0;
  }

  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-content h6 {
    font-size: 20px;
    line-height: 28px;
  }

  /* common banner */
  .common-banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .common-banner-content h6 {
    font-size: 20px;
    line-height: 28px;
  }

  /* Navigator */
  .navigator {
    gap: 15px;
    margin-top: 40px;
  }

  .navigator .img1 {
    width: 20px;
  }

  .navigator .img2 {
    width: 10px;
  }

  .navigator h3 {
    font-size: 18px;
  }

  /* footer area */
  .footer-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer-third {
    width: 100%;
  }

  .footer-logo-container {
    display: flex;
    justify-content: center;
  }

  .brainstorm-main-container {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-links {
    gap: 16px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .container {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .banner-content {
    padding-right: 20px;
  }
  /* common-banner  */

  .common-banner-content {
    padding-right: 20px;
  }

  .common-banner-content h2 {
    font-size: 28px;
    line-height: 50px;
  }

  .common-banner-content h6 {
    font-size: 16px;
    line-height: 28px;
  }

  /* Navigator */
  .navigator {
    gap: 12px;
    margin-top: 30px;
  }

  .navigator .img1 {
    width: 18px;
  }

  .navigator h3 {
    font-size: 16px;
  }
  .footer p {
    font-size: 15px;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .nav-links {
    right: -110%;
  }
}

@media (max-width: 400px) {
  /* .banner-content {
    padding: 180px 0 200px;
  } */
}
