html {
  scroll-behavior: smooth;
}

:root {
  --main-blue: #002169;
  --main-beige: #FBF0D1;
}

.fixbody {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  /* font-family: Optima; */
  font-family: 'Lora', serif;
  background-repeat: no-repeat;
  scroll-margin-top: 100px;
}

p {
  color: var(--main-blue);
  line-height: 1.8;
  margin-top: 32px;
}

a {
  cursor: pointer !important;
}

.slick-dots li button:before {
  color: var(--main-blue);
  font-size: 12px;
  top: -10px;
}

.ttm-prev {
  float: left;
  top: 110px;
  position: absolute;
  left: -50px;
  transform: scale(2);
}

.ttm-next {
  float: right;
  top: 110px;
  position: absolute;
  right: -50px;
  transform: scale(2);
}

.ttm-cite {
  padding: 0px 60px;
}

.ttm2 .ttm-next, .ttm2 .ttm-prev {
  top: 141px;
  ;
}

.gallery a {
  cursor: pointer !important;
}

.gallery a:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.text-blue {
  color: var(--main-blue);
}

.text-beige {
  color: var(--main-beige);
}

.border-blue {
  border-color: var(--main-blue);
}

.border-beige {
  border-color: var(--main-beige);
}

.background-blue {
  background-color: var(--main-blue);
}

.background-beige {
  background-color: var(--main-beige);
}

/* .italic {
  font-family: Optima Italic;
}

.mediam {
  font-family: Optima Medium;
}

.bold {
  font-family: Optima Bold;
} */

nav {
  width: fit-content;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 101;
}

.secondary-nav {
  padding:5px;
  width:100%;
  padding-top: 10px;
  background-color: #ffffff61;
}
.secondary-nav a, .secondary-nav span {
  display: block;
  float: left;
  font-size: 11px;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid var(--main-blue);
  color: var(--main-blue);
}

.secondary-nav span { 
  border-right: 1px solid transparent;
}

.nav-inner-container {
  width: fit-content;
  margin: auto;
  position: relative;
}

.secondary-nav .nav-inner-container{
  float:right;
  padding-right: 10px;
}

.secondary-nav a.lang-main {
  margin-right: 0px;
  padding-right: 10px;
  border-right: 1px solid transparent !important;
  color: var(--main-blue);
  padding: 10px;
  background-size: contain;
  margin-top: -2px;
}

.secondary-nav a.lang {
  margin-right: 0px;
  padding-right: 10px;
  border-right: 1px solid transparent !important;
  color: var(--main-blue);
  padding: 10px;
  background-size: contain;
}

.secondary-nav .lang-set {
  position: absolute;
  right: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  top: 30px;
  background-color: var(--main-beige);
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
  display: none;
}

.secondary-nav .lang-set>a.lang {
  float: right;
  height: 21px;
  padding-right: 33px;
  font-size: 15px;
  display: block;
  width: 106px;
  background-position: center right;
  margin-bottom: 6px;
  clear: both;
  text-align: right;
  padding-top: 1px !important;
}

.en {
  background-image: url('../assets/imgi_13_lang-en.png');
}

.ar {
  background-image: url('../assets/imgi_14_lang-ar.png');
}

.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.active-table {
  display: table !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.primary-nav a {
  display: block;
  float: left;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.secondary-nav, .primary-nav {
  overflow: visible;
  width: 100%;
  float: left;
}

.primary-nav .menu-button {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--main-beige);
  border-radius: 5px;
  width: fit-content;
  padding: 6px 14px 6px 14px;
  margin: 25px 10px;
}

.primary-nav .menu-button:hover {
  background-color: var(--main-beige);
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
}

.primary-nav .menu-item {
  background-color: var(--main-beige);
  border-radius: 5px;
  width: fit-content;
  color: var(--main-blue);
  border: 1px solid var(--main-blue);
  padding: 6px 14px 6px 14px;
  margin: 25px 7px;
}

.primary-nav .menu-item:hover {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--main-beige);
}

