*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
    font-size: 10px;
    overflow-x: hidden !important;
}
body{
    overflow-x: hidden !important;

}
section{
    padding: 3rem 0;
}
#bg{
    background-image: url(./Images/BG\ Patern.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    font-family: 'Nuosu SIL',sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px !important;
}
h1.about{
    margin-left: -3rem;
    margin-top: 2rem;
    font-size: 3rem;
    font-weight: 600 !important;
}
#bg .navbar_brand{
    margin-top: 2rem;
    width: 15rem;
    margin-left: 5rem;
}
.area.my-5 h1.heading{
    font-size: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    margin-top: -1.5rem;
}
.area.my-5 h4{
    margin-bottom: 0;
}
span.checkout{
    position: absolute;
    width: 107rem;
    left: 4rem;
    top: 4rem;
    border-bottom: 1.5px solid black;
}
#checkout .payment_method{
    margin-bottom: 1.5rem;
}
#checkout input, #checkout select, #checkout select option, #checkout button{
    width: 100%;
    margin: .85rem 0;
    padding: .75rem 0;
    font-size: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    box-shadow: 0px 0px 2px lightgray;
    text-indent: 1rem ;
    background-color: white;
    color:grey ;
}
#checkout input::placeholder{
    color: grey;
}
#checkout select option{
    background-color: white;
    padding: 0.5rem;
    width: 100%;
    border-bottom-left-radius:.6rem;
    border-bottom-right-radius:.6rem;
    border: none;
}
#checkout input:focus,  #checkout select:focus{
    outline: none;
}
#checkout .cart_card{
    padding: 2rem;
    overflow: hidden;
    background-color: white;
    border: 1px solid lightgray;
}
#checkout .cart_card h2, #checkout .cart_card h4{
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#checkout .cart_card hr{
    width: 95%;
    height: .5px;
    background-color:grey;
    margin: auto;
}
#checkout .cart_card span{
    margin:0 .8rem;
    color:lightgrey;
    font-weight: normal;
}
#checkout .cart_card h4.price{
    font-weight: bold;
    margin-top: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#checkout .cart_card span strong{
    font-weight: normal;
    color: black;
}
#checkout .cart_card h5{
    font-size: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    margin-top: 1.25rem;
}
#checkout .cart_card img{
    box-shadow: 0px 0px 10px lightgray;
    transform: scale(0.8);
}
#checkout .cart_card .delivery_area span{
  color: black;
}
#checkout .cart_card .delivery_area span em{
    font-style: normal;
    margin-left: .4rem;
    color: lightgrey;
}
#checkout .cart_card input[type=submit]{
    width: 90%;
    margin: auto;
    margin-top: 1.5rem;
    background-color: black;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
}
.navbar_brand_div{
    width: 100%;
    position: fixed;
    top: 0rem;
    height: 9rem;
    background-image: url(./Images/BG\ Patern.png);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 100;
}
.area{
    margin: 7rem 0;
}
.nav{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-image: url(./Images/BG\ Patern.png);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 100;
}
.navbar{
    width: 100%;
}
.nav-link{
    color: #757575;
    font-weight: 600;
    font-size: 1.3rem;
    margin:0 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-bottom: 1rem;
    border-bottom: 1.5px solid transparent;
    padding:initial 0 ;
}
.nav-link:hover{
    color: #757575;
}
.nav-link.active{
    color: #757575;
    border-bottom: 1.5px solid black;
}
#creatorDetail .about{
    padding-bottom: 1rem;
    position: relative;
}
#creatorDetail .about span{
    position: absolute;
    bottom: 0;
    left: 3rem;
    width: 12rem;
    border-bottom: 1.5px solid black;
}
#wallOfFame h1{
    position: relative;
    font-size: 10rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 1.75rem;
}
#wallOfFame h1 span{
    position: absolute;
    bottom: 0;
    left: 3rem;
    width: 55rem;
    border-bottom: 2px solid black;
}
#wallOfFame h3{
    width: 50%;
    margin: auto;
    text-align: center;
}
#wallOfFame .collabrate{
    margin:2rem 0;
    background-color: transparent;
    border: .75px solid black;
    padding: .8rem 1.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#wallOfFame .col-lg-3,#wallOfFameBottom .col-lg-3{
    padding: 0 1.9rem;
}
#wallOfFame .col-lg-3 img{
    margin:1rem 0;
    width: 100%;
    text-align: center;
    object-fit: contain;
}
#wallOfFameBottom .col-lg-3 img{
    padding:1.9rem 0;

}
#wallOfFame .col-lg-3{
    padding-bottom: 3rem;
    overflow: hidden;
    max-height: 31rem;
}
#wallOfFame .modal-content, #shop .modal-content{
    padding: 0 5rem;
    background-image: url(./Images/Mask\ Group\ 20.png);
    background-size: cover;
    height: 50rem;
    overflow: hidden;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
