* {
    padding: 0;
    margin: 0;

    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}

:root {
    --Softorange: hsl(35, 77%, 62%);
    --Softred: hsl(5, 85%, 63%);
    --Off-white: hsl(36, 100%, 99%);
    --Grayishblue: hsl(233, 8%, 79%);
    --Darkgrayishblue: hsl(236, 13%, 42%);
    --Verydarkblue: hsl(240, 100%, 5%);
}

body {
    background: var(--Off-white);
    position: relative;
}

.top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.icon-menu,
.close-menu {
    display: none;
}

.top>h1 {
    padding: 2rem;
}


ul>li {
    list-style-type: none;
    display: inline;
    justify-content: space-between;
    padding-right: 1rem;
    padding-left: 2.5rem;
    margin-top: 1.5rem;

}

ul>li>a {
    text-decoration: none;
    color: var(--Darkgrayishblue);

}

li>a:hover {
    cursor: pointer;
    color: var(--Softorange);
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.middle {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.logo {
    width: 100%;
    padding-left: 2rem;
}

.desktop {
    margin-bottom: 2rem;
    width: 100%;
    height: 50vh;
    padding: auto 2rem;
    border-radius: .5rem;
}

.mobile {
    display: none;
}

.bright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.web {
    font-size: 40px;
    font-weight: 2000;
    width: 130%;
    line-height: 5rem;


}

.bright2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
    padding-left: 5rem;

}

.bright2>p {
    color: var(--Darkgrayishblue);
    font-size: 20px;
    line-height: 1.5rem;
    margin: 1rem 1rem 0 0;
    width: 100%;


}

.bright2>button {
    background: var(--Softred);
    width: 50%;
    border: #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: .4rem;
    margin: 1rem 1rem .5rem 0;
    padding: 1.2rem;
    border-radius: .5rem;
    font-size: 15px;


}

.bright2>button:hover {
    cursor: pointer;
    background-color: var(--Verydarkblue);
}

.container-right {
    background: var(--Verydarkblue);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 2rem;
    height: 150vh;
    width: 40%;
    padding: .5rem 1rem 1rem;
    border-radius: .5rem;

}

.right {
    border-bottom: solid var(--Darkgrayishblue);
    border-radius: 5rem;
    padding: 2rem;
    margin-bottom: .2rem;

}

/* .right:last-child {
    border: none;
} */

.right>h2 {
    color: var(--Off-white);
    font-size: 22px;
    margin-bottom: 1rem;
    margin-top: .2rem;

}

.right>h2:hover {
    cursor: pointer;
    color: var(--Softorange);
}

.right>p {
    color: var(--Grayishblue);
    line-height: 1.4rem;
    margin-top: 1.5rem;
    font-size: 18px;

}

.right>h3 {
    color: var(--Softorange);
    font-size: 40px;
    line-height: 2rem;
    margin-bottom: 2rem;

}

.end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem;

}

.last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem 0;
}

.last>img {
    width: 60%;
    height: 30vh;
    border-radius: 2rem;
    padding: 1rem;

}

.text>h1 {
    color: var(--Grayishblue);
    font-size: 40px;
    margin: 2rem 1rem 1rem 0;
}

.text>h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;

}

.text>h2:hover {
    cursor: pointer;
    color: var(--Softred);
}

.gaming {
    margin-left: 6rem;
}

.text>p {
    color: var(--Darkgrayishblue);
    font-size: 16px;
    line-height: 1.4rem;
    margin-right: 1rem;
}

.laptops {
    margin-left: 1.6rem;
}

.youtube {
    text-align: center;
}
.youtube>h2 {

    font-size: 20px;
    font-weight: 500;
    color: black;
    padding: 0.5rem;
}
.youtube>video {
    text-align: center;
    width: 50%;
}
.youtube>p {

    font-size: 20px;
    font-weight: 500;
    color: var(--Darkgrayishblue);
    padding: 0.5rem;
}
.youtube>a {

    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: blue;
    padding-bottom: 0.5rem;
    text-decoration: none;
}
.youtube>a:hover {

    font-size: 20px;
    color: blue;
   
}
.attribution {
    font-size: 20px;
    color: black;
    margin-top: 1rem;
    padding:0.5rem;
    background-color: grey;
}
.attribution>p {
    font-size: 15px;
    color: black;
    padding:0.5rem;
}

