.landing-navbar {
    position: fixed;
    top: 0;
    padding: 1.6rem 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    transition: all .3s ease;
}


.landing-navbar .navbar-link {
    color: #fff;
}

.landing-navbar.fixed .navbar-link {
    color: var(--gray-silver);
}

.landing-navbar.fixed {
    padding: 0 0;
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}

.landing-navbar .btn {
    padding: .65rem 2rem;
    border-radius: 50px;
    color: #000;
}
.landing-navbar .btn.ml-2 {
    padding: .65rem 1.8rem;
}
.landing-navbar .btn-primary {
    margin-right: 10px;
}

.landing-navbar.fixed .btn:not(.btn-primary):hover,.landing-navbar.auth .btn-active {
    background: #f8f8f8 !important;
    color: #000;
}

.landing-navbar.auth .btn:hover {
    background: #f3f3f3 !important;
}


.landing-navbar:not(.fixed) .btn:not(.btn-primary):hover,.landing-navbar.auth .btn-active {
}

.landing-navbar:not(.fixed) .btn:not(.btn-primary):active,.landing-navbar.auth .btn:hover {
    /* background: rgb(255 255 255 / 8%) !important; */
}

.landing-navbar:not(.fixed) .btn {}

.navbar-link img {
    filter: grayscale(1);
}

.landing-navbar-logo {
    background: url('../images/landing/horizontal-white-logo.svg?v=2') no-repeat right;
    width: 165px;
    background-size: cover;
    transition: none !important;!i;!;
    display: block;
    height: 52px;
    filter: grayscale(1);
}

.landing-navbar-logo:hover {
    opacity: .8;
}

.zimam-logo {
    background: url('../images/landing/zimam-logo.svg') no-repeat right;
    width: 73px;
    background-size: cover;
    display: block;
    height: 20px;
    transition: all .2s ease;
    position: absolute;
    left: 10px;
    top: 16px;
    filter: contrast(0);
    opacity: .5;
}

.zimam-logo:hover {
    opacity: .8;
}

.landing-navbar.fixed .landing-navbar-logo {
    background-image: url('../images/landing/horizontal-logo.svg?v=2');
    top: 25px;
}

@media (min-width: 768px) {
    .landing-navbar-logo {
    }
    .landing-section p {
        font-size: 1.2rem !important;
    }
}

/* Hero Section */
.landing-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-hero-section .container {
    z-index: 1;
}

.landing-hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1a1714;
    opacity: .8;
    color: #fff;
}

.landing-hero-section .btn {border-radius: 50px;padding: 20px 20px;width: 280px;font-size: 20px;}


.landing-hero-section .btn {
    position: absolute;
    bottom: 10%;
    font-size: 1.6rem;
    width: 300px;
    z-index: 2;
    border: 0 !important;
}
.landing-hero-section h1 {
    font-size: 3.2rem;
    color: #fff;
}

.landing-hero-section h2 {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 5vh;
}

.landing-hero-section-wrapper {
    min-height: 100vh;
}

.landing-footer {
    text-align: center;
    padding: 3rem 0 4rem;
    color: #bdbdbd;
}

.landing-footer .copyright {
    font-weight: normal;
}

.landing-footer .logo {
    opacity: .3;
    margin-bottom: 1.5rem;
}

/* Sections */
.landing-about-section {
    padding: 3.5rem 0 3rem;
}

.landing-about-section .about-label {
    background: #fff;
    display: inline-block;
    border-radius: 2rem;
    padding: .5rem 1.8rem;
    box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
    margin-bottom: 1.5rem;
    color: var(--primary);
}


.landing-about-section .about-label:after {
    background: url('') no-repeat right;
}

.landing-about-section h2 {
    margin-bottom: 0rem !important;
}

.landing-about-image {
    padding-left: 100px;
}

.landing-about-image .about-shape {
    position: absolute;
    top: -40px;
    left: 40px;
    z-index: -1;
    width: 100px;
    filter: grayscale(1);
}

.landing-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.landing-statistics-section {
    padding: 0 0 5rem;
}

.landing-statistics-section-heading {
    margin-bottom: 50px;
}

.landing-statistics-item {
    background: var(--primary);
    color: #fff;
    padding: 3rem;
    border-radius: 1rem;
}
.landing-statistics-item:hover {
    background: rgb(26 133 151 / 0.8);
}


.landing-statistics-item .title {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.landing-statistics-item .description {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: normal;
    transition: all .2s ease;
}

.landing-train-section h3 {
    font-size: 1.3rem;
    font-weight: normal;
}

.landing-train-section .shape {
    position: absolute;
    left: -150px;
    top: 0;
    width: 100px;
    filter: grayscale(1);
}

.landing-train-section .image-wrapper {
    background-size: cover;
    height: 100%;
    position: relative;
    transition: all 1s ease;
}

.landing-train-section .image-wrapper-cover:hover .image-wrapper {
    transform: scale(1.2);
}



.landing-train-section .image-wrapper-cover {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    height: 100%;
}

.landing-train-section .image-wrapper-cover:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    z-index: 1;
}
.landing-train-section .image-wrapper-cover:hover:after {
    background: rgb(255 255 255 / 0.2);
}

.landing-train-section .img-2-cover {
    max-height: 220px;
}

.landing-train-section .img-1 {
    width: 270px;
    height: 451px;
    background-size: cover;
}

.landing-train-section .img-3 {
    width: 100%;
}

.landing-train-section .img-4 {
    height: 206px;
}

