*{
    box-sizing: border-box;
}
body{
    text-align: center;
    font-family: "Bai Jamjuree", sans-serif;
}
.flex{
    display: flex;
    justify-content: space-between;
}
button{
    margin: 1rem 0;
}
h1, h2, h3{
    color: hsl(210, 10%, 33%);
}
h3{
    font-size: 18px;
}
p{
    color: hsl(201, 11%, 66%);
    line-height: 25px;
}
header .img{
    width: 5.5rem !important;
    margin: 5rem 0 2rem ;
}
.ios, .mac{
    padding: .7rem 0 .6rem;
    width: 14rem;
    font-size: 15px;
    border-radius: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    
}
.ios{
    background-color: hsl(171, 66%, 44%);
    box-shadow: 0 2px hsl(171, 66%, 34%);
    margin-right: 1rem;
}
.mac{
    background-color: hsl(233, 100%, 69%);
    box-shadow: 0 2px hsl(233, 100%, 58%);
    margin-left: 1rem;
}
.ios:hover{
    background-color: hsl(171, 66%, 47%);
    box-shadow: 0 2px hsl(171, 66%, 41%);
}
.mac:hover{
    background-color: hsl(233, 100%, 72%);
    box-shadow: 0 2px hsl(233, 100%, 64%);
}
section{
    margin-top: 6rem !important;
}
section p{
    margin-bottom: 5rem;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16rem;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    background: url(images/bg-header-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.minus{
    margin-left: -40px;
    margin-right: 2rem;
    display: inline-block;
}
.beside{
    text-align: left;
    min-width: 30vw;
    margin-left: 2rem;
}
.dif{
    display: flex;
    justify-content: center;
    margin: 0 2rem 0 0;
}
.img2{
    max-width: 65vw;
}
.icons{
    margin-top: 2rem;
    width: 80%;
    margin: 0 auto;
}
.icons img{
    max-width: 13vw;
}
.clip p{
    margin-bottom: 2.5rem;
}
.section p{
    margin-bottom: 2.5rem;
}
.w-50{
    width: 45%;
    margin: 0 auto;
}
.w-50 img{
    width: 100%;
}
.logos{
    width: 80%;
    margin: 0 auto;
}
.svg-area{
    max-width: 28%;
}
.clip{
    margin-bottom: 7rem;
}
.svg-area p{
    line-height: 40px !important;
}
footer{
    background-color: hsl(0, 0%, 94%);
    padding: 2rem 5rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
footer .img{    
    width: 2.5rem !important;
}
.f-flex{
    display: flex;
    justify-content: space-between;
    width: 70%;
}
footer p{
    color: hsl(210, 10%, 33%);
}
.col5 img{
    margin: 0 .5rem;
}
.f-flex p:hover{
    color: hsl(171, 66%, 44%);
    cursor: pointer;
}
.col5 img{
    cursor: pointer;
}

@media screen and (max-width: 450px){
    .flex{
        flex-direction: column;
    }
    .w-50{
        width: 90%;
    }
    button{
        display: block;
        margin: 1rem auto;
    }
    .ios{
        margin-right: auto !important;
    }
    .mac{
        margin-left: auto !important;
    }
    .minus{
        margin: 0 auto;
        display: block;
    }
    .beside{
        text-align: center;
        min-width: 30vw;
        margin: 3rem 2rem 0;
    }
    .dif{
        display: flex;
        justify-content: center;
        margin: 0;
        flex-direction: column;
    }
    .img2{
        max-width: 90vw;
    }
    h1, h2, h3{
        margin: 0;
    }
    p{
        margin-bottom: 0;
    }
    .svg-area{
        max-width: 100%;
    }
    .icons{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .icons img{        
        max-width: unset;
        width: 30vw;
        margin: 1.5rem 0;
    }
    footer{
        padding: 2rem 2rem;
        flex-direction: column;
    }
    footer .img{    
        width: 2.5rem !important;
    }
    .f-flex{
        flex-direction: column;
        width: 70%;
    }
    footer p{
        color: hsl(210, 10%, 33%);
    }
    .col5{
        margin: 1rem 0 0 0;
        width: 100%;
    }
    .col5 img{
        margin: 0 1rem;
    }
    .ios, .mac{
        width: 80%;
        font-size: 14px; 
    }
    .svg-area p{
        line-height: 30px !important;
    }
    header .img{
        margin: 5rem 0 2rem ;
    }
    .bg{
        background: url(images/bg-header-mobile.png);
    }

}
