body{
    font-family: "Inter", sans-serif !important;
}
header {
    background-color: #091A2C;
}
header .navbar-nav .nav-item{
    position:static;
}
.nav-link:hover .megamenu {
    display: block;
}
header .navbar-nav .nav-item .nav-link {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    gap: 8px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    padding: 34px 8px;
}
.tr__gpsinfo-block:hover{
    text-decoration: unset !important;
}
.nav-item:hover .megamenu {
    display: block;
}
header .navbar-nav .nav-item .nav-link:hover,
header .navbar-nav .nav-item .nav-link.tr__menu-active{
    color: var(--orange);
}
header .navbar-nav .nav-item .nav-link.btn {
    background-color: transparent;
    border: 0;
}
header .navbar-nav .nav-item .nav-link img {
    transition: all 0.3s ease-in-out;
    max-width: 16px;
}
header .navbar-nav .nav-item .nav-link:hover img,
header .navbar-nav .nav-item .nav-link.tr__menu-active img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(25%) saturate(7495%) hue-rotate(345deg) brightness(103%) contrast(95%);
    transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-item .nav-link:hover{
    text-decoration: unset;
}
header .navbar-nav .nav-item {
    padding: 0 12px;
}
header nav.navbar {
    padding: 0 60px;
}
header .navbar-nav .nav-item .nav-link.tr__menu-active img {
    /* transform: rotate(180deg); */
    padding-left: 0;
}
header .navbar-nav .nav-item .nav-link.btn:focus {
    box-shadow: unset;
}
.tr__header-right .tr__link-btn {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px 16px;
    white-space: nowrap;
}
.tr__header-right {
    gap: 8px;
}
header .navbar-nav .nav-item .nav-link img {
    max-width: 12px;
}
/* MEGA MENU :: START */
.megamenu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #091A2C;
    display: none;
    top: 100%;
    max-height: 660px;
    overflow-y: auto;
    padding: 3rem 0;
}
.tr__menu-action {
    padding-left: 16px;
}
.megamenu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.megamenu::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

.megamenu::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: ffffff;
}

.megamenu img {
    width: 40px;
    height: 40px;
}
.tr__gpsinfo-block h5 {
    color: #EBF2F5;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.tr__gpsinfo-block {
    padding: 16px 24px;
    margin: 12px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    border-radius: 20px;
}
.custom-gap-24{
    gap: 24px;
}
.megamenu h3 {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 0 0;
    text-transform: unset !important;
}
.tr__menu-action img {
    max-width: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.tr__gpsinfo-block:hover .tr__menu-action img{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.tr__gpsinfo-block:hover{
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(24px);
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}
#resourcesMenu img {
    width: 24px;
    height: 24px;
}
.tr__menu-desc p {
    color: #CCDAE0;
    line-height: 24px;
    padding: 5px 0 0;
}
.megamenu .back-button {
    display: none;
}
.btn.dropdown-toggle:after {
    color: white;
}
.btn-my-acc{
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease-in-out;
    gap: 8px;
    display: flex;
    align-items: center;
}
/* MEGA MENU :: END */