.landing-section h3 {
    font-weight: normal;
    color: var(--gray-lighter);
}
.landing-cta-section p {/* color: #69979e !important; */}
.landing-section p {
    color: #888;
    font-weight: normal;
    padding: 2rem 0 2rem;
    line-height: 2;
    font-size: 1rem;
}
.landing-section ul {
    font-weight: normal;
    font-size: 1rem;
    color: #888;
    text-align: right;
    margin-bottom: 40px;
}
.landing-journey-section {
    margin: 0 0 5rem !important;
}
.landing-journey-section .image {
    width: 100%;
    position: relative;
    margin-top: 30px;
    border-radius: 25px;
}
.landing-journey-section .image .btn {
    position: absolute;
    right: 50%;
    top: 50%;
    padding: .8rem 0 !important;
    width: 240px;
    margin-right: -120px;
    margin-top: -25px;
}
.landing-cta-section {
    background: #fff;
    padding: 4rem 0;
    border-radius: 5px;
    margin: 7rem 0 4rem;
    position: relative;
    box-shadow: 0 0px 50px rgb(0 0 0 / 5%);
}

.landing-cta-section .shape {
    position: absolute;
    right: 50px;
    top: -40px;
    width: 100px;
    filter: grayscale(1);
}

.landing-cta-section h2 {
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: 900;
}


.landing-cta-section .btn {
    padding: 1.2rem 5rem;
    font-size: 1.2rem;
    border-radius: .8rem;
}

.landing-hero-section .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}
.landing-hero-section .video-buffering {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;

}
.landing-hero-section {
    
}
.landing-hero-section .video-wrapper video {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Journey Section */
.landing-2--journey {
    background: #EBDBC5;
    padding: 70px 0;
}
.landing-2--journey h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.landing-2--journey .journey-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin: 30px 0;
    min-height: 385px;
    color: #000;
}
.landing-2--journey .journey-card .no {
    font-size: 60px;
    font-weight: 900;
}
.landing-2--journey .journey-card .title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}
.landing-2--journey .journey-card .content {
    font-size: 16px;
    margin-bottom: 30px;
}
.landing-2--journey .journey-card .icon {
    font-size: 16px;
    color: #fff;
    background: var(--primary) !important;
    width: 60px;
    height: 60px;
    display: flex;
    font-size: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    position: absolute;
    left: 30px;
    bottom: 65px;
}
/* About Section */
.landing-2--about {
    background: #fff;
    padding: 90px 0;
}

.landing-2--about .title {
    font-size: 48px;
    font-weight: 900;
}

.landing-2--about #promoVideo .top {
    
padding-bottom: 40px;
}

.landing-2--about #promoVideo .title {
    font-size: 30px;
}

.landing-2--about .video-btn {
    cursor: pointer;

}
.landing-2--about .video-btn:hover  .video-btn-icon {
    background: #a07f56;
}
.landing-2--about .video-btn-icon {
    font-size: 40px;
    background: var(--primary);
    border-radius: 100px;
    width: 125px;
    height: 125px;
    color: #fff;
    margin: auto;
    transition: all .2s ease;
}
.landing-2--about .video-btn-title {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.landing-2--about .stat-count {
    font-size: 55px;
    font-weight: 900;
    direction: ltr;
    color: var(--primary);
    margin-bottom: 10px;
}
.landing-2--about .stat-title {
    font-size: 20px;
    font-weight: bold;
}
.landing-2--about .top {
    padding-bottom: 60px;
}
.landing-2--about .video {
    padding: 20px;
}
.landing-2--about .video video {
  width: 100%;
    border-radius: 20px;
  height: auto;
}
.landing-2--about .bottom {
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
/* Footer */
.landing-2--footer {
}
.landing-2--footer .top .title {
    font-size: 30px;
    font-weight: 900;
}
.landing-2--footer .top .btn {
    width: 200px;
    font-size: 18px;
    padding: 12px;
    border-radius: 50px;
}

.landing-2--footer .contact a {
    font-size: 20px;
    margin-top: 10px;
    color: #000;
    text-decoration: none !important;
}
.landing-2--footer .top {
    padding: 60px 0 0;
}
.landing-2--footer .bottom {
    padding: 40px 0;
    margin-top: 60px;
    background: #fff;
}
.landing-2--footer .logo img {
    filter: grayscale(100%);
    opacity: 0.3;
    max-height: 50px;
}
/* Extra */

.reveal:nth-child(1) {
    animation-delay: .15s
}

.reveal:nth-child(2) {
    animation-delay: .3s
}

.reveal:nth-child(3) {
    animation-delay: .45s
}

.reveal:nth-child(4) {
    animation-delay: .6s
}

.reveal:nth-child(5) {
    animation-delay: .75s
}

.reveal:nth-child(6) {
    animation-delay: .9s
}

.reveal:nth-child(7) {
    animation-delay: 1.05s
}

.reveal:nth-child(8) {
    animation-delay: 1.2s
}

.reveal:nth-child(9) {
    animation-delay: 1.35s
}

.reveal:nth-child(10) {
    animation-delay: 1.5s
}

.reveal:nth-child(11) {
    animation-delay: 1.65s
}

.reveal:nth-child(12) {
    animation-delay: 1.8s
}

.reveal:nth-child(13) {
    animation-delay: 1.95s
}

.reveal:nth-child(14) {
    animation-delay: 2.1s
}

.reveal:nth-child(15) {
    animation-delay: 2.25s
}

.reveal {
    opacity: 0;
    visibility: hidden
}


.slide-up {
    animation: slide-up .9s cubic-bezier(.65,0,.35,1) both
}

@keyframes slide-up {
    0% {
        transform: translateY(100px);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}
/* Auth */
.alert-login {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
}