a {
    text-decoration: none;
    color: #1c1c1c;
}

/* Header Section */
.rk__header_ancq .white__logo path.svg_head_path {
    fill: #fff;
}

.rk__header_ancq .white__logo.nofill path.svg_head_path {
    fill: black;
}

header {
    position: relative;
    width: 100%;
    z-index: 9;
    transition: top 0.6s ease-in-out;
    border-bottom: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.rk__header_ancq {
    transition: 0.1s;
    border-bottom: 0.5px solid #ffffff96;
    background: transparent;

}

header.rk__header_ancq .header_container {
    background-color: transparent;
}

.header_middle_parent svg.white__logo {
    width: 168px;
}

header .white_logo {
    display: none;
}

header.rk__header_ancq .black_logo {
    display: none;
}

header.rk__header_ancq .white_logo {
    display: block;
}

.rk__header_ancq .show {
    display: block !important;
}

.rk__header_ancq .hide {
    display: none !important;
}

header .btn {
    max-width: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 0.625rem;
    margin-top: 1.25rem;
    cursor: pointer;
    font-size: 17px;
}

.glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);

}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: top 0.6s ease-in-out;
}

.header_left a img {
    max-height: 7rem;
}

.header_left,
.hamburger_icon {
    display: none;
}

.header_middle_parent .header_left {
    display: block;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px;
    background: #ffffffa0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    margin: auto;
}

