*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter Tight", "Helvetica Neue", -apple-system, "system-ui", "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    font-family: Verdana, sans-serif;
}
/* headers starts here */
.not1{
    font-weight: lighter;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    font-size: 14px;
    padding: 2px;
}

.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  /* border: 1px solid black; */
  position: relative;
  margin: auto;
  color: white;
  background-color: #3a2a7c;
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 10px 12px 0px 12px;
  position: relative;
  width: 100%;
  font-weight: bolder;
  letter-spacing: .5x;
  text-align: center;
}
.text > a {
    color:white
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
#title-box {
    /* border:1px solid black; */
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0% 2%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
#title-box > .row{
    display:none;
    /* margin-top: 20px; */
}
#title-box > #title{
    margin:10px;
    width:20%;
    height:15%;
    /* border:1px solid black; */
}
#title-box > #title > img{
    /* border:1px solid black; */
    width:8%
}
#title-box > #search-bar{
    margin-left: 5%;
    width:70%;
    /* border:1px solid black */
}
#title-box > #search-bar> input{
    font-size: 20px;
    margin-top: 15px;
    padding: 10px;
    padding-left: 10px;
    width: 80%;
}
#title-box > #search-bar> .submit{
    padding: 6px 10px 8.5px 10px;
    font-size: 24px;
}
#title-box > #icons{
    display: flex;
    /* border:1px solid black; */
}
#title-box > #icons > div{
    /* border:1px solid black; */
    margin: 7px;
    padding: 5px;
    margin: auto;
    width:100px;
    text-align: center;
}
#title-box > #icons > div > a > img{
    /* border: 1px solid black; */
    height: 40px;
    width: 30px;
}
#title-box > #icons > div > a > h4{
    font-size: 11px;
}

@media screen and (min-width:200px) and (max-width:900px){
    #title-box{
        /* border:1px solid black; */
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
    #title-box > .row {
        margin-top: 10px;
        display: block;
    }
    #title-box > #title{
        margin:5px;
        width:30%;
        height:60px;
        /* border:1px solid black; */
    }
    #title-box > #title > a > img{
        /* border:1px solid black; */
        width:13%
    }
    #title-box > #search-bar{
        margin-left: 5%;
        width:70%;
        /* border:1px solid black */
    }
    #title-box > #search-bar> input{
        font-size: 16px;
        margin-top: 10px;
        padding: 10px;
        padding-left: 10px;
        width: 80%;
    }
    #title-box > #search-bar> .submit{
        margin-top: 13px;
        padding: 5px 10px;
        font-size: 22px;
    }
    #title-box > #icons{
        display: flex;
        /* border:1px solid black; */
    }
    #title-box > #icons > div{
        /* border:1px solid black; */
        margin: 10px;
        padding: 5px;
        margin: auto;
        width:60px;
        text-align: center;
    }
    #title-box > #icons > div > a > img{
        height: 30px;
        width: 25px;
    }
    #title-box > #icons > div > h4{
        font-size: 7px;
    }
}
/* categories starts here */
#categories{
    /* border:1px solid black; */
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
}
.sidenav{
    display: none;
}
.dropbtn {
    /* background-color: #04AA6D; */
    color: black;
    font-weight: lighter;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    padding: 12px;
    margin-top: 2.5px;
    font-size: 16px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: white;
    /* border: 1px solid black; */

}
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 1050px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /* border: 1px solid black; */
}
.dropdown-content1 {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 700px;
    right:0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /* border: 1px solid black; */
}
.dropdown-content2 {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 1050px;
    left: -100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: transform .2s;
    /* border: 1px solid black; */
}
.dropdown-content >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content > .d11{
    padding: 15px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content1 >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content1 > .d11{
    padding: 20px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content1 .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
  
.dropdown-content1 a:hover {background-color: #ddd;}
  
.dropdown:hover .dropdown-content1 {display: flex;}

.dropdown-content2 >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content2 > .d11{
    padding: 15px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content2 .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
  
.dropdown-content2 a:hover {background-color: #ddd;}
  
.dropdown:hover .dropdown-content2 {display: flex;}
  
.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
    text-decoration: 2px underline;
}

@media screen and (min-width:200px) and (max-width:900px){
    #categories {
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        display: block;
        left: 0;
        background-color: #ddd;
        opacity: 1;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 100px;
        
      }
      
      .sidenav a {
        padding: 10px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
        transition: 0.3s;
      }
      
      .sidenav a:hover {
        background-color: #3a2a7c;
        color: white;
      }
      
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      } 
}


/* categories ends here */

.not2{
    margin: auto;
    text-align: center;
    display: flex;
    /* border:1px solid black; */
    padding: 0.9% 20%;
}
.not2 img{
    padding: 0px 5px;
}

/* header ends here */

/* sale poster starts here */
.sale-poster{
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
}
@media screen and (max-width:900px) and (min-width:200px){
    .sale-poster > a > img{
        width:80%;
    }
}
/* sale poster ends here */

/* shop items starts here */
#shop{
    /* border: 1px solid black; */
    width: 80%;
    margin: 10px auto;
    margin-top: 30px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap:10px;
}

#shop > button{
    background-color: #FF007F;
    color: white;
    border: none;
    font-size: 20px;
    font-size: bolder;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    cursor: pointer;
}
/* shop item ends here */

