/* header  */

.body-video-bg{
opacity: 30%;
}
/* Navbar */
.header-echoLandPg1.navbar {
    background: transparent;
    padding: 2.4rem 0px;
}

.header-echoLandPg1 .navbar-brand img {
    height: 3.2rem;
}

.header-echoLandPg1 .navbar-nav .nav-link {
    font-size: 1.6rem;
    color: #FFFFFFCC;
    line-height: 1.5;
    margin-left: 2.4rem;
}

.header-echoLandPg1 .navbar-nav .nav-link:hover {
    /* color: #ccc; */
}

.header-echoLandPg1 .navbar-toggler {
    background: #fff;
}

/* Footer Section */
.footer-section-echoLandPg1 {
    padding: 8rem 0;
}

.footer-content-echoLandPg1 {
    text-align: center;
    border-top: 1px solid #4E4E4E
}

.footer-separator-echoLandPg1 {
    width: 100%;
    max-width: 111rem;
    margin: auto;
    height: 1px;
    background: #FFFFFF1A
}

.footer-brand-echoLandPg1 {
    margin: 6rem 0 3.6rem;
}

.footer-logo-echoLandPg1 {
    margin: 0 0 3.6rem 0;
}

.footer-logo-echoLandPg1 img {
    height: 6rem;
    width: auto;
    object-fit: contain;
}

.footer-tagline-echoLandPg1 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #E6E6E9;
    margin: 0;
    margin: 0 auto;
}

.footer-copyright-echoLandPg1 {
    margin-top: 3.6rem;
}

.copyright-text-echoLandPg1 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF99;
    margin: 0;
}

/* Header Responsive dont touch this */
@media (max-width: 991px) {

    .header-echoLandPg1.navbar {
        padding: 1.6rem 0;
    }

    .header-echoLandPg1.navbar .navbar-brand,
    .header-echoLandPg1 .navbar-toggler {
        position: relative;
        z-index: 99;
    }

    .header-echoLandPg1 .navbar-brand img {
        height: 2.8rem;
    }

    .header-echoLandPg1 .navbar-toggler {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0.4rem;
        padding: 0.8rem;
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .header-echoLandPg1 .navbar-toggler:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .header-echoLandPg1 .navbar-toggler:focus {
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.4);
    }

    .header-echoLandPg1 .navbar-toggler-icon {
        background-image: none;
        width: 2rem;
        height: 0.2rem;
        background-color: #fff;
        border-radius: 0.1rem;
        position: relative;
        transition: all 0.3s ease;
        display: block;
    }

    .header-echoLandPg1 .navbar-toggler-icon::before,
    .header-echoLandPg1 .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 2rem;
        height: 0.2rem;
        background-color: #fff;
        border-radius: 0.1rem;
        transition: all 0.3s ease;
        left: 0;
    }

    .header-echoLandPg1 .navbar-toggler-icon::before {
        top: -0.7rem;
    }

    .header-echoLandPg1 .navbar-toggler-icon::after {
        top: 0.7rem;
    }

    .header-echoLandPg1 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-color: transparent;
    }

    .header-echoLandPg1 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    .header-echoLandPg1 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }

    .header-echoLandPg1 .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        /* margin-top: 1.6rem; */
        padding: 6rem 0 ;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 90;
        top: 0rem;
    }

    .header-echoLandPg1 .navbar-nav {
        gap: 0;
        padding: 0 0 1.6rem;
        margin: 0;
    }

    .header-echoLandPg1 .navbar-nav .nav-item {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 2.4rem;
    }

    .header-echoLandPg1 .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .header-echoLandPg1 .navbar-nav .nav-link {
        font-size: 1.8rem;
        font-weight: 500;
        padding: 2rem 0;
        margin: 0;
        text-align: center;
        transition: all 0.3s ease;
        border-radius: 0.8rem;
        display: block;
        width: 100%;
    }


    /* Footer css  */
    .footer-section-echoLandPg1 {
        padding: 8rem 0 4.8rem;
    }

    .footer-brand-echoLandPg1 {
        margin: 4rem 0;
    }

    .footer-logo-echoLandPg1 {
        margin: 0 0 3.6rem;
    }

    .footer-copyright-echoLandPg1 {
        margin-top: 2.4rem;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 3.2rem;
    }
    .footer-tagline-echoLandPg1 {
        font-size: 1.6rem;
    }

    .copyright-text-echoLandPg1 {
        font-size: 1.2rem;
    }

    p.copyright-text-echoLandPg1 {
        max-width: 21rem;
        margin: auto;
    }
}

/* liquid glass effect */
.liquidGlass-effect-gg {
    position: relative;
    backdrop-filter: none;
    z-index: 1;
    overflow: hidden;
  }

  .liquidGlass-effect-gg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    backdrop-filter: blur(3px);
    filter: url(#glass-distortion);
    overflow: hidden;
    isolation: isolate;
    transform: scale(1.2);
    pointer-events: none;
}