﻿h1 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 100px;
    margin-bottom: 0;
    letter-spacing: 4px;
    max-width: 60vw;
}

h2 {
    font-size: var(--font-h2);
}

.claim {
    font-size: 35px;
    width: 50%;
    letter-spacing: 1px;
}

.cta {
    gap: 50px;
    font-size: 18px;
}

.offers {
    gap: 10px;
}

.landing {
    justify-content: space-between;
    background-image: url("../images/v-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 5%;
    height: 100vh;
    margin-top: 5rem;
}

.partners {
    margin-bottom: 3rem;
}

.servicesMenu {
    height: 120px;
    background: var(--orange);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.servicesMenu ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.servicesMenu ul li button {
    text-transform: uppercase;
    color: var(--font-white);
    font-size: 20px;
    font-weight: lighter;
    cursor: pointer;
}

.servicesMenu ul li button.active {
    font-weight: bold;
}

.fieldContent {
    width: 100%;
    flex-shrink: 0;
    justify-content: space-around;
}

.services {
    overflow-x: hidden;
}

.services .fieldLink button:hover {
    text-decoration: underline;
}

.content-wrapper {
    transition: 0.8s transform ease-out;
}

.content-wrapper .desc {
    max-width: 50%;
}

#serviceHeading {
    display: none;
}

#slide .fieldContent img {
    max-width: 30vw;
}

#slide .keyWords {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 3rem;
    margin-top: 3rem;
}

#slide .keyWords .unit::before {
    content: "";
    border: #D9D9D9 solid 1px;
    top: 10px;
    left: 10px;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}

#slide .keyWords .unit {
    position: relative;
    padding: 1rem;
    background: var(--font-white);
    border: var(--orange) solid 1px;
    color: var(--orange);
    margin: 0;
    transform: skew(-20deg);
    z-index: 5;
}

#slide .keyWords .unit p {
    transform: skew(20deg);
}

.arrowsNavWrapper {
    align-items: center;
    justify-content: center;
    gap: 5rem;
    display: none;
}

.navArrows {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: none;
    background: none;
    color: var(--orange);
    font-size: 20px;
}

@media (min-width: 2000px) {
    .landing h1 {
        padding-top: 5%;
    }

    #slide .fieldContent img {
        max-width: 22vw;
    }

}

@media (max-width: 1900px) {
    .claim {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    h1 {
        max-width: 65vw;
    }

    .landing {
        height: 70vh;
        background-size: 100vh;
        padding-bottom: 5rem;
        margin-top: 10rem;
    }
}

@media (max-width: 1350px) {
    h1 {
        font-size: 80px;
    }
}

@media (max-width: 1200px) {
    h1 {
        max-width: 70vw;
    }

    .claim {
        font-size: 20px;
    }

    #slide .fieldContent img {
        max-width: 37vw;
    }

    .servicesMenu ul {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1050px) {
    .landing {
        background-image: url("../images/v-logo_transparent.png");
        background-repeat: no-repeat;
        background-position: top;
        margin-left: 0;
        text-align: center;
        background-size: 160vh;
        height: 45vh;
        padding-bottom: 10rem;
        padding-top: 0.2rem;
        margin-top: 0;
    }

    .landing h1 {
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .claim {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .cta {
        justify-content: center;
    }

    .arrowsNavWrapper {
        display: flex;
    }

    #slide .fieldContent {
        flex-direction: column-reverse;
    }

    .content-wrapper .desc {
        max-width: 100%;
    }

    #slide .fieldContent img {
        max-width: 55vw;
    }

    #slide .fieldContent .desc {
        font-size: 20px;
        align-items: center;
        width: 90%;
    }

    #slide .keyWords{
        justify-content: center;
    }

    .fieldContent {
        justify-content: flex-end;
    }

    .services .fieldLink button:hover {
        text-decoration: underline;
    }

    #serviceHeading{
        text-transform: uppercase;
        padding-top: 2rem;
    }

    #serviceHeading {
        display: block;
    }

    .servicesMenu {
        justify-content: space-between;
        position: relative;
    }

    .servicesMenu h4 {
        color: var(--font-white);
        font-size: 25px;
    }

    .servicesMenu ul {
        display: none;
    }
    
}

@media (max-width: 1024px) and (min-height: 1100px) {
    .landing {
        height: 30vh;
        background-size: 85vh;
    }
}

@media (min-width: 700px)  and (min-height: 700px) {
    .landing {
        padding-bottom: 5rem;
        margin-top: 10rem;
    }
}

@media (max-width: 1100px) and (min-height: 1300px ) {
    .landing {
        height: 25vh;
    }
}

@media (max-width: 850px) {
    .landing {
        background-size: 130vw;
    }

    .landing h1 {
        max-width: 80vw;
    }
    
    .partners {
        margin-bottom: 2rem;
    }
}

@media (max-width: 800px) and (min-height: 900px ) {
    .landing {
        height: 35vh;
    }
}

@media (max-width: 700px) {
    .landing h1 {
        font-size: 45px;
    }

    .claim {
        width: 80%;
    }

    #slide .fieldContent img {
        max-width: 80vw;
    }
}


@media (max-width: 500px) {
    .landing {
        background-size: 105vh;
        height: 36vh;
    }

    .landing h1 {
        font-size: 35px;
    }

    .landing .claim {
        font-size: 20px;
    }

    #slide .keyWords {
        justify-content: center;
    }

}

@media (max-width: 500px) and (min-height: 800px ) {
    .landing {
        height: 30vh;
    }
}

@media (max-width: 400px) {
    .headingLeft {
        background-position-x: -100px;
    }
}

@media (max-width: 350px) {
    .landing h1 {
        font-size: 25px;
    }

    .claim {
        width: 90%;
        font-size: 16px;
    }

    .cta {
        width: 90%;
        gap: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta .btn {
        padding: 7px 15px 7px 15px;
    }

    .headingLeft {
        background-position-x: -130px;
    }
}

.removeTransition {
    transition: none !important;
}

@keyframes myfirst {
    0%   {left: 0px ; top: 0px;}
    50%  {left: -50px; top: 0px;}
    100% {left: 0px; top: 0px;}
}

.scrollableContent{
    animation: myfirst 3s 1;
    animation-direction: alternate;
    position: relative;
}