/* styled in css @media screen and (max-width:768px )

 styled internally in html @media screen (max-width:858px )
@media screen (max-width:952px ) */


@media screen and (max-width:480px) {

    body {
        position: relative;
        width: 100%;
    }

    .top>h1 {
        padding: 1rem;
        font-size: 30px;
        margin-right: 0;

    }

    .navigation {
        background-color: orange;
        position: absolute;
        flex-direction: column;
        margin-left: 10rem;


    }

    ul>li>a {
        color: black;
        line-height: 4rem;
        font-weight: 500;
        font-size: 20px;

    }
    .navigation {
        justify-content: space-between;
        padding-bottom: 20rem;
        padding-right: 3.5rem;
        padding-left: .2rem;
        display: none;
    }
    .close-menu {
        display: block;
        float: right;
        width: 20%;
        margin-left: 7rem;
        margin-bottom: 3rem;

    }

    .icon-menu {
        display: block;
        float: right;
        margin-top: 1.5rem;
        height: 2.5vh;
        width: 10%;
    }

    .middle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding: 0.5rem;
    }

    .logo {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: -0.5rem;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        width: 100%;
        border-radius: .7rem;
        margin-bottom: .5rem;
        height: 30vh;
    }

    .web {
        width: 100%;
        font-size: 25px;
        line-height: 4rem;
        font-weight: 900;
        width: 100%;

    }

    .bright {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .bright2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 0;
        padding-left: 0;
    }

    .bright2>p {
        color: var(--Darkgrayishblue);
        font-size: 20px;
        line-height: 2rem;
        margin: 1rem 0 .5rem 0;
        width: 100%;
    }

    .bright2>button {
        background: var(--Softred);
        width: 60%;
        border: #fff;
        color: #fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: .4rem;
        margin: 1rem 1rem .5rem 0;
        padding: 1.2rem;
        border-radius: .5rem;
        font-size: 15px;
    }

    .bright2>button:hover {
        cursor: pointer;
        background-color: var(--Verydarkblue);
    }

    .container-right {
        background: var(--Verydarkblue);
        display: flex;
        flex-direction: column;
        margin: 2rem .2rem 1rem .5rem;
        height: 100vh;
        width: 97%;
        padding: .5rem .5rem;
        border-radius: .5rem;
    }

    .right {
        border-bottom: solid var(--Darkgrayishblue);
        border-radius: 5rem;
        margin-bottom: -1rem;
    }

    .right:last-child {
        margin-bottom: 1rem;
    }

    .right>h2 {
        color: var(--Off-white);
        font-size: 20px;
        margin-bottom: 1rem;
        margin-top: .2rem;

    }

    .right>h2:hover {
        cursor: pointer;
        color: var(--Softorange);
    }

    .right>p {
        color: var(--Grayishblue);
        line-height: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
        font-size: 15px;
        padding: 0;

    }

    .right>h3 {
        color: var(--Softorange);
        font-size: 40px;
        line-height: 2rem;
        margin-bottom: 2rem;

    }

    .end {
        flex-direction: column;
        justify-content: space-between;
        width: 98%;
        margin: 0;

    }

    .last>img {
        width: 60%;
        height: 30vh;
        border-radius: 1.5rem;

    }

    .text>h1 {
        color: var(--Grayishblue);
        font-size: 25px;
        /* margin: 2rem 1rem 1rem 0; */
    }

    .text>h2 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 1rem;

    }

    .text>h2:hover {
        cursor: pointer;
        color: var(--Softred);
    }

    .text>p {
        color: var(--Darkgrayishblue);
        font-size: 15px;
        line-height: 1.4rem;
        margin-right: 0;
    }

    .laptops {
        padding-right: 0;
        width: 100%;
        margin-left: 0;
    }

    .gaming {
        margin-left: 0;

    }

    .youtube {
        text-align: center;
    }

    .youtube>iframe {
        width: 90%;
        height: 30vh;

    }
    .youtube>a {
        text-decoration: none;
        font-style: italic;
    color: blue;
    font-size: 14px;
    }

    .youtube>p {
        font-style: italic;
        font-size: 15px;
        font-weight: 900;
        color: black;
        margin: 2rem;
    }

    .attribution {
        background-color: grey;
        padding: auto;
    }
    .attribution>p {
        font-size: 12px;
        color: black;
       
        align-items: center;
    }
    


}

@media screen and (max-width:480px) {}
