/* Header Container */

html {
  scroll-behavior: smooth;
}

.header .dnd-section {
  padding: 0;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}
.custom-menu-primary.mega-menu {
  display: none;
}
.header--landing-page .header__container {
  justify-content: center;
}
header.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 22px 0px 0; 
}
header.header .content-wrapper {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(135, 135, 135, 0.15);
  backdrop-filter: blur(7.5px);
  border-radius: 11px;
  display: flex;
  max-width: 1320px;
  padding: 27px 77px;
  transition:background ease 0.3s;
}
header.header .content-wrapper {
  display: flex;
}
.custom-logo {
  font-size: 0;
}
.header-nav__trigger {
  display: none;
}
.header-right-side.mobile-show {
  display: none;
}
header.header .header-left-side {
  display: flex;
  width: 100%;
  align-items: center;
}
.custom-logo img {
  width: 163px !important;
}
header.header.scroll.default .content-wrapper {
  background: #111;
}

.custom-menu-primary {
  padding-left: 38px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0;
  padding-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  transition:all ease 0.3s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a svg{
  fill: #3C40F0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active > a:after {
  width: calc(100% - 21px);
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding-right: 50px;
}
.custom-menu-primary .hs-menu-children-wrapper > li.active > a {
  background: #fff;
  color: #272c68;
}
table {
  width: 100%;
}

.header-right-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-right-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin:0;
}
.header-right-links ul li a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 0;
  margin-top: 0;
  min-width: 147px;
  padding: 13px 32px;
  text-align: center;
  border-radius: 44px;
  font-weight: 700;
  background: #9354FF;
  border-color: #9354FF;
  color: #fff;
}
.header-right-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-right-links ul li a.white:hover {
  background: #272c68;
  color: #fff;
}
.header-right-links ul li a:hover {
  background: rgba(218, 255, 1, 1.0);
  color: #000;
}
.header-right-links ul li a svg {
  height: 24px;
  vertical-align: middle;
  width: 28px;
  position: relative;
  right: 5px;
}

.header-right-links ul li a.button.white {
  width: auto;
  min-width: auto;
}
.header-right-links ul li a.button.white svg * {
  fill: #3c40f0;
  transition:all ease 0.4s;
}
.header-right-links ul li a.button.white {
  background: transparent;
  border-color: #3c40f0;
  color: #3c40f0;
  min-width: auto;
  width: auto;
  padding: 13px 20px;
  padding-right: 30px;
}
.header-right-links ul li a.button.white:focus,
.header-right-links ul li a.button.white:hover {
  background: #272c68;
  border-color:#272c68;
  color: #fff;
}
.header-right-links ul li a.button.white:focus svg *,
.header-right-links ul li a.button.white:hover svg * {
  fill: #fff;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(7.5px);
  left: 0;
  right: 0;
  max-width: 1320px;
  margin: 0px auto;
}