.header_middle_parent {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header__middle__new ul li {
    padding: 24px 0px;
    list-style-type: none;
    text-wrap: nowrap;
}

header .header_right {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.btn_signin,
.btn_signup {
    display: flex;
    width: 120px;
    height: 50px;
    padding: 12px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 133.33%;
    text-transform: capitalize;
    mix-blend-mode: screen;
    background: transparent;
    border: 1px solid #222222;
    transition: border 0.2s ease;
    margin-top: -3px;
    min-width: 120px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.header_right .btn_signup {
    background-color: #000000;
    color: #ffffff;
}

.header_right .btn_signup:hover {
    transform: translateY(-1px);
    box-shadow: 0px 6px 13px 0px rgba(33, 32, 32, 0.4);
}

.header_right .btn_signin:hover {
    transform: translateY(-1px);
    box-shadow: 0px 6px 13px 0px rgba(33, 32, 32, 0.4);
}

.header_right {
    display: flex;
    align-items: flex-start;
}

.header_right a {
    margin-top: 0;
    color: #000000;
    mix-blend-mode: normal;
    border-radius: 0px;
}

.submenu__main {
    position: relative;
}

.menu__li_clk.active__menu a {
    font-weight: 700;
    color: #6FA614;
}

.header__middle__new ul li:hover a,
.header__middle__new .main__li__list.main__li__list__active a {
    color: #6FA614;
    font-weight: 700;

}
.header__middle__new ul li a:before {
    display: none;
    visibility: hidden;
    width: 8px;
    height: 8px;
    overflow: hidden;
    content: "";
    background: #6FA614;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.main__submenu__lists.acc::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.header__middle__new ul li a,
.header__middle__new ul li a p {
    font-family: var(--font-noto);
}

@media (min-width: 1025px) and (max-width: 1330px) {
    .header_container {
        padding-inline: 80px;
    }
}

@media (min-width: 1025px) {
    header.header__new__sec .header_middle_parent {
        transform: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1330px) {
    .header_container {
        padding-inline: 40px;
    }

    header .header_right {
        gap: 8px;
    }

    .header_left a img {
        max-height: 50px;
    }
}

@media (max-width: 1024px) {
    .header__middle__new ul li {
        text-wrap:wrap;
    }
    .header_left {
        display: flex;

        align-items: center;
        gap: 12px;
        justify-content: space-between;
    }

    .hamburger_icon {
        display: flex;
        flex-direction: column;
        row-gap: 7px;
        position: relative;
        z-index: 1;
        width: 27px;
        align-items: center;
        z-index: 2;
        cursor: pointer;
    }

    .header__new__sec .hamburger_icon .side_menu {
        width: 23px;
        height: 2px;
    }

    .header_middle_parent {
        position: fixed;
        height: 100vh;
        align-items: flex-start;
        padding:16px 16px 106px 16px;
        background: white;
        top: 0;
        right: 0;
    }

    header.header__new__sec .header_right {
        gap: 20px;
    }
}

.header__flag {
    transition: transform 0.5s ease-in-out;
}

.mobile__flag__svg {
    position: relative;
    width: 52px;
    height: 52px;
}

.mobile__flag__svg .flag-absolute {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    margin-top: 0;
}

@media (min-width: 1025px) {
    .mobile__header__right {
        display: none;
    }

    .mobile__flag__svg {
        display: flex;
        flex-wrap: wrap;
        align-items: self-start;
    }

    .mobile__flag__svg img {
        width: 100%;
    }

    header.menu__hovered {
        z-index: 2000;
    }

    .blur__submenu {
        position: fixed;
        left: 0;
        right: 0;
        -webkit-backdrop-filter: blur(20px);
        -moz-backdrop-filter: blur(20px);
        -o-backdrop-filter: blur(20px);
        -ms-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        z-index: 200;
        margin: 0 auto;
    }

    header.header__new__sec .header_middle_parent {
        transform: none !important;
    }

    .submenu__row__lft svg {
        width: 32px;
        height: 32px;
    }

    .submenu__row__lft svg.normal__svg {
        filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7500%) hue-rotate(280deg) brightness(97%) contrast(101%);
    }

    .active__svg,
    .submenu__row:hover .normal__svg,
    .submenu__row:active .normal__svg,
    .submenu__row.main__li__list__active .normal__svg,
    .submenu__row.main__li__list__active:hover .normal__svg,
    .submenu__row.main__li__list__active:active .normal__svg {
        display: none;
    }

    .submenu__row:hover .active__svg,
    .submenu__row:active .active__svg,
    .submenu__row.main__li__list__active .active__svg,
    .submenu__row.main__li__list__active:hover .active__svg,
    .submenu__row.main__li__list__active:active .active__svg {
        display: block;
        position: relative;
        top: -2px;
        transition: all 0.4s;
    }

    .main__li__list a svg,
    .mobile__header__right a svg {
        display: none;
    }

    .header__middle__new ul {
        display: flex;
    }

    .header__middle__new ul li a,
    .header__middle__new ul li a p {

        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        color: #2d2d2d;
        line-height: 160%;
        padding: 0 12px;
        transition: all 0.5s;
        position: relative;
    }

    .rk__header_ancq .header__middle__new ul li a,
    .rk__header_ancq .header__middle__new ul li a p {
        color: #fff;
    }

    .rk__header_ancq .btn_signin {
        border: 1px solid #fff;
        color: #fff
    }

    .rk__header_ancq .btn_signup {
        border: 1px solid #fff;
        color: #000;
        background-color: #fff;

    }

    .rk__header_ancq .header__middle__new ul li:hover a,
    .rk__header_ancq .header__middle__new .main__li__list.main__li__list__active a {
        color: #6FA614;
        font-weight: 700;

    }

    .header__middle__new .submenu__main ul li a,
    .header__middle__new .main__li__list.main__li__list__active .submenu__main ul li a {
        font-weight: 400;
        color: #000000;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .header__middle__new .submenu__main ul li a:before {
        display: none;
    }

    .header__middle__new ul li:hover a:before,
    .header__middle__new ul li.main__li__list__active a:before {
        width: 8px;
        height: 8px;
        opacity: 1;
        overflow: visible;
    }

    .submenu__sub__head h3 {

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #000000;
        line-height: normal;
    }

    .submenu__sub__head {
        margin-bottom: -10px;
    }

    .submenu__sub__head.single__row {
        margin-bottom: 20px;
    }

    .header__new__sec .header_container {
        position: relative;
    }
    .landing_banner{
        margin-top: 66px;
    }

    .submenu__row__rgt h4 {

        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #2d2d2d;
        line-height: normal;
    }

    .submenu__row__rgt p {

        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #2d2d2d;
        line-height: normal;
    }

    .submenu__main {
        max-width: 1149px;
        width: 100%;
        position: absolute;
        top: 150%;
        left: 0;
        right: 0;
        transition: all 0.3s;
        margin: auto;
        display: none !important;
    }

    .submenu__main ul {
        position: relative;
        border-top: 0.5px solid rgba(165, 222, 4, 0.2);
        border: 0.5px solid rgba(165, 222, 4, 0.2);
    }

    .submenu__main::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffffcc;
        filter: blur(4);
        opacity: 0.95;
    }

    .main__submenu__lists li:hover .submenu__main,
    .main__submenu__lists li:active .submenu__main {
        top: 100%;
        display: block !important;
    }

    .submenu__main ul {
        width: 100%;
        padding: 30px 42px;
        margin: 0 auto;
        position: relative;
    }

    .submenu__main ul li {
        position: relative;
    }

    .submenu__lft__rgt__main {
        display: flex;
        justify-content: space-between;
        gap: 100px;
    }

    .submenu__left {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .submenu__box {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .submenu__row {
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 10px;
        position: relative;
    }

    .submenu__row__rgt {
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: all 0.5s ease;
        position: relative;
        left: 0;
    }

    .submenu__row__lft {
        position: relative;
    }

    .submenu__row:hover .submenu__row__rgt,
    .submenu__row.main__li__list__active:hover .submenu__row__rgt {
        left: 8px;
    }

    .mobile__header__left {
        display: none;
    }
}

@media (min-width: 1030px) {
    .mobile__flag__svg {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0 !important;
        overflow: hidden;
    }

    .mobile__flag__svg img {
        object-fit: cover;
        height: 200%;
        margin-top: -50%;
        width: auto;
    }
}

@media (max-width: 1120px) {

    .header__new__sec .btn_signin,
    .header__new__sec .btn_signup {
        padding: 12px 5px;
        width: 60px;
        height: 39px;
        font-size: 12px;
    }

    .header__new__sec .header_right svg.header__flag {
        width: 20px;
        height: 20px;
    }

    header.header__new__sec .header_right {
        gap: 5px;
    }
}

@media (min-width: 1076px) and (max-width: 1400px) {
    .mobile__flag__svg {
        margin-top: -5px;
    }
}

@media (min-width: 1025px) and (max-width: 1075px) {
    .header_container {
        height: 50px;
    }

    .header__middle__new ul li {
        padding: 0;
    }

    .submenu__main {
        padding-top: 18px;
    }

    .header__new__sec .logo {
        width: auto;
        height: 25px;
    }

    .header__new__sec .btn_signin,
    .header__new__sec .btn_signup {
        width: 57px;
        height: 30px;
        font-size: 11px;
    }

    .header_container {
        padding-inline: 16px;
    }

    .btn_signin,
    .btn_signup {
        padding: 12px 10px !important;
        min-width: 90px;
    }

    .mobile__flag__svg {
        height: 42px;
    }
}

@media (min-width: 1048px) and (max-width: 1075px) {
    .mobile__flag__svg {
        margin-top: -10px;
    }
}

@media (max-width: 1024px) {
    .header__middle__new ul li {
        padding: 0;
    }

    .mobile__header__right a {
        width: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0 !important;
    }

    .mobile__header__right a img {
        width: 250%;
    }

    .humber__menu__close svg path {
        fill: #000000;
    }

    .header__middle__new {
        width: 100%;
    }

    .header__mobile__parent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #0000002b;
        padding-bottom: 10px;
    }

    .header__new__sec .header_middle_parent .header_left,
    .header__new__sec .header_middle_parent .hamburger_icon {
        display: flex;
    }

    .header__new__sec .header_middle_parent .hamburger_icon {
        margin-right: -3px;
    }

    .header__new__sec .hamburger_icon .side_menu {
        width: 23px;
        height: 2px;
    }

    .mobile__header__left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mob_btn_signin {
        margin-top: 0 !important;
        font-size: 12px;
        font-weight: 500;
        color: #2D2D2D;
        padding: 8px 16px !important;
        border: 1px solid #2d2d2d;
        border-radius: 8px;
        margin-right: 15px;
    }

    .rk__header_ancq .mob_btn_signin {
        color: #fff;
        border: 1px solid #fff;

    }

    .rk__header_ancq .hamburger_icon span {
        background-color: #fff;
    }

    header.menu__clicked {
        z-index: 2000;
    }

    .header_middle_parent.menu__active {
        background: black;
    }

    .blur__submenu {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0 !important;
        right: 0;
        left: 0;
        background: #0a0a0a7c;
        -webkit-backdrop-filter: blur(20px);
        -moz-backdrop-filter: blur(20px);
        -o-backdrop-filter: blur(20px);
        -ms-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        z-index: 200;
    }

    .header_right .header__flag {
        display: none;
    }

    body.menu__opened,
    html.menu__opened {
        inset: 0;
        overflow: hidden;
    }

    .mobile__header__right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .main__submenu__lists,
    .submenu__lft__rgt__main {
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .header__middle__new ul.main__submenu__lists {
        padding: 40px 0 20px 0;
        height: calc(100svh - 170px);
        overflow: hidden auto;
    }

    .submenu__row__lft svg.normal__svg {
        display: none;
    }

    .submenu__row {
        display: flex;
        gap: 12px;
        position: relative;
    }

    .submenu__row a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
    }

    .submenu__row__lft svg {
        width: 32px;
        height: 32px;
    }

    .submenu__left {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .submenu__box,
    .submenu__main ul li {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .main__li__list>a {

        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 27.86px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main__li__list__active>a,
    .acc__title.active,
    .active__menu>a {
        color: #a5de04;
    }

    header.header__new__sec .header_right {
        padding: 20px 0;
    }

    header.header__new__sec .header_right .btn_signin,
    header.header__new__sec .header_right .btn_signup {
        display: flex;
        height: 40px;
        padding: 4px 20px;
        align-items: center;
        flex: 1 0 0;
        width: auto;
        text-align: center;

        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        border-radius: 4px;
    }

    .submenu__sub__head {
        margin-bottom: -10px;
    }

    .submenu__sub__head h3 {

        font-size: 16px;
        font-style: normal;
        font-weight: 400;

        line-height: 27.86px;
    }

    .main__li__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mobile__flag__svg {
        display: none;
    }

    .submenu__row__rgt {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .submenu__row__rgt h4 {

        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .submenu__row__rgt p {

        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .submenu__main,
    .main__li__list__active .submenu__main {
        display: none;
    }

    .acc__title svg {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .acc__title.active svg {
        transform: rotate(-180deg);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    header.header__new__sec .header_right {
        gap: 20px;
    }

    .main__li__list>a {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    header .header_middle_parent {
        padding: 16px 16px 16px 16px;
    }

    .header__flag {
        width: 30px;
        position: relative;
        top: 4px;
    }

    .submenu__row__lft svg {
        width: 24px;
        height: 24px;
    }

    .submenu__row__rgt {
        gap: 8px;
    }

    .submenu__row {
        gap: 10px;
    }

    .main__submenu__lists,
    .submenu__lft__rgt__main {
        gap: 20px;
    }

    .header__middle__new ul.main__submenu__lists {
        padding: 20px 0 20px 0;
    }

    .mob_btn_signin {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .mobile__header__right {
        gap: 13px;
    }
}

.submenu__row.main__li__list__active .submenu__row__rgt h4 {
    color: #a5de04;
}

@media (min-width: 1463px) {
    .header__middle__new ul {
        gap: 7px;
    }
}

@media (min-width: 1600px) {
    .header__middle__new ul {
        gap: 15px;
    }
}

@media (min-width: 1800px) {
    .header__middle__new ul {
        gap: 20px;
    }
}

.main__submenu__lists li .submenu__main.hideDropDown {
   display: none !important;
}

@media only screen and (max-width: 1024px) {
    .header_middle_parent {
        display: none;
    }

    .header_container {
        padding:10px 16px;
    }

    .header_left a img {
        max-height: 47px;
    }

    .hamburger_icon span {
        background-color: #2d2d2d;
        border-radius: 10px;
    }
    .hamburger_icon {
        display: flex;
        flex-direction: column;
        row-gap: 7px;
        position: relative;
        z-index: 1;
        width: 27px;
        align-items: center;
        z-index: 2;
    }
    .header__new__sec{
        height:67px;
    }
}

@media only screen and (max-width: 360px) {
    .header_left a img {
        max-width:140px;
    }

    .mob_btn_signin {
        padding: 8px 16px !important;
        margin-right: 8px;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1400px) {

    .header__middle__new ul li a,
    .header__middle__new ul li a p, header .btn {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {

    .header_container {
        padding: 10px 16px;
    }

}
.header_right .showAccessPop:hover{
    background: transparent;
    color: #2D2D2D;
    border: 1px solid #2D2D2D;
}
.features_cards .card_txt_sec p {
    text-transform: capitalize;
}
.landing__benefits__tap__btn__contr__sc p {
    font-weight: 400;
    color: #AFAFAF;
}
.landing__benefits__tap__btn__contr__sc.active p {
    font-weight:500;
    color: #fff;
}

@media(max-width:1024px){
    .header__middle__new ul li:hover a{
        color: #1c1c1c;
        font-weight: 500;
    }
}
