@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url("./images/bg-header-desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
}
.header{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items:center;

}
.logo{
    margin-top: 10vh;
}
.paragraph{
    text-align: center;
}
.ios{
    width:10vw;
    height:4vh;
    border-radius: 1vw;
    border:none;
    background-color: #41debe;
    margin:1vw;

}
.mac{
    width:10vw;
    height:4vh;
    border-radius: 1vw;
    border: none;
    background-color: #63aaed;
    margin:1vw;
}
.track{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.track-text{
    text-align: center;
    margin-bottom: 8vh;
}
.track-section{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.track-points{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
}
.quick{
    margin:2vw;
    font-weight: 300;
}
.iCloud{
    margin:2vw;
        font-weight: 300;

}
.history{
    margin:2vw;
        font-weight: 300;

}
.quick h2{
font-weight: 500;}
.iCloud h2{
font-weight: 500;}
.history h2{
font-weight: 500;}

.clipboard{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clipboard-text{
    padding-bottom: 5vw;
    text-align: center;
}
 p{
    line-height: 2vw;
}

.supercharge{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.supercharge-text{
    margin-bottom: 3vw;
    text-align: center;
}
.supercharge-points{
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}
.blacklist{
    height:210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.snippets{
    height:175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;

}
.sneak{
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;

}
.companies{
    display: flex;
    justify-content: space-around;
    margin: 4vw;

}
.companies img{
    object-fit: contain;
}
.clipboardForiOSAndMac{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:3vw;
    text-align: center;
}
.clipboardForiOSAndMac p{
    margin: 2vw;;
    line-height: 2vw;
}

footer{
    height:15vh;
    background-color: #e5efed;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerLogo img{
    width:3vw;
    height: 3vw;
}
.links{
    width:30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.links a{
    padding: 1.5vw;
    text-decoration: none;
    color:black;
}
.links a:hover{
    color:#27907b;
}
.social-media img{
    margin-right: 2vw;
}