*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

body {
    background-color: #596161;
}
.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav__logo {
    height: 50px;
    width: 140px;
   
}

.logo {
    background-image: url(./Logo2.png);
    background-size: cover;
    height: 50px;
    width: 135px;
    
}

.border {
    border: 1.2px solid transparent;

}

/**==============All Hover Area=================**/
.border:hover {
    border-radius: 4px;
    word-spacing: 1px;
    font-size: 15px;
}
.nav-logo:hover {
    /*background-color: rgb(255, 123, 0);*/
}
.nav-address:hover {
    background-color: rgb(255, 123, 0);
}
.nav-social:hover {
    border-radius: 3px;
    word-spacing: 1px;
    font-size: 15px;
}

.insta:hover {
    background-color: #ff0080;
}

.fb:hover {
    background-color: #0062d2;
}

.yt:hover {
    background-color: red;
}

.wp:hover {
    background-color: rgb(59, 204, 59);
}

/**==============Box2=================**/
.add-first {
    color: #cccccc;
    font-size: 1.2rem;
    margin-left: 15px;
}

.add-sec {
    font-size: 1.4rem;
    margin-left: 3px;
}

.add-icon {
    display: flex;
    align-items: center;
}

.add-icon i {
    font-size: 1.4rem;
}

/**==============Box3=================**/

.nav-search {
    display: flex;
    justify-content: space-evenly;
    background: pink;
    width: 240px;
    height: 40px;
    align-content: center;
    margin-left: 28px;
    margin-right: 5%;
    border-radius: 4px;
}

.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
    text-align: center;
}

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #FEBD68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

.nav-search:hover {
    border: 2px solid orange;
}

/**==============Box4=================**/

span {
    font-size: 0.7rem;
}

.nav-second {
    font-size: 0.85rem;
    font-weight: 700;
}

/**==============Box4=================**/

.nav-social i {
    font-size: 25px;
}

.nav-social {
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

/**==============Hero Section=================**/
.hero-section {
    background-image: url(./assets/image/Hero\ Section.png);
    background-size: cover;
    height: 650px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 97%;
    margin-bottom: 0px;

}.hero-msg  a {
    color: #007185;
}

/**==============Hero Section=================**/

.shop-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
    justify-content: space-evenly;
    background-color: #596161;
}
.box {
    height: 450px;
    width: 23%;
    background: linear-gradient(-220deg, #f79ea0, #d1ffff, #cecece);
    padding: 20px 0px 15px;
    margin-top: 18px;
    border-radius: 8px;

}

.Laptop {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .65rem;
    margin-bottom: 0.25rem;
    margin-left: 1.5rem;
}

.Mini-PC {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 0.25rem;
    margin-left: 1.5rem;
}

.Monitor {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .65rem;
    margin-bottom: 0.25rem;
    margin-left: 1.5rem;
}

.Customize-CPU {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .65rem;
    margin-bottom: 0.25rem;
    margin-left: 1.5rem;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.buy {
    height: 38px;
    width: 125px;
    margin-top: 25px;
    margin-left: 90px;
    margin-right: 86px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 750;
    font-size: medium;
    background-color: #ffd876;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}

.buy:hover {
    letter-spacing: 2px;
    background: #ff0000cb;
    border-radius: 8px;
    font-weight: 760;
    color: #eee;
}

.box1,
.box2,
.box3,
.box4 {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}


/*===================Animation============*/

@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.box1 {
    animation-delay: .2s !important;
}
.box2 {
    animation-delay: .4s !important;
}
.box3 {
    animation-delay: .6s !important;
}

.box3 {
    animation-delay: .8s !important;
}


/**==============Hero Section=================**/

footer {
    background-color: #0f1111;
    margin-top: 18px;    
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
a {
    text-decoration: none;
    color: white;
    font-weight: 700;
}

.foot-panel2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222f3d;
    color: white;
    border-top: 3px solid white;
    height: 70px;
    width: 100%;
    
}

.logo2 {
    background-image: url(./assets/logo/Logo2.png);
    background-size: cover;
    height: 50px;
    width: 135px;
}

@media screen and (max-width: 767px) {

    .shop-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .nav-search {
    width: 250px;
  }
  .box {
    height: 420px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .shop-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .box {
    height: 420px;
    width: 90%;
    margin-left: 22px;

  }

  .nav-search {
    width: 250px;
  }
}



