@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;700&family=Montserrat:wght@700&display=swap');

html, body {
    margin: 0;
    height: 100%;
    width:100%;
    background-color: #fff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* -------------------------------------*/
/* ------------- ELEMENTS --------------*/
/* -------------------------------------*/


.left-arrow{
    width: 56px;
    height: 56px;
    position: fixed;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 60%;
    transition: all 0.3s;
    z-index: 111;
}

.left-arrow:hover{
    opacity: 100%;
    transition: all 0.3s;
    z-index: 111;
}

.right-arrow{
    width: 56px;
    height: 56px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 60%;
    transition: all 0.3s;
    z-index: 111;
}

.right-arrow:hover{
    opacity: 100%;
    transition: all 0.3s;
    z-index: 111;
}

.logo{
    width: 48px;
    height: 56px;
    position: fixed;
    left: 50px;
    top: 50px;
    vertical-align: middle;
    z-index: 11111;
}

.close{
    width: 56px;
    height: 56px;
    position: fixed;
    right: 5%;
    top: 50px;
    vertical-align: middle;
    opacity: 60%;
    transition: all 0.3s;
    z-index: 11111;
}

.close:hover{
    opacity: 100%;
    transition: all 0.3s;
    z-index: 111;
}

.arrow-next{
    width: 32px;
    height: 22px;
    vertical-align: middle;
}


.arrow-prev{
    width: 32px;
    height: 22px;
    vertical-align: middle;
}

/* ----------------------------------*/
/* ------------- COLOR --------------*/
/* ----------------------------------*/


.white{
    color: #ffffff;
}

.black{
    color: #000000;
}

.text-shadow{
    text-shadow: 0px 0px 40px #000000;
}

.white-bg{
    background-color: #ffffff;
}

.darker-bg{
    background-color: #0F0F10;
}

.riot-primary{
    background-color: #030F29;
}

.riot-secondary{
    background-color: #818794;
}

.riot-sectionui{
    background: linear-gradient(to bottom, #ffffff 30%, #030F29 30%, #030F29 70%, #ffffff 70%);
}

.taxi-primary{
    background-color: #FEC12F;
}

.taxi-secondary{
    background-color: #FEE097;
}

.taxi-sectionui{
    background: linear-gradient(to bottom, #0F0F10 10%, #FEC12F 10%, #FEC12F 80%, #ffffff 80%);
}

.tajawal-primary{
    background-color: #E7412A;
}

.tajawal-secondary{
    background-color: #F3A094;
}

.tajawal-sectionui{
    background: linear-gradient(to bottom, #0F0F10 10%, #E7412A 10%, #E7412A 90%, #ffffff 90%);
}

.kawa-primary{
    background-color: #20A6D9;
}

.kawa-secondary{
    background-color: #8FD2EC;
}

.kawa-sectionui{
    background: linear-gradient(to bottom, #ffffff 10%, #20A6D9 10%, #20A6D9 90%, #ffffff 90%);
}

.pitstop-primary{
    background-color: #8ED108;
}

.pitstop-secondary{
    background-color: #C6E883;
}

.pitstop-sectionui{
    background: linear-gradient(to bottom, #ffffff 20%, #8ED108 20%, #8ED108 80%, #ffffff 80%);
}

.iba-primary{
    background-color: #E11059;
}

.iba-secondary{
    background-color: #F087AC;
}

.iba-sectionui{
    background: linear-gradient(to bottom, #ffffff 15%, #E11059 15%, #E11059 85%, #ffffff 85%);
}

.motorola-primary{
    background-color: #31E58B;
}

.motorola-secondary{
    background-color: #98F2C5;
}

.motorola-sectionui{
    background: linear-gradient(to bottom, #ffffff 15%, #31E58B 15%, #31E58B 85%, #ffffff 85%);
}


/* ----------------------------------*/
/* -------------- FONT --------------*/
/* ----------------------------------*/


h1{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 200px;
    line-height: 240px;*/
    line-height: calc(124px + (240 - 124) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(100px + (200 - 100) * ((100vw - 320px) / (1600 - 320)));
}

h2{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 100px;
    line-height: 124px; */
    line-height: calc(70px + (124 - 70) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1600 - 320)));
}

h3{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 70px;
    line-height: 84px;*/
    line-height: calc(45px + (84 - 45) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(35px + (70 - 35) * ((100vw - 320px) / (1600 - 320)));
}

h4{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 40px;
    line-height: 48px;*/
    line-height: calc(40px + (48 - 40) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1600 - 320)));
}

h5{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 24px;
    line-height: 40px;*/
    line-height: calc(32px + (40 - 32) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
}

h6{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 20px;
    line-height: 32px;*/
    line-height: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1600 - 320)));
}

p.body1{
    font-family: 'IBM Plex Serif', serif;
    /*font-size: 24px;
    line-height: 44px;*/
    line-height: calc(32px + (44 - 32) * ((100vw - 320px) / (1600 - 320)));
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320)));
}

p.body2{
    font-family: 'IBM Plex Serif', serif;
    /*font-size: 16px;
    line-height: 32px;*/
    margin: 0 auto;
    line-height: calc(30px + (32 - 30) * ((100vw - 320px) / (1600 - 320)));
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
}

p.label{
    font-family: 'IBM Plex Serif', serif;
    /*font-size: 24px;
    line-height: 44px;*/
    line-height: calc(28px + (44 - 28) * ((100vw - 320px) / (1600 - 320)));
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320)));
    margin: 0 auto;
    font-weight: 700;
}

ul li {
    margin: 20px 20px;
    font-family: 'IBM Plex Serif', serif;
    /*font-size: 16px;
    line-height: 32px;*/
    line-height: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320)));
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
}


.align-left{
    text-align: left;
}

.align-right{
    text-align: right;
}

.align-center{
    text-align: center;
}

/* ------------------------------------*/
/* -------------- MARGIN --------------*/
/* ------------------------------------*/

.margin-top{
    margin: 40px auto 0;
}

.margin-highlights{
    margin: 50px auto 0;
}