@media (min-width: 576px) { /* Styles for small devices (phones) */ }

@media (min-width: 768px) { /* Styles for medium devices (tablets) */ }

@media (min-width: 992px) { /* Styles for large devices (desktops) */ }
* {
  margin:0;
  padding:0;
  transition: 0.7s ease-in-out;
} 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/*navbar*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
overflow-y:scroll;
overflow-x:hidden;
margin:0;
padding:0;
height:100%;
min-width:800px;
}

$color--primary:  #fc3a89;

.Main-container {
position:relative;
overflow:hidden;
min-height: 100vh;
margin-bottom:-400px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color:transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
}
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding: 1px;
  margin:0; /* Location of the box */
  left: 1200px;
  width: 600px; /* Full width */
  height: 55px; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.10); /* Black w/ opacity */
  border: 2px solid #888;
}

/* Modal Content */
.modal-content {
  position:absolute;
  display:inline-block;
  overflow:hidden;
  float:left;
  background-color: black 90%;
  height:50px;
  width:500px
  margin: auto;
  padding: 5px;
  width: 100%;
  whitespace:nowrap;

}
.modal-content li {
  display:inline-block;
  text-align:center;
  float:left;
  width:20%;
  padding:7px;
  whitespace:nowrap;
}

.modal-content a {
color:white;
text-decoration:none;
 white-space:nowrap;
 font-size:20px;
}
.nowrap: a {
white-space: nowrap;
}


#myBtn1 {
position:relative;
float:left;
left:800px;
top:-10px;
color:white;
font-size:20px;
cursor:pointer;
z-index:100;
}

