.elementor-107219 .elementor-element.elementor-element-5b49487c:not(.elementor-motion-effects-element-type-background), .elementor-107219 .elementor-element.elementor-element-5b49487c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-107219 .elementor-element.elementor-element-5b49487c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;z-index:120;}.elementor-107219 .elementor-element.elementor-element-5b49487c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-107219 .elementor-element.elementor-element-33a9b320:not(.elementor-motion-effects-element-type-background), .elementor-107219 .elementor-element.elementor-element-33a9b320 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-107219 .elementor-element.elementor-element-33a9b320 > .elementor-container{max-width:1400px;}.elementor-107219 .elementor-element.elementor-element-33a9b320{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-107219 .elementor-element.elementor-element-33a9b320 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-107219 .elementor-element.elementor-element-33a9b320{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-107219 .elementor-element.elementor-element-5b49487c{z-index:10;}.elementor-107219 .elementor-element.elementor-element-33a9b320{padding:0px 0px 0px 0px;z-index:10;}.elementor-107219 .elementor-element.elementor-element-e6d3eca > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-4aae5926 */@media(min-width:1250px) {
    
nav {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    z-index: 100;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
}   

.main-logo {
    min-width: 160px;
}

#desktop-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
} 

#desktop-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    margin-bottom: 0 !important;
}  

.elementor-107219 .elementor-element.elementor-element-4aae5926 #desktop-main-menu li a {
    font-family: "Red Hat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    position: relative;
    transition: color 0.2s ease-out;
}

.elementor-107219 .elementor-element.elementor-element-4aae5926 #desktop-main-menu li:last-of-type a {
    color: #8d8b97  !important;
}

.elementor-107219 .elementor-element.elementor-element-4aae5926 #desktop-main-menu li:first-of-type a,
.elementor-107219 .elementor-element.elementor-element-4aae5926 #desktop-main-menu li:first-of-type:hover a,
.elementor-107219 .elementor-element.elementor-element-4aae5926 #desktop-main-menu li:last-of-type:hover a {
  color: #130c34 !important;
}


#desktop-menu {
    padding-left: 0;
    font-family: "Red Hat", sans-serif;
    font-weight: 700;
    color:#130c34;
    display: flex;
    justify-content: end;
    list-style: none;
    margin-bottom: 0 !important;
}

#desktop-menu > a, .header-btns {
    flex-basis: 18%;
}
.header-btns {
    display: flex;
    justify-content: flex-end;
}

#desktop-menu li{
    color: #130c34;
}
#desktop-menu li a {
    text-decoration: none;
    color:#130c34 !important;
    display:block;
}
#desktop-menu > li {
    justify-content: center;
    position: relative;
    font-size:16px;
    margin-right: 24px;
    line-height: 24px;
    user-select: none;
}

#desktop-menu > li::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #130c34;
  transform-origin: bottom left;
  transition: transform 0.2s ease-out;
}

#desktop-menu > li:last-of-type{ 
    margin-right: 0;
}
#desktop-menu ul:before {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -20px;
    width: 100%;
}

#desktop-menu > li:hover::after {
    cursor: default;
    transform: scaleX(1);
}

nav #learn-menu #desktop-submenu {
    list-style: none;
    background:#fff;
    border-radius: 6px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    max-height: 0;
    overflow: hidden;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 30px;
    transform: translate(-50%);
    width: 400px;
    transition: all 0.3s ease-out;
}

 .elementor-107219 .elementor-element.elementor-element-4aae5926 #learn-menu:hover #desktop-submenu {
    max-height: 700px !important;
}

.slim{
    max-width:280px;
}

.desktop-submenu-item a {
    font-weight: 700;
    color: #130c34;
}

.desktop-submenu-item a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#desktop-menu li ul li a i{
    transition: all .25s ease;
    font-size:14px;
    color: #fff;
    padding-right: 40px;
    transform: translateX(-50px);
}


#desktop-menu li ul li:hover a i{
    color:#130c34;
    transform: translateX(0);
}

#desktop-menu li ul li{
   margin:24px 0;
}

.new-text {
   color: #6e1ee6;
   font-weight: 700;
   font-size: 10px;
   position: absolute;
   top: -11px;
   right: -15px;
}


.submenu-max{
    max-width: max-content;
}
.submenu-item-subtext {
    display: block;
    padding-top:4px;
    font-size:14px;
    font-weight: 700;
    color:#5a5571;
    font-family: 'Overpass', sans-serif;
}

#desktop-menu li ul li:hover a span, nav ul li ul li:hover a {
    color: #130c34;
}

