:root {
    font-size: 62.5%;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 1.6rem;

}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*-------------------------------navbar--------------------*/

.navbar {

    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    font-family: poppins;
    background: lightgray;
}

.navbar h1 {
    background: black;
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
}

#checked {
    display: none;
}


.navbar nav ul li {
    display: inline-block;
    padding: 1em;

}

.navbar nav ul li:hover {
    background: darkgray;
}

.navbar nav ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 1em;
}

.navbar nav ul li a:hover {

    color: white;
}

.navbar .fa-bars {
    margin-right: 3em;
    display: none;
    margin-top: 15px;
    font-size: 2.1rem;
}

#checked:checked~ul {
    left: 0;
}

@media(max-width:1000px) {
    .navbar nav {
        display: block;
    }

    .navbar nav ul {
        position: absolute;
        top: 57px;
        height: fit-content;
        left: -100%;
        text-align: center;
        background: gray;
        width: 100%;

        transition: 0.3s;
        display: block;
    }

    .navbar nav ul li {
        display: block;

    }

    .navbar nav ul li a {
        color: white;
    }

    .navbar .fa-bars {
        display: block;
    }
}

@media(max-width:496px) {
    .navbar h1 {
        font-size: 2rem;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        text-align: center;
    }

    .navbar .fa-bars {
        margin-top: 6px;
    }

    .navbar nav ul {
        top: 33px;
    }
}

@media(max-width:337px) {
    .navbar h1 {
        font-size: 1.4rem;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 0.1em;
        padding-bottom: 0.2em;
        text-align: center;
    }

    .navbar .fa-bars {
        margin-top: 2px;
        margin-right: 20px;
    }

    .navbar nav ul {
        top: 24px;
    }

}

/*-----shops-------*/

.imgone {
    background-image: url(pic3.jpg);
    background-size: cover;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    min-height: 100%;
overflow:hidden;
    min-width: 100%;
}

.text {
    display: flex;
    flex-direction: row;
  
    justify-content: center;
}

.text p {
    color: white;
    font-size: 1.5rem;
    position: absolute;
    top: 45%;
    font-family: poppins;
    background-color: transparent;
    letter-spacing: 1px;
}

.text button {
    background-color: transparent;
    color: white;
    position: absolute;
    font-size: 1.5rem;
    padding: 1.2em;
    font-family: roboto;
    letter-spacing: 2px;
    border: 1px solid white;

    top: 50%;


}

.text button:hover {
    background: darkgray;
    color: black;
    transform: translateY(-5px);
    transition: 0.6s;
}

@media (max-width: 845px) {
    .imgone{
        object-fit: cover;
    }
    
    .text p{
        font-size:1.2rem;
        width:80ch;
        top:40%;
        text-align:center;
    }
}
@media(max-width:600px){
    .imgone{
        
        background-size:contain;
    background-position: initial;
        background-attachment:scroll;
    }
    .text p{
        font-size:1.1rem;
        top:140px;
        width:65ch;
    }
    .text button{
        top:180px;
    }
}
@media(max-width:498px){
    .imgone{
        
       overflow:hidden;
    }
    .text p{
        top:100px;
        font-size:0.8rem;
        width:65ch;
    }
    .text button{
        top:140px;
        font-size:1rem;
    }
  
}

@media(max-width:385px){
    .imgone{
        overflow: hidden;
        
    }
    .text p{
        top:100px;
        font-size:0.7rem;
        width:60ch;
    }
    .text button{
        top:140px;
        font-size:0.7rem;
    }
  
}

.head {
    margin-top: 30px;
    font-family: poppins;
    text-align: center;
}

.shops {
    margin-top: 80px;
    display: flex;

    flex-wrap:wrap;

    justify-content: center;
    gap: 2em;
}


.shops .shop {
    background: rgb(134, 116, 116);
    width: 20vw;

    aspect-ratio: 1/1;
    box-shadow: 0 4px 8px rgb(0, 0, 0, .5);
    border-radius: .5rem;
    display: flex;

    justify-content: flex-end;
    gap: 0.3em;
    flex-direction: column;
    height: 350px;
    width: 300px;

}

