.language{
    color: #7781BB;
    text-align: center;
    font-family: Tajawal-Regular;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    display: contents;
}
.languageIcon{
    right: -30%;
    top: 0;
    position: absolute;
}
.hamburger {
    margin: 0 auto;
    /* margin-top: 30px; */
    width: 30px;
    height: 27px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #05146E;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}
.hamburger .bar1{width: 20px;}
.hamburger .bar2{width: 30px;}
.hamburger .bar4{width: 15px;}
.bar1 {
    top: 4px;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}
.hamburger3 .bar1 {
    transform-origin: 5%;
}

.hamburger3 .bar4 {
    transform-origin: 5%;
}

/* .checkbox3:checked + label > .hamburger3 > .bar1{
    transform: rotate(45deg);
    height: 3px;
    width: 100%;
    top: 5px;
}

.checkbox3:checked + label > .hamburger3 > .bar3{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4{
    transform: rotate(-45deg);
    height: 3px;
    width: 100%;
} */

.bar1.active{
    transform: rotate(45deg);
    height: 3px;
    /* width: 42px; */
    width: 100%;
    top: 5px;
}

.bar3.active{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.bar2.active{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.bar4.active{
    transform: rotate(-45deg);
    height: 3px;
    /* width: 42px; */
    width: 100%;
}

.navbar-style {
    position: sticky;
    top: 0;
    z-index: 999;
    background: transparent;
    width: 100%;
    height: 75px;
    padding: 24px 80px;
    border-bottom:  1px solid #F3F5FF;;
    animation: slideUp 0.35s ease-out;
    background-color: #ffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.navbar-style.active {
    position: fixed;
}
.main-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 30px;
}
.contact-link {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6699d5;
    color: white;
    text-decoration: none;
    width: fit-content;
    height: auto;
    padding: 10px 16px;
    transition: 0.3s;
    border-radius: 8px;
    border: 3px solid #6699d5;
    text-transform: capitalize;
    float: right;
}
.contact-link:hover {
    color: #6699d5;
    background-color: white;
    border: 3px solid #6699d5;
    transition: 0.3s;
}
.doubble-arrow {
    width: 20px;
    height: 15px;
    position: relative;
    bottom: 2px;
}
.doubble-arrow-blue {
    width: 20px;
    height: 15px;
    display: none;
}
.dropdown-menu {
    box-shadow: 0px 4px 16px rgba(184, 184, 184, 0.25);
    border-radius: 5px;
    border: none !important;
    left: 0;
    transition: 0.4s;
    background: #ffffff;
    width: 100%;
    min-width: 300px !important;
    padding: 8px 0 24px 0 !important;
}
.dropdown-menu li:not(:first-child) {
    margin-top: 5px;
}
.dropdown-item {
    font-family: Poppins-Regular, sans-serif;
    font-size: var(--font-size-16) !important;
    width: 100%;
    padding: 0 !important;
    clear: both;
    font-weight: 400;
    color: var(--primary-blue-color) !important;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 0%);
    border: 0;
    text-align: initial;
    display: flex !important;
    align-items: center;
    gap: 12px;
}
.dropdown-item:hover {
    color: var(--primary-green-color) !important;
    background-color: #f5fbf7 !important;
    text-decoration: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
    transition: 0.4s;
}
.border-after:hover.border-after::before {
    background-color: var(--primary-green-color);
}
.border-after::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 44px;
    background-color: var(--primary-green-color);
}
.border-after span {
    padding: 10px 12px;
}
.navbar-nav {
    gap: 30px;
}
.menu-nav-link,
.menu-nav-link:focus,
.dev-link,
.dev-link:focus,
.menu-nav-link:hover{
    position: relative;
    text-transform: capitalize;
    color: #7781BB!important;
    text-align: center;
    font-family: Tajawal-Regular;
    font-size: 17px;
    border: unset;
}
.menu-nav-link.active{
  color: #05146E!important;
  font-family: Tajawal-Bold;
}
.dev-link:hover {
    font-weight: bold;
    color: #6699d5 !important;
}
/* .menu-nav-link.active:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #6699d5;
    border-radius: 50%;
} */
.dropdown-menu-link:hover.dropdown-menu-link::after {
    border-color: var(--primary-green-color);
    transform: rotate(45deg);
    transition: 0.4s;
    top: 20px;
}
.dropdown-menu-link::after {
    content: "";
    position: absolute;
    right: -7px;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    top: 17px;
    transform: rotate(225deg);
    transition: 0.4s;
}
.bars-icon {
    font-size: 32px;
    cursor: pointer;
    position: relative;
    top: 1px;
    right: 63px;
    float: left;
    display: none;
}
.nav-flex {
    display: flex !important;
}
/* .navbar-nav-style {
    justify-content: center;
    align-items: center;
} */
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 75px;
    left: 0;
    background: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 75%;
}

.overlay a,
.overlay a:hover,
.overlay a:focus {

    padding: 8px;
    text-decoration: none;
    font-size: 21px;
    color: #05146E !important;
    display: block;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
    font-family: Tajawal-Medium;
    align-items: start;
    display: flex;
}
.overlay a.joinUs,
.overlay a.joinUs:hover,
.overlay a.joinUs:focus{
    color: white!important;
}
.overlay .closebtn {
    position: relative;
    width: fit-content;
    height: 80px;
    top: 0;
    right: 23px;
    display: flex;
    align-items: center;
}
.desktop-hide {
    display: none;
}
.mobile-hide {
    display: flex;
}
.logo-bars-div {
    display: none;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
    .logoImg{
        width: 49%;
    }
    .main-logo-link {
        display: flex;
    }
    .main-logo-link img {
        width: 100%;
    }
    .logo-bars-div {
        position: absolute;
        top: -8px;
        right: -68px;
        display: block;
        left: 0;
    }
    .bars-icon {
        display: block;
        /* width: 10px; */
    }
    .overlay a {
        font-size: 22px;
    }
    .overlay .closebtn {
        top: 0;
        left: 5px;
    }
    .closebtn img {
        width: 100%;
        height: 35px;
    }
    .contact-link {
        font-size: 18px;
        padding: 8px 10px;
    }
    .desktop-hide {
        display: flex;
    }
    .mobile-hide {
        display: none!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bars-icon {
        display: block;
        font-size: 43px;
    }
    .logo-bars-div {
        position: absolute;
        top: -8px;
        display: block;
        left: 0;
    }
    .overlay a {
        font-size: 32px !important;
    }
    .closebtn img {
        width: 45px;
        height: 100%;
    }
    .navbar-style {
        height: auto;
    }
    .mobile-hide {
        display: none!important;
    }
}