/* stars starts here */
.stars{
    font-size: 35px;
    margin: auto;
    padding: 5px;
    text-align: center;
    /* border: 1px solid black; */
}
@media screen and (max-width:900px) and (min-width:200px){
    .stars{
        font-size: 24px;
        padding: 8px;
    }
}
/* stars starts here */

/* offer poster starts here */
.offer-poster{
    width: 80%;
    background-color: #3a2a7c;
    /* border: 1px solid black; */
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 10px;
}
.offer-poster img{
    width:100%;
    display: block;
}
.offer-poster > .o1{
    top:30px;
    left:25%;
    display: flex;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    color: white;
    position: absolute;
}
.offer-poster > .o1 > h1{
    margin: auto;
    font-size: 48px;
    text-align: center;
}
.offer-poster > .o2{
    top: 13%;
    /* border: 1px solid white; */
    position: absolute;
    margin: auto;
    left:38%;
    text-align: center;
}
.offer-poster > .o2 > button {
    background-color: #3a2a7c;
    color: white;
    width: 100%;
    font-size: 21px;
    padding: 14px;
    border: 1px solid white;
    border-radius: 10px ;
    cursor: pointer;    
}
.offer-poster > .o3{
    /* border:1px solid black; */
    padding: 20px;
    top: 25%;
    left: 32%;
    position: absolute;
    color: white;
}
.offer-poster > .o3 > h2 {
    font-family:"Brush Script MT", "Brush Script Std", "cursive" ;
    padding: 10px 0px;
    font-size: 56px;
    color: red;
    font-style: italic
}
.offer-poster > .o4 > h2 {
    font-family:"Brush Script MT", "Brush Script Std", "cursive" ;
    padding: 10px 0px;
    font-size: 56px;
    color: red;
    font-style: italic
}
.offer-poster > .o5 > h2 {
    font-family:"Brush Script MT", "Brush Script Std", "cursive" ;
    font-size: 45px;
    font-size: 56px;
    color: red;
    font-style: italic
}
.offer-poster > .o6 > h2 {
    font-family:"Brush Script MT", "Brush Script Std", "cursive" ;
    font-size: 56px;
    color: red;
    padding: 10px 0px;
    font-style: italic
}
.offer-poster > .o3 > button{
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #3a2a7c;
    cursor: pointer;
    font-size: 18px;
}
.offer-poster > .o4{
    /* border:1px solid black; */
    padding: 20px;
    top: 25%;
    left: 76%;
    position: absolute;
    color: white;
}
.offer-poster > .o4 > button{
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #3a2a7c;
    cursor: pointer;
    font-size: 18px;
}
.offer-poster > .o5{
    /* border:1px solid black; */
    padding: 20px;
    top: 70%;
    left: 8%;
    position: absolute;
    color: white;
}
.offer-poster > .o5 > button{
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #3a2a7c;
    cursor: pointer;
    font-size: 18px;
}
.offer-poster > .o6{
    /* border:1px solid black; */
    padding: 20px;
    top: 70%;
    left: 55%;
    position: absolute;
    color: white;
}
.offer-poster > .o6 > button{
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #3a2a7c;
    cursor: pointer;
    font-size: 18px;
}
.offer-poster > .o3 > h1 {
    letter-spacing: 1px;
    font-size: 34px;
}
.offer-poster >.o4 > h1{
    letter-spacing: 1px;
    font-size: 34px;
}
.offer-poster >.o5 > h1{
    letter-spacing: 1px;
    font-size: 34px;
}
.offer-poster >.o6 > h1{
    letter-spacing: 1px;
    font-size: 34px;
}
.offer-poster > .o3 > h4{
    padding-top: 10px;
    text-decoration: line-through;
    letter-spacing: 1px;
    font-size: 14px;
}
.offer-poster > .o4 > h4{
    text-decoration: line-through;
    padding-top: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}
