@import url(./font.css);
@import url(./media.css);

*{
    font-family: 'roboto';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.navbar ul{
    display: flex;
    gap: 20px;
}

.navbar a{
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* HEADER END!!! */

/* ================== */

/* MAIN START!!! */

/* DESK START!!! */

.desk{
    background: url(../img/desk__bg.png);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.desk__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    gap: 20px;
}

.desk__content h1{
    color: white;
    font-size: 45px;
    font-weight: 400;
}

.desk__content p{
    color: white;
    letter-spacing: 1px;
    font-size: 18px;
    opacity: 1;
}

.desk__content a{
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* DESK END!!! */

/* ================== */

/* PADS START!!! */

.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 80px 20px;
    text-align: center;
}

h1{
    font-size: 45px;
    font-weight: 400;
}

p{
    opacity: .5;
    font-size: 18px;
}

a{
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pads__parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pads__parent-child{
    text-align: center;
}

.pads__parent-child h2{
    font-weight: 400;
    font-size: 30px;
    margin: 10px 0;
}

/* PADS END!!! */

/* ================ */


/* PRODUCTS START */

.dots{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.dots{
    font-size: 8px;
}

.products__parent{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    place-items: center;
    text-align: center;
}

.products__parent-child{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.products__parent-child p:nth-of-type(1){
    margin-top: 20px;
}

/* PRODUCTS END */

/* =============== */


/* HOME START */

.home{
    background-image: url(../img/home__img.png);
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 100px 0;
}

.home__context{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    gap: 20px;
}

.home__context h1{
    color: white;
    font-weight: 400;
    font-size: 66px;
}

.home__context p{
    color: white;
    letter-spacing: 1px;
    opacity: 1;
}

.home__context a{
    color: white;
    margin-top: 20px;
}

/* HOME END */

/* ============= */

/* WAY START */

.way{
    margin-bottom: 50px;
}

.way__parent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

/* WAY START */

/* =============== */


/* TEAM STARTS */

.team__text{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.team__text p{
    line-height: 30px;
}

.team__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    place-items: center;
    margin: 100px 0;
}

/* TEAM END */

/* ================ */

/* INSPIRE START */

.inspire__context{
    text-align: center;
    margin-bottom: 100px;
}

.inspire__context p{
    margin-top: 30px;
    opacity: 1;
    font-size: 15px;
    letter-spacing: 1px;
}

.inspire__design{
    background: #9aa8b1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    gap: 30px;
    margin-bottom: 50px;
}

.inspire__design h1{
    color: white;
}

.inspire__design p{
    color: white;
    opacity: 1;
    font-size: 15px;
}

/* INSPIRE END */

/* ================= */

/* MAIN END!!! */

/* ================ */

/* FOOTER START!!! */

.footer{
    background: #f3eeee;
    margin-bottom: 50px;
}

.footer__parent{
    display: flex;
    justify-content: space-between;
}


.footer__parent-child{
    display: flex;
    padding: 100px 0;
    gap: 30px;
}

.footer__parent-child-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__parent-child-list a{
    font-size: 18px;
    font-weight: 600;
}

.footer__parent-child-text h2{
    font-weight: 400;
}

.footer__parent-child-text p{
    font-size: 16px;
    margin-top: 20px;
}

.footer__parent-child-text hr{
    margin-top: 70px;
}

.footer__parent-attribution{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.footer__parent-attribution p{
    background: #000;
    color: white;
    opacity: 1;
    width: 80px;
    text-align: center;
    padding: 20px;
    position: absolute;
    right: 0;
}

.footer__parent-attribution-list{
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    right: 0;
    width: 571px;
    bottom: 0;
}

.footer__parent-attribution-list a{
    font-size: 12px;
    opacity: .5;
    transition: all .3s linear;
}

.footer__parent-attribution-list a:hover{
    opacity: 1;
}


/* FOOTER END!!! */

/* =================== */