.header-contact-btn {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    border-radius: 10px;
    background: #0A40A8;
    border: 0px;
    padding: 10px 20px;
    padding: 11px 20px;
	transition: 1s;
}
.header-contact-btn:hover{
	background-color: transparent;
    border: 0.937px solid rgba(255, 255, 255, 0.60) !important;
}
.logo {
    width: 100%;
}

.en-ab-btn {
    border-radius: 10px;
    border: 1px solid #3D3D3D;
    background: #050505;
    backdrop-filter: blur(52px);
    padding: 6px;
	    display: flex;

}

.active-1 {
    border-radius: 5px;
    box-shadow: 0px 4px 30px 0px rgba(97, 176, 148, 0.10);
    padding: 5px 15px;
    border: 0px;
    color: #FEFFFE;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    /* 573.333% */
}

.active-2 {
    border-radius: 5px;
    box-shadow: 0px 4px 30px 0px rgba(97, 176, 148, 0.10);
    padding: 5px 15px;
    border: 0px;
    color: #FEFFFE;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.sub-arabic {
    margin-right: 20px;
    margin-left: 20px;
}

.menu-link {
    color: #ffffffc7;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-left: 15px;
}

.menu-link.active {
    color: #fff;
}

.menu-link:hover {
    color: #fff;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.scrolled {
    background-color: #0C0C0C;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    background-color: #0C0C0C;
    border: 0px;
}

.dropdown-item {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #0A40A8;
    color: #FFF;
}

.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 2em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0rem;
}
.sub-arabic1{
	display:none !important;
}