body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px !important;
}

.landing-header {
    border-color: #E0E0DF;
    height: 88px;
}

.main-hero-video .video-wynn {
    height: 100%;
}

.main-hero-video {
    position: relative;

    .content {
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 1;

        h1 {
            font-size: clamp(2rem, 0.4375rem + 5vw, 3.25rem);
            font-weight: 700;
            color: #ffffff;
        }
    }
}

@media (max-width: 768px) {
    .main-hero-video .content {
        top: 6%;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        padding-inline: 30px;
    }
    .main-hero-video .content h1{
        text-align: center;
    }
    .main-hero-video .video-wynn {
        min-height: 350px;
        height: auto;
    }
}

.main-hero-video {
    height: calc(100vh - 100px);
    overflow: hidden;
}

.video-wynn {
    min-height: 100%;
    min-width: 100%;
    border-radius: 20px;
    outline: auto;
    outline-color: #ffff;
}

@media (max-width: 768px) {
    .main-hero-video {
        height: auto;
    }

    .content h1 {
        font-size: 2rem;
    }

    .content p {
        font-size: 1rem;
    }
}
.title-2{
    font-size: clamp(2rem, 0.9817rem + 3.2587vw, 3rem);
    font-weight: 600;
    text-align: center;
}
.whynne-card{
    border: 0.5px solid  #E0E0DF;
    border-radius: 1.5rem;
    box-shadow: 0px 8px 8px -4px #10182808;
    margin-bottom: 2.5rem;
}
.whynne-card .card-body{
    padding: clamp(1.5625rem, 0.8624rem + 2.2403vw, 2.25rem)  clamp(2.1875rem, -0.0401rem + 7.1283vw, 4.375rem); 
}
.whynne-card .card-body .img-logo{
    width: 180px;
    height: auto;
    object-fit: cover;
    margin-bottom: 2.5rem;
}
.whynne-card .card-title{
    font-size: clamp(1.75rem, 0.9863rem + 2.444vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 1.25rem;
}  
.whynne-card .card-text{
    font-size: clamp(1rem, 0.8727rem + 0.4073vw, 1.125rem);
    font-weight: 500;
    margin-bottom: 2.5rem;
}
.whynne-card .card-link{
    font-size: 1.125rem;
    font-weight: 500;
    color: #007B8B;
    display: flex;
    align-items: center;
    gap: .625rem;
}
.whynne-card .card-img{
    max-width: 444px;
    height: auto;
    object-fit: cover;
}
.footer{
    padding:6.25rem 0 2.5rem 0;
    background:  #000000 url(../img/landing-assets/wynne-bolt-svg.svg) no-repeat 30% 50%; 
}
.footer .footer-title{
    font-size: clamp(2.375rem, 1.6113rem + 2.444vw, 3.125rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.5rem;
}
.footer .footer-link{
    background-color: #4BA460;
    padding: .9531rem 2.3869rem;
    font-size: 1rem;
    font-weight: 600;
}
.footer .footer-subtitle{
    font-size: clamp(1.5rem, 1.2454rem + 0.8147vw, 1.75rem);
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.25rem;
}
.footer .form-control{
    border-radius: 10px;
    margin-bottom: 3.75rem;
}
.footer .form-control::placeholder{
    color: #7C7C7C;
}
.divider{
    border-top: 0.5px solid #FFFFFF70;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}
.footer .footer-text{
    font-size: .875rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0; 
}