.offer-poster > .o5 > h4{
    padding-top: 10px;
    text-decoration: line-through;
    letter-spacing: 1px;
    font-size: 14px;
}
.offer-poster > .o6 > h4{
    padding-top: 10px;
    text-decoration: line-through;
    letter-spacing: 1px;
    font-size: 14px;
}
@media screen and (min-width:200px) and (max-width:900px){
    .offer-poster > .o1{
        top: 15px;
        left:23%
    }
    .offer-poster > .o1 > h1{
        font-size: 22px;
    }
    .offer-poster > .o2{
        top: 12%;
        /* border: 1px solid white; */
        position: absolute;
        margin: auto;
        left:35.5%;
    }
    .offer-poster > .o2 > button {
        width: 100%;
        font-size: 13px;
        padding: 11px;  
    }
    .offer-poster > .o3{
        /* padding: 10px; */
        top: 20%;
        left: 29%;
    }
    .offer-poster > .o4{
        /* padding: 10px; */
        top: 20%;
        left: 75%; 
    }
    .offer-poster > .o5{
        /* padding: 10px; */
        top: 63%;
        left: 6%;  
    }
    .offer-poster > .o6{
        /* padding: 10px; */
        top: 63%;
        left: 52%;
    }
    .offer-poster > .o3 > h2{
        padding: 5px;
        font-size: 28px;
    }
    .offer-poster > .o4 > h2{
        padding: 5px;
        font-size: 28px;
    }
    .offer-poster > .o5 > h2{
        padding: 5px;
        font-size: 28px;
    }
    .offer-poster > .o6 > h2{
        padding: 5px;
        font-size: 28px;
    }
    .offer-poster > .o3 > h1{
        margin-top: 0px;
        font-size: 20px;
    }
    .offer-poster > .o4 > h1{
        margin-top: 0px;
        font-size: 20px;
    }
    .offer-poster > .o5 > h1{
        margin-top: 0px;
        font-size: 20px;
    }.offer-poster > .o6 > h1{
        margin-top: 0px;
        font-size: 20px;
    }
    .offer-poster > .o3 > h4{
        padding: 3px;
        font-size: 12px;
    }
    .offer-poster > .o4 > h4{
        padding: 3px;
        font-size: 12px;
    }
    .offer-poster > .o5 > h4{
        padding: 3px;
        font-size: 12px;
    }
    .offer-poster > .o6 > h4{
        padding: 3px;
        font-size: 12px;
    }
    .offer-poster > .o3 > button{
        padding: 5px;
        font-size: 12px;
    }
    .offer-poster > .o4 > button{
        padding: 5px;
        font-size: 12px;
    }
    .offer-poster > .o5 > button{
        padding: 5px;
        font-size: 12px;
    }
    .offer-poster > .o6 > button{
        padding: 5px;
        font-size: 12px;
    }
    
}
/* offer poster ends here */

/* offer poster 2 starts here */
.offer-poster2{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #3a2a7c;
    background-color: #3a2a7c;
    justify-content:space-evenly ;
    display: flex;
    cursor: pointer;
    padding: 20px;
}
.offer-poster2 > h1{
    color: white;
    font-size: 32px;
    font-family: "PlayFair display", "san-serif";
}
.offer-poster2 > h3{
    padding-top: 10px;
    color: white;  
}
.offer-poster2 > button{
    background-color: white;
    color: #3a2a7c;
    padding: 10px 10px;
    border-radius: 5px;
    border:none;
    font-size: 9px;
    cursor: pointer;
}
/* offer poster 2 ends here */

