*{
    margin: 0px;
    padding: 0px;

}
.header{
/* border: 1px solid black; */
width: 95%;
margin: auto;
height: 100px;

}

.head{
    display: flex;
    justify-content: end;
    width: 98%;
    gap: 30px;
    margin-top: 10px;
    
}
.head2{
    display: flex;
    justify-content: end;
    width: 99%;
    gap: 33px;
    margin-top: 18px;
}

.logo{
    width: 10%;
}
.search{
    width: 100%;
    height: 44px;
}
.head a {
    text-decoration: none;
    color: black;
}
.head2 a{
    font-size: 20px;
    text-decoration: none;
    color: black;
    margin-top: 10px;
}
.banner{
    border: 1px solid black;
    height: 100%;
    /* margin-top: 80px; */
}
.banner img{
    width: 100%;
}
.top{
    border-top: 1px solid black;
    border-left: 1px solid black;
    height: 600px;
    width: auto;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(2,1fr) ;
    overflow-x: auto;
    

}
.top div{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    height: 298px;
    width:370px
}
.top::-webkit-scrollbar{
    display: none;
    
}
div .costum{
    width: 70%;
    /* padding-left: 30%; */
    height: 100%;

}
.textstyle{
writing-mode: vertical-rl;
margin-left: 70%;
margin-bottom: 8px;
font-size: 20px;
display: flex;
transform: rotate(180deg);
word-spacing: 2px;
line-height: 1.4;
font-family: sans-serif;

/* /* word-wrap: break-word */
}
.textyle{
writing-mode: vertical-rl;
margin-left: 30%;
font-size: 20px;
display: flex;
transform: rotate(180deg);
word-spacing: 2px;
line-height: 1.4;
font-family: sans-serif;
margin-bottom: 5px;
background-color: white;


}
.bag{
    text-decoration: none;
    color: black;
}
.textyles{
 writing-mode: vertical-rl;
margin-left: 10%;
font-size: 20px;
display: flex;
transform: rotate(180deg);
word-spacing: 2px;
line-height: 1.4;
font-family: sans-serif;
margin-bottom: 5px;
background-color: white;
}
.new{
    /* border: 1px solid red; */
    width: 30%;
}


.newdiv .costum1{
width: 70%;
}

.container{
    border-top: 1px solid black;
    border-left: 1px solid black;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(3,350px);
    height: auto;
    margin-top: 80px;
}
.container>div{
    border-bottom: 1px solid black;
    border-right: 1px solid black;

}
.container>div:nth-child(1),div:nth-child(6),div:nth-child(8){
    background-color: #f5f4f2;
}
.brand{
    font-size: 70px;
    letter-spacing: -2px;
    margin: 20px;
    text-transform: uppercase;
}
.poco>img{
    width:85%;

}
.poco{
    width: 100%;
    position: relative;
    /* bottom:0px; */
    /* right: 0px; */
    /* border: 1px solid red;   */
    display: flex;
    justify-content: end;
    height: 250px;
    /* margin-bottom: 0px; */
    margin-top: 42px;
}
.pocos{
    margin-left: 30px; 
    /* border: 1px solid red; */
    text-align: left;
    /* margin-bottom: 50px; */
    margin-top: 30px;
}
.pocoss{
    margin-left: 30px;
    margin-top: 20px;

}
.img{
    height: 94%;
}
.const{
    margin-top: 50px;
    border: 1px solid black;
    height: 500px;
    display: grid;
    grid-template-columns: 280px 280px 280px 440px;
    gap: 20px;
    background-color: #f5f4f2;
}
.const>div{
    /* border: 1px solid black; */
    height: 400px;
    margin-top: 80px;
    margin-bottom: 20px;
    margin-left: 10px;

}
.number{
    font-size: 100px;
    text-align: left;
    margin-left: 15px;
}
.alpha{
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-weight: bold;
}
.letter{
    width: 80%;
    margin-left: 15px;
}
#join{
    height: 100%;
    margin-top: 0px;
    background-color:rgb(189, 254, 58);
    border-left: 1px solid black;
}
#phone{
    font-size: 40px;
    width: 70%;
    margin: 150px 50px 10px 50px;

}
#btn{
    padding: 10px 40px;
    background-color: black;
    color: white;
    margin-top: 0px;
    margin-left: 50px;
}

#bottom{
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 300px;
    background-color: white;
    display: flex;
}
#bottom>div{
    width: 100%;
    text-align: center;
    /* border: 1px solid red; */
    /* height: 200px; */
}
#text{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 30px;
    margin-top: 50px;
    margin-left: 10px;  
    margin-bottom: 20px;  
}
.section{
    width: 95%;
    height: 100px;
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: auto;
    /* margin-bottom: 10px; */
    /* margin-top: 40px; */
}
.section>div{
    /* border: 1px solid black; */
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
   

}
.section a{
    text-decoration: none;
    color:black;
    font-size: 23px;
    margin-top: 20px;
    
}
.section a:hover{
    color: blue;
}
.lastone{
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.lastone>div{
    /* border: 1px solid black; */
    display: flex;
    /* justify-content: center; */
    /* align-items:center ; */
     padding-bottom: 100px;
}
.lastone>div>div{
    /* border: 1px solid black; */
    height: auto;
    width: 100%;
    margin-left: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    /* align-items: baseline; */
    justify-content: end;

       
}
.lastone>div>div>p{
    line-height: 30px;
}
#toshow{
    line-height: 30px;
    display: none;
}
#toClick{
    cursor: pointer;
    text-decoration: underline;
}
.fashion{
writing-mode: vertical-lr;
transform: rotate(180deg);
font-size: 30px;
text-decoration: none;
color: black;
}
.fashion:hover{
    color: blue;
}
.outfits{
    color: black;
    font-size: 18px;
    text-decoration: none;
    
}
.outfits:hover{
    text-decoration: underline;
}

/* last */
.review{
/* border-bottom: 1px solid black; */
height: 600px;
width: 100%;
display: grid;
grid-template-columns: 700px repeat(2,1fr);
margin: auto;

}

.review>div>div{
    /* border: 1px solid black; */
    width: 60%;
    height: 100%;
    margin: auto;
}
.turlip{
    width: 40%;
    color: black;
    margin-top: 20px;
    
}
.icon{
    height: 7%;
    width: 15%;
    display: inline;
    
}
.icon1{
    width: 8%;
    height: 5%;
    display: inline;
    
}
.app{
    width: 30%;
    display: inline;
}

.app1{
width: 38%;
margin-bottom: 30px;
}
span{
    font-weight: bold;
    color: black;
}
.hii{
    text-decoration: none;
    color: black;
}
.int{
    font-size: 20px;
    text-decoration: none;
    color: black; 
    font-weight: bold; 
}
.low>p{
    line-height: 30px;
}
.low{
    margin-top: 30px;
}








