/*Header*/

#header {
    position: relative;
    height: 80vh;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; 
}

.text-over-image {
    position: absolute;
    z-index: 0;
    justify-content: space-evenly;
    width: 90%;
    gap: 3vh;
}

.text-over-image h4{
    margin: 0;
}

#download-icons{
    justify-content: space-evenly;
    flex-direction: row;
    gap: 3vw;
}

.custom-shape-divider-bottom-1665046805 {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: -1px;
}

.custom-shape-divider-bottom-1665046805 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 42px;

}

.custom-shape-divider-bottom-1665046805 .shape-fill {
    fill : url(#grad1)
}

/*Partners*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img{
    width: 40%;
}

/*Reason Why*/

#reasonWhy{
    width: 90%;
    margin-top: 10vh;
    margin-bottom: 5vh;
}

#reasonWhy h4{
    margin: 0;
}

#imageApp{
    width: 70%;
    height: 100%;
}

#image-smartphones{
    height: auto;
    width: 50vw;
}

#reasons{
    width: 60%;
    margin-right: 5%;
    align-items: flex-end;
}

.reason{
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 6.5%;
}

#reasons a{
    font-weight: 600;
    color: #317794;
}

.reason-heading h2{
    color: #317794;
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0;
}

.reason-heading.horizontal-box {
    gap: 1vw;
}

.description{
    margin-top: 2.5%;
    padding: 0;
}

.description p{
    text-align: right;
    font-weight: 400;
    margin: 0;
}

/*CTA-Spacer*/

#ctaSpacer{
    position: relative;
    height: 30vh;
}

#ctaSpacer button{
    margin-top: 2.5%;
}

.custom-shape-divider-top-1665308473 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-top: -2px;
}

.custom-shape-divider-top-1665308473 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 58px;
}

.custom-shape-divider-top-1665308473 .shape-fill {
    fill: #FFFFFF;
}

/*Explanation RRive*/

#explanation{
    position: relative;
    background: url("../img/Home/Highway.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

#explanation .white-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 40%;
    background-color: black;
}


#explanation .content{
    height: 100%;
    width: 100%;
    z-index: 1;
}

.yt-video{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65vw;
    height: 36vw;
}

.yt-video iframe{
    margin-top: 0;
}

.content h3, h4{
    color: white;
    text-align: center;
}

.content h3{
    font-weight: 500;
    margin-top: 2.5%;
}

.content h4{
    font-weight: 600;
    width: 80%;
}

.content button{
    margin-top: 5%;
}

#reasons a{
    margin-right: 0.5vw;
}

#reasons > .horizontal-box img{
    width: 1.25vw;
}

@media screen and (min-width: 3840px) {

    #download-icons img{
        width: 5vh;
    }

    .reason-heading svg{
        width: 75px;
        height: 75px;
    }
    .custom-shape-divider-bottom-1665046805{
        margin-bottom: -2px;
    }

    .custom-shape-divider-top-1665308473{
        margin-top: -3px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1550px) {
    #imageApp{
        width: 60%;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1300px) {
    .btnBig {
        width: 60%;
    }

    .btnMedium{
        width: 30%;
    }
}

@media only screen and (min-width: 420px) and (max-width: 850px) {
    .btnMedium{
        width: 30%;
    }

    #explanation{
        height: 60vh;
    }
}

@media only screen and (max-width: 550px) {

    #header h4 {
        font-size: 3rem;
    }

    #reasonWhy {
        height: auto;
    }

    .description{
        width: 80%;
    }
    
    #reasonWhy p{
        text-align: center;
        font-size: 2.5rem;
        margin: 0;
    }

    #reasonWhy h4 {
        font-size: 4rem;
    }
    
    #reasonWhy svg {
        width: 40px;
        height: 40px;
    }
    
    #download-icons{
        width: 100%;
        justify-content: space-evenly;
    }
    
    #reasonWhy{
        flex-direction: column;
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0vh;
    }
    
    #imageApp{
        height: 20%;
        width: 100%;
    }
    
    #image-smartphones{
        height: auto;
        width: 80%;
    }
    
    #reasons{
        margin-top: 10%;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .reason{
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .reason-heading{
        width: 80%;
        justify-content: center;
    }
}

@media only screen and (max-width: 420px) {
    #explanation{
        height: 50vh;
    }

    .yt-video{
        width: 80vw;
        height: auto;
    }

    #reasons a{
        margin-right: 1.5vw;
    }

    #reasons > .horizontal-box img{
        width: 5vw;
    }

    #ctaSpacer button {
        height: auto;
    }
}

@media (orientation: portrait) {
    #reasonWhy {
        height: auto;
    }

    .description{
        width: 80%;
    }
    
    #reasonWhy p{
        text-align: center;
        font-size: 2.5rem;
        margin: 0;
    }

    #reasonWhy h4 {
        font-size: 4rem;
    }
    
    #reasonWhy svg {
        width: 40px;
        height: 40px;
    }
    
    #download-icons{
        width: 100%;
        justify-content: space-evenly;
    }
    
    #reasonWhy{
        flex-direction: column;
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0vh;
    }
    
    #imageApp{
        height: 20%;
        width: 100%;
    }
    
    #image-smartphones{
        height: auto;
        width: 80%;
    }
    
    #reasons{
        margin-top: 10%;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .reason{
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .reason-heading{
        width: 80%;
        justify-content: center;
    }
}




