*{margin: 0;padding: 0; font-family: sans-serif;}
body{
    background-image: url(./images/13R_Tablet_0107.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;

}
nav{
    width: 100%;
    height: 50px;
    display: flex;
    background-color: white;
    box-shadow: 0px 0px 1px black;
}
nav .h1{
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
nav .h1 img{
    width: 60%;
    margin-left: 20px;
}
nav .h2{
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul{
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 65%;
}
nav ul li{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid transparent;
}
nav ul :hover{
    cursor: pointer;
    border-bottom: 1px solid red;
    transition-duration: 0.2s;
}
nav .h3{
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
nav .h3 img{
    width: 9%;
}



.b{
    width: 100%;
    height: auto;
}
.b1{
    width: 100%;
    height: 490px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.b1 h3 , .b2 h3 , .b3 h3{
    padding-bottom: 10px;
    font-weight: lighter;
    margin: auto;
}
.b1 h5 , .b2 h5 , .b3 h5{
    padding-top: 5px;
}
.b1 .b1_i , .b2 .b1_i , .b3 .b1_i{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 80px;
    display: block;
    margin: auto;
}
.b1 .a1 , .b2 .a1 , .b3 .a1{
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    background-color: black;
}
.b1 .a2 , .b2 .a2 , .b3 .a2{
    padding: 10px;
    color: black;
}
.b1a{
    position: absolute;
    bottom: 40px;
    left: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.b1a h6{
    margin: 0px 50px 0px 20px;
    color: rgba(255, 255, 255, 0.904);
}
.b1a_i{
    display: inline;
    display: flex;
    padding: 8px 15px;
}
.b2{
    background-image: url(./images/13_Tablet_0107.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 540px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.b3{
    background-image: url(./images/HeroBanner_NordCE4_Tablet.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 540px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.b3_{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.b3_i{
    padding: 10px;
    width: 80px;
    height: 100px;
}

.ch{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto;
    padding: 50px 0px;
}
.ch h4 , .ch h5{
    font-weight: lighter;
}
.ch h2{
    padding: 4px 0px;
    font-size: 30px;
}
.c{
    width: 610px;
    height: 420px;
    margin: 10px auto;
    padding: 30px 20px 0px;
    position: relative;
    border-radius: 5px;
}
.c1{
    background-image: url(./images/Nord4_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.c2{
    background-image: url(./images/NordCE4Lite_3colors_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.c3{
    background-image: url(./images/HeroProduct2Cards_Dark_Pad2_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.c4{
    background-image: url(./images/Guass3color_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.c5{
    width: 650px;
    height: 620px;
    margin: auto;
    background-image: url(./images/new_Light_helpdesk_Tablet.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 5px;
}
.c6{
    width: 650px;
    height: 620PX;
    margin: auto;
    background-image: url(./images/ArticleCard_Light_desk_Tablet.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 5px;
}
.cxf{
    background-color: #e7e7e7;
    width: 610px;
    height: 160px;
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.cxf h1 , .cxf h5{
    font-weight: lighter;
}
.c4 h4 , .c4 h5{
    font-weight: lighter;
    color: white;
}
.c4 h2{
    padding: 4px 0px;
    font-size: 30px;
    color: white;
}
.cf{
    width: 610px;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 5px;
}
.cf img{
    width: 100px;
    padding: 0px 20px;
}
.cf h6{
    color: rgba(61, 61, 61, 0.842);
    font-weight: lighter;
}
.arrow{
    position: absolute;
    right: 0px;
}
.cb{
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
}
.cb .a1{
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    background-color: black;
}
.cb .a2{
    padding: 10px;
    color: black;
}
.c4a{
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
}
.c4 .a1{
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
}
.c4 .a2{
    padding: 10px;
    color: white;
}
.d{
    width: 100%;
    height: auto;
    display: flex;
    background-color: rgb(202, 202, 202);
    margin: 0px 0px 50px 0px;
}
.d1{
    margin: 20px;
    padding: 20px;
    width: 410px;
}
.d2{
    width: 850px;
    height: 400px;
    background-image: url(./images/Article_Card_Pad.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.e{
    width: 100%;
    height: auto;
    background-color: rgb(0, 0, 0);
    margin: 0px 0px 50px 0px;
}
.e1_{
    padding: 50px 30px;
    display: flex;
}
.e1_a{
    background-image: url(./images/PhotographyAwards_Tablet.jpg);
    width: 850px;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.e1_b {
    padding: 20px;
    width: 410px;
    background-color: rgb(66, 66, 66);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.e1_b h4{
    color: rgb(105, 105, 105);
}
.e h1 , .e p , .e h3 {
    color: rgb(255, 255, 255);
}
.xh3{
    margin: 0px 0px 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.xh3 h4{
    color: rgb(146, 146, 146);
    position: absolute;
    right: 30px;
}
.e2_{
    padding: 0px 30px 50px;
    display: flex;
}
.e2_a{
    padding: 20px;
    width: 410px;
    background-color: rgb(66, 66, 66);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.e2_b{
    background-image: url(./images/RCC_Tablet.jpg);
    width: 850px;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.f{
    width: 100%;
    height: auto;
}
.f1_{
    padding: 0px 30px 50px;
    display: flex;
}
.f1_a{
    background-image: url(./images/ArticleCard_Light_OxygenOS15_Tablet.jpg);
    width: 850px;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.f1_b {
    padding: 20px;
    width: 410px;
    background-color: rgb(212, 212, 212);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.f_{
    display: flex;
    padding: 0px 20px 50px;
}
.f5{
    width: 645px;
    height: 620px;
    margin: auto;
    background-image: url(./images/helpdesk_Tablet.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 5px;
}
.f6{
    width: 645px;
    height: 620PX;
    margin: auto;
    background-image: url(./images/RepairService_Tablet.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 5px;
}
.fxf{
    background-color: #f7f7f7;
    width: 605px;
    height: 160px;
    position: absolute;
    bottom: 0;
    padding: 20px;
    border-radius: 5px;
}
.fxf h1 , .fxf h5{
    font-weight: lighter;
}
.f7{
    width: 800px;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    margin: 20px 30px;
    padding: 0px 0px 30px;
}
.f7 a{
    color: black;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid;
}
.g{
    background-color: black;
    height: auto;
    padding: 50px 30px;
}
.g h2{
    color: white;
    font-weight: lighter;
}
.g_{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
.g1{
    background-image: url(./images/93d757ebb22aa5f15adde8369f4d045f.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px -120px;
    width: 44%;
    height: 290px;
    padding: 30px;
}
.g1_ , .g2_{
    width: 70%;
}
.g2{
    background-image: url(./images/9bbcd0e8cb1b25d2a1a7ccf5853712c3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px -50px;
    width: 44%;
    height: 290px;
    padding: 30px;
}
.play{
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
}
.play:hover{
    cursor: pointer;
}
.g h1{
    color: white;
}
.g h5 , .g h4{
    color: rgba(240, 240, 240, 0.856);
}




footer{
    width: 100%;
    height: 500px;
    background-color: black;
}
.fo_m{
    width: 92%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    justify-content: space-evenly;
}
.fo{
    width: 18%;
    height: 300px;
}
.fo h5{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.945);
    font-weight: lighter;
}
footer h4{
    color: white;
}
.fo ul{
    list-style: none;
}
.fo ul li{
    line-height: 35px;
    font-weight: lighter;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: rgba(236, 236, 236, 0.705);
}
.fo_m2{
    width: 92%;
    margin: auto;
    padding: 50px 0px 30px;
    display: flex;
}
.fo_m2 h4{
    color: rgba(255, 255, 255, 0.726);
}
.fo_m3{margin-right: 500px;
    width: 400px;
    display: flex;
    justify-content: space-evenly;
}
.fo_m4{
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.fo_m4 img{
    width: 28px;
}
footer hr{
    margin: auto;
    width: 90%;
    color: rgba(255, 255, 255, 0.726);
}
.fo_l{
    padding: 30px 0px; 
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}
.fo_l a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.726);
    font-size: 12px;
}
.fo_l h5{
    color: rgba(255, 255, 255, 0.726);
}
.fo_l1{
    margin-left: 60px;
}
.fo_l2{
    margin-left: 20px;
}