*{
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}


.navbar {
  color: black;
}


.p-4 {
  width: 250px;
}


.d-block{
  height: 500px;
  width: 300px;
}




.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* .hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.hero-text img {
  width: 350px;
  height: 450px;
}

.hero-text2 h1 {
  font-size: 20px;
}

.hero-text1 {
  margin-top: -180px;
}
.hero-text2 {
  margin-top: -200px;
}

















.hero-animation {
  position: relative;
  
  
  animation: mymove  2s ;
  -webkit-animation: mymove  2s ;
}
@keyframes mymove {
  from {opacity: 0;}
  to {opacity: 1;}
}



.hero-animation2 {
  position: relative;
  
  
  animation: mymove2  2s ;
  -webkit-animation: mymove2  2s ;
}
@keyframes mymove2 {
  from {opacity: 0;}
  to {opacity: 1;}
  from {top: -100px;}
  to {bottom: 100px;}
}



.hero-animation3 {
  position: relative;
  
  
  animation: mymove3  5s ;
  -webkit-animation: mymove3  5s ;
}
@keyframes mymove3 {
  from {opacity: 0;}
  to {opacity: 1;}
  from {left: -100px;}
  to {right: 100px;}
}









/********* SLIDER 3 *****/


.slider-background {
  width: 100%;
  height: 700px;
}

.slider-iner {
  margin-top: -700px;
  padding-left: 220px;
  padding-right: 220px;
}


.slider-iner img {
  height: 625px; width: auto;
}


#slider-buy-now {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 15px;
}


#slider-buy-now:hover {
  background-color: black;
  color: white;
}



.slider-iner-dtl {
  text-align: right;
  margin-top: 10%;
  padding-right: 20px;
 font-family: 'Poppins', sans-serif;
  font-weight: bolder;
}
.slider-iner-dtl h2 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 60px;
}
.slider-iner-dtl p {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  font-size: 25px;
}
.slider-iner-dtl .ctg {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}


.slider-background {
  position: relative;
  animation: slider-bac  2s ;
  -webkit-animation: slider-bac  2s ;
}


@keyframes slider-bac {
  from {opacity: 0;}
  to {opacity: 1;}
  from {left: 00px;}
  to {right: 00px;}
}




/********* SLIDER 3 *****/

























.in-slider {
  margin-top: -125px;
}

.crd1 {
  width: 100%;
  height: 350px;
  padding: 5px;
}

.crd2 {
  width: 100%;
  height: 705px;
  padding: 5px;
  padding-left: 20px;
}

.card {
  border: none;
  position: absolute;
}




.text-block {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: rgb(243, 242, 242);
  color: rgb(0, 0, 0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}


.txblck a {
  color: black;
  text-decoration: none;
}


.txblck a:hover {
  background: black;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}


































#exTab1 .tab-content {
  color : white;
  /* background-color: #428bca; */
  padding : 5px 5px;
}



/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 10px;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}



#exTab1 .nav-pills {
  margin-bottom: 25px;
}

#exTab1 .nav-pills  li {
  margin: 10px;
}

#exTab1 .nav-pills {
  margin-left: 245px;
}










* {box-sizing: border-box;}

.containe {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.image {
  display: block;
  text-align: center;
  margin: auto;
  width: auto;
  height: 314px;
}

.overlay {
  position: absolute; 
  bottom: 50%; 
  background: rgb(0, 0, 0);
  background: rgba(253, 253, 253, 0.685); /* Black see-through */
  color: #f1f1f1; 
  width: 50%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  margin-left: 25%;
}

.containe:hover .overlay {
  opacity: 1;
}




.icon {
  background: transparent;
}
.icon:hover {
  background: #555;
  color: red;
}



.tab-pane{
  position: relative;
  animation:tab .5s;
  -webkit-animation:tab .5s;
}

@keyframes tab {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tbs{
  position: relative;
  animation:tab11 01s;
  -webkit-animation:tab11 01s;
}

@keyframes tab11 {
  from {opacity: 0;}
  to {opacity: 1;}
}






/*****Index Footer tag Section*****/


ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 100%;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #f6c365 ;
 color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 2; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 2; }
ul.cloud a[data-weight="4"] { --size: 2; }
ul.cloud a[data-weight="5"] { --size: 2; }
ul.cloud a[data-weight="6"] { --size: 2; }
ul.cloud a[data-weight="7"] { --size: 2; }
ul.cloud a[data-weight="8"] { --size: 2; }
ul.cloud a[data-weight="9"] { --size: 2; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a { --color: #f6c365; }
ul.cloud li:nth-child(3n+1) a { --color: #f6c365; }
ul.cloud li:nth-child(4n+1) a { --color: #f6c365; }

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}





.footer-mdmd a{
  text-decoration: none;
}

.mdmd2 {
  padding: 5px;
}

.mdmd2:hover {
  color: aliceblue;
  transition: .5s;
  padding-left: 10px;
  /* border-radius: 25px 0px 25px 0px;
  border-bottom: 3px solid red;
  border-top: 3px solid green;
  background-image: linear-gradient(rgba(255, 0, 0, 0.295), rgba(0, 128, 0, 0.349)); */
}

/* li.active  {
  background-color: green;
} */

a.show {
  background-color: green;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 12px;
}

.footer-responsive {
  display: none;
}


.featured-items {
  margin-top: -110px;
}






/***** Banner Slider ***/












.header-responsive {
  display: none;
}


.fixedfooter{
  display: none;
}




.nav-container-fluid {
  width: 85% !important;
}











/******Reviwes*****/


  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    
    border: 1px solid rgb(161, 154, 154);
    width: 100%;
    border-left: none;
    height: auto;
    padding: 10px;
  }



#color {
  margin-left: 30px;
  width: 80%;
  text-align: center;
  padding: 5px;
}
#size {
  margin-left: 35px;
  width: 80%;
  text-align: center;
  padding: 5px;
}
#qty {
  width: 80%;
  text-align: center;
  padding: 5px;
}

