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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
body{
    overflow-x: hidden;
}

body::-webkit-scrollbar{
    display: none;
    align-self: baseline;
    min-inline-size: 50%;
}

header {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    padding: 20px 18%;
}

header img{
    width: 30px;
}

header p{
    font-size: 16px;
    color: #333;
     margin-left: 10px;
     font-weight: 500;
}

.header{
    display: flex;
    align-items: center;
}

.navbar ul{
    list-style-type: none;
    display: flex;
    padding: 0px;
}



.navbar a {
    padding: 20px;
    text-decoration: none;
    color: black;
}

nav .download{
    padding: 10px 20px;
    background-color:#2889ff;
    color: white;
    border-radius: 4px;
}


/* features */

#features{
    width: 100%;
    height: 83vh;
    background: url(asset/bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}   

.container-features{
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 50px;
    padding-top: 10px;
    
}


.container-features h2{
    justify-content: center;
    text-align: center; 
    align-items: center;
    font-size: 3rem;
    font-weight: 300;
    color: white;
}

.text-features p{
    width: 100%;
}


.container-features p{
    text-align: center;
    opacity: .7;
    color: white;
    font-weight: 300;
    font-size: 20px;
    margin-top: 30px;
}


 .btn-free-download{
    background-color: #2889ff;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: auto;
    width: 150px;
    border-radius: 3px;
}

.btn-free-download a{
    text-decoration: none;
    color: white;
}

.bottom-features p {
    font-size: 0.8rem;
}

/* brands */

#brands{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -220px;
    min-height: 100vh;
}

.text-brands h2{
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}

.image-brands{
    display: flex;
    justify-content: center;
    height: 30px;
    gap: 75px;
    margin-top: 50px;
}


/* bridge */

#bridge{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-weight: 100;
    gap: 40px;
    margin-top: -90px;
}

.container-bridge img{
    transform: translateX(-30%);
}


.text-bridge{
    margin-top: 15px;
    transform: translateX(-50%);
}

.text-bridge h1{
    width: 70%;
    font-size: 40px;
    margin-top: 5px;
    font-weight: 300;
}

.text-bridge .p1 {
    font-size: 16px;
    width: 70%;
    line-height: 2;
    font-weight: 400;
    margin-top: 20px;
}

.text-bridge .p2 {
    max-width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}


/* realtime */

#realtime{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-weight: 100;
    gap: 40px;
    margin-top: 90px;
}

.container-realtime{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-realtime img{
    width: 100%;
    transform: translateX(50%);
}

.text-realtime{
    transform: translateX(80%);
    margin-bottom: 25%;
}

.text-realtime h1{
    width: 70%;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
}

.text-realtime p{
    width: 80%;
    margin-top: 10px;
    line-height: 1.5;
}

/* build */

#build{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-weight: 100;
    margin-top: 100px;
    gap: 40px;
}

.container-build img{
    transform: translateX(-30%);
}

.text-build{
    transform: translateX(-50%);
}

.text-build h1{
    width: 70%;
    font-size: 40px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.2;
}


.text-build .p-build {
    width: 65%;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

.text-build .p2-build {
    width: 63%;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
}



/* made */

#made {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 120vh;
    padding: 20px;
}

.container-made h2 {
    margin-top: 120px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.container-made p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}

.container-made-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap; 
}

.image-made {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    text-align: center; 
}

.image-made a{
    color: #2889ff;
    text-decoration: none;
    position: relative;
}

.image-made a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 0.5px;
    background-color: #2889ff;
    opacity: 0;
    transition: opacity 0.3s;
}

.image-made a:hover::after{
    opacity: 1;
}

.image-made img {
    width: 100px; 
    height: auto;
}

.image-made h1 {
    font-size: 32px;
    padding-top: 40px;
    font-weight: 300;
}

.image-made p {
    padding-top: 18px;
    line-height: 1.5;
    font-size: 16px;
    max-width: 300px; 
}


/* get */

#get{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 80vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(asset/cowork-7.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.container-get h1{
    font-size: 48px;
    font-weight: 300;
    color: white;
}

