html,body
{
    width: 100%;
    height: 100%;
  
  
}


@media only screen and (max-width: 600px) {
body{
   width: 100%;
   overflow-x: hidden;

   
}
}


/* section ribbon */
.ribbon{
    background-color: #ec4115;
}


@media only screen and (max-width: 600px) {
.icons {
    color: white;
    padding-top: 2px;
    margin-left: 11px !important;
    font-size: 13px !important;
}
}
@media only screen and (max-width: 600px) {
.srch{
    color: grey;
    position: relative;
    left: 296px !important;
    margin-top: -40px ;
}
}
@media only screen and (max-width: 600px) {
    .carts{
      display: none;
    }
    }
    




@media only screen and (max-width: 600px) {
    .searchbar {
        border-radius: 0px;
        position: relative;
        right: 0px !important;
    }
    }
    


@media only screen and (max-width: 600px) {
   
        .nrp {
            margin-left: 218px;
            margin-top: -19px;
            /* font-size: 9px; */
        }
       
    }
    




@media only screen and (max-width: 600px) {
    .free {
       display: none;
    }
    }
    @media only screen and (max-width: 600px) {
    .square {
        flex: 0 0 25% !important;
 max-width: 100% !important;
    }
    }

.icons{
    color:white;
  
    padding-top: 2px;
    margin-left: 40px;
}
.fa-brands{
    padding: 3px;
    font-size: 16px;
}
.free{
    color:white;
  
/* margin-top: 10px; */
font-size: 13px;
text-align: center;
}
@media only screen and (max-width: 600px) {
.kade{
    height: auto;
    width: 38%;
}
}

@media only screen and (max-width: 600px) {
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    font-size: 12px;
}
}



/* header section css */
.nav-item{
    position: relative;
    left:180px;
    margin: 10px;
    font-weight: 500;
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    left: -240px;
}
@media only screen and (max-width: 600px) {
    .nav-item {
        position: relative;
        left: 32px !important;
        margin: 7px !important;
        font-weight: 500;
        font-size: 18px;
    }
    }
  
  @media only screen and (max-width: 600px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 0px !important;
    margin-top: 20px;
}
  }

  @media only screen and (max-width: 600px) {
    .navbar-expand-lg .navbar-nav {
        
        flex-direction: column !important;
        position: relative;
        left: 0px !important;
    }
  }



  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 150px !important;
    margin-top: -5px !important;
}

  @media only screen and (max-width: 600px) {
  .nav-pills .nav-link {

    border-radius: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
   
  }
}







.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:orangered;
}
.nav-item:hover{
    color: orangered;
}
.navbar{
    background-color: white !important;
}
.fa-solid{
    margin-left: 10px;
}
/* collection section */
.collection{
    margin-top: 40px;
}
figure.snip1390 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 200px;
    max-width: 300px;
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: #ff9e36;
    padding: 30px;
    background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    }
    figure.snip1390 *,
    figure.snip1390 *:before,
    figure.snip1390 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    }
    figure.snip1390 figcaption {
    width: 100%;
    }
    figure.snip1390 h2,
    figure.snip1390 h4,
    figure.snip1390 blockquote {
    margin: 0;
    }
    figure.snip1390 h2,
    figure.snip1390 h4 {
    font-weight: 300;
    }
    figure.snip1390 h4 {
    color: #ffffff;
    }
    figure.snip1390 h5 {
    color: #003953;
    }
    figure.snip1390 blockquote {
    font-size: 12px;
    padding: 45px 20px 40px 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    position: relative;
    }
    figure.snip1390 blockquote:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 37px;
    /* opacity: 0.25; */
    font-style: normal;
    top: 0px;
    left: 40px;
    }
    figure.snip1390 .profile {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    border: solid 5px #A6A57A;
    }
    .customer{
    position: relative;
    margin-top: -680px;
    left:50px;
    padding: 20px;
    }
    .travelertest{
    color: #003953;
    text-align: center;
    
    }

    
    
    .grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color:black;
    text-align: center;
    cursor: pointer;
    }
    figure.effect-zoe:hover {
    background: black;
    }


 
    figure.effect-zoe p.description {
        font-size: 14px;
        /* line-height: 20px; */
        bottom: 2.5em;
    }
    
    


    /* .grid figure img {
    opacity: 0.7;
    } */
    
    .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
    
    .grid figure figcaption::before,
    .grid figure figcaption::after {
    pointer-events: none;
    }
    
    .grid figure figcaption,
    .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    
    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity:0;
    }
    
    .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    }
    
    .grid figure h2 span {
    font-weight: 800;
    }
    
    .grid figure h2,
    .grid figure p {
    margin: 0;
    }
    
    .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    }
    
    figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
   
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    }
    
    figure.effect-zoe h2 {
    float: left;
    }
    
    figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
    }
    
    figure.effect-zoe:hover p.icon-links a:hover,
    figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
    }
    
    
    figure.effect-zoe:hover {
    /* opacity: 0.8; */
    background: rgb(0, 0, 0);
    }
    
    /*figure.effect-zoe:hover p.description {
    opacity: 1;
    background: rgba(46, 155, 146, 0.38);
    }*/
    
    figure.effect-zoe p.description {
    text-align: center;
    left: 0px;
    position: absolute;
    bottom: 4.8em;
    padding: 52px;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    opacity: 0;
    line-height: 40px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    
    }
    
    figure.effect-zoe h2,
    figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    }
    
    figure.effect-zoe p.icon-links a i::before {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    
    figure.effect-zoe h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: lighter;
    }
    
    figure.effect-zoe:hover p.description {
    opacity: 1;
    }
    
    figure.effect-zoe:hover figcaption,
    figure.effect-zoe:hover h2,
    figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    
    figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    }
    
    figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }
    
    figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    }
    
    figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    }

    @media only screen and (max-width: 600px) {
      figure.effect-zoe p.description{
        font-size: 14px;
     
        bottom: 2.5em;
      }
    }
    
    /* .square{
        flex: 0 0 25% !important;
        max-width: 32% !important;
        
    } */

    .blackbox{
        background-color: #161616;
        height: 230px;
        width: 320px;
        margin-left: 10px;
        padding: 40px;
    }
    .dotted {
        border: 1px dotted white;
        padding: 20px;
        height: auto;
        width: 255px;
        
    }
    /* clothes section css */
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #fff;
        background-color:orangered;
        border-radius: 30px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: 0.25rem;
        background-color: black;
        color: WHITE;
        border-radius: 30px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
        margin-left: 140px;
        margin-top: 20px;
    }
    .card-img-top {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
        padding: 20px;
    }




    @media only screen and (max-width: 600px) {
        .card{
   width:100% !important;
           
        }
        }






    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1pxsolidrgba(0,0,0,.125);
        border-radius: 0.25rem;
        padding-right: 11px !important;
        border: hidden;
    }
    .checked {
        color: rgb(255, 60, 0);
        margin-top: -20px;
margin: 1px;
      }
  
    /* .card-body{
        text-align: center;
    } */
    .star{
        margin-top: -30px;
        font-size: 14px;
        color: black;
        text-align: center;

      
    }
    .fa-eye{
        color:rgb(255, 60, 0);
        font-size: 12px;
    }
    /* carouselpart section css */
    .owl-carousel .owl-item img {
        display: block;
        width: 84%;
        margin: 0px;
    }
    
    .carousel-inner{
        padding:1em;
    }
    .carousel-control-prev,.carousel-control-next{
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50% );
    }
    
    .carousel-control-prev span,
    .carousel-control-next span{
        width:1 rem;
        height:1.5 rem;
    }
    
    /* clothes2 section css */