.trigger svg {
  width: 40px;
  height: 30px;
}
.trigger {
  position: absolute;
  top: 32px;
  right: 30px;
  cursor: pointer;
}
.mega-open .custom-menu-primary.mega-menu {
  display: block;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width:100%;
  background:transparent;
  transform: none !important;
  backdrop-filter: none;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul:before,
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul:after{
  display:none;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding: 0;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  max-height: 80vh;
  overflow-y: auto;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li {
  width: 100%;
  margin-bottom:20px;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li > ul {
  padding: 0;
  border: 0;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li > ul > li {
  width: 100%;
  min-height: auto;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 8px 0px;
  min-height: auto;
  height: auto;
  font-size:13px;
  display: block;
}
.custom-menu-primary.mega-menu a svg {
  display: none !important;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 70px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 15px;
}
body .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li.active > a:before,
body .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover:before{
  background: linear-gradient(90deg, rgba(218, 255, 1, 0.00) 0%, rgba(147, 84, 255, 0.40) 49.67%, rgba(218, 255, 1, 0.00) 100%);
  z-index:-1;
}
.custom-menu-primary.mega-menu .hs-menu-children-wrapper::-webkit-scrollbar {
  width: 8px;
}
.custom-menu-primary.mega-menu .hs-menu-children-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-menu-primary.mega-menu .hs-menu-children-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children:before {
  display: none;
}

html[lang="ar"] .custom-menu-primary {
  padding-left: 0;
  padding-right: 0;
}
html[lang="ar"] .custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}
html[lang="ar"] .trigger {
  left: 30px;
  right: auto;
}
body .popup-form .form-inner-wrap h3:first-letter {
  text-transform: uppercase;
}
body .popup-form .form-inner-wrap h3 {
  text-transform: lowercase;
}


@media (max-width: 1370px) {
  .custom-menu-primary.mega-menu .hs-menu-wrapper > ul{
    width: 95vw;
    grid-template-columns: repeat(4, 1fr);
    max-height: 70vh;
  }
}


@media (max-width: 991px) {
  .custom-menu-primary.mega-menu .hs-menu-wrapper > ul{
    width: 95vw;
    grid-template-columns: repeat(1, 1fr);
    max-height: 70vh;
  }
}



@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

header.header.scroll.default {
  position: fixed;
  transform: translateY(0);
  top: 0;
  transition: transform ease 0.4s;
}
header.header.scroll {
  transform: translateY(-100%);
  transition: transform ease 0.4s;
}


@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}
.child-trigger {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg *{
  fill:#fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
  right: 35px;
  position: absolute;
  top: 4px;
  border-radius: 5px;
  background: #302F3A;
  height: 21px;
  width: 21px;
  padding: 4px;
  transition:all ease 0.4s;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding-right: 66px;
}


.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  position: relative;
  padding-left: 70px;
  width: 100%;
  padding-right: 0px;
  white-space: normal;
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  height: auto;
  width: auto;
  transition:all ease 0.4s;
}
.custom-menu-primary .hs-menu-children-wrapper a {
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  transition:all ease 0.4s;
}
.custom-menu-primary .hs-menu-children-wrapper li {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a svg {
  transform: rotate(180deg);
  background:#DAFF01;
  fill: #302F3A;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a svg *{
  fill: #302F3A;
}
.header-right-side {
  margin-left: auto;
  padding-right: 6px;
}
.header-nav__trigger .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #ffffff;
}
.header-nav__trigger .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #ffffff;
  left: 15px;
}
.header-nav__trigger .icon-left::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: -10px;
}
.header-nav__trigger .icon-left::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: 10px;
}
.header-nav__trigger .icon-right::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: -10px;
}
.header-nav__trigger .icon-right::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: 10px;
}
.header-nav__trigger.open .icon-right::after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.header-nav__trigger.open .icon-right::before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.header-nav__trigger.open .icon-left::after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.header-nav__trigger.open .icon-left::before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.header-nav__trigger.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.header-nav__trigger.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li.active > a:before,
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover:before {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(218, 255, 1, 0.00) 0%, rgba(218, 255, 1, 0.40) 49.67%, rgba(218, 255, 1, 0.00) 100%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li.active > a:before,
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.close-menu svg * {
  stroke: #9354ff;
}
.close-menu {
  position: absolute;
  top: 10px;
  font-size: 0;
  left: 10px;
  cursor:pointer;
}
.close-menu svg {
  height: 40px;
  width: 40px;
}

html[lang=ar] .header-right-side {
  margin-left: 0;
  margin-right: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
html[lang="ar"] .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-left:0;
  padding-right:50px;
}
html[lang="ar"] .custom-logo img {
  width: 130px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before {
  content: "";
  position: absolute;
  top: 0;
  height: 62px;
  width: 100px;
}
.custom-menu-primary.mega-menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
  margin: 0 !important;
}

@media (min-width: 1301px) {
  .custom-menu-primary.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    min-height: 50px;
    white-space: nowrap;
  }
}