input[type=file]{
    color: transparent;
    visibility: hidden;
    opacity: 0;
    height: 8rem;

}
.img_picker{
    position: absolute;
    top: 0;
    left: 3%;
    width: 94% !important;
    margin-left: auto !important;
    height: 8rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-indent: 0%;
    color: #d3d3d3;
    font-weight: 700;
}
.img_picker i{
    font-size: 2rem;
    font-weight: bold;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-dialog{
    max-width: 60rem;
}
.btn-close{
    position: absolute;
    top: 0;
    right: -6rem;
}
#shop .first_view{
    position: relative;
    text-align: center;
    /* height: 80vh; */
    width: 50%;
    margin: auto;
}
#shop .first_view h1{
    font-size: 10rem;
    color: black;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
#shop .first_view span{
    position: absolute;
    width: 30rem;
    left: 12.5rem;
    top: 13rem;
    border-bottom: 1.4px solid black;
}
#shop .first_view h3{
    margin-top: -3rem;
    margin-left: 2rem;
}
#shop .first_view h4{
    margin: auto;
    margin-top: 1.5rem;
    width: 60%;
}
#shop .first_view #men, #shop .first_view #women{
    padding: 1.5rem;
    text-align: center;
} 
#shop .first_view img{
    transform: scale(0.85);
}
#shop .second_view{
    position: relative;
}
#shop .second_view span{
    width: 88%;
    border-bottom: 1.5px solid black;
    position: absolute;
    top: 5rem;
    left: 6%;
}
#shop .second_view h1.heading{
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#shop h4.text{
    margin-top: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.shop_btns{
    position: relative;
}
#shop .second_view .shop_btns .btn{
    width: 6rem;
    border: 1px solid slategray;
    border-radius: 0;
    background-color: transparent;
    color: slategray;
    margin: 0;
    border-right: none;
    outline: none;
    padding: .75rem 1rem;
}
#secondView, #secondView #Men, #secondView #Women{
    display: none;
}
#shop .second_view .shop_btns .btn.active{
    background-color: black;
    color: white;
}
#shop .second_view .shop_btns .btn:focus{
    outline: none;
    box-shadow: none;
}
#shop .second_view .shop_btns .btn2{
    margin-left: -.5rem;
    border-left: none;
    border-right: 1px solid slategray;
}
#shop .shop_img img{
    margin:1rem auto;
    max-width: 15rem;
    margin-bottom: 0rem;
}
#shop .item{
    overflow: hidden;
    position: relative;
    text-align: center;
}
#shop .item_name h4{
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#shop .custom_design{
    background:none;
    border: none;
    outline: none;
}
#shop .custom_design img{
    margin-left: 5.5rem;
}
#shop_inner .size_btns button{
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 .5rem;
    border: .4px solid black;
    background-color: white;
    font-size: 1.4rem;
    display: grid;
    place-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#shop_inner .size_btns button.active{
    background-color: black;
    color: white;
}
#contact_us input, #contact_us textarea, #contact_us select, #wallOfFame input, #wallOfFame textarea, #wallOfFame select, #shop input, #shop textarea, #shop select, .img_picker{
    width: 100%;
    border: none;
    margin: 1rem 0;
    font-size: 1.1rem;
    text-indent: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 1rem 0;
    box-shadow: 0px 0px 2px rgba(112, 128, 144, 0.457);
    resize: none;
    outline: none;
}
#contact_us .icons{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contact_us .icons .icon{
    background-color: lightgray;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content:center ;
    font-size: 1.75rem;
    margin: .5rem 0;
}
#contact_us select,  #wallOfFame select{
    color: black;
    font-weight: 600;
}
#contact_us h1.display-1{
    font-size: 10rem;
    font-weight: bold;
    color: black;
    letter-spacing: 4px;
}
#contact_us input[type=submit] , #wallOfFame input[type=submit], #shop input[type=submit]{
    position: absolute;
    width: 10rem;
    text-align: center;
    text-indent: 0%;
    bottom: 1.3rem;
    border: 1px solid rgba(112, 128, 144, 0.413);
    right: 2.5rem;
    background-color: lightgrey;
    color: black;
    font-weight: 600;
}
.modal.show .modal-dialog {
    height: 100vh;
    transform: none;
    display: flex;
    align-items: center;
}
.shop_inner span{
    position: absolute;
    top: 5rem;
    left: 23rem;
    width: 70%;
    border-top: 2px solid black;
}
a{
    text-decoration: none;
    color: initial;
}
a:hover{
    color: initial;   
}
.design_imgs .col{
    padding: 3px;
    overflow: hidden;
    height: 4.5rem;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .7s ease;
}
.box:hover .overlay{
    opacity: 1;
}
.design_imgs .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#shop_inner h1{
    font-size: 3rem;
    font-weight: bold;
}
#shop_inner h3{
    font-weight: 700;
    margin-top: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#shop_inner .buy_now{
    border: 1.32px solid slategray;
    padding: 1rem 6rem;
    color: black;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
}
.border1.active{
    border: 1px solid black !important;
}
@media screen and (min-width:520px) and (max-width:820px) {
    #checkout{
        width: 100% !important;
    }
    #wallOfFame .col-lg-3 img{
        max-width: 100%;
    }
    .shop_inner h1{
        margin-top: -9.7rem !important;
    }
    .shop_inner span{
        width: 55%;
    }
    #shop_inner .container{
        width: 100% !important;
    }
    .nav{
        width: 100%;
        position: fixed;
        bottom: 0;
    }
}
@media screen and (max-width:520px) {
    #about .bg_img{
        background-image: url(./Images/mobile_bg.png);
        background-size: cover;
        height: 63vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about_span{
        position: absolute !important;
        width: 28rem;
        left: 4rem;
        top: 5.5rem;
        border-bottom: 1px solid black;
    }
    .creator_span{
        position: absolute !important;
        width: 25rem;
        left: 8rem;
        top: 5.5rem;
        border-bottom: 1px solid black;
    }
    #wallOfFame h1{
        width: 100% !important;
    }
    
    .walloffame_span, #shop .first_view span {
        position: absolute !important;
        width: 25rem;
        left: 8rem;
        top: 5.5rem;
        border-bottom: 1px solid black;
    }
    #bg .navbar_brand {
        position: relative;
        top: -2rem;
        left: -3rem;
        width: 12rem;
    }
    .bg_img h1{
        text-align: center;
        margin-top: 18rem;
        font-size: 5rem;
        color: white;
    }
    .bg_img h2{
        text-align: center;
        color: white;
        width: 70%;
        margin:auto;
        margin-top: 15rem !important;
    }
    #about h1.display-1{
        font-size: 4rem !important;
        text-align: center;
        padding-bottom: 1rem;
    }
    #about h3{
        text-align: center;
    }
    section{
        padding: 1rem 0;
    }
    #creator h3{
        width: 85%;
        text-align: center;
        margin: auto;
    }
    .area {
        height: 100vh !important;
    }
    #creator h1{
        text-align: center;
        font-size: 4.5rem;
    }
    #wallOfFame h1{
        font-size: 4.25rem;
        padding-bottom:0 ;
    }
    #wallOfFame h1 span {
        position: absolute;
        bottom: 0;
        left: 9rem;
        width: 22rem;
        border-bottom: 1px solid black;
    }
    #wallOfFame h3 {
        width: 85%;
    }
    #wallOfFame .col-lg-3 img{
        max-width: 100%;
    }
    .view_more{
        margin-top: 2rem;
        background-color: transparent;
        border: .75px solid black;
        padding: .8rem 2.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    #shop h1{
        font-size: 4.5rem;
        text-align: center;
    }
    #shop h4{
        margin-top: 1rem !important;
    }
    #shop span{
        width: 22%;
        left: 16rem;
        border: .7px solid black;
        top: 7.5rem;
    }
    #shop .shop_img img {
        max-width: 19.1rem;
    }    
    #shop .custom_design img {
        margin-top: 3rem;
        transform: scale(1.15);
        margin-left: 0;
        height: 20rem;
    }
    #contact_us h1.display-1{
        font-size: 4rem;
        text-align: center;
        font-weight: bold;
        color: black;
        letter-spacing: 1px;
    }
    #contact_us span.line{
        position: absolute;
        width: 56%;
        left: 8rem;
        border: none;
        border-bottom: .7px solid black;
        top: 5.5rem;
    }
    #contact_us h3{
        margin-top: 2rem;
        text-align: center;
    }
    #contact_us .container{
        padding: 0 2rem;
    }
    #contact_us .icons {
        position: relative;
        margin-top: 1rem;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-bottom: 2rem;
        text-align: center;
    }
    #contact_us .icons .icon{
        margin: 0 1.5rem;
    }
    br{
        clear: both;
    }
    .shop_inner h1{
        margin-top: 0 !important;
    }
    .shop_inner span {
        position: absolute;
        top: 5rem;
        left: 16rem;
        width: 9rem;
        border-top: 1px solid black
    }
    .shop_inner h3.d-md-none{
        width: 80%;
        margin: auto;
        margin-top: 2rem;
        text-align: center;
    }
    #shop_inner .container{
        width: 90% !important;
    }
    .design_imgs .col {
        overflow: hidden;
        height: 3.5rem;
    }
    .buy_now{
        width: 100%;
        padding: 1rem 2rem !important;
    }
    .navbar>.container-fluid{
        display: block;
    }
    .navbar ul{
        background-color: black;
        border: 1px solid white;
        border-radius: 1rem;
        padding: 1rem;
        margin-top: 2.5rem;
        text-align: left;
    }
    .navbar ul .nav-link{
        color: aliceblue;
        margin: .5rem 0;
    }
    .navbar ul .nav-link.acive{
        border-bottom: 1px solid white;
    }
    h1.about{
        margin-left: 0rem;
    }
    .container{
        width: 100% !important;
    }
    #creatorDetail .container{
        width: 88% !important;
    }
    #wallOfFame .col-lg-3 {
        padding-bottom: 0rem;
        overflow: hidden;
        max-height: 100%;
    }
    #wallOfFame .col-lg-3 img {
        margin: .5rem 0;
    }
    #wallOfFame .col-lg-3, #wallOfFameBottom .col-lg-3 {
        padding: 1rem;
    }
    #wallOfFame .modal-content, #shop .modal-content {
        padding: 0 .5rem;
    }
    #wallOfFame .modal-content, #shop .modal-content{
        background-color: rgba(211, 211, 211, 0.96);
        height: 70rem;
    }
    #wallOfFame input[type=submit], #shop input[type=submit]{
        position: relative;
        top: initial;
        width: 85%;
        margin-top:2rem;
        right:0rem;
        background-color: white;
    }
    #shop h4.text {
        width: 80%;
        margin: auto;
    }
    .area {
        margin: 0rem;
    }
    .navbar_brand_div{
        background-color: transparent !important;
    }
    span{
        position: relative !important;
    }
    #checkout{
        width: 85% !important;
    }
    .area.my-5 h4 {
       width: 70%;
       margin: auto;
    }
    .shop_inner a img{
        width: 15rem !important ;
        margin-top: 2.5rem !important;
    }
    #secondView{
        display: block;
    }
    .shop_btns{
        margin-top: 3rem;
    }
    .navbar_brand_div, #shop .second_view span{
        display: none;
    }

}
@media screen and (min-width:1800px) {
    body,#bg{
        width: 140rem;
        margin: auto;
    }
}