.fade-in { 
    animation: fadeIn .2s; 
}

.header-btns {
    transform: translateY(12px);
}
  
.header-btns a{
    background:#130c34;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: "Red Hat", sans-serif;
    font-weight:700;
    border: 2px solid transparent;
    white-space: pre;
    transition:.2s all ease;
  }
  .header-btns a:hover{
      background:#111;
      color: #fff;
  }
  .header-btns a:first-of-type{
    background:#f5f7f9;
    border: 2px solid #f5f7f9;
    color: #130c34;
    margin-right:8px;
  }
  .header-btns a:first-of-type:hover{
    background:#eee;
    border: 2px solid #eee;
    color: #130c34;
    margin-right:8px;
  }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }


  @media(max-width:1250px){
      #desctop-nav, #dectop-menu-wrap, #desktop-main-menu, #desktop-menu, .header-btns{
          display: none;
      }
  }

  /*@media(max-width:1160px){*/
  /*    nav {*/
  /*        gap: 16px;*/
  /*    }*/
  /*   #desktop-menu > li {*/
  /*       margin-right: 20px;*/
  /*   }*/
  /*}  *//* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5b49487c */.elementor-107219 .elementor-element.elementor-element-5b49487c {
    display: none;
}

@media(min-width: 1250px) {
    .elementor-107219 .elementor-element.elementor-element-5b49487c {
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6ce803 */@media(min-width: 1251px) {
    #mobile-main-nav {
     display: none;
    }
}

@media(max-width: 1250px) {

#mobile-main-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    z-index: 99999;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 20px 30px;
    font-family: "Red Hat", Sans-serif;
}   

.main-logo {
    width: 160px;
}

.app-mobile {
    background: #130c34;
    color: #fff !important;
    padding:8px 10px;
    border-radius:25px;
    font-size: 16px;
    font-family: "Red Hat", Sans-serif;
    transition:.2s all ease;
}
.app-mobile:hover {
    background:#111;
    color: #fff;
}


.app-mobile-menu {
    margin-top: 48px;
    padding: 8px 20px;
    font-size: 16px;
    width: fit-content !important;
}


.menu {
  position: relative;
  z-index: 999991;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  overflow-x: hidden;
}

.menu:hover {
    background-color: transparent;
}

.line {
  fill: none;
  stroke: #130c34;
  stroke-width: 8;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}


.mobile-menu {
    background: #fff;
    transform: translateX(110%);
    z-index: 999991;
    position: absolute;
    right: 0;
    top: 90px;
    width: 100%;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    transition: all 0.3s;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-visible {
    transform: translateX(0%);
}

#mobile-main-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 12px;
    font-size: 20px; 
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCCDD;
    width: calc(100% - 40px);
}

#mobile-main-menu a {
    width: 50%;
    height: 100%;
    font-family: "Red Hat", Sans-serif;
}

#mobile-main-menu a:first-of-type {
    color: #130c34;
    width: 100%;
    height: 100%;
    padding: 5px 0; 
}


#mobile-main-menu a:last-of-type {
    color: #8d8b97;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 5px 0px 5px 0; 
}

#mobile-main-menu a:last-of-type:hover {
    color: #130c34;
}

#mobile-menu {
    list-style: none;
    padding: 24px 20px 64px 20px;
    width: 100%;
}

#mobile-menu li {
  font-size: 20px;
  font-weight: 500;
  padding: 16px 0;
}

#mobile-menu li a {
  width: 100%;
  display: inline-block;
}


.new-text {
   color: #6e1ee6;
   font-size: 12px;
   font-weight: 700;
}

.sub-menu-btn, .sub-menu-btn-1 {
   cursor: pointer;
}

.sub-menu-btn div, .sub-menu-btn-1 div  {
      width: 100%;
       display: flex;
       justify-content: space-between;
       align-items: center;
}

.sub-menu-icon, .sub-menu-icon-1 {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    transition: transform 0.4s;
}

.active-sub-menu {
    transform: rotate(-180deg);
}

.sub-menu, .sub-menu-1 {
   list-style: none;
   padding-left: 20px;
   overflow: hidden;
   max-height: 0;
   transition: max-height 0.4s ease-out;
}

.sub-menu li a span, .sub-menu-1 li a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

}


@media(max-width: 768px) {
    .app-mobile-menu {
        display: block;
    }
    
    .app-mobile-header {
        display: none;
    }
    
}

@media(min-width: 769px) {
    .app-mobile-menu {
        display: none;
    }
    
    .app-mobile-header {
        display: block;
    }
    
}/* End custom CSS */