.productdtls {
  max-width: 80%;
}

.responsive-productpage {
  display: none;
}




.cartview-product-Quantity {
  margin-top: 5px;
}
.my4 {
  margin-top: 130px;
}








/***************checkout**************/

.payment {
  margin-top: 30px;
  border-top: 2px double black;
  border-bottom: 2px double black;
}

/***************checkout**************/



/*******About Us********/
.them-member {
  max-width: 80%;
}
/*******About Us********/




/*******login*******/




/*******login*******/








/*******Sing up *****/


.based {
  margin: 1rem;
}
.based a {
  color: #fff;
  font-weight: bold;
}

.form {
  max-width: 860px;
  margin: 6rem auto 0 auto;
  display: flex;
  flex-direction: row;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.2rem;
  position: relative;
}

.form_content {
  margin-bottom: 1rem;
}

.form-group2 {
  color: #333;
  opacity: 0;
}

.form-group_title {
  color: #E57B5C;
  text-transform: uppercase;
}

.form-group_input {
  width: 100%;
  border-width: 0 0 2px 0;
  border-bottom: 2px solid #ccc;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}

.form_background {
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 3rem 2rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
  width: 50%;
  height: 120%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.04, 0.57, 0.15, 1.46);
}

.fieldset {
  flex: 1;
  margin: 0;
  border: 0;
  padding: 0 5rem 0 0;
}
.fieldset:first-child {
  padding-left: 0;
}
.fieldset:last-child {
  padding-left: 5rem;
  padding-right: 0;
}

.radio--invisible {
  opacity: 0;
  height: 0;
  width: 0;
}

.button {
  text-transform: uppercase;
  padding: 0.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: background 0.2s ease-in;
  display: inline-block;
  margin-top: 1rem;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.button--form {
  background: #E57B5C;
  color: #fff;
  float: right;
  margin-top: 0;
}
.button--form:hover {
  background: #ec9f88;
}

#noaccount:checked ~ .form_background {
  transform: translate(3rem, -50%);
}
#noaccount:checked ~ .form_background .form-group--account {
  display: none;
}
#noaccount:checked ~ .form_background .form-group--noaccount {
  display: block;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#account:checked ~ .form_background {
  transform: translate(calc(100% - 3rem), -50%);
}
#account:checked ~ .form_background .form-group--noaccount {
  display: none;
}
#account:checked ~ .form_background .form-group--account {
  display: block;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*******Sing up *****/




#moblog {
  display: none;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}




.dtlbtn:hover{
  color: #f1f1f1;
  background-color: #85858a;
}

/*****product page btn ******/

#colorbtn:focus{
  color:rgb(16, 73, 110);
  border-color: rgb(16, 73, 110);
  box-shadow: none;
}
#colorbtn:checked{
  color:rgb(16, 73, 110);
  border-color: rgb(16, 73, 110);
  box-shadow: none;
}

#colorbtn::after{
  color:rgb(16, 73, 110);
  border-color: rgb(16, 73, 110);
  box-shadow: none;
}



#tabtag a {
  text-decoration: none;
  color: black;
}
#tabtag a:hover {
  color: red;
}




#sizebtn:focus{
  color:rgb(16, 73, 110);
  border-color: rgb(16, 73, 110);
  box-shadow: none;
}


#sizebtn:active{
  color:rgb(16, 73, 110);
  border-color: rgb(16, 73, 110);
  box-shadow: none;
}

#sizebtn:disabled {
  color: red;
  border-color: red;
}

#addbtn {
  background: black;
  color: #fff;
}
#addbtn:hover {
  background: rgb(128, 126, 126);
  color: rgb(0, 0, 0);
}

.fa-info-circle {
  cursor: pointer;
}


#aaa {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#aaa:hover {
  border-bottom: 1px solid black;
  color: rgb(71, 70, 70);
}


#buybtn {
  margin-top: 35px;
}



#buysign-write {
  color: #333;
  text-decoration: none;
}

#buysign-write:hover {
  color: #c38;
}




/***** Tables******/

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: black;
  text-align: center;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}
}



/******navpills******/


#nav-pills2 {
  margin-left: 120px;
  margin-bottom: 30px;
}

#option:hover {
  border-bottom: 1px solid black;
}



#nav-pills2 a.show {
  background-color:transparent;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 12px;
}


#nav-pills2 li{
  padding-left: 10PX;
  padding-right: 10PX;
}


#nav-pills2 a button:focus {
 box-shadow: none;
 border-bottom: 2px solid black;
}


#headctg a {
  text-decoration: none;
  color: #a33;
}

#1a {
    margin-left: 150px;
}


.maincontactform {
    width: 70%;
    text-align: center;
    margin: auto
}






