.shops .one {
    position: relative;
    transition: .5s ease;
    background: linear-gradient(to bottom right, #FFFCE6, #FFEBCD);
}

.shops .two {
    position: relative;
    transition: .4s ease;
    background: linear-gradient(to bottom, #4e54c8, #8f94fb);
}

.shops .three {
    position: relative;
    transition: .4s ease;
    border-radius: 0.5em;
    background: linear-gradient(45deg, #FF3355, #44DD77);
}

.shops .four {

    position: relative;
    border-radius: 0.5em;
    transition: .4s ease;
    background: linear-gradient(to bottom, #06beb6, #dd4682);
}

.one p {
    font-family: poppins;
    margin-left: 1em;
}

.ip {
    display: flex;
    justify-content: space-around;
    background: white;
    max-width: 290px;
    margin-left: 6px;
    padding: 0.5em;

    border: 2px solid black;

}

.ip .i2 {
    font-size: 1.5rem;
    font-family: roboto;
}

.cart {
    display: flex;
    justify-content: space-around;
    background: white;
    max-width: 290px;
    margin-left: 6px;
    padding: 0.5em;
    font-family: poppins;
    border: 2px solid black;
    margin-bottom: 0.3em;
}

.two p {
    font-family: poppins;
    margin-left: 1em;
}

.three p {
    font-family: poppins;
    margin-left: 1em;
}

.four p {
    font-family: poppins;
    margin-left: 1em;
}

.shops .one img {
    position: absolute;
    display: block;
    border-radius: .5rem;
    height: 350px;
    width: 300px;
    object-fit: cover;
    box-shadow: 0 4px 5px rgba(70, 130, 187, 0.5);
    transition: .4s ease;
}

.shops .one img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}


.shops .one:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.shops .two img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;
    object-position: top center;
    transition: .3s ease;
}

.shops .two img:hover {
    transform: translateY(-140px);
    cursor: pointer;

}

.shops .two:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.shops .three img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;

    transition: .3s ease;


}

.shops .three img:hover {
    transform: translateY(-140px);
    cursor: pointer;

}

.shops .three:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.shops .four img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;
    transition: .3s ease;
}

.shops .four img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}

.shops .four:hover {
    transform: translateY(100px);
    cursor: pointer;
}
@media (max-width:1148px){
    .shops{
        flex-wrap:wrap;
    }
    .shops .two img{
        height:210px;
        top:0;
    }
    .shops .two:hover{
        transform:none;
    }
    .shops .two img:hover{
transform:none;

    }
    .shops .four img{
        height:210px;
        top:0;
    }
    .shops .four:hover{
        transform:none;
    }
    .shops .four img:hover{
transform:none;

    }
  
  
    }
    
@media (max-width:928px){
    .shops{
        gap:8em;
    }
    .shops .two img{
        height:350px;
        
    }
   
.shops .two img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}

.shops .two:hover {
    transform: translateY(100px);
    cursor: pointer;
}
    .shops .four img{
        height:350px;
        
    }
 
.shops .four img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}

.shops .four:hover {
    transform: translateY(100px);
    cursor: pointer;
  
}

}
@media(max-width:600px){
    .head{
        margin-top:-250px;
    }
    .head h1{
        font-size:1.9rem;
    }
}
@media(max-width:554px){
    .head{
        margin-top:-280px;
    }
    .head h1{
        font-size:1.9rem;
    }
}
@media(max-width:480px){
    .head{
        margin-top:-330px;
    }
}
@media(max-width:400px){
    .head{
        margin-top:-380px;
    }
}
@media(max-width:376px){
    .head{
        margin-top:-380px;
    }
}
.collection {
    margin-top: 120px;
    text-align: center;
    min-height: 80vh;
    font-family: hammersmith one;
    background: #1c1c1c;
    color: white;

}

