@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*
{
    padding: 0;
    margin: 0;
    transition: 0.2s;
}
a{
    text-decoration-color: black;
}
.global{
    position: absolute;
    z-index: 10;
    width: 100%;
    display: none;
}
.global img{
    width: 20%;
    margin-left: 40%;
}
.banner img{
    width: 100%;
}
.bannerInfo{
    position: absolute;
    width: 100%;
}
.bannerInfo a{
    text-decoration: none;
    color: white;
}
.bannerInfo h1{
    text-align: center;
    font-family: "Almarai";
    font-weight: 800;
    color: white;
    font-size: 3.35vw;
    margin-top: 18vw;
}
.bannerInfo h2{
    margin-left: 7.5%;
    color: white;
    font-family: "Inter";
    letter-spacing: 0.1vw;
    font-weight: 500;
    font-size: 1.25vw;
    margin-top: 2vw;
}
.bannerInfo p{
    font-family: "Inter";
    color: white;
    font-weight: 300;
    font-size: 1.4vw;
    text-align: center;
    margin-top: 0.5vw;
}
.bannerInfo img{
    position: absolute;
    width: 15%;
    right: 7.5%;
  top: 1vw;
}
.phone img{
    width: 100%;
    display: none;
}
.btnsGrid{
    display: grid;
    grid-template-columns: 100%;
    width: 20%;
    margin-left: 40%;
    margin-top: 2vw;
}
.btnsGrid h2{
    font-size: 1.2vw;
    text-align: center;
    font-family: "Inter";
    padding: 0.8vw;
    color: white;
    margin: 0.5vw;
    border-radius: 0.5vw;
    background-image: linear-gradient(to right, #AF00DB, #E97F18);
}
.btnsGrid h2:hover{
    background-image: linear-gradient(to right, #E97F18, #E97F18);
}
.btnsGrid h3{
    font-size: 1.2vw;
    text-align: center;
    font-family: "Inter";
    color: black;
    padding: 0.8vw;
    margin: 0.5vw;
    border-radius: 0.5vw;
    background-color: white;
}
.btnsGrid h3:hover{
    background-color: #AF00DB;
    color: white;
}




.featuresGrid{
    display: grid;
    grid-template-columns: 32.66% 32.66% 32.66%;
    grid-column-gap: 2%;
    width: 85%;
    margin-left: 7.5%;
}
.feature{
    height: 8vw;
    background-color: #D9D9D9;
    border: 0.6vw solid white;
    border-radius: 0.75vw;
    margin-top: -4.5vw;
    text-align: center;

}
.feature:hover{
    background-color: white;
    border-color: white;
    color: white;
    text-decoration: underline;
}
.feature:hover h1{

    color: black;
    text-decoration: underline;
}
.feature img{
    text-align: center;
    width: 15%;
    margin-top: 1vw;
}
.feature h1{
    font-size:1.5vw;
    font-family: "Inter";
    font-weight: 800;
    text-align: center;
    color: black;
}




.aboutSection{
    width: 85%;
    margin-left: 7.5%;
    margin-top: 2vw;
    margin-bottom: 5vw;
}
.aboutSection h1{
    font-size: 2.5vw;
    text-align: center;

    background: linear-gradient(to right, #FF9501, #A90CEA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: "Almarai";
    margin-top: 9vw;
    font-weight: 400;
}
.aboutSection p{
    font-family: "Almarai";
    font-size: 1.65vw;
    text-align: justify;
    color: #363636;
    line-height: 2.35vw;
    margin-top: 2vw;
}




.f1Section{
    height: 32vw;
    background-image: linear-gradient(to right,#D00CE1,#EB870B);
}
.f1Section h1{
    color: white;
    font-size: 2.5vw;
    line-height: 2.8vw;
    padding-top: 5vw;
    font-family: "Almarai";
    font-weight: 800;
    margin-left: 7.5%;
}
.f1Section p{
    color: white;
    font-family: "Inter";
    font-size: 1.35vw;
    width: 35%;
    margin-left: 7.5%;
    font-weight: 300;
    text-align: justify;
    margin-top: 2vw;
}
.freeRoamImg img{
    width: 45%;
    float: right;
    margin-right: 7.5%;
    margin-top: -25vw;
}

.todSection{
    width: 85%;
    margin-left: 7.5%;
}
.todSection h1{
    background: linear-gradient(to right, #FF9501, #A90CEA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5vw;
    line-height: 2.8vw;
    padding-top: 7vw;
    font-family: "Almarai";
    font-weight: 800;
    display: inline-block; 
}
.todDesktop img{
    width: 100%;
    margin-top: 3vw;
}
.todPhone img{
    width: 0%;
}
.navDesktop img{
    width: 100%;
}
.navPhone img{
    width: 0%;
    display: none;
}
.todSection p{
    font-family: "Almarai";
    font-size: 1.45vw;
    text-align: justify;
    color: #363636;
    line-height: 2.15vw;
    margin-top: 2vw;
}

.analyticsGrid{
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%;
    width: 85%;
    margin-left: 7.5%;
    height: auto;
}
.analytics{
    height: 10vw;
    background-color: white;
    text-align: center;
    border-radius: 0.5vw;
    margin-bottom: 3vw;
}
.analytics:hover{
    background-color: gainsboro;
}
.analytics img{
    width: 20%;
    margin-top: 2vw;
}
.analytics h2{
    font-family: "Inter";
    text-align: center;
    font-size: 1.35vw;
    margin-top: 0.5vw;
    color: purple;
}


.versionsCont{

    margin-top: -18vw;
    height: auto;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    margin-bottom: 6vw;
}
.version {
    background-image: linear-gradient(to bottom, #ffffff, rgb(255 255 255));
    text-align: center;
    height: auto;
    border-radius: 0.5vw;
    border: 0.2vw solid rgb(227, 227, 227);
}
.version h2{
    color: rgb(54 151 251);
    margin-top: 0;
    font-family: "Almarai";
    margin-top: 2vw;
    font-size: 2vw;
    font-weight: 800;
}
.version h2:hover{
    color: rgb(0 86 175);
}
.version p{
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 2vw;
}


@media screen and (max-width: 640px) {
    .banner{
        margin-top: -6vw;
    }
    .bannerInfo img{
        width: 50%;
        
    }
    .banner img{
        width: 0%;
    }
    .phone img{
        width: 100%;
        display: block;
    }
    .bannerInfo h1 {
        text-align: center;
        font-family: "Almarai";
        font-weight: 800;
        color: white;
        font-size: 8vw;
        margin-top: 38vw;
        width: 90%;
        margin-left: 5%;
    }
    .bannerInfo p {
        font-family: "Inter";
        color: white;
        font-weight: 300;
        font-size: 5vw;
        text-align: center;
        margin-top: 5vw;
        width: 90%;
        margin-left: 5%;
    }
    .btnsGrid {
        display: grid;
        grid-template-columns: 100%;
        width: 60%;
        margin-left: 20%;
        margin-top: 6vw;
    }
    .btnsGrid h2 {
        font-size: 5vw;
        text-align: center;
        font-family: "Inter";
        padding: 2vw;
        color: white;
        margin: 0.5vw;
        border-radius: 1vw;
        background-image: linear-gradient(to right, #AF00DB, #E97F18);
        display: none;
    }
    .btnsGrid h3 {
        font-size: 5vw;
        text-align: center;
        font-family: "Inter";
        color: white;
        padding: 2vw;
        margin: 0.5vw;
        border-radius: 1vw;
        background-image: linear-gradient(to right, #AF00DB, #E97F18);
    }
    .featuresGrid {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 5%;
        width: 85%;
        margin-left: 7.5%;
        margin-top: -8.5vw;
    }
    .feature {
        height: 25vw;
        background-color: #D9D9D9;
        border: 2vw solid white;
        border-radius: 2vw;

        text-align: center;
    }
    .feature img {
        text-align: center;
        width: 15%;
        margin-top: 3vw;
    }
    .feature h1 {
        font-size: 4vw;
        font-family: "Inter";
        font-weight: 800;
        text-align: center;
        color: black;
    }
    .aboutSection h1 {
        font-size: 7vw;
        text-align: center;
        background: linear-gradient(to right, #FF9501, #A90CEA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Almarai";
        margin-top: 15vw;
        font-weight: 400;
    }
    .aboutSection p {
        font-family: "Almarai";
        font-size: 5vw;
        text-align: justify;
        color: #363636;
        line-height: 7vw;
        margin-top: 7vw;
    }
    .f1Section {
        height: 160vw;
        background-image: linear-gradient(to right, #D00CE1, #EB870B);
    }
    .f1Section h1 {
        color: white;
        font-size: 8vw;
        line-height: 9vw;
        padding-top: 12vw;
        font-family: "Almarai";
        font-weight: 800;
        margin-left: 7.5%;
    }
    .f1Section p {
        color: white;
        font-family: "Inter";
        font-size: 5vw;
        width: 85%;
        margin-left: 7.5%;
        font-weight: 300;
        text-align: justify;
        margin-top: 5vw;
        padding-bottom: 5vw;
    }
    .freeRoamImg img {
        width: 85%;
        float: none;
        margin-right: 7.5%;
        margin-top: -25vw;
        margin-left: 7.5%;
    }
    .todSection h1 {
        background: linear-gradient(to right, #FF9501, #A90CEA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 6vw;
        line-height: 7vw;
        padding-top: 7vw;
        font-family: "Almarai";
        font-weight: 800;
        display: inline-block;
    }
    .todSection p {
        font-family: "Almarai";
        font-size: 5vw;
        text-align: justify;
        color: #363636;
        line-height: 6vw;
        margin-top: 4vw;
        margin-bottom: 30px;
    }
    .analyticsGrid {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;
        width: 85%;
        margin-left: 7.5%;
        height: auto;
        grid-row-gap: 1%;
        margin-top: 5vw;
        margin-bottom: 6vw;
    }
    .analytics img {
        width: 40%;
        margin-top: 5vw;
    }
    .analytics {
        height: auto;
        background-color: white;
        text-align: center;
        border-radius: 1vw;
        
    }
    .analytics h2 {
        font-family: "Inter";
        text-align: center;
        font-size: 4vw;
        margin-top: 0.5vw;
        color: purple;
        margin-bottom: 5vw;
    }
    .versionsCont {
        margin-top: -50vw;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 5%;
        margin-bottom: 22vw;
    }
    .version h2 {
        color: rgb(54 151 251);
        margin-top: 0;
        font-family: "Almarai";
        margin-top: 5vw;
        font-size: 5vw;
        font-weight: 800;
    }
    .todDesktop img{
        width: 0%;
        margin-top: 3vw;
    }
    .todPhone img{
        width: 100%;
    }
    .navDesktop img{
        width: 0%;
    }
    .navPhone img{
        width: 100%;
    }
    .global{
    position: absolute;
    z-index: 10;
    width: 100%;
    display: block;
}
    .global img{
        width: 60%;
        margin-left: 20%;
        margin-top: 10vw;
    }
  }