/* offer poster 3 starts here */
.offer-poster3{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top:20px ;
    position: relative;
    cursor: pointer;
    /* border:1px solid black; */
}
.offer-poster3 > img {
    width: 100%;
    display: block;
}
.offer-poster3 > .o11{
    top:5px;
    left:40%;
    /* border: 1px solid black; */
    /* color: white; */
    position: absolute;
}
.offer-poster3 > .o11 > h1{
    font-size: 56px;
    font-family: "Trirong", serif;
    font-weight: lighter;
    font-style: italic;
}
.offer-poster3 > .o11 > h2{
    font-weight: bold;
    font-size: 48px;
    font-family: "Snell Roundhand", serif;
    font-style: italic;
    color: red;
}
.offer-poster3 > .o11 > h4{
    font-weight: lighter;
    padding-top: 4px;
    font-size: 24px;
}
.offer-poster3 > .o12 {
    top:42%;
    left:40%;
    position: absolute;
}
.offer-poster3 > .o12 > h1{
    font-style: normal;
    font-size: 36px;
}
.offer-poster3 > .o12 > h2{
    color:red;
    margin-top: 15px;
    font-style: italic;
    font-size: 40px;
}
.offer-poster3 > .o12 > button{
    display: block;
    margin-top: 15px;
    padding: 13px 0px;
    font-size: 18px;
    width: 260px;
    color: white;
    border: 1px solid #3a2a7c;
    background-color: #3a2a7c;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width:900px) and (min-width:200px) {
    .offer-poster3 > .o11{
        top:5px;
        left:36%;
    }
    .offer-poster3 > .o11 > h1{
        font-size: 28px;
    }
    .offer-poster3 > .o11 > h2{
        font-weight: bold;
        font-size: 24px;
    }
    .offer-poster3 > .o11 > h4{
        font-size: 14px;
    }
    .offer-poster3 > .o12 {
        top:37%;
        left:41%;
    }
    .offer-poster3 > .o12 > h1{
        font-size: 16px;
    }
    .offer-poster3 > .o12 > h2{
        font-size: 19px;
        margin-top: 10px;
    }
    .offer-poster3 > .o12 > button{
        margin-top: 8px;
        padding: 5px 0px;
        font-size: 11px;
        width: 120px;
    }
}
/* offer poster 3 ends here */

/* offer poster 4 starts here */
.offer-poster4{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top:20px ;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    /* border: 1px solid black; */
}
.offer-poster4 img{
    width: 100%;
    display: block;
}
.offer-poster4 > .o21{
    top:35px;
    left:2%;
    /* border: 1px solid black; */
    /* color: white; */
    position: absolute;
}
.offer-poster4 > .o21 > h1{
    font-size: 52px;
    font-family: "Trirong", serif;
    font-weight: lighter;
}
.offer-poster4 > .o21 > h2{
    font-weight: lighter;
    font-size: 46px;
    font-family: "Snell Roundhand", serif;
    font-style: italic;
    color: red;
}
.offer-poster4 > .o21 > h4{
    font-weight: lighter;
    padding-top: 4px;
    font-size: 24px;
}
.offer-poster4 > .o21 > button{
    display: block;
    margin-top: 15px;
    padding: 15px 0px;
    font-size: 18px;
    width: 280px;
    color: white;
    border: 1px solid #3a2a7c;
    background-color: #3a2a7c;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width:200px) and (max-width:900px){
    .offer-poster4 > .o21{
        top:25px;
        left:1%;
    }
    .offer-poster4 > .o21 > h1{
        font-size: 24px;
    }
    .offer-poster4 > .o21 > h2{
        font-size: 20px;
    }
    .offer-poster4 > .o21 > h4{
        font-weight: lighter;
        padding-top: 4px;
        font-size: 14px;
    }
    .offer-poster4 > .o21 > button{
        display: block;
        margin-top: 10px;
        padding: 7px 0px;
        font-size: 11px;
        width: 160px;
    }
}
/* offer poster 4 ends here */