.collection h1 {
    padding-top: 50px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.collection .shopsCollection {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin-top: 40px;
flex-wrap:wrap;
overflow:hidden;
}

.collection .shopsCollection .col {
    background: radial-gradient(circle, black, lightgray);

    display: flex;
    border-radius: 1em;
    justify-content: flex-end;

    flex-direction: column;
    width: 320px;
    height: 350px;
   
}


.op{
    position: relative;
    overflow:hidden;
}
.op img {
  left:20px;
   
    width: 25vw;
    height: 50vh;
    z-index: 1;
    display: block;
    object-fit: cover;
    position: absolute;
    transition: 0.3s;
}

.op img:hover {
    transform: scale(1.08);
}

.collection .shopsCollection .col h2,
h5 {
    z-index: 2;
    margin-bottom: 5px;
}

.collection .shopsCollection .s2 {
    position: relative;

}

.op2 img {

    width: 350px;
    height: 300px;
    z-index: 1;
    display: block;
    object-fit: cover;
    position: absolute;
    transition: 0.3s;
}

.op2 img:hover {
    transform: scale(1.08);
}

.collection .shopsCollection .s3 {
    position: relative;
    object-fit: cover;
    object-position: top center;
}

.op3 img {

    width: 350px;
    height: 300px;
    z-index: 1;
    display: block;
    object-fit: cover;
    position: absolute;

    transition: 0.3s;
}

.op3 img:hover {
    transform: scale(1.08);
}

.trending {
    text-align: center;
    margin-top: 1.5em;

    text-transform: uppercase;
    font-family: hammersmith one;
}

.pp2 {
    background-image: url(pic2.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-attachment: fixed;
    min-height: 80vw;
    min-width: 100%;

}

/*--------jasjbvubu-------------*/

.trends {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
}

.trends .tur {
    background: rgb(134, 116, 116);
    width: 300px;
    aspect-ratio: 1/1;
    box-shadow: 0 4px 8px rgb(0, 0, 0, .5);
    border-radius: .5rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.3em;
    flex-direction: column;
    height: 350px;

}
@media (max-width:948px){
    .trends {
        gap:8em;
        
    }
}
.trends .t1 {
    position: relative;
    transition: .4s ease;
    background: background: linear-gradient(to right, #800080, #FFC0CB, #FFA500, #FFFF00);
}

.trends .t2 {
    position: relative;
    transition: .4s ease;
    background: linear-gradient(to bottom, #4e54c8, #8f94fb);
}

.trends .t3 {
    position: relative;
    transition: .4s ease;
    border-radius: 0.5em;
    background: linear-gradient(45deg, #FF3355, #44DD77);
}

.trends .t4 {

    position: relative;
    border-radius: 0.5em;
    transition: .4s ease;
    background: linear-gradient(to right, #67B26F, #4ca2cd);
}

.t1 .data1 p {
    font-family: poppins;
    margin-left: 1em;
}

.ip1 {
    display: flex;
    justify-content: space-around;
    background: white;
    max-width: 290px;
    margin-left: 6px;
    padding: 0.5em;
    border: 2px solid black;
}

.ip1 .i2 {
    font-size: 1.5rem;
    font-family: roboto;
}

.cart1 {
    display: flex;
    justify-content: space-around;
    background: white;
    max-width: 290px;
    margin-left: 6px;
    padding: 0.5em;
    font-family: poppins;
    border: 2px solid black;
    margin-bottom: 0.3em;
}

.t2 p {
    font-family: poppins;
    margin-left: 1em;
}

.t3 p {
    font-family: poppins;
    margin-left: 1em;
}

.t4 p {
    font-family: poppins;
    margin-left: 1em;
}

.trends .t1 img {
    position: absolute;
    display: block;
    border-radius: .5rem;
    height: 350px;
    width: 300px;
    object-fit: cover;
    box-shadow: 0 4px 5px rgba(70, 130, 187, 0.5);
    transition: .4s ease;
}

.trends .t1 img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}


.trends .t1:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.trends .t2 img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;
    object-position: top center;
    transition: .4s ease;
}

.trends .t2 img:hover {
    transform: translateY(-140px);
    cursor: pointer;

}

.trends .t2:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.trends .t3 img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;
    transition: .4s ease;
}

.trends .t3 img:hover {
    transform: translateY(-140px);
    cursor: pointer;

}

.trends .t3:hover {
    transform: translateY(100px);
    cursor: pointer;
}


.trends .t4 img {
    position: absolute;
    display: block;
    border-radius: .5em;
    height: 350px;
    width: 300px;
    object-fit: cover;
    transition: .4s ease;
}

.trends .t4 img:hover {
    transform: translateY(-140px);
    cursor: pointer;
}

.trends .t4:hover {
    transform: translateY(100px);
    cursor: pointer;
}

.besequip {
    margin-top: 100px;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-family: poppins;
    background: linear-gradient(45deg, #f34e69, #44DD77);
}


.besequip h1 {
    font-size: clamp(4rem, 1.5rem, 2rem);
    text-align: center;
}

.besequip button {
    width: 120px;
    padding: 1.1em;
    background-color: black;
    border: 2px solid white;
    color: white;
    font-size: 1.5rem;
    font-family: hammersmith one;
}

.besequip button:hover {
    background: brown;
    color: white;
    transform: translateY(-5px);
    transition: 0.3s;
}

.foot {
    margin-top: 0em;
    height:50vh;
    display: flex;
    font-family: poppins;
flex-wrap:wrap;
    justify-content: space-around;
    align-items:center;
}