.nav-pills .nav-link.simple {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    background-color:none;
    color:black;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.nav-pills .nav-link.active.simple, .nav-pills .show>.nav-link {
    color:orangered;

}
.abc {
    position: relative;
    left: -100px;
    /* margin: 10px; */
font-weight: bold;
   
   font-size: 16px;
    margin-left: -28px;
    position: relative;
    left:-30px;
}


.simple12{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 100px;
    margin-top: 20px;
}


    
 /* discover section css */
 .discover{
    background-color:#ec4115;
 }
 @media only screen and (max-width: 600px) {
 .you{
    margin-left: 0px !important;
    color: white;
    padding-left: 20px;
}
 }
 @media only screen and (max-width: 600px) {
    .perfect{
 margin-left: 0px !important;
    margin-top: 70px;
    font-size: 17px;
    color: white;
    padding-left: 20px;
}
 }
  .orgbtn{
    margin: 10px;
    color:white;
    border-color: white;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .img-rounded{
    border-radius: 50%;
 
  }
/* .imground{
  height: auto;
    width: 139px;
   
} */
/* testanominal css */
.boxtestanominal{
    box-shadow: 2px 2px 2px 2px rgb(204, 204, 204);
}



.testa {
    padding: 20px;
   padding-left: 30px;
   padding-top: -20px;
   padding-right: 30px;
    box-shadow: 2px 2px 2px 2px rgb(180, 180, 180);
    margin-left: 20px;


}



@media only screen and (max-width: 600px) {
.testa {
    padding: 20px;
    padding-left: 30px;
    padding-top: -20px;
    padding-right: 30px;
    box-shadow: 2px 2px 2px 2px rgb(180 180 180);
    margin-left: 0px;
    width: 100%;
}
}





.testa .header {
    display: flex;
    height: 50px;
    align-items: center;
    gap: 10px;
}

.testa > * {
    padding: 10px;
    line-height: 1.5;

}

.testa .header .name {
    font-size: 1.2em;
}

.testa .avatar {
  height: 90px;
  width: 90px;
  margin-top: 20px;
}

.testa.title {
    font-size: 1.7em;
}

.testa .status {
    color: inherit;
    opacity: 0.5;
}



.testa:nth-of-type(1) {
    background: white;
    color: grey;
    grid-column: 1 / 3;
  
   
}

.testa:nth-of-type(2) {
    background: hsl(217, 19%, 35%);
    color: hsl(0, 0%, 100%);
}

.testa:nth-of-type(5) {
    background: hsl(0, 0%, 100%);
    grid-column: 4;
    grid-row: 1 / 3;
}

.testa:nth-of-type(3) {
    background: hsl(0, 0%, 100%);
}

.testa:nth-of-type(4) {
    background: hsl(219, 29%, 14%);
    color: hsl(0, 0%, 100%);
    grid-column: 2 / 4;
}

/* @media(max-width: 800px) {
    .container {
        display: flex;
        flex-direction: column;
    }
} */
.details{
    color: #000000;
}
/*  footer section*/
.footer{
    background-color: #121b21;
}
::placeholder{
    color: #ec4115;
}
.last{
    background-color: #000000;
}


@media only screen and (max-width: 600px) {
.corner{
margin-left: 74px !important;
    margin-top: 0px !important;
}
}
@media only screen and (max-width: 600px) {
    .corner1{
margin-left: 150px !important;
}
}
@media only screen and (max-width: 600px) {
    .alright{
margin-left: 20px;
margin-top: 5px;
}
}
@media only screen and (max-width: 600px) {
    .nat{
margin-left: 20px;
}
}




/* nkcml,x. */
.hide {
    display: none;
  }
      
  .myDIV:hover + .hide {
    display: block;
    color: red;
  }

.wishlist{
    border: solid 1px grey;
    text-align: center;
    width: 80%;
    margin-left: 20px;
    margin-top: -20px;
}