@font-face {
    font-family: GilroyRegular;
    src: url(gilroy-regular.ttf);
}
@font-face {
    font-family: GilroyBold;
    src: url(gilroy-bold.ttf);
}


.desktop-header {
    background-color: white;
    padding: auto;
    height: 4rem;
    box-shadow: 0px 0px 5px 0px rgb(208, 208, 208);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.tabscreen-header {
    background-color: white;
    padding: auto;
    height: 4rem;
    box-shadow: 0px 0px 5px 0px rgb(208, 208, 208);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.menu-icon {
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    margin: auto 0.5rem auto 2rem;
}
.header-menus {
    display: inline-block;
    width: fit-content;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transition: 0.3s ease-in-out;
    margin: auto 1rem; 
} 
.header-menus span {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "GilroyRegular";
    cursor: pointer;
    color: #340969;
    font-weight: 550;
    opacity: 0.9;
} 
.header-menus span i {
    margin-left: 0.25rem;
}
.header-menus:hover > span {
    color: rgb(236, 168, 42);
    opacity: 1;
} 
.header-menus:hover > .submenu-card {
  opacity: 1;
  /* top: 4rem; */
  transform: scaleY(1);
  visibility: visible;
}
.header-menus:hover {
    border-bottom: 5px solid rgb(236, 168, 42);
}
.desktop-header .header-btnSection {
    margin: 0;
}
.desktop-header .header-btnSection .btn {
    font-family: "GilroyBold";
    background-color: rgb(236, 168, 42) !important;
    border-radius: 7px !important;
    color: #340969;
} 
.desktop-header .header-btnSection .signinBtn, .tabscreen-header .header-btnSection .signinBtn {
    font-family: "GilroyBold";
    text-decoration: none;
    font-weight: 700; 
    border-radius: 7px;
    background-color: white !important;
    border: 2px solid rgb(236, 168, 42); 
    color: #340969;
}

.header-menus .submenu-card {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100vw; 
    height: 37rem;
    z-index: 3;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(206, 205, 205);
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.5s; */
    transition: transform 0.25s ease, opacity 0.1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submenu-card .big-submenu-ul {
    padding: 1rem 2rem;
    margin: 0;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: white;
    list-style: none;
    border-right: 1px solid rgb(211, 211, 211);
    overflow-y: auto;
}
.submenu-card .big-submenu-ul .big-submenu-ul-heading {
    font-family: "GilroyBold";
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li {
    font-family: "GilroyRegular";
    list-style: none;
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: rgb(112, 112, 112);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 7px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: start;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li i {
    margin-left: auto;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li:hover, .submenu-card .big-submenu-ul .big-submenu-ul-li.showactive {
    background-color: #340969;
    color: white;
}
.big-submenu-content {
    width: 80%;
    height: 100%;
    padding: 1rem 2rem;
}
.big-submenu-eachContent {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}
.big-submenu-eachContent .eachContent-header {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.big-submenu-eachContent .eachContent-header .heading {
    color: black;
    font-weight: 650;
    font-size: 1.5rem;
    padding-left: 0.25rem;
}
.big-submenu-eachContent .eachContent-header .content {
    color: rgb(112, 112, 112);
    font-weight: 350;
    padding-left: 0.25rem;
}
.big-submenu-eachContent .eachContent-header .btn {
    color: #340969;
    font-size: 0.85rem;
    font-weight: 550;
    border-radius: 7px;
    border: 2px solid rgb(236, 168, 42);
    margin-top: 1rem;
}
.big-submenu-eachContent ul {
    cursor: pointer;
    display: inline-block;
    width: 31%;
    margin: 0;
    padding: 0.75rem;
}
.big-submenu-eachContent h6 {
    font-family: "GilroyBold";
    color: rgb(227, 154, 18); 
    width: 100%; 
    padding: 1rem 1rem 0 1rem;
}
.desktop-header .no-leftmenu {
    width: 100%;
    padding: 2rem;
}
.desktop-header .no-leftmenu ul {
    width: 24%;
}
.big-submenu-eachContent ul .submenu-eachcontent-heading {
    font-family: "GilroyBold";
    font-size: 0.95rem;
    color: black;
    padding: 0.25rem;
}
.big-submenu-eachContent ul .submenu-eachcontent-underline {
    width: 40px;
    height: 3px;
    background-color: rgb(236, 168, 42);
    border-radius: 50px;
    margin: 0 0.25rem;
    margin-bottom: 0.25rem;
    visibility: hidden;
}
.big-submenu-eachContent ul .submenu-eachcontent-content {
    font-family: "GilroyRegular";
    font-size: 0.85rem;
    color: rgb(112, 112, 112);
    padding: 0.25rem;
    font-weight: 350;
    transition: 0.1s ease;
    width: 100%;
}
.big-submenu-eachContent ul:hover > .submenu-eachcontent-underline {
    visibility: visible;
}


.mobile-menu-holderDiv {
    background-color: white;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.mob-submenu-holderDiv {
    background-color: white;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.mobile-menu-holderDiv {
    z-index: 55;
}
.mob-submenu-holderDiv {
    z-index: 60;
}
.mobile-menu-holderDiv.active, .mob-submenu-holderDiv.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.close-menu-icon, .close-submenu-icon  {
    cursor: pointer;
    font-size: 2.5rem;
}
.mob-main-menus-container {
    padding: 1rem;
}
.mob-main-menus-container .mob-main-menu {
    cursor: pointer;
    padding: 0.75rem 0.5rem;
    font-family: 'GilroyRegular';
    font-weight: 600;
    font-size: 1.1rem;
}
.mob-main-menus-container .mob-main-menu i {
    float: right;
}
.each-mob-submenu-holder {
    display: none;
}


.mob-submenu-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mob-submenu-card .mob-big-submenu-ul {
    padding: 1rem;
    margin: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: white;
    list-style: none;
    border-right: 1px solid rgb(211, 211, 211);
    overflow-y: auto;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-heading {
    font-family: "GilroyBold";
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li {
    font-family: "GilroyRegular";
    list-style: none;
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: rgb(112, 112, 112);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 7px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: start;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li i {
    margin-left: auto;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li:hover, .mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li.showactive {
    background-color: rgba(4, 107, 131, 0.7);
    color: white;
}
.mob-big-submenu-content {
    width: 100%;
    height: fit-content;
    padding: 0;
}
.mob-big-submenu-eachContent {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    overflow-y: auto;
}
#mob-product .mob-big-submenu-eachContent, #mob-learning .mob-big-submenu-eachContent, #mob-support .mob-big-submenu-eachContent {
    background-color: whitesmoke;
    border-radius: 7px;
}
.mob-big-submenu-eachContent .mob-eachContent-header {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .heading {
    color: black;
    font-weight: 650;
    font-size: 1.5rem;
    padding-left: 0.25rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .content {
    color: rgb(112, 112, 112);
    font-weight: 350;
    padding-left: 0.25rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .btn {
    color: #340969;
    font-size: 0.85rem;
    font-weight: 550;
    border-radius: 7px;
    border: 2px solid rgb(236, 168, 42);
    margin-top: 1rem;
}
.mob-big-submenu-eachContent ul {
    cursor: pointer;
    display: inline-block;
    width: 47%;
    margin: 0;
    padding: 0.75rem;
}
.mob-big-submenu-eachContent h6 {
    font-family: "GilroyBold";
    color: rgb(227, 154, 18); 
    width: 100%; 
    padding: 1rem 1rem 0 1rem;
}
.mob-submenu-card .no-leftmenu {
    width: 100%;
    padding: 1rem;
}
.mob-submenu-card .no-leftmenu ul {
    width: 47%;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-heading {
    font-family: "GilroyBold";
    font-size: 0.95rem;
    color: black;
    padding: 0.25rem;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-underline {
    width: 40px;
    height: 3px;
    background-color: rgb(236, 168, 42);
    border-radius: 50px;
    margin: 0 0.25rem;
    margin-bottom: 0.25rem;
    visibility: hidden;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-content {
    font-family: "GilroyRegular";
    font-size: 0.85rem;
    color: rgb(112, 112, 112);
    padding: 0.25rem;
    font-weight: 350;
    transition: 0.1s ease;
    width: 100%;
}
.mob-big-submenu-eachContent ul:hover > .submenu-eachcontent-underline {
    visibility: visible;
}



@media screen and (max-width: 374px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.1rem;
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 375px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 1.75rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.25rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 425px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.5rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2.5rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.75rem;
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        padding: 0.25rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 1rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.8rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.15rem;
        font-size: 0.8rem;
    }
    .header-menus span {
        font-size: 1rem;
    } 
}
@media screen and (min-width: 1200px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        padding: 0.4rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 1.25rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.9rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.5rem;
        font-size: 0.9rem;
    }
    .header-menus span {
        font-size: 1.05rem;
    } 
}
@media screen and (min-width: 1300px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        padding: 0.5rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 2.5rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.95rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.75rem;
        font-size: 0.95rem;
    }
    .header-menus span {
        font-size: 1.1rem;
    } 
}