@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,600;1,400;1,600&family=Barlow+Semi+Condensed:ital,wght@0,500;0,600;1,500;1,600&family=Big+Shoulders+Display:wght@700&family=Cairo:wght@700&family=Fraunces:ital,opsz,wght@0,9..144,700;1,9..144,700&family=Inter:wght@400;700&family=Jomhuria&family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Kumbh+Sans:wght@400;700&family=League+Spartan:wght@400;500;700&family=Lexend+Deca&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital@0;1&family=Outfit:wght@300;400;600&family=Poppins:ital,wght@0,600;1,600&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&family=Red+Hat+Display:ital,wght@0,500;0,900;1,400;1,500;1,900&display=swap'); 
:root{
    --Strong-Cyan: hsl(171, 66%, 44%);
    --Light-Blue: hsl(233, 100%, 69%);
    --Dark-Grayish-Blue: hsl(210, 10%, 33%);
    --Grayish-Blue: hsl(201, 11%, 66%);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    min-height: 1000vh;
    background-image: url(images/bg-header-desktop.png);
    background-repeat: no-repeat;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 400,700;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
}
.container .logo img{
    margin-left: 30%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container .special h1{
    margin-left: 55px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--Dark-Grayish-Blue);
}
.container .special p{
    width: 500px;
    margin-left: 10%;
    text-align: center;
    margin-bottom: 10px;
    color: var(--Grayish-Blue);
}
.container .special .button{
    margin-left: 25%;
    margin-bottom: 100px;
}
.container .special .button .b-1:hover{
    opacity: 0.8;
}
.container .special .button .b-2:hover{
    opacity: 0.8;
}
.container .special .button .b-1{
    background-color: var(--Strong-Cyan);
}
.container .special .button .b-2{
    background-color: var(--Light-Blue);
}
.container .special .button .b-1,
.container .special .button .b-2{
    border: none;
    border-radius: 18px;
    color: white;
    padding: 10px 20px;
    margin-top: 15px;
}
.container aside .s-1 h1{
    text-align: center;
    font-weight: 700;
    color: var(--Dark-Grayish-Blue);
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-left: 70px;
}
.container aside .s-1 p{
    color: var(--Grayish-Blue);
    width: 540px;
    text-align: center;
    margin-left: 360px;
    margin-bottom: 60px;
}
.container aside .flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-bottom: 100px;
}
.container aside .flex img{
    width: 50%;
   
}
.container aside .flex h2{
    color: var(--Dark-Grayish-Blue);
    margin-bottom: 10px;
    font-weight: 400;
}
.container aside .flex .main{
    width: 300px;
    color: var(--Grayish-Blue);
    margin-bottom: 50px;
}
.container aside .s-2 h1{
    color: var(--Dark-Grayish-Blue);
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 140px;
}
.container aside .s-2 p{
    width: 540px;
    color: var(--Grayish-Blue);
    margin-bottom: 70px;
    text-align: center;
    margin-left: 385px;
}
.container aside .s-2 img{
    width: 50%;
    margin-left: 30%;
    margin-bottom: 100px;
}
.container aside .s-3 h1{
    color: var(--Dark-Grayish-Blue);
    font-weight: 700;
    text-align: center;
    margin-left: 200px;
    margin-bottom: 20px;
}
.container aside .s-3 .paragraph{
    text-align: center;
    color: var(--Grayish-Blue);
    margin-bottom: 50px;
    margin-left: 500px;
}
.container aside .s-3 .ser{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 160px;
    margin-bottom: 100px;
}
.container aside .s-3 .ser img{
    margin-bottom: 30px;
    margin-left: 50%;
}
.container aside .s-3 .ser h2{
    text-align: center;
    color: var(--Dark-Grayish-Blue);
    margin-bottom: 15px;
}
.container aside .s-3 p{
    margin-right: 20%;
    width: 311px;
    text-align: center;
    line-height: 1.5rem;
    color: var(--Grayish-Blue);
}
.container aside .s-4 .sites{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-left: 150px;
    margin-bottom: 100px;
}
.container .zero{
    margin-bottom: 20px;
    background-color: var(--Grayish-Blue);
    display: flex;
    gap: 90px;
    color:var(--Dark-Grayish-Blue);
    padding: 100px 100px;
    width: 100%;
    
}
.container .zero img{
    width: 40%;
}
.container .zero p{
margin-bottom: 20px;
}
.container .zero .left p:hover{
    color: var(--Strong-Cyan);
}
.container .zero .icons{
    margin-left: 200px;
}
.container .zero .icons a{
    margin-left: 10px;
    color: var(--Dark-Grayish-Blue);
}
.container .zero .icons a:hover{
    color: var(--Strong-Cyan);
}
@media(max-width:375px){
    body{
        background-image: url(images/bg-header-mobile.png);
        background-repeat:no-repeat ;
        background-position: left -252vw top 0vh;
        background-size: cover;
    }
    .container .logo img{
        margin-top: 100px;
        width: 65%; 
        margin-left: 1px;
    }
    .container .special{
        text-align: center;
        margin-right: 91px;
    }
    .container .special h1{
        font-weight: 700;
        font-size: 30px;
        width: 347px;
        margin-left: 55px;
    }
    .container .special p{
        font-size: 15px;
        width: 289px;
        margin-bottom: 20px;
        margin-left: 80px;
    }
    .container .special .button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container .special .button button{
        width: 100%;
        margin-right: 50px;
        font-size: 20px;
    }
    .container aside .s-1,
    .container aside .s-2,
    .container aside .s-3{
        text-align: center;
    }
    .container aside .s-1 h1,
    .container aside .s-2 h1{
        font-size: 30px;
        width: 406px;
        margin-left: 310px;
    }
    .container aside .s-1 p,
    .container aside .s-2 p{
        font-size: 15px;
        margin-right: 383px;
        width: 291px;
    }
    .container  aside .flex {
        flex-direction: column;
        margin-left: 430px;
    }
    .container aside .flex img{
        margin-right: 477px;
    }
    .container aside .flex div{
        text-align: center;
    }
    .container aside .flex div h2{
        font-weight: 700;
        font-size: 25px;
        margin-right: 422px;
    }
    .container aside .flex div .main{
        font-size: 15px;
        width: 291px;
        margin-left: -64px;
    }
    }
    .container aside .s-2 img{
        margin-right: 209px;
        margin-left: 166px;
        width: 30%;
    }
    .container aside .s-3 h1{
        font-size: 30px;
        margin-left: 366px;
        width: 300px;
    }
    .container aside .s-3 .paragraph{
        font-size: 15px;
        margin-left: 350px;
    }
    .container aside .s-3 .ser{
        flex-direction: column;
        margin-right: 226px;
        gap: 50px;
    }
    .container aside .s-3 .ser img{
        margin-right: 120px;
    }
    .container aside .s-3 .ser h2{
        font-size: 30px;
        font-weight: 700;
    }
    .container aside .s-3 .ser p{
        font-size: 20px;
    }
    .container aside .s-4 .sites{
        flex-direction: column;
        margin-left: 0px;
    }
    .container .zero{
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }
    .container .zero img{
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .container .zero p{
        margin-bottom: 20px;
    }

    .container .zero .icons{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-left: 0px;
    }
}


