.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* transition: .4s ease-out; */
    background-color: transparent;
}

.header.scrolled .top-header {
    background-color: #000000da;
    z-index: 1049;
    position: fixed;
    animation: 0.7s ease-out slidedown;
}

@keyframes slidedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* header.header.transparent-header {
    position: relative;
    z-index: auto;
} */

.head-menu-toggle.menu-active-mn::before {
    width: 224vw;
    height: 224vw;
    border-radius: 50%;
    background-color: var(--primary-color);
    transform-origin: center;
    transition: 0.6s;
    top: calc(90px - 112vw);
    right: calc(100px - 112vw);
}

.head-menu-toggle::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -6px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: 0.6s;
}

a.head-menu-toggle {
    position: relative;
    width: 28px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    z-index: 3;
}

a.head-menu-toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 15px;
}

.head-menu-toggle.menu-active-mn .arrow,
.head-menu-toggle .cross {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.head-menu-toggle .arrow,
.head-menu-toggle.menu-active-mn .cross {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

a.head-menu-toggle.menu-active-mn span.toggleBars.bar1 {
    transform: rotate(-45deg);
    left: 14px;
    height: 15px;
}

a.head-menu-toggle.menu-active-mn span.toggleBars.bar2 {
    transform: rotate(45deg);
}

a.head-menu-toggle.menu-active-mn span.toggleBars.bar3 {
    opacity: 0;
}

.web-menu-mn {
    transition: 0.6s;
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.customised-section-inner,
.video-overlay {
    transition:
        background 0.3s,
        border-radius 0.3s,
        opacity 0.3s;
}

.hero-banner .video-overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    top: auto;
    height: 200px;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0, rgba(17, 23, 29, 0) 80%);
}

.hero-banner .banner-bg-video {
    opacity: 0.6;
}

.web-menu-mn.menu-active-mn {
    display: block;
    z-index: 1049;
}

.header__inline-menu .menu-items {
    margin-bottom: 52px;
}

.header__inline-menu .menu-items .nav-link {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--charcol-dark-color);
    line-height: 0.9;
}

.header-social .social-icons .icon-list a,
.header__inline-menu .menu-items .nav-link,
.main-header hr.border-light {
    position: relative;
    display: inline-block;
    line-height: normal;
    transform: translateX(-100%);
    opacity: 0;
    transition:
        transform 0.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.1s,
        opacity 0.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.1s;
}

.menu-active-mn .header__inline-menu .menu-items .nav-link {
    transform: translateX(0);
    opacity: 1;
}

.menu-active-mn .header__inline-menu .menu-items:first-child .nav-link {
    transition-delay: 0.2s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(2) .nav-link {
    transition-delay: 1.1s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(9) .nav-link {
    transition-delay: 0.9s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(3) .nav-link {
    transition-delay: 0.3s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(4) .nav-link {
    transition-delay: 1.3s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(5) .nav-link {
    transition-delay: 0.5s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(6) .nav-link {
    transition-delay: 1.5s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(7) .nav-link {
    transition-delay: 0.7s;
}

.menu-active-mn .header__inline-menu .menu-items:nth-child(8) .nav-link {
    transition-delay: 1.7s;
}

.menu-active-mn .main-header hr.border-light {
    transition-delay: 1.8s;
    transform: translateX(0);
    opacity: 1;
    width: 100%;
}

.menu-active-mn .main-header .social-icons .icon-list a {
    transform: translateX(0);
    opacity: 1;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(1) a {
    transition-delay: 2s;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(2) a {
    transition-delay: 2.1s;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(3) a {
    transition-delay: 2.2s;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(4) a {
    transition-delay: 2.3s;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(5) a {
    transition-delay: 2.4s;
}

.menu-active-mn .main-header .social-icons .icon-list:nth-child(6) a {
    transition-delay: 2.5s;
}

.header__inline-menu .list-menu li.menu-items {
    flex: 0 0 49%;
    overflow: hidden;
    line-height: 1;
}

.header-social .social-icons a.icons {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--charcol-dark-color);
    padding: 0 1rem;
}

header.menu-active-mn {
    position: fixed;
    top: 0;
    width: 100%;
    /* height: 7vh; */
    z-index: 1049;
}

header.header .top-header,
.page-template-careers header.header .top-header,
.single-portfolio .top-header {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: 0 0;
}

.main-footer .footer-heading {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--primary-color);
    text-transform: capitalize;
}

.main-footer .footer-details-content li,
.main-footer .footer-details-content li a,
.main-footer .founder-link,
.main-footer .founder-link a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 12px;
}

.footer .social-icons a.icons {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin: 0 1.5rem;
}
