
@font-face {
    font-family: 'Poppins';
    src: url(Poppins/Poppins-Light.ttf);  
}

@font-face {
    font-family: 'Poppins_Bold';
    src: url(Poppins/Poppins-Bold.ttf);  
}

h1,h2,h3,h4,h5{
    font-family: Poppins_Bold;
}

body{
    font-family: Poppins;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    background:url(../media/backg.png);
    background-repeat: no-repeat;
    background-position: right;
}

header{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 12%);
    height: 54px;
    background-color: #292929;
    position: fixed;
    top: 0;
    padding: 5px 6%;
}

logo{
    background: URL(../media/newLogo.png);
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 1;
    cursor: pointer;
}

header #Navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-inline-start: 0;
}

header #Navbar li{
    color: white;
    text-decoration: none;
    list-style-type: none;
    font-family: Poppins_Bold;
    cursor: pointer;
}

article[home]{
    padding: 0 5%;
    max-width: 700px;
}

article #Download{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: calc(95vh - 65px);
    align-items: flex-end;
    margin-bottom: 25px;
}

article #Download #about{
    min-width: 300px;
    width: 50%;
    padding: 25px;
}

article #Download #about h2{
    font-size: 48px;
    margin: 0;
}

article #Download #about p{
    font-size: 25px;
    margin: 0;
}

article #Download picture{
    background: URL(../media/Phone2.png),#FFFFFFFF;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 200 / 395;
    box-shadow: 8px 4px 11px 3px #a9a7a7;
    border-radius: 25px;
}

article #Download #links {
    width: 90%;
    display: flex;
    margin-top: 35px;
}

article #Download #links button{
    aspect-ratio: 3/1;
    margin: 0 5%;
    border: 0;
}

article #Download #links button#Google{
    width: 42%;
    background: URL(../media/Google1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

article #Download #links button#Apple{
    width: 38%;
    background: URL(../media/Apple1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

article #Sellpoints{
    margin: 0;
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    padding-inline-start: 0;
}

article #Sellpoints li{
    width: 30%;
    list-style-type: none;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
}

article #Sellpoints li picture{
    background: URL(../media/Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: 60%;
    display: block;
    border-radius: 15px;
}

article #Sellpoints li p{
    margin: 0;
}

article #Sellpoints li h3{
    margin: 2px 0;
}

article{
    margin-top: 65px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:100%;
    padding: 0;
}

article #Support{
    width: 100%;
}

article .Category{
    max-width: 100%;
    padding: 5px 35px;
}

article #SupportTicket{
    padding: 5px 35px;
}

article #SupportTicket p{
    margin: 0;
}

article #SupportTicket button{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px 25px;
    background-color: #FFEF5C;
    border-radius: 5px;
    border-color: #FFEF5C;

}

article .Category .carousalControls{
    display: none;
}

article .Category[active] .carousalControls{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
}

article .carousal{
    display: flex;
    flex-direction: row;
    width: calc(100% - 120px);
    height: 100%;
    overflow-x: scroll;
}

article .left{
    display: flex;
    width: 60px;
    background: #292929cc;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: #39cadd;
    margin: 15px 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

article .right{
    display: flex;
    width: 60px;
    background: #292929cc;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: #39cadd;
    margin: 15px 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

article .Category .carousal .Problem{
    min-width: 95%;
    padding: 0 4%;
}

article .Category .carousal .Problem picture{
    display: block;
    width: 100%;
    height: 350px;
}

article .Category .carousal .Problem picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
article .Category .carousal .Problem h4{
    margin-bottom: 0;
}

article .Category_Name{
    cursor: pointer;
}

article .Category .carousal .Problem ul{
    margin-top: 0;
    padding: 0;
    padding-inline-start: 0;
}
article .Category .carousal .Problem ul li{
    list-style: none;
    display: flex;
    align-items: center;
}
article .Category .carousal .Problem ul p{
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
}
article .Category .carousal .Problem ul span{
    display: inline-block;
    width: 30px;
}

article .terms{
    padding: 0 35px;
}

article .terms h1, article .terms h2, article .terms h3, article .terms h4, article .terms h5{
    margin-bottom: 0;
}

article .terms p{
    margin-top: 0;
}

article #IOSForm{
    width: 100%;
    height: 950px;
} 
article #TicketForm{
    width: 100%;
    height: 1250px;
} 



footer{
    width: calc(100% - 50px);
    margin-top:15vh;
    padding: 45px 25px;
    background-color: #292929;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer #siteinfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer #siteinfo #Copyright{
    color: white;
    font-family: Poppins;
    font-size: 11px;
}

footer #Quicklinks{
    color: #FFFFFF;
}

footer #Quicklinks h2{
    font-size: 20px;
    margin: 0;
}

footer #Quicklinks ul{
    padding: 0;
    padding-inline-start: 0;
}

footer #Quicklinks li{
    cursor: pointer;
    list-style: none;
}


@media (max-width: 600px){
    article #Download{
        height: unset;
    }

    article #Download #about{
        width: 75%;
    }

    article .Category{
        padding: 0;
    }
    article .carousal{
        width: 100%;
    }
    article .Category .carousal .Problem picture{
        height: unset;
    }
    article .right{
        margin: 0;
        width: 40px;
    }
    article .left{
        margin: 0;
        width: 40px;
    }
}


@media (max-width: 400px){
    article #Download{
        height: unset;
    }

    article #Download #about{
        width: 75%;
    }

    article .Category{
        padding: 0;
    }
    article .Category[active] .carousalControls{
        align-items: center;
    }
    article .carousal{
        width: 100%;
    }
    article .Category .carousal .Problem picture{
        height: unset;
    }
    article .right{
        margin: 0;
        height: 30px;
        width: 20px;
    }
    article .left{
        margin: 0;
        height: 30px;
        width: 20px;
    }

    h3,h4,h5,h6{
        margin: 0;
    }

    p,li{
        margin: 0;
        font-size: 14px;
    }
}