:root {
  /* fonts */
  --font-family1: Metropolis;
  --font-poppins: Poppins;
  /* font sizes */
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 22px;
  --font-size-4xl: 24px;
  --font-size-5xl: 26px;
  --font-size-6xl: 30px;
  /* Colors */
  --color-white: #fff;
  --color-teal-100: #377c7e;
  --color-gray-100: #f8fafa;
  --color-gray-200: #f4f7fa;
  --color-gray-300: #e0e0e4;
  --color-gray-400: #b1acac;
  --color-gray-500: #a7a7a9;
  --color-gray-600: #9a9aa6;
  --color-gray-700: #747474;
  --color-gray-800: #707070;
  --color-gray-900: #545674;
  --color-gray-1000: #313133;
  --color-gray-1100: rgba(255, 255, 255, 0);
  --color-gray-1200: rgba(84, 86, 116, 0.15);
  --color-brown-100: #d22930;
  --color-brown-200: #c21522;
  --color-turquoise: #33ae70;
  --bg-light-dark: #5E5E5E;
  --bg-gray: #F1F2F4;
  --bg-ligth-gray: #F9F9F9;
  --text-ligth-gray: #5e5e5eab;
  /* Gaps */
  --gap-xs: 8px;
  --gap-sm: 10px;
  --gap-md: 12px;
  --gap-lg: 16px;
  --gap-xl: 30px;
  /* border radiuses */
  --br-sm: 5px;
  --br-md: 6px;
  --br-lg: 15px;
}
/* Common style*/
* {
  box-sizing: border-box;
}

.bg-light-gray {
  background-color: var(--color-gray-200) !important;
}

.header-fixed[data-header-scroll=on] .header {
  background-color: transparent;
  padding: 8px;
}

.text-menu-nav-dark {
  color: #B5B5C3 !important;
}

.web-text-muted {
  color: var(--color-gray-600) !important;
}

.web-text-light-dark {
  color: var(--text-ligth-gray) !important;
}
/*************************/
/*************** Header ******************/
.header-fixed[data-header-scroll=on] .header .search-icon-headr i,
.header-fixed[data-header-scroll=on] .header .btn.btn-hover-transparent-white {
  color: #313133 !important;
}

.header-fixed[data-header-scroll=on] .header .nav-item-text {
  color: #313133 !important;
}

.lang-icon {
  font-size: inherit !important;
}
/* burger nav menu */
.header-menu-wrapper-on {
  width: 100% !important;
}

  .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here .menu-link {
    background-color: transparent !important;
    gap: 10px;
    margin-bottom: 8px;
  }

    .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here .menu-link
    .menu-arrow,
    .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here .menu-link
    .menu-text {
      color: #B5B5C3 !important;
      min-width: fit-content;
      flex: 0;
      font-size: 110%;
    }

      .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here .menu-link
      .menu-arrow::before {
        transform: rotate(90deg);
      }

  .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here.menu-item-open .menu-link
  .menu-arrow,
  .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here.menu-item-open .menu-link .menu-text {
    color: #313133 !important;
  }

  .accordion.in-navbar.accordion-icon-toggle .accordion-header:not(.collapsed) h3:after,
  .header-menu-wrapper-on .menu-nav .menu-item.menu-item-here.menu-item-open .menu-link.menu-toggle:not(.subnav) .menu-text::after {
    transition: all 0.4s !important;
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    border-top: 3px solid var(--color-brown-200);
    box-sizing: border-box;
    width: 90%;
    height: 10px;
  }
/* mobile header */
.accordion.accordion-icon-toggle .accordion-icon i {
  color: var(--color-gray-600) !important;
}


/* on collapsed state */
.accordion.in-navbar.accordion-icon-toggle .accordion-header.collapsed .accordion-icon {
  transform: rotate(90deg) !important;
}

.accordion.in-navbar.accordion-icon-toggle .accordion-header.collapsed h3 {
  color: var(--color-gray-600) !important;
}

.drawer-on .collapse:not(.show) .menu-link {
  color: var(--color-gray-600) !important;
}

