.menu-bg {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.71);
    box-shadow: 0px 4px 20px 0px rgba(73, 109, 159, 0.30);
    backdrop-filter: blur(40px);
    padding: 15px 50px;
}

.menu-bar {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu-text {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    margin-right: 20px;
}

.section-menu-text:hover {
    color: #62B394 !important;
}

.section-menu-text.active {
    color: #62B394 !important;
    position: relative;
}

.section-menu-text.active::after {
    color: #62B394 !important;
    position: absolute;
    content: "";
    bottom: 25%;
    left: 40%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #62B394;
}

.menu-text.active {
    color: #62B394 !important;
    position: relative;
}

.menu-text.active::after {
    color: #62B394 !important;
    position: absolute;
    content: "";
    bottom: 0%;
    left: 40%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #62B394;
}

.menu-text:hover {
    color: #62B394 !important;
}

.navbar-toggler-icon {
    position: relative;
}

.navbar-toggler-icon::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    top: 65%;
    background: #000000;
    left: 0;
    border-radius: 30px;
}

.navbar-toggler-icon::before {
    background: #000000;
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    top: 33%;
    left: 0;
    border-radius: 30px;
}

/* section header start */
.section-menu-bg {
    border-radius: 10px;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0px 4px 20px 0px rgba(73, 109, 159, 0.30);
    -webkit-backdrop-filter: blur(23px) !important;
    backdrop-filter: blur(23px);
}

.section-menu-text {
    color: #636363;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-left: 40px;
    line-height: 60px;
    /* 573.333% */
}

.en-ab-btn {
    border-radius: 5px;
    border: 0.4px solid #959595;
    background: linear-gradient(175deg, rgba(66, 66, 66, 0.25) 0%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0px 4px 20px 0px rgba(73, 109, 159, 0.30);
    backdrop-filter: blur(31.5px);
    padding: 6px;
}

.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: 'Poppins', sans-serif !important;
    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: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.sub-arabic{
    margin-right:20px;
     margin-left:20px;
}
/* section header end */