/* offer poster 5 starts here */
/* .offer-poster5{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top:20px ;
    cursor: pointer;
    position: relative;
    border: 1px solid black;
}
.offer-poster5 > img{
    height: 60%;
}
.sub-offer-poster5{
    display: flex;
    border: 1px solid black;
    position: absolute;
    margin-top: -450px;
} */

/* offer poster 5 ends here */

/* shoe offers starts here */
.shoe-offer{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top:20px ;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    /* border: 1px solid black; */
}
.shoe-offer > img{
    width: 100%;
    display: block;
}
.shoe-offer > .o31{
    top:25px;
    left:35%;
    /* border: 1px solid black; */
    /* color: white; */
    position: absolute;
}
.shoe-offer > .o31 > h2{
    font-size: 54px;
    color: red;
    width: fit-content;
    margin: auto;
    text-align: center;
    font-family: "Snell Roundhand", serif;
    font-style: italic;
    padding-top: 10px;
    padding-left: 10px;
    /* border:1px solid black; */
}
.shoe-offer > .o31 > .o311{
    display: flex;
    top:25px;
    left:32%;
    width: fit-content;
    color: #3a2a7c;
    padding-left: 10px;
    font-size: 40px;
    justify-content: space-evenly;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
} 
.shoe-offer > .o31 > .o311 > h2{
    color: red;
    font-size: 54px;
    font-family: "Snell Roundhand", serif;
    font-style: italic;
    padding-top: 10px;
    padding-left: 10px;
    /* border:1px solid black; */
}
.shoe-offer > .o31 > .o312 {
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
    width: fit-content;
}
.shoe-offer > .o31 > .o312 > h1{
    font-size: 66px;
    color: #3a2a7c;
}
.shoe-offer > .o31 > .o312 > .o3121{
    display: block;
    /* border: 1px solid black; */
    color: #3a2a7c;
}
.shoe-offer > .o31 > h3{
    font-family: "Snell Roundhand", serif ;
    font-style: normal;
    color: #3a2a7c;
    padding-top: 20px;
    font-size: 35px;
}
.shoe-offer > .o31 > button {
    width: 400px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    margin-top: 15px;
    padding:10px 30px;
    color: white;
    background-color:#3a2a7c;
    border: 1px solid #3a2a7c;
    cursor: pointer;
}
.shoe-offer > .o31 > p {
    font-size: 24px;
    margin-top: 15px;
}
@media screen and (max-width:900px) and (min-width:200px){
    .shoe-offer > .o31{
        top:0px;
        left:32%;
        /* border: 1px solid black; */
    }
    .shoe-offer > .o31 > h2{
        font-size: 34px;
        padding-top: 6px;
        padding-left: 10px;
        /* border:1px solid black; */
    }
    .shoe-offer > .o31 > .o311{
        top:25px;
        left:45%;
        padding-left: 10px;
        font-size: 24px;
        /* border: 1px solid black; */
    } 
    .shoe-offer > .o31 > .o311 > h2{
        color: red;
        font-size: 34px;
        padding-top: 10px;
        padding-left: 10px;
        /* border:1px solid black; */
    }
    .shoe-offer > .o31 > .o312 > h1{
        font-size: 38px;
    }
    .shoe-offer > .o31 > .o312 > .o3121 > h1{
        padding-top: 3px;
        font-size: 14px;
    }
    .shoe-offer > .o31 > h3{
        padding-top: 8px;
        font-size: 15px;
    }
    .shoe-offer > .o31 > button {
        width: 235px;
        font-size: 13px;
        margin-top: 10px;
        padding:8px 30px;
    }
    .shoe-offer > .o31 > p {
        font-size: 14px;
        margin-top: 12px;
    }
}
/* shoe offer ends here */

/* outfit offer starts here */
.outfits{
    width: 80%;
    /* height:70px; */
    margin: auto;
    text-align: center;
    margin-top: 20px;
    z-index: 0.4;
}
@media screen and (max-width:900px) and (min-width:200px){
    .outfits > img {
        width: 100%;
    }
}
/* outfit offer ends here */