.drawer-on .collapse.show .menu-link {
  color: var(--color-gray-1000) !important;
}
/* on expand state */
.accordion.in-navbar.accordion-icon-toggle .accordion-header:not(.collapsed) .accordion-icon {
  transform: rotate(-90deg) !important;
}

  .accordion.in-navbar.accordion-icon-toggle .accordion-header:not(.collapsed) .accordion-icon:not(.white-icon) i {
    color: var(--color-gray-1000) !important;
  }
/**********************/
/* blur header */
.header.blur {
  background: #c9c9cb7a 0% 0% no-repeat padding-box !important;
  opacity: 1;
  backdrop-filter: blur(7px );
  -webkit-backdrop-filter: blur(7px);
  position: fixed;
  width: 100%;
  height: 65px;
}

.drawer.aside .header {
  background: #c9c9cb7a 0% 0% no-repeat padding-box !important;
}

.drawer.aside .header-logo {
  justify-content: flex-start !important;
}

.drawer.aside .la-angle-down {
  color: #B5B5C3 !important;
}

.header-fixed[data-kt-sticky-header=on] .header {
  background: #c9c9cb7a 0% 0% no-repeat padding-box !important;
  opacity: 1;
  backdrop-filter: blur(7px );
  -webkit-backdrop-filter: blur(7px);
}

.line-height-18 {
  line-height: 1.8 !important;
}

.drawer-on .text-white,
.header-fixed[data-kt-sticky-header=on] .header .text-white,
.header-fixed[data-kt-sticky-header=on] .header .la-angle-down,
.header-fixed[data-kt-sticky-header=on] .header .btn.btn-icon,
.drawer-on .bi-x-circle,
.header-fixed[data-kt-sticky-header=on] .header .flaticon-search,
.header-fixed[data-kt-sticky-header=on] .header .nav-item-text {
  color: var(--text-dark) !important;
}

.header-fixed[data-kt-sticky-header=on] .drawer-on {
  padding-top: 30px !important;
}

.header-fixed[data-kt-sticky-header=on] .header .nav-item-icon.white {
  display: none !important;
}

.header-fixed[data-kt-sticky-header=on] .header .nav-item-icon.dark {
  display: inline-block !important;
}

.header-fixed[data-kt-sticky-header=on] .aside .group-div21 {
  margin-top: 40px !important;
}
/*************************/
.carousel-indicators [data-bs-target] {
  border: 0px !important;
  border-radius: 50px !important;
  height: 10px;
  width: 10px;
}
/************** end of header *************************/
.gray-background-layout {
  height: 450px;
  width: 100%;
}

