@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
/*
    font-family: 'Source Sans Pro', sans-serif;
*/

:root{
    --link: #3e95d3;
}

*{
    /*margin: 0;
    padding: 0;*/
    box-sizing: border-box;
    list-style: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'SF UI Display Thin';
    letter-spacing: 1px;
}

.container-fluid{
    padding: 0;
}

section{
    overflow-x: hidden;
    margin-bottom: 10px;
}

.fa-chevron-right{
    font-size: 12px;
    margin-left: 5px;
}

.tile-wrapper{
    display: flex;
}



/* ------ SECTION-1 ------ */

.section-1{
    background-color: #131313;
    height: 100vh;
}

.section-1:hover{
    cursor: pointer;
}

.section-1 .container{
    background-image: url('../images/section-1.jpg');
    background-size: 100%;
    background-position: bottom;
    height: 100%;
    color: whitesmoke;
}

.section-1 .container h1{
    padding-top: 5rem;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -2px;
    font-family:'SF UI Display Semibold' !important;
}

.section-1 .container h5{
    font-weight: 400;
    font-size: 1.7rem;
    margin-top: -10px;
}

.section-1 .container h6{
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--link);
    display: inline;
    margin-top: 30px;
}

.section-1 .container h6:hover{
    text-decoration: underline;
    cursor: pointer;
}

.section-1 .container-fluid h6 i{
    font-size: 15px;
}






/* ------ SECTION-2 ------ */

.section-2{
    background-color: #fafafa;
    height: 90vh;
}

.section-2:hover{
    cursor: pointer;
}

.section-2 .container-fluid{
    background-image: url('../images/section-2.jpg');
    background-position: bottom;
    background-size: 150%;
    height: 100%;
    color: black;
}

.section-2 .container-fluid h1{
    padding-top: 2.5rem;
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: -2px;
    font-family:'SF UI Display Semibold' !important;
}

.section-2 .container-fluid h5{
    font-family: 'SF UI Display Light';
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: -10px;
}

.section-2 .container-fluid h6{
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--link);
    margin-top: 30px;
    display: inline;
}

.section-2 .container-fluid h6:hover{
    text-decoration: underline;
    cursor: pointer;
}

.section-2 .container-fluid h6 i{
    font-size: 15px;
}






/* ------ SECTION-3 ------ */

.section-3{
    background-color: #000;
    height: 90vh;
}

.section-3:hover{
    cursor: pointer;
}

.section-3 .container-fluid{
    background-image: url('../images/section-3.jpg');
    background-position: bottom;
    background-size: 210%;
    height: 100%;
    color: whitesmoke;
}

.section-3 .container-fluid h1{
    padding-top: 4rem;
    font-size: 3.3rem;
    letter-spacing: -2px;
    font-family:'SF UI Display Semibold' !important;
}

.section-3 .container-fluid h5{
    font-family: 'SF UI Display Light';
    font-size: 1.5rem;
    margin-top: -10px;
}

.section-3 .container-fluid h6{
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--link);
    margin-top: 30px;
    display: inline;
}

.section-3 .container-fluid h6:hover{
    text-decoration: underline;
    cursor: pointer;
}

.section-3 .container-fluid h6 i{
    font-size: 15px;
}






/* ------ SECTION-4 ------ */

.section-4{
    padding: 0 10px;
}

.section-4 .tile-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-4 .tile-wrapper .box-wrapper-1, .section-4 .tile-wrapper .box-wrapper-2{
    width: 49.5%;
}

.section-4 .tile-wrapper .box-wrapper-1{
    background-color: #fafafa;
}