/* spring starts here */
.spring{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.spring img {
    width: 100%;
    display: block;
}
.spring .s01{
    top : 40px;
    left: 30%;
    position: absolute;
    color: white;
}
.spring > .s01 > h1{
    font-size: 64px;
    font-family: "Montserrat","Inter Tight","Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    font-style: normal;
    text-align: center !important;
}
.spring > .s01 > h2{
    font-family: "Inter Tight","Helvetica Neue","cursive";
    font-size: 52px;
    font-style: italic;
    width: fit-content;
    padding-left: 90px;
    width: fit-content;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}
.spring > .s01 > h3{
    font-size: 44px;
    font-family: "Montserrat","Inter Tight","Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    font-style: normal;
    text-align: center !important;
}
.spring > .s01 > h4{
    font-size: 120px;
    font-family: "Montserrat","Inter Tight","Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 1200;
    width: max-content;

    font-style: normal;
    letter-spacing: 5px;
    text-align: center !important;
}
.spring > .s01 > button {
    width: 300px;
    color: brown;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, serif;
    background-color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    font-weight: lighter;
    border-radius: 5px;
}
@media screen and (max-width:900px) and (min-width:200px){
    .spring .s01{
        top : 10px;
        left: 27%;
    }
    .spring > .s01 > h1{
        font-size: 24px;
    }
    .spring > .s01 > h2{
        font-size: 38px;
        font-style: italic;
        width: fit-content;
        padding-left: 35px;
    }
    .spring > .s01 > h3{
        font-size: 24px;
    }
    .spring > .s01 > h4{
        font-size: 50px;
        letter-spacing: 2px;
        padding-left: 40px;
    }
    .spring > .s01 > button {
        width: 300px;
        padding: 10px 40px;
        font-size:18px;
        border-radius: 5px;
    }
}
/* spring ends here */

/* trend not starts here */
.trend{
    width: 80%;
    height:70px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    background-color: 	#e6e6fa;
    z-index: 0.5;
    padding: 10px 0px;
    display: flex;
}
.trend > img{
    width:100px;
    padding-left: 40px;
}
.trend > h3{
    padding: 10px 15px;
    font-size: 24px;
    color: #3a2a7c;
}
@media screen and (max-width:900px) and (min-width:200px){
    .trend{
        padding: 7px 0px;
    }
    .trend > h3{
        font-size: 16px;
        line-height: 20px;
    }
}
/* trend not ends here */

/* trending products are here */
.trend1{
    width: 80%;
    /* border:1px solid black; */
    margin: 10px auto;
    text-align: center;
    margin-top: 20px;
}
.trend1 > h2{
    color:black;
    font-size: 24px;
    font-family: sans-serif;
    margin-top: 5px;
}
.trend1 > .t01{
    /* border: 1px solid black; */
    margin-top: 10px;
    display: flex;
    margin: 10px 0px;  
}
.trend1 > .t01 > h1{
    width: 30px;
    /* border: 1px solid black; */
    /* padding: 0px 20px; */
    margin: 0px 10px;
    padding: 150px 0px;
}
.trend1 > .t01 > .t011{
    /* border: 1px solid black; */
    margin: 0px 10px;
    width: 300px;
    /* height: 200px; */
}
.trend1 > .t01 > .t011 > img{
    width:100%;
    height: 220px;
}
.trend1 > .t01 > .t011 > h3{
    font-size: 18px;
    margin-top: 10px;
}
.trend1 > .t01 > .t011 > h5,p{
    margin-top: 7px;
}
.trend1 > .t01 > .t011 > p::first-line{
    text-decoration: line-through;
}
.trend1 > .t01 > .t011 > h4{
    font-weight: lighter;
    margin-top: 7px;
    font-style: normal;
}
@media screen and (max-width:900px) and (min-width:200px){
    .trend1 > h2{
        font-size: 24px;
    }
    .trend1 > .t01 > .t011{
        /* border: 1px solid black; */
        margin: 0px 10px;
        width: 300px;
        /* height: 200px; */
    }
    .trend1 > .t01 > h1{
        padding: 130px 0px;
    }
    .trend1 > .t01 > .t011 > img{
        width:100%;
        height: 170px;
    }
    .trend1 > .t01 > .t011 > h3{
        font-size: 14px;
    }
    .trend1 > .t01 > .t011 > h4,p{
        font-weight: lighter;
        margin-top: 7px;
        font-size: 14px;
        font-style: normal;
    }
}
/* trending products are end here */

/* footer starts here */
/* footer media starts here */
#footer{
    width: 80%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
#footer > .footer1{
    width: 50%;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    margin-top: 20px;
    padding: 10px;  
    justify-content: space-around;
}
#footer > .footer1 > a > #icon{
    width: 6.5%;
    margin: 10px;
}