.gray-background {
  margin-top: 60px;
  height: 325px;
  width: 100%;
  background-color: var(--bg-gray) !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twitter-card-container {
  position: absolute;
  top: -35px;
  width: 50%;
  height: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 16px 32px #0000001A;
}

.notfound-card-container {
  position: absolute;
  width: 50%;
  height: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 16px 32px #0000001A;
}

.menu-subnav .menu-item .menu-link .menu-text::before {
  content: '';
  width: 6px;
  color: orangered;
  height: 2px;
  border-bottom: 3px solid var(--color-brown-200);
  display: inline-block;
  margin: auto 5px;
  bottom: 0px;
  position: relative;
  transition: all 0.4s;
}
/* burger nav menu */
.header-fixed[data-header-scroll=on] .header .blure-layer {
  position: absolute;
  top: -7px;
  width: 102%;
  z-index: -1;
  height: 109%;
  background: #ffffffe0;
  right: -7px;
  left: -7px;
  backdrop-filter: blur(1px);
}

.overflow-x-auto {
  overflow-x: auto;
  overflow-y: hidden;
}

.b-none {
  border: none;
}

.pointer {
  cursor: pointer;
}

.gap-10 {
  gap: 10px;
}

.gap-25 {
  gap: 25px;
}

.gap-35 {
  gap: 35px;
}
/* Common Style*/
.custom-dropdown-item {
  position: relative;
  height: 35px;
}

  .custom-dropdown-item:hover .menu-items,
  .custom-dropdown-item:hover .nav-item {
    background-color: white;
    color: #3C3D3D;
    opacity: 1;
    transition: all 0.6s;
  }

  .custom-dropdown-item:hover .nav-item-icon.white {
    display: none;
  }

.nav-item-icon.dark {
  display: none;
}

.nav-item-text {
  color: white;
}

  .nav-item-text::after {
    content: '';
    width: 75%;
    color: orangered;
    height: 2px;
    border-bottom: 2px solid orangered;
    display: none;
    margin: auto 5px;
    bottom: 0px;
    position: absolute;
    transition: all 0.4s;
    right: 0px;
  }

.nav-item:hover .nav-item-text,
.custom-dropdown-item:hover .nav-item-text {
  color: #3c3d3d !important;
}

  .custom-dropdown-item:hover .nav-item-text::after {
    display: inline-block !important;
  }

.custom-dropdown-item:hover .nav-item-icon.dark {
  display: inline !important;
}

.custom-dropdown-item:hover .menu-items {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.custom-dropdown-item {
  max-width: 160px;
  width: fit-content;
}

  .custom-dropdown-item .nav-item {
    width: 100% !important;
    padding: 8px 5px;
    border-start-end-radius: 8px;
    border-start-start-radius: 8px;
  }

.nav-item {
  padding: 5px;
}

  .nav-item.nav-item:hover {
    background-color: white;
    border-radius: 8px;
    color: #3C3D3D;
  }

.nav-item-icon {
  margin: 0 5px;
}

.menu-items {
  position: absolute;
  bottom: 0;
  min-width: 165px;
  width: max-content;
  top: 100%;
  height: fit-content;
  border-radius: 8px;
  border-start-start-radius: 0px;
  padding: 20px 8px;
  display: none;
}

.custom-dropdown-item .menu-item .hide {
  opacity: 0 !important;
}

.menu-item:hover .hide {
  opacity: 1;
}

.menu-item:hover .menu-item-text::before {
  width: 16px;
}

.menu-subnav .custom-dropdown-item:hover .menu-subitem .menu-item-text::before {
  width: 16px;
}

.menu-subnav1 .custom-dropdown-item:hover .menu-subitem1 .menu-item-text::before {
  width: 16px;
}

.menu-subnav2 .custom-dropdown-item:hover .menu-subitem2 .menu-item-text::before {
  width: 16px;
}

.menu-subnav3 .custom-dropdown-item:hover .menu-subitem3 .menu-item-text::before {
  width: 16px;
}

.menu-subnav4 .custom-dropdown-item:hover .menu-subitem4 .menu-item-text::before {
  width: 16px;
}

.menu-subnav5 .custom-dropdown-item:hover .menu-subitem5 .menu-item-text::before {
  width: 16px;
}


.menu-subnav .hide {
  opacity: 0;
}

.menu-subnav .custom-dropdown-item:hover .menu-subitem .hide {
  opacity: 1;
}

.menu-subnav1 .custom-dropdown-item:hover .menu-subitem1 .hide {
  opacity: 1;
}

.menu-subnav2 .custom-dropdown-item:hover .menu-subitem2 .hide {
  opacity: 1;
}

.menu-subnav3 .custom-dropdown-item:hover .menu-subitem3 .hide {
  opacity: 1;
}

.menu-subnav4 .custom-dropdown-item:hover .menu-subitem4 .hide {
  opacity: 1;
}

.menu-subnav5 .custom-dropdown-item:hover .menu-subitem5 .hide {
  opacity: 1;
}


.menu-item-text {
  margin-left: 8px;
}

  .menu-item-text::before {
    content: '';
    width: 6px;
    color: orangered;
    height: 2px;
    border-bottom: 3px solid orangered;
    display: inline-block;
    margin: auto 5px;
    bottom: 4px;
    position: relative;
    transition: all 0.4s;
  }

.menu-nav.group-nav-mobile {
  display: none !important;
}

.nav-menu-submenu {
  display: none;
}

.nav-menu-submenu1 {
  display: none;
}

.nav-menu-submenu2 {
  display: none;
}

.nav-menu-submenu3 {
  display: none;
}

.nav-menu-submenu4 {
  display: none;
}

.nav-menu-submenu5 {
  display: none;
}


.menu-subnav.menu-item-submenu:hover .custom-dropdown-item .nav-menu-submenu1 {
  display: flex;
}

.menu-subnav1:hover .custom-dropdown-item .nav-menu-submenu2 {
  display: flex;
}

.menu-subnav2:hover .custom-dropdown-item .nav-menu-submenu3 {
  display: flex;
}

.menu-subnav3:hover .custom-dropdown-item .nav-menu-submenu4 {
  display: flex;
}

.menu-subnav4:hover .custom-dropdown-item .nav-menu-submenu5 {
  display: flex;
}

.menu-subnav.menu-item-submenu .custom-dropdown-item {
  position: relative;
}

.nav-menu-submenu-layer {
  position: absolute;
  width: 250px;
  top: 0px;
}

.nav-menu-submenu {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.nav-menu-submenu1 {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.nav-menu-submenu2 {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.nav-menu-submenu3 {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.nav-menu-submenu4 {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.nav-menu-submenu5 {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  width: 215px;
}

.hero-section {
  position: relative;
  top: -94px;
  height: 118vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-indicators {
  bottom: 20px !important;
}

.filter-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  background: linear-gradient(309deg, #111111 0%, #D1D1D1 100%) 0% 0% no-repeat padding-box !important;
  opacity: 0.59;
  z-index: 1;
}

.hero-info {
  padding: 15px;
  position: absolute;
  top: 65%;
  right: 10% !important;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: 50%;
  height: 92px;
}

  .hero-info h2 {
    text-align: start;
    margin-bottom: 25px;
  }

  .hero-info button {
    cursor: pointer;
    border: 1px solid var(--color-gray-800);
    background-color: var(--color-gray-1000);
    border-radius: var(--br-lg);
    width: 170px;
    height: 40px;
    color: white;
    padding: 8px;
  }

.title {
  font-size: var(--font-size-6xl);
  line-height: 50px;
  display: inline-block;
  width: 251px;
  position: relative;
}

  .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    border-top: 5px solid var(--color-brown-200);
    box-sizing: border-box;
    width: 75px;
    height: 10px;
  }

.content-web {
  position: relative;
  top: -40px;
}

.content-web-home {
  position: relative;
  top: -94px;
}

.content-web-home-page {
  position: relative;
  top: -109px;
}

.link-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 241px;
  height: 40px;
  border-radius: var(--br-lg);
  background-color: var(--color-gray-1200);
  font-size: var(--font-size-xl);
  font-weight: 500;
  text-align: center;
}

  .link-btn.active {
    background-color: var(--color-gray-1000);
    color: #e5e6ea;
  }

.lastNews-section {
  margin-top: 90px;
  display: flex;
  overflow-x: auto;
  position: relative;
  overflow-y: hidden;
  height: 700px;
}

  .lastNews-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  .lastNews-section::-webkit-scrollbar {
    display: none;
    height: 10px;
    border-radius: 5px;
    background-color: #F5F5F5;
  }

  .lastNews-section::-webkit-scrollbar-thumb {
    background-color: #7c7c7c;
    border: 2px solid #7c7c7c;
    border-radius: 5px;
  }
/* twitter scroll section */
.twitter-section-card {
  overflow-y: auto;
}

  .twitter-section-card::-webkit-scrollbar-track {
    background-color: #ffffff !important;
    padding: 5px !important;
    width: 25px !important;
  }

  .twitter-section-card::-webkit-scrollbar {
    display: block !important;
    height: 10px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    margin: 2px !important;
    width: 10px !important;
  }

  .twitter-section-card::-webkit-scrollbar-thumb {
    background-color: #E0E0E4 !important;
    border: 2px solid #E0E0E4 !important;
    border-radius: 20px !important;
    width: 25px !important;
  }
/***************************/
.custom-card {
  position: relative;
  width: 269px;
  height: 550px;
  flex-shrink: 0;
}

  .custom-card .card-link-text {
    width: calc(100% - 8px);
    text-decoration: underline;
    display: none;
    margin: 0 5px;
    font-size: 13px;
  }

  .custom-card .custom-card-conatiner {
    height: 100%;
    width: 100%;
    border-radius: var(--br-lg);
    background: linear-gradient(181deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%),rgb(255 255 255), #f8fafa);
    box-shadow: 0 3px 12px rgb(0 0 0 / 16%);
    transition: all 0.3s;
  }

.des1 {
  position: absolute;
  top: calc(50% + 83px);
  left: 19.5px;
  font-size: var(--font-size-base);
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  margin: 0 15px;
  transition: all 0.4s !important;
}

.des2 {
  position: absolute;
  top: calc(50% + 40px);
  left: 22.5px;
  font-size: var(--font-size-sm);
  color: var(--color-gray-500);
  display: none;
  opacity: 0.75;
}

.des1, .des2 {
  text-align: center;
  color: var(--color-gray-1000);
}

.scaled-icon {
  position: relative;
  width: calc(100% + 34px);
  border-radius: var(--br-lg) var(--br-lg) 0 0;
  max-width: 100%;
  overflow: hidden;
  height: 335px;
  object-fit: cover;
}

.custom-card:hover .rectangle-div13 {
  background: white;
}

.rectangle-div13 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-lg);
  background: linear-gradient(181deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%),rgb(255 255 255), #f8fafa);
  box-shadow: 0 3px 12px rgb(0 0 0 / 16%);
  transition: all 0.3s;
}

.custom-card.top {
  margin-bottom: 60px;
}

.custom-card.bottom {
  margin-top: 60px;
}

.custom-card:hover .scaled-icon {
  display: none;
}

.custom-card:hover .des1 {
  position: absolute;
  top: calc(10% );
  left: 19.5px;
  font-size: var(--font-size-base);
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
}

.custom-card .card-link {
  position: absolute;
  top: calc(50% + 130px);
  left: calc(50% - 23px);
  text-align: right;
  display: flex !important;
  color: var(--color-teal-100);
}

.custom-card .link-text {
  width: calc(100% - 8px);
  text-decoration: underline !important;
  display: none;
  margin: 0 5px;
  font-size: 13px;
}

.custom-card .date {
  position: absolute;
  top: calc(50% - 105px);
  right: 15.5px;
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: none;
}

.arrow {
  width: calc(100% - 8px);
  top: calc(50% - 9.5px);
  display: none;
  color: brown;
  font-weight: bold;
  font-size: 15px;
}

.custom-card:hover .arrow,
.custom-card:hover .date,
.custom-card:hover .card-link-text,
.custom-card:hover .des2 {
  display: block !important;
}

/* partner section */
.partner-scetion {
  background-color: var(--bg-ligth-gray) !important;
}

.partner-images-section {
  margin: 0 auto !important;
  gap: 30px;
}

  .partner-images-section::-webkit-scrollbar {
    display: none;
  }

.image-box {
  height: 100px;
  position: relative;
  justify-content: center;
  width: fit-content !important;
  min-width: 30%;
}

  .image-box img {
    height: 100%;
  }

  .image-box.uae {
    width: 415px !important;
  }

.bg-muted {
  background-color: #b6b6b65a;
}

.footer-bg .card-title {
  color: #fff !important;
}

.footer-bg .card-header,
.footer-bg .card {
  background-color: #383948 !important;
  border: none !important;
}

.footer .nav-link {
  color: var(--color-white) !important;
  padding: 0px !important;
  text-align: start;
}

.footer-home-page .nav-link {
  color: var(--color-white) !important;
  padding: 0px !important;
  text-align: start;
}

.card-title[data-toggle=collapse]:not(.collapsed) .svg-icon svg {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate(271deg);
  transform: rotate(271deg) !important;
}

.footer h5 {
  text-align: start;
}

.footer-bg {
  background-color: #383948 !important;
}

@media (max-width: 576) {
  .footer-md {
    background-color: #383948 !important;
    color: #eeeeeee5;
    gap: 5px;
    margin-top: -50px !important;
    z-index: 2 !important;
  }
}

.footer {
  background-color: #383948 !important;
  color: #eeeeeee5;
  gap: 5px;
  margin-top: -76px !important;
  z-index: 2 !important;
}

.footer-home-page {
  background-color: #383948 !important;
  color: #eeeeeee5;
  gap: 5px;
  margin-top: -205px !important;
  z-index: 2 !important;
}

.footer .container .footer-row {
  gap: 50px;
}

.footer-home-page .container .footer-row {
  gap: 50px;
}

.gap-3 {
  gap: 3px;
}

.gap-10 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.footer-social-icon {
  background-color: #b6b6b6b0;
  border-radius: 50px;
}

.custom-footer-input {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background-color: white;
  height: 40px;
  width: 240px;
}

.social-icon-conatiner i {
  font-size: 110%;
}

.footer-btn {
  background-color: #313133;
  border-radius: 4px;
  padding: 3px 6px;
  color: white;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-rate-exp-btn {
  background: #313133 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 2px;
  color: white;
  border: none;
  height: fit-content;
  min-height: 33px;
}

.custom-footer-input input {
  border: none;
  height: 34px;
}

  .custom-footer-input input:focus {
    outline: none;
  }

.link-title {
  color: #313133 !important;
  text-decoration: underline;
}

@media screen and (max-width:1250px) {

  .nav-menu-submenu-layer {
    position: absolute;
    left: auto;
    /*right: -225px;*/
    width: 250px;
    top: 0px;
  }

    .nav-menu-submenu-layer .nav-menu-submenu {
      width: 205px !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      border-radius: 0px 15px 15px 15px;
    }

  .hero-section {
    background-size: 100%;
    background-position: bottom;
    height: 800px;
  }
}


@media screen and (max-width:991px) {
  .hero-info {
    top: 70%;
    right: 30px;
    width: 75%;
  }

  .group-div21 {
    flex-direction: column;
  }

    .group-div21 .group-nav {
      display: none !important;
    }

  .menu-nav.group-nav-mobile {
    display: block !important;
  }

  .twitter-card-container {
    width: 75%;
  }

  .gray-background {
    margin-top: 40px;
  }

  .link-btn {
    width: 25%;
  }

  .hero-section {
    height: 656px;
  }
}

@media screen and (max-width:767px) {
  .hero-section {
    height: 547px;
  }

  .hero-info {
    top: 65%;
  }
}

@media screen and (max-width:600px) {
  .partner-images-section {
    direction: rtl;
    width: 100%;
    flex-direction: column;
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-items: center;
  }

  .image-box {
    width: 200px;
    height: 100px !important;
    min-width: auto !important;
  }

    .image-box.uae {
      width: 350px !important;
    }

    .image-box img {
      width: 100%;
    }

  .link-title {
    margin-top: 40px;
    text-decoration: underline;
  }

  .gray-background-layout {
    height: 225px;
  }

  .gray-background {
    width: 100%;
    height: 200px;
    margin-top: 7px;
  }

  .lastNews-section {
    margin-top: 35px !important;
  }

    .lastNews-section .gray-background {
      margin-top: 70px !important;
    }

  .twitter-card-container {
    width: 90%;
    top: -60px;
    height: 400px;
  }

  .link-btn {
    font-size: 90%;
  }

  .hero-section {
    height: 422px;
  }

  .hero-info {
    top: 65%;
  }

    .hero-info h2 {
      font-size: 15px !important;
      margin-bottom: 5px !important;
      font-weight: 300;
      line-height: 1.5;
    }

    .hero-info button {
      min-width: 120px;
      width: fit-content;
      height: 40px;
      color: white;
      padding: 8px;
    }
}

@media screen and (max-width:450px) {
  .hero-section {
    height: 386px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    visibility: hidden !important;
  }

  .logo-sticky,
  .logo-default {
    height: 40px !important;
    margin: auto !important;
  }

  .hero-info {
    top: 67%;
    justify-content: center !important;
    align-items: center !important;
  }

    .hero-info h2 {
      text-align: center !important;
    }

  .carousel-indicators {
    height: 35px !important;
    bottom: 70px !important;
  }
}