.container-get p{
    margin-top: 18px;
    font-size: 18px;
    opacity: .6;
    font-weight: 300;
    color: white;
}

.btn-all{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn-all a{
    text-decoration: none;

}

.btn-all a{
    color: white;
}

.btn-buy{
    display: flex;
    justify-content: center ;
    align-items: center;
    padding: 10px 20px ;
    background-color: #2889ff;
    border-radius: 5px;
}

.btn-explore {
    align-items: center;
    padding: 10px 5px ;
    background-color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 5px;
    transition: background-color 0.3 ease, color 0.3 ease;
}

.btn-explore a {
    padding: 10px 20px ;
    background-color: white;
    background: transparent;
        
}

.btn-explore:hover{
    background-color: white;
    color: black;
}

.btn-explore:hover a{
    color: black;
    opacity: 1;
}

footer{
    height: 80vh;
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.container-footer{
    display: flex;
    color: white;
    gap: 150px;
    font-size: 12px;
    padding: 10px;
}

.content-footer{
    text-decoration: none;
    justify-content: center;
}

.content-footer a{
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    

}


.container-footer li {
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}


.content-footer ul li a {
  color: rgb(183, 183, 183);
  text-decoration: none;
  font-weight: 300;
  opacity: 0.6;
  transition: 0.5s;
}

.content-footer ul li a:hover {
  color: white;
  opacity: 1;
}

.logo-footer {
    display: contents;
    align-items: center;
}

.logo-footer img{
    margin-top: 100px;
}

.logo-footer p{
    margin-top: 30px;
    color: #565656;
}

@media (max-width: 428px){
    header{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .navbar{
        width: 10px 20%;
        margin-top: 20px;
    }

    .navbar .download{
        font-size: 5px;
        display: none;
    }

    #features{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .container-features{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 100%;
        
    }

    .container-features p{
        align-items: center;
    }
    .text-features h2{
        padding: 15px;
    }

    .text-features p{
        display: flex;
        justify-content: center;
        padding: 20px;
        line-height: 1.5;
        align-items: center;
    }



    .btn-free-download{
        display: flex;
        padding: 10px 15px;
    }

    .btn-free-download a{
        font-size: 16px;
    }

    #brands{
        display: flex;
        flex-direction: column;
        
    }

    .image-brands{
        display: flex;
        flex-wrap: wrap;
    }

    .container-brands h2{
        margin-inline: 5%;
        font-size: 24px;
    }

    .text-brands h2{
        font-weight: 300;
    }


   



    #bridge{
        display: flex;
        flex-direction: column;
    }

    .container-bridge{
        width: 100%;
        transform: translateX(30%);
        display: flex;
        align-items: center;
    }

    .container-bridge img{
        width: 100%;
        margin-top: 100px;
    }

    .text-bridge{
        transform: translateX(20%);
    }


    
    #realtime{
        display: flex;
        flex-direction: column;
    
    }

    .container-realtime{
        width: 100%;
        transform: translateX(-50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .container-realtime img{
        width: 100%;
        
    }

    .text-realtime{
        margin-top: 100px;
        transform: translateX(70%);
    }
   
    


    #build{
        display: flex;
        flex-direction: column;
        ;
    }

    .container-build{
        width: 100%;
        transform: translateX(30%);
        display: flex;
        align-items: center;
    }

    .container-build img{
        width: 100%;
        margin-top: 100px;
    }

    .text-build{
        transform: translateX(20%);
    }

    #made{
        min-height: 100%;
        display: flex;
        margin-bottom: 50px;
    }

    .container-made h2{
        font-size: 30px;
    }
    
    .container-made-image{
        gap: 10px;
    }

    /* get */

    .container-get{
        width: 70%;
        line-height: 1.5;
        font-size: 18px;
    }

    /* footer */

    footer{
        height: 120vh;
    }
   

    .container-footer{
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 30px;
       margin-top: 150px;
       position: relative;
    }

    .logo-footer{
        margin-top: 30px;
       text-align: center;
    }

    .logo-footer p{
        margin-bottom: 100px;
    }

}