#footer > .footer2{
    width: 90%;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
    margin-top: 20 px;
    justify-content: space-evenly;
}
#footer > .footer2 > .sub1{
    display: flex;
    margin: 10px;
    width: 45%;
    /* border:1px solid black; */
    background-color: #f0ecec;
} 
#footer > .footer2 > .sub1 > .sub11 >  img{
    width:100%;
    padding: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub1 > .sub12{
    padding:10px 10px 0px 10px;
    margin: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub1 > .sub12 > h4{
    margin-bottom: 10px;
    font-weight: lighter;
}
#footer > .footer2 > .sub1 > .sub12 > p{
    /* border: 1px solid black; */
    text-align: right;
    cursor: pointer;
}
#footer > .footer2 > .sub2{
    margin: 10px;
    width: 45%;
    display: flex;
    background-color: #f0ecec;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub21{
    width: 100%;
    margin: 10px;
}
#footer > .footer2 > .sub2 > .sub21 > img{
    width:90%;
    margin: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub22{
    padding:10px;
    margin: 10px;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub22 > h4{
    margin: 10px;
    font-weight: lighter;
}
#footer > .footer2 > .sub2 > .sub22 > p{
    /* border: 1px solid black; */
    /* margin-top: 300px */
    text-align: right;
    cursor: pointer;
}
/* footer ends here */

/* footer starts here */
#service {
    width:100%;
    background-color: #f0ecec;
    /* border:1px solid black; */
}
#service > div{
    width:70%;
    display: flex;
    margin: auto; 
    text-align: center;
    /* border:1px solid black; */
}
#service > div > div{
    /* margin: 0px 53px; */
    width: 25%;
    text-align: left;
    margin: 10px 0px;
    padding: 10px 20px;
    /* border:1px solid black; */
}
#service > div > div >h3, p:hover{
    cursor: pointer;
}
/* footer ends here */

/* footer brands starts here */
#footer-brands{
    /* border:1px solid black; */
    padding: 25px;
    background-color: #f0ecec;
}
#footer-brands > div{
    width:70%;
    margin: auto;
    padding: 10px 20px;
    text-align: center;
    /* border:1px solid black; */
}
#footer-brands > div > .fb{
    padding: 0px 20px;
    /* border:1px solid black;  */
}

#footer-brands > div > .fb1{
    width: 70%;
    margin: auto;
    text-align: center;
    /* border:1px solid black; */
}
#footer-brands > div > .fb1 > p{
    font-weight: bold;
    padding: 10px 0px;
}

#footer-brands > div > .fb2{
    display: flex;
    padding: 10px 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb2 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb3{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb3 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb4{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb4 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb5{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb5 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb6{
    cursor: pointer;
    font-family: sans-serif;
}

#footer-brands > div > .fb6 > p {
    font-size: 16px;
    color: black;
}
#footer-brands > div > p{
    font-size: 12px;
}

@media screen and (max-width:900px){
    #footer > .footer1 > a > #icon{
        width: 10%;
        margin: 10px;
    }
    #footer > .footer2 > .sub1 > .sub12 > h4{
        margin-bottom: 0px;
        font-weight: lighter;
    }
    #footer-brands > div > .fb1 > p{
        font-weight: bold;
        padding: 10px 0px;
        font-size: 23px;
        
    }
    #footer-brands > div > .fb2 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb3 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb4 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb5 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
}