@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Fugaz+One&family=Tiro+Devanagari+Hindi:ital@0;1&family=Yesteryear&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    scroll-behavior: smooth; 
}
/*--Universal------------------------------------*/
.padding10per{
    padding: 5px 10%;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexcolumn{
    flex-direction: column;
}
.right{
    display: flex;
    justify-content: right;
}
.evenspace{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.width100{
    width: 100%;
}
.width25{
    width: 25%;
    padding: 10px;
}
.width45{
    width: 45%;
    padding: 10px;
}
.text-center{
    width: 100%;
    text-align: center;
}
.col4{
    width: 25%;
}
.flexwrap{
    display: flex;
    flex-wrap: wrap;
}
a{
    text-decoration: none;
}

.row1{
    padding: 10px;
}
.bd1px{
    border: 1px solid black;
}
ul{
    padding: 10px;
   
}
li a{
    color: antiquewhite;
}
li a:hover{
    color: #D4AF37;
    text-shadow: 2px 2px 4px #000;
}
ul li{
    list-style: none;
    line-height: 25px;
}
.mainheading{
    color:#333;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #000;
}
.paddintop50px{
    padding-top: 50px;
}
/*--Header----------------------------------------*/
header{
    position: relative;
    background-color: #D4AF37;
    filter: drop-shadow(#946602 0px 4px 3px); 
}
.mainheader{
    display: flex;
    justify-content: space-between;
}
.icons a{
    color: antiquewhite;
    margin-top: 10px;
}
.icons a:hover{
    color: darkred;
}
.icons i{
    padding: 10px;
    font-size: 25px;
}
nav{
    font-size: 20px;
    line-height: 25px;
}
nav a{
    text-decoration: none;
    color: antiquewhite;
    width: 100%;
    text-transform: uppercase;
    
    padding: 10px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
 nav a:hover{
    color: darkred;
    text-decoration: none;
    text-shadow: 2px 2px 4px #946602;
}
.behprologo img{
    height: 65px;
    padding: 5px;
}
.sidebar{
    display: none;
}
.navigation{
    display: none;
}
.sidemenulist{
    position: absolute;
    background-color: #D4AF37;
    width: fit-content;
    top: 0px;
    right: 0px;
    float: right;
    padding: 10px 25px;
    box-shadow: 0 4px 8px 0 rgb(148, 102, 2), 0 6px 20px 0 rgb(148, 102, 2);
    border-bottom-left-radius: 25px;
    z-index: 5;
}
.sidemenuvisible{
    
    height: fit-content;
    transform: translateY(40%);
    transition: transform 0.5s ease-out;
    
}
.columndis{
    display: flex;
    flex-direction: column;
}


/*--landing----------------------------------------*/

.landingsection{
    height: 80vh;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.mbslide{
    display: none;
}
/*--Testimonial---------------------------------------*/
      
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.testimonial{background-color: #fff;
min-height: 450px;}
.snip1533 {
 
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 510px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #D4AF37;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #D4AF37;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
/*--Products---------------------------------*/
.free-standard-shipping {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    margin-top: 20px;
    text-align: center;
    background: #15ea31;
    background: linear-gradient(90deg, #15ea31, #de8f34 40% 60%, #15ea31);
}
.topproducts{
    width: 100%;
    display: flex;
    background: #e2eaef;
}
.product{
    min-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.procard h4, .procard p, .procard ul {
	margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.procard{
	background-color: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	height: auto;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    
}
.prodet{
    background-color: #fff;
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}
.product h4{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.probtn {
	color: #7ac400;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #7ac400;
	padding: 6px 14px;
	margin-top: 25px;
	line-height: 16px;
	border-radius: 20px;
    
}
.probtn:focus {
	color: #fff;
	background: #7ac400;
	box-shadow: none;
}
.probtn:hover{
	color: #fff;
	background: #7ac400;
	box-shadow: none;
    text-decoration: none;
}
del {
    text-decoration: line-through;
    color: #555;
  }
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}
.img-box {
	height: 320px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.img-box img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.img-box img:hover{
    transform: scale(1.1);
}
.procard:hover{
    transform: scale(1.05);
}
.price{
    margin-left: 10px;
  padding-top: 20px;	
	font-size: 1.4em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
}

	
/*--Footer----------------------------------------*/

footer{
color: antiquewhite;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.underline{
    border-top: 1px solid #D4AF37;
    padding-top: 10px;
}
.bg-footer {
    background-color: #33383c;
    padding: 10px 0px;
}
.col4 li a{
    font-size: 18px;
}
.co4 li a:hover{
    color:#D4AF37;
    text-decoration: none;
    text-shadow: 2px 2px 4px #000000;
}
/*-----------------------480px-----------------------------------*/
@media only screen and (max-width: 480px) {
    .icons{
        display: none;
    }
    .sidebar{
        display: flex;
        justify-items: center;
        align-items: center;
        font-size: 25px;
        padding: 5px;
        cursor: pointer;
    }
    .mainheader +.navigation{
        display: none;
    }
    #xmark{
        display: none;
    }
    .padding10per{
        padding: 0px 0px;
        
    }
    .behprologo img{
        height: 45px;
        padding: 0px;
    }
    header{
        height: 75px;
    }
    .mbcenter{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col4{
        width: 100%;
    }
    .mbslide{
        display: block;
    }
    .dsslide{
        display: none;
    }
    .mainheading{
        font-size: 28px;
    }
}
/*-----------------------------768px----------------------------*/
@media only screen and (max-width: 768px) {
    .links{
        display: none;
    }
    .navigation{
        display: flex;
        border-top: 1px solid antiquewhite;
        padding-top: 10px;
    }
    .padding10per{
        padding: 3px 2%;
    }
    .col{
        width: 50%;
    }
    
}
/*-----------------------------1024px----------------------------*/
@media only screen and (max-width: 1024px) {
    .padding10per{
        padding: 3px 2%;
    }
}
/*-----------------------------1024px----------------------------*/
@media only screen and (max-width: 1280px) {
    .padding10per{
        padding: 5px 2%;
    }
}