.section-4 .tile-wrapper .box-wrapper-1:hover{
    cursor: pointer;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1{
    height: 90vh;
    width: 100%;
    background-image: url('../images/section-4.1.jpg');
    background-position: bottom;
    background-size: 55vh;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h1{
    padding-top: 6vmin;
    letter-spacing: -2px;
    font-family:'SF UI Display Heavy' !important;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 2px;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h1 i{
    font-size: 2.5rem;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h4{
    color: rgb(199, 63, 0);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h5{
    font-weight: 400;
    font-family: 'SF UI Display Light';
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h6{
    font-weight: 400;
    font-size: 1rem;
    color: var(--link);
    display: inline;
}

.section-4 .tile-wrapper .box-wrapper-1 .box-1 h6:hover{
    text-decoration: underline;
}

.section-4 .tile-wrapper .box-wrapper-2{
    background-color: #131218;
}

.section-4 .tile-wrapper .box-wrapper-2:hover{
    cursor: pointer;
}

.section-4 .tile-wrapper .box-wrapper-2 .box-2{
    height: 90vh;
    width: 100%;
    background-image: url('../images/section-4.2.jpg');
    background-position: bottom;
    background-size: 210vh;
    color: whitesmoke;
}

.section-4 .tile-wrapper .box-wrapper-2 .box-2 h1{
    padding-top: 6vmin;
    font-weight: 600;
    font-family: 'SF UI Display Semibold';
}

.section-4 .tile-wrapper .box-wrapper-2 .box-2 h5{
    font-weight: 400;
    font-family: 'SF UI Display Light';
}

.section-4 .tile-wrapper .box-wrapper-2 .box-2 h6{
    font-weight: 400;
    font-size: 1rem;
    color: var(--link);
    display: inline;
}

.section-4 .tile-wrapper .box-wrapper-2 .box-2 h6:hover{
    text-decoration: underline;
}






/* ------ SECTION-5 ------ */

.section-5{
    padding: 0 10px;
}

.section-5 .tile-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: whitesmoke;
}

.section-5 .tile-wrapper .box-wrapper-1, .section-5 .tile-wrapper .box-wrapper-2{
    width: 49.5%;
    cursor: pointer;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1, .section-5 .tile-wrapper .box-wrapper-2 .box-2{
    height: 90vh;
    width: 100%;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1{
    background-image: url('../images/section-5.1.jpg');
    background-position: top;
    background-size: 100vh;
    position: relative;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper h1{
    font-family: 'SF UI Display Semibold';
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper h5{
    font-weight: 400;
    font-family: 'SF UI Display Light';
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper .btn-container{
    padding-top: 20px;
    padding-bottom: 30px;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper .btn-container h6{
    display: inline;
    font-weight: 400;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper .btn-container h6:hover{
    text-decoration: underline;
}

.section-5 .tile-wrapper .box-wrapper-1 .box-1 .text-wrapper .btn-container .left{
    margin-right: 30px;
}

.section-5 .tile-wrapper .box-wrapper-2{
    background-color: #000;
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2{
    background-image: url('../images/section-5.2.jpg');
    background-position: bottom;
    background-size: 190vh;
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2 h1{
    padding-top: 40px;
    font-size: 1.8rem;
    font-family: 'SF UI Display Medium';
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2 .gradient-text{
    margin: 30px  0;
    font-size: 2rem;
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2 .gradient-text p{
    background: -webkit-linear-gradient(left,#0fefff 20%, #e627ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -10px;
    font-family: 'SF UI Display Bold';
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2 h6{
    font-weight: 400;
    display: inline;
}

.section-5 .tile-wrapper .box-wrapper-2 .box-2 h6:hover{
    text-decoration: underline;
}






/* ------ SECTION-6 ------ */

.section-6{
    padding: 0 10px;
}

.section-6 .tile-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-6 .tile-wrapper .box-wrapper-1, .section-6 .tile-wrapper .box-wrapper-2{
    width: 49.5%;
}

.section-6 .tile-wrapper .box-wrapper-1:hover,.section-6 .tile-wrapper .box-wrapper-2:hover{
    cursor: pointer;
}

.section-6 .tile-wrapper .box-wrapper-1{
    background-color: #000;
    color: whitesmoke;
}

.section-6 .tile-wrapper .box-wrapper-2{
    color: whitesmoke;
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1,.section-6 .tile-wrapper .box-wrapper-2 .box-2{
    height: 90vh;
    width: 100%;
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1{
    background-image: url('../images/section-6.1.jpg');
    background-position: bottom;
    background-size: 45vh;
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1 h1{
    padding-top: 6vmin;
    font-weight: 700;
    font-family: 'SF UI Display Semibold';
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1 h5{
    font-weight: 400;
    font-family: 'SF UI Display Light';
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1 h6{
    font-weight: 400;
    font-size: 1rem;
    color: var(--link);
    display: inline;
}

.section-6 .tile-wrapper .box-wrapper-1 .box-1 h6:hover{
    text-decoration: underline;
    cursor: pointer;
}


.section-6 .tile-wrapper .box-wrapper-2 .box-2{
    background-image: url('../images/section-6.2.jpg');
    background-position: bottom;
    background-size: 200vh;
}

.section-6 .tile-wrapper .box-wrapper-2 .box-2 h1{
    padding-top: 6vmin;
    font-weight: 600;
    font-family: 'SF UI Display Semibold';
}

.section-6 .tile-wrapper .box-wrapper-2 .box-2 h5{
    font-weight: 400;
    font-family: 'SF UI Display Light';
}

.section-6 .tile-wrapper .box-wrapper-2 .box-2 .btn-container .left{
    margin-right: 30px;
}

.section-6 .tile-wrapper .box-wrapper-2 .box-2 .btn-container h6{
    padding-top: 20px;
    font-weight: 400;
}

.section-6 .tile-wrapper .box-wrapper-2 .box-2 .btn-container h6:hover{
    text-decoration: underline;
    cursor: pointer;
}