*{padding: 0; margin: 0; box-sizing: border-box;}
header{
    background-color: black;
}

.line{
    position:absolute;
    top: 22%;
    left: 8%;
}
.box1{
    width: 20px; height: 2px; background-color: red;
}
.box2{
    width: 60px; height: 2px; background-color: white;
}
.box3{
    width: 100px; height: 2px; background-color: cyan;
}
.container{
    width:100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
    
    
}
.left{
    flex-basis: 40%;
}
.right{
    flex-basis: 50%;
    

}
.right img{

    
    width: 100%;
    -webkit-box-reflect:below 1px linear-gradient(transparent,transparent,#0004);
}
.left h1{
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: white;
}
.left button{
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    margin-top: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.s-icon{
    position: absolute;
    bottom: 3%;
    left: 5%;
}
.s-icon img{
    width: 100px;
}
section{
    margin-top: 2%;
    text-align: center;
}
.box-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
    margin-top: 3%;
}
.men0{
    line-height: 1.5rem;
    text-align: center;
    border: 1px ;
    width: 200px;
    height: 260px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.men0 h1{
    margin-top: 5%;
    font-size: 30px;

}
    .men0 a{
    background-color: #e74c3c;
    color: white;
    padding: 3px 6px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-decoration: none;
    }
    .women{
        margin-top: 5%;
}
.kid1{
    margin-top: 1%;
}
footer{
    margin-top: 5%;
    color: white;
    background: linear-gradient(to right,#00093c,#2d0b00);
    padding-top: 50px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
}
.footcon{
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer-content{
    width: 33.3%;
}
h3{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-content p{
    width: 190px;
    margin: auto;
    padding: 7px;
}
.footer-content ul{
    text-align: center;
}
.list{
    padding: 0;
}
.list li{
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 7px;
    position: relative;
}
.list li::before{
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #f18930;
    transition-duration: .5s;
}
.list li:hover::before{
    width: 70px;
}
.social{
    text-align: center;
    padding-left: 100px;
    
}
.social li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social i{
    color: white;
    font-size: 25px;
}

.bottom-bar{

    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}
.bottom-bar p{
    color:white;
    margin: 0;
    font-size: 16px;
    padding: 7px;
}



    

@media (max-width:600px){
    html{
        overflow-x: hidden;
    }


.left {
    flex-basis: 40%;
    position: relative;
    left: -19px;
    top: 15vw;
    text-align: center;
    width: 102vw;
    text-transform: uppercase;
}

.box1 {
    display: none;}
.box2{
    display: none;
}
.box3{
    display: none;
}

.s-icon {
    position: absolute;
    bottom: -8%;
    left: 23%;
}





.s-icon img {
    width: 48px;
}
.container{
    top: 60%;
}

.left h1 {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.4rem;
    width: 57vw;
    z-index: 100;
    margin-top: 30%;
}


.right img {
    top: 30%;
    position: relative;
    z-index: 1;
    width: 69vw;
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0004);
}

.left button {
    background-color: #e74c3c;
    color: white;
    padding: 7px 16px;
    margin-top: 30px;
    border: none;
    outline: none;
    border-radius: 21px;
}

.right {
    flex-basis: 50%;
    position: relative;
    right: 68vw;
    top: -28vw;
}


.men0 {
    line-height: 1.5rem;
    text-align: center;
    border: 1px;
    width: 80vw;
    height: 300px;
    padding: 8vw 5vw;
    border-radius: 10px;
    margin-top: 5vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    margin-top: 1%;
}



footer {
    position: relative;
    margin-top: 5%;
    color: white;
    background: linear-gradient(to right, #00093c, #2d0b00);
    padding-top: 50px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
}

.footer-content {
    width: 33.3%;
    position: relative;
    left: -21vw;
}

.bottom-bar p {
    color: white;
    margin: 0;
    font-size: 10px;
    padding: 7px;
}


}