.primary-nav .logo {
  background: transparent;
  background-image: url('../assets/logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border: transparent;
  margin-top: -25px;
  box-shadow: none;
}

.primary-nav .logo:hover {
  background: transparent;
  background-image: url('../assets/logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  border: transparent;
}

.primary-nav {
  margin-top: 80px;
}

.oc {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100.2%;
  top: 200px;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.oc-on {
  display: block !important;
}

.sb-on {
  display: block !important;
}

.oc-container {
  max-width: 54.2em;
  margin: auto;
  border: 1px solid var(--main-blue);
  border-radius: 10px;
  background-color: var(--main-beige);
  padding: 10px 20px;
  overflow: auto;
  box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
}

.oc-nav>li {
  float: left;
  width: 33.33333333%;
  padding: 10px;
}

.oc-nav>li:nth-child(5) {
  clear: both;
}

.oc-nav a {
  display: block;
  padding-left: 5px;
  /* text-transform: capitalize; */
  cursor: pointer;
  font-size: 13px;
}

.oc-nav a:hover {
  color: var(--main-blue);
  transform: scale(1.05);
  transform-origin: left center;
  font-weight: 500;
}

.oc-nav>li>a {
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.oc-nav>li>ul>li>a {
  font-weight: 400
}

.oc-nav li.wide {
  width: 100%;
}

.oc-nav li.wide > a {
  width: 100%;
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;  
  cursor: default !important;
}

.oc-nav li.wide > a:hover {
  width: 100%;
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;  
  transform: scale(1);
  transform-origin: left center;
  font-weight: initial; 
}


li.wide>ul>li {
  width: 33.333333333%;
  float: left;
  padding-right: 40px;
}

li.wide>ul>li>a {
  padding-right: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.oc.scrolled {
  top: 110px !important;
}

.scrolled .logo {
  height: 80px;
  width: 90px;
  top: -15px;
  position: relative;
}

.scrolled .primary-nav .menu-button {
  margin-top: 20px;
}

.scrolled .primary-nav .menu-item {
  margin-top: 20px;
}

.scrolled .primary-nav {
  margin-top: 20px;
}

.scrolled .secondary-nav {
  padding-top: 10px;
}

.gallery > a{
  background-position: center center;
}

.gallery-overlay {
  position: relative;
  width: fit-content;
  margin: auto;
  text-align: center;
  top: -360px;
  padding: 20px;
  background: var(--main-blue);
  color: var(--main-beige);
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.gallery-overlay h5 {
  font-size: 18px;
  letter-spacing: -0.05em;
}

.gallery-overlay h3 {
  font-size: 25px;
  letter-spacing: -0.05em;
}

.section-title {
  color: var(--main-blue);
  padding-top: 50px;
  line-height: 1;
}

.section-title h5 {
  font-size: 18px;
  letter-spacing: -0.05em;
}

.section-title h3 {
  font-size: 25px;
  letter-spacing: -0.05em;
}

.section-title hr {
  border-bottom: 1px solid var(--main-blue);
  width: 240px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bulb {
  margin-top: -76px;
}

.bulb-set {
  margin-top: 150px;
  color: var(--main-blue);
}

.bulb-set-left, .bulb-set-right {
  float: left;
  width: 40%;
}

.bulb-set-center {
  float: left;
  width: 20%;
  background-size: contain;
}

.bulb-set-center {
  height: 250px;
  background-size: contain;
  background-position: center;
}

.bulb-set-left {
  text-align: right;
}

.bulb-set-right {
  text-align: left;
}

.bulb-text-center {
  font-size: 34px;
}

.bulb-content-left, .bulb-content-right {
  line-height: 1;
  margin-top: 40px;
}

.bulb-text-icon-left, .bulb-text-icon-right {
  width: 67px;
  height: 67px;
}

.bulb-text-icon-left {
  float: right;
  margin-left: 30px;
}

.bulb-text-icon-right {
  float: left;
  margin-right: 30px;
}

.learning-section>div {
  background-position: center center;
  position: relative;
}

.learning-button {
  position: relative;
  width: fit-content;
  cursor: pointer;
}

.button-left {
  background-color: var(--main-blue);
  padding: 30px 80px 20px 50px;
  color: var(--main-beige);
  font-size: 21px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}

.button-right {
  background-color: var(--main-beige);
  padding: 30px 80px 20px 50px;
  color: var(--main-blue);
  font-size: 21px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.more-button {
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  padding: 6px 14px 6px 14px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin-top: 20px;
  clear: both;
}

.more-button:hover {
  border: 1px solid var(--main-beige);
  color: var(--main-beige);
  background-color: var(--main-blue);
}

.more-button-dark {
  border: 1px solid var(--main-beige);
  color: var(--main-beige);
  padding: 6px 14px 6px 14px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin-top: 20px;
  clear: both;
}

.more-button-dark:hover {
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  background-color: var(--main-beige);
}

.app-links {
  height: 80px;
  padding-right: 50px;
  padding-top: 10px;
}

.app-links a {
  display: block;
  width: 50%;
  height: 200px;
  max-width: 150px;
  margin-right: 10px;
  background-size: contain;
  float: left;
}

a.appstore {
  background-image: url(../assets/imgi_45_appstore.png);
}

a.googleplay {
  background-image: url(../assets/imgi_46_googleplay.png);
}

.phone {
  background-image: url(../assets/imgi_47_appphone.png);
  width: 390px;
  height: 530px;
  position: absolute;
  background-size: contain;
  bottom: -150px;
  right: 30px;
  z-index: 100;
  rotate: 22deg;
}

/**************** FOOTER *****************/

footer {
  color: var(--main-blue);
  min-width: 100%;
  margin: auto;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 500px;
  overflow: auto;
  background-image: url(../assets/footer-hero.jpeg);
  background-position: center center;
  background-size: cover;
}

.footer-container {
  max-width: 1210px;
  margin: auto;
}

.footer-logo {
  background-image: url(../assets/logo.png);
  width: 10%;
  height: 120px;
  background-size: contain;
  float: left;
  min-width: 120px;
}

.footer-address {
  float: left;
  width: 17%;
  min-width: 210px;
}

.footer-icon {
  float: left;
  margin-right: 20px;
}

.footer-address>div {
  width: 100%;
  margin-bottom: 12px;
}

a.footer-social-icon {
  font-size: 15px;
  margin-right: 4px;
}

.footer-column {
  float: left;
  width: 21.6666666667%;
}

.column-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.qrcode {
  background-image: url('../img/qrcode.svg');
  width: 100%;
  height: 116px;
}

.footer-column a {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.sticky-footer {
  background-color: black;
  color: var(--main-beige);
  font-size: 11px;
  letter-spacing: 0.11em;
  padding: 12px;
  text-align: center;
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
  z-index: 100000;
}

.my-float {
  margin-top: 10px;
}