@media (max-width: 1300px) {
  header.header .content-wrapper {
    max-width: calc(100% - 40px);
    padding: 27px 30px;
  }
  .header-right-side {
    padding-right: 46px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg{
    right:22px;
  }
  .custom-menu-primary {
    padding-left: 20px;
  }
}


@media (min-width: 1024px) and (max-width: 1150px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
  body .header-right-links ul li a {
    min-width: 120px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1024px) {
  header.header .content-wrapper {
    padding-left:30px;
    padding-right:30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding-right: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children svg {
    right: 15px;
  }
  body .header-right-links ul li a {
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
    margin-left: 6px;
  }
}


@media (min-width: 992px) {
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    border-radius: 8px;
    width: 875px;
    padding: 18px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(7.5px);
    pointer-events:none;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li {
    width: 33.3333%;
    border: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    height: 41px;
    width: 100px;
    top: -41px;
  }
  header.header .header-left-side .custom-menu-primary.mobile {
    display: none !important;
  }
  .custom-menu-primary.mobile {
    display: none;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    transition: transform ease 0.3s;
    transform: translateY(30px);
  }
  .custom-menu-primary .hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    transform: translateY(36px);
    pointer-events:auto;
  }
  .custom-menu-primary .hs-menu-children-wrapper > li {
    border-bottom:1px solid rgba(255,255,255,0.1);
  }
  .custom-menu-primary .hs-menu-children-wrapper > li:last-child {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children) > a:before {
    width: calc(100% - 26px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children).active > a:after {
    width: calc(100% - 26px);
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    left: auto;
    right: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    padding-right: 70px;
    padding-left: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a svg {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1380px) {
  .custom-menu-primary .hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    transform: translateY(36px);
    pointer-events: auto;
    margin-left: -153px;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    width: 800px;
  }

}

@media (min-width: 992px) and (max-width: 1150px) {
  .custom-menu-primary .hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    transform: translateY(36px);
    pointer-events: auto;
    margin-left: -153px;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    width: 700px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13.333px;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 18px;
  }
  body .header-right-links ul li a {
    min-width: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-logo img {
    width: 130px !important;
  }
  header.header .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trigger {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before{
    display:none;
  }
  .header-right-side {
    padding-right: 0;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    padding-right:10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
    background: transparent !important;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }
  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }
  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }
  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }
  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }
  .header__language-switcher-label {
    position: static;
  }
  .header__language-switcher-label-current {
    display: none;
  }
  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  header.header {
    min-height: 68px;
  }
  .custom-menu-primary {
    display: none;
  }
  .header-nav__trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 9999;
    height: 40px;
    width: 50px;
    cursor:pointer;
  }
  header.header .header-left-side {
    padding-right: 48px;
  }
  header.header .header-left-side .custom-menu-primary.desktop {
    display: none !important;
  }
  .custom-menu-primary.mobile {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(7.5px);
    display: block;
    height: 100vh;
    left: auto;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: -400px;
    transition: all .4s ease;
    width: 400px;
    top: 0;
    z-index: 999;
    padding: 130px 0px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li  > ul {
    position: static !important;
    left: 0;
    display: none;
  }
  .child-trigger {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a > svg {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
    font-size: 16px;
    padding: 16px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
    display: none;
    background: #fff;
  }
  body.menu-open {
    overflow: hidden;
  }
  .header-nav__trigger.open.is-open .icon-left:after, .header-nav__trigger.open.is-open .icon-left:before {
    background: #fff;
  }
  .header-nav__trigger.open .icon-right:after, .header-nav__trigger.open .icon-right:before {
    background: #ffff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    padding: 0;
    width:100%;'
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding: 0;
    width:100%;'
  }
  .menu-open .custom-menu-primary.mobile {
    right: 0;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
    right: 19px;
    top: 19px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 33px;
    cursor:pointer;
    z-index:99;
  }
  .child-trigger svg * {
    fill: #fff;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper:before{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:focus, .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
    display: none;
    left: 0;
    position: static !important;
    background: #fff;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    z-index: 99 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-children-wrapper a {
    color: #000;
    font-size: 16px;
    padding: 10px 37px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  }
  .custom-menu-primary .hs-menu-children-wrapper li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .child-trigger.is-open svg {
    transform: rotate(90deg);
  }
  .child-trigger svg {
    transition: all ease 0.3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus, .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-children-wrapper > li.active > a {
    background: #3c40f0;
    color: #fff;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper{
    left: auto;
    right: 0;
  }

  html[lang="ar"] .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    padding: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  html[lang="ar"] .child-trigger {
    right: auto;
    left: 0;
    transform: rotate(180deg);
    padding: 30px;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    padding-right: 70px;
    padding-left: 10px;
  }
  html[lang="ar"] header.header .header-left-side {
    padding-right: 0;
    padding-left: 48px;
  }
  html[lang="ar"] .header-nav__trigger {
    left: 20px;
    right: auto;
  }
  html[lang="ar"] .header-nav__trigger .icon-left {
    left: 0;
  }
  html[lang="ar"] .custom-menu-primary.mobile {
    left: -400px;
    right: auto;
  }
  html[lang="ar"] .menu-open .custom-menu-primary.mobile {
    left: 0;
    right: auto;
  }
  .custom-menu-primary.mobile{
    padding-top:90px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg{
    transition:all ease 0.3s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover svg * {
    fill: #9354ff;
  }
  .custom-menu-primary.mobile .social-links a:hover svg {
    fill: #fff;
  }
  .trigger {
    display: none;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  header.header .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .header-nav__trigger {
    right: 0;
    top: 11px;
  }
  body .header-right-side {
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 6px;
  }
  body .header-right-links ul li a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
  }
  body .header-right-links ul li a.button.white {
    padding-left: 14px;
    padding-right: 15px;
    font-size: 14px;
  }
  body header.header .header-left-side {
    padding-right: 48px;
  }
  .custom-menu-primary.mobile {
    width: calc(100% - 100px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    padding: 14px 20px;
    padding-right: 30px;
  }
  .child-trigger {
    padding: 28px;
  }
  .header-right-side {
    display: none;
  }
  header.header .content-wrapper {
    background-color: rgba(0, 0, 0, 0.09);
  }
  html[lang="ar"] .header-nav__trigger {
    top: 8px;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    min-height:45px;
  }
}

@media (max-width: 400px) {
  body .header-right-links ul li a.button.white {
    border: 0;
    padding: 0;
  }
  body .header-right-links ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }

}