/* The Close Button */
.close {
  position:relative;
  color: #aaaaaa;
  bottom:3px;
  float: left;
  font-size: 30px;
  font-weight: bold;
  cursor:pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
 


.nav body {
  font-family: 'Open Sans', sans-serif;
  z-index:2;
  color: #222;
  padding-bottom: 0px;
  padding-top:0px;
  margin-top:0;
}

.container1 {
  position:absolute;
  max-width: 100px;
  z-index:2;
  margin: 0 auto;
  margin-top:0;
  padding-top:0;
}
.title1 {
 position:relative;
 overflow:hidden;
 color:white;
 font-size:30px;
 color:darkgreen;
 width:200px;
 height:30px;
 padding:0;
 margin:0;
 top:10px;
 left:80px;
 whitespace:nowrap;
}
 

.nav {
  position: sticky;
  z-index:99;
  margin-top:0;
  padding:0;
  height:60px;
  background-color: #222;
  top: 0px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.nav .container1 {
  display: fixed;
  z-index:2;
  margin-top:0;
  justify-content: space-between;
  align-items: left;
  padding: 0px 0;
  transition: all 0.3s ease-in-out;
}

.nav ul {
  display: flex;
  z-index:2;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  z-index:99;
}

.nav a {
  position:relative;
  left:700px;
  z-index:99;
  color: #fff;
  font-size:20px;
  text-decoration: none;
  padding: 0px 65px;
  transition: all 0.3s ease-in-out;
  top:-10px;
}

.nav.active {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav.active a {
  color: #000;
}

.nav.active .container1 {
  padding: 5px 0;
}

.nav a.current,
.nav a:hover {
  color: #c0392b;
  font-weight: bold;
}
.search {
  position:relative;
  z-index:5;
  padding:0;
  margin:0;
  float:right;
  right:260px;
  top:-40px;
}
.login1 {
  position:relative;
  z-index:5;
  padding:0;
  margin:0;
  float:right;
  right:30px;
  top:-45px;
}
.shopcart {
 position:relative;
  z-index:95;
  padding:0;
  margin:0;
  float:right;
  right:100px; 
  top:-45px;
}
* {
  box-sizing: border-box;
}

.zoom {
  padding: 50px;
  float:left;
  background-color: green;
  transition: transform .2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

p { 
  position:relative;
  float:left;
  left:30%;
  top:90%;
 }
.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
/* about top banner*/
.box1 {
 position:absolute;
 overflow:hidden;
 background-image: url("box1.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 width:100%;
 height:400px;
 padding:0;
 margin-top:0;
 
}

.box2 {
 position:relative;
 overflow:hidden;
 margin-top:0;
 background-image: url("box2.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 top:463px;
 width:100%;
 height:700px;
 padding:0;
 margin-top:0;
 clear: both;
}

.box2 h1 {
 position:relative;
 overflow:hidden;
 font-size:45px;
 margin-top:0;
 text-align: left;
 color:white;
 float:left;
 left:10px;
 top:185px;
}

.box1 h1 {
 position:relative;
 overflow:hidden;
 font-size:60px;
 text-align: center;
 color:white;
 float:left;
 left:150px;
 top:60px;
}
 .bg1 {
  font-style:solid;
 background-color:rgba(54, 201, 59, .7);
}
.ab1 {
 position: relative;
 color:white;
 float:left;
 font-size:30px;
 top:15px;
 left:375px;
}
.ab2 {
 position: relative;
 color:white;
 margin:0;
 float:left;
 font-size:80px;
 top:15px;
 left:360px;
}

/* marquee */

.marquee_container {
  position:absolute;
  top:455px;
  overflow:hidden;
  height:70px;
  width: 100%;
  white-space: nowrap;
  background: white;
  padding: 0.3rem 0;
 border-bottom: 5px solid black; 
  border-top: 5px solid black;
}
.marquee {
  display: inline-block;
  color:black;
  animation: marquee 35s linear infinite;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
h1 {
  position:relative;
  top:10px;
  display: inline-block;
  margin-right: 50px;
  float:middle;
}

/* product divider */ 

.linetxt {
position:relative;
margin-top:0;
top: 415px;
width:100%;
height:65px;
text-align:center;
background-color:white;
color:black;
border-bottom: 3px solid black; 
border-top: 2px solid black;
}
.ab3 {
position:relative;
color:black;
overflow:hidden;
margin:0;
top:1px;
z-index:9;
float:middle;
left:800px;
font-style:solid;
font-weight:20px;
font-size:40px;
}

.row1 {
 position:relative;
 background-image: url("box4.jpg");
 background-repeat:no-repeat;
 background-size:50% 100%;
 overflow:hidden;
 top:310px;
 left:1px;
 width:100%;
 height:500px;
 padding:0;
 margin-top:5px;
 border-bottom: 2px solid black;
 font-family: sylfaen;
  src: url(sylfaen.ttf);
  transform: translateY(100px);
  transition: all .5s ease 0.25s;
}
.row1 h1 {
 position:relative;
 font-size:45px;
 text-align: left;
 z-index:9;
 color:black;
 float:left;
 left:650px;
 top:175px;
}
.ab4 {
 position: relative;
 color:black;
 margin:0;
 float:left;
 font-size:80px;
 top:55px;
 left:60%;
}
.row2 {
 position:relative;
 background-image: url("box5.jpg");
 background-repeat:no-repeat;
 background-size:50% 100%;
 background-position:right;
 overflow:hidden;
 top:410px;
 float:right;
 width:100%;
 height:500px;
 padding:0;
 margin:0;
 border-bottom: 2px solid black;
 font-family: sylfaen;
  src: url(sylfaen.ttf);
}
.row2 h1 {
 position:relative;
 font-size:45px;
 text-align: left;
 z-index:9;
 color:black;
 float:right;
 right:55%;
 top:175px;
}

.ab5 {
 position: relative;
 color:black;
 margin:0;
 font-size:80px;
 top:55px;
 left:8%;
}
.row3 {
 position:relative;
 background-image: url("box3.jpg");
 background-repeat:no-repeat;
 background-size:50% 100%;
 overflow:hidden;
 top:410px;
 left:1px;
 width:100%;
 height:500px;
 padding:0;
 margin:0;
 border-bottom: 2px solid black;
 font-family: sylfaen;
  src: url(sylfaen.ttf);
}
.row3 h1 {
 position:relative;
 font-size:45px;
 text-align: left;
 z-index:9;
 color:black;
 float:left;
 left:300px;
 top:175px;
}
.ab6 {
 position: relative;
 color:black;
 margin:0;
 float:left;
 font-size:80px;
 top:55px;
 left: 55%;
}
.linetxt1 {
position:relative;
overflow:hidden;
top: 410px;
margin-bottom:0px;
width:100%;
height:60px;
text-align:center;
background-color:white;
color:black;
z-index:9;
border-bottom: 2px solid black; 
border-top: 2px solid black;
}
.ab7 {
position:relative;
color:black;
overflow:hidden;
margin:0;
top:0px;
z-index:9;
float:middle;
left:800px;
font-style:solid;
font-weight:20px;
font-size:40px;
}

/* pic text animation */

@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Fauna+One);
.snip1482 {
  font-family: 'Fauna One', Arial, sans-serif;
  position: relative;
  top:450px;
  margin: 1px 50px;
  min-width: 300px;
  max-width: 500px;
  min-height:500px;
  width: 100%;
  display:inline-block;
  color: #ffffff;
  text-align: left;
  line-height: 1.3em;
  background-color: #1a1a1a;
  background-size: 100% 100%;
  font-size: 16px;
  z-index:2;
  border-bottom: 2px solid black;
}
.snip1482 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1482 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  min-height:500px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.snip1482 figcaption {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
}
.snip1482 h2,
.snip1482 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.snip1482 h2 {
  position:relative;
  float:right;
  whitespace: nowrap;
  font-size:30px;
  font-family: 'Playfair Display', Arial, sans-serif;
  text-transform: uppercase;
  left:20px;
  top:0px;
  margin-bottom: 5px;
}
.snip1482 p {
  font-size: 1.3em;
  left:20px;
}
.snip1482 a {
  position: relative;
  height:400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1482:hover img,
.snip1482.hover img {
  width: 50%;
  min-height:40%;
  right: -7%;
}
.snip1482:hover figcaption h2,
.snip1482.hover figcaption h2,
.snip1482:hover figcaption p,
.snip1482.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.standback {
position:relative;
margin-bottom:100px;
top:-95px;
width:100%;
height:600px;
background-color: #1a1a1a;
color:#1a1a1a;
}

/* shopping banner */

.shopbox2 {
 position:relative;
 bottom:220px;
 overflow:hidden;
 margin-bottom:0;
 margin-top:0;
 max-width:100%;
 height:500px;
 background-image:url('triangle.jpg');
 background-repeat:background-repeat;
 background-size:cover;
}

.shoplink {
  position:relative;
  Width:700px;
  border-style:solid;
  border-color:white;
  border-radius:20px;
  border-width:1px;
  height:300px;
  align:center;
  background-color: rgba(211, 211, 211, 0.5); /* 50% transparent white background */
-webkit-box-shadow: 0px 6px 53px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 53px 0px rgba(0,0,0,0.85);
box-shadow: 0px 6px 53px 0px rgba(255,255,255,0.45);
  left:600px;
  top:30px;
}
.shoplink h1 {
  position:relative;
  font-size:40px;
  color:white;
  text-align:center;
  left:160px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: green;
}

.shoplink p {
  position:relative;
  font-size:20px;
  color:white;
  text-align:center;
  top: 10px;
  left:160px;
  z-index:6;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
}

.cartbtn2 {
  position:relative;
  right:170px;
  color: white;
  top:150px;
  font-size:20px;
  padding:10px 20px;
  background-color:green;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
}



.shoplink a {
  text-decoration:none;
  color:white;
}



/* footer */
footer { 
  position:relative;
  height:400px;
  overflow:hidden;
  bottom:-200pxpx;
  padding-top:90px;
  margin-top:-220px;
  background-color:grey;
  height: 400px;
  max-width:100%;
  clear:both;
}


 .shoplst   {
  position:relative;
  list-style-type:none;
 font-size:15px;
  overflow:hidden;
  max-width:150px;
  top:-75px; 
  left:450px;
  height:150px;
  display:flex;
 flex-direction:column;
}
  .shoplst h2{
  position:relative;
  width:100px;
  color:black;
  
 }
 .shoplst li {
 position:relative;
  width:150px;
  height:25px;
  list-style-type:none;
  top:1px; 
}
.shoplst li a {
  color:white;
}
.about1   {
 position:relative;
  list-style-type:none;
 font-size:15px;
  overflow:hidden;
  max-width:150px;
  bottom:230px; 
  left:200px;
  height:150px;
  display:flex;
 flex-direction:column;
}

.about1 h2 {
 position:relative;
 width:280px;
 color:black; 
}

.about1 li {
   position:relative;
  color:white;
  position:relative;
  width:150px;
  height:25px;
  list-style-type:none;
  top:4px; 
}
.about1 li a {
  color:white;
}
.cusser1 {
 position:relative;
  list-style-type:none;
 display:block;
 font-size:15px;
  overflow:hidden;
  max-width:280px;
  bottom:375px; 
  left:450px;
  display:flex;
 flex-direction:column;
}  
.cusser1 h2 {
  position:relative;
  
  width:280px;
  color:black;
  white-space: nowrap; 
}
.cusser1 li  {
  position:relative;
  color:white;
  position:relative;
  width:150px;
  height:25px;
  list-style-type:none;
  top:4px; 
}
.cusser1 li a {
color:white;
}
.smicons li a {
  display:block;
  float:left;
  overflow:hidden;
  margin-right:10px;
}
.smicons li {
  position:relative;
  list-style-type:none;
}
.smicons h2 {
  position:relative;
  float:left;
  left:9%;
  top:-50px;
  font-family:copperplate;
  color:white;
}

.smicons {
  position:relative;
  left:80%;
  bottom:20px;
}
.footer_legal {
  display:block;
position:relative;
bottom:230px;
left:20px;
float:left;
color:white;
padding-left:80px;
padding-right:80px;
margin-left:80px;
margin-right:80px;
}
.paybanner img {
position:relative;
background-color:grey;
height:50px;
width:250px;
left:250px;
bottom:375px;
}
#copy {
position:relative;
bottom:260px;
left:800px;
z-index:100;
color:white;
}
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding: 1px;
  margin:0; /* Location of the box */
  left: 1200px;
  width: 600px; /* Full width */
  height: 55px; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.10); /* Black w/ opacity */
  border: 2px solid #888;
}

/* Modal Content */
.modal-content {
  position:absolute;
  display:inline-block;
  overflow:hidden;
  float:left;
  background-color: black 90%;
  height:50px;
  width:500px
  margin: auto;
  padding: 5px;
  width: 100%;
  whitespace:nowrap;

}
.modal-content li {
  display:inline-block;
  text-align:center;
  float:left;
  width:20%;
  padding:7px;
  whitespace:nowrap;
}

.modal-content a {
color:white;
text-decoration:none;
 white-space:nowrap;
 font-size:20px;
}
.nowrap: a {
white-space: nowrap;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color:transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
}

/* The Close Button */
.close {
  position:relative;
  color: #aaaaaa;
  bottom:3px;
  float: left;
  font-size: 30px;
  font-weight: bold;
  cursor:pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}