*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-transform: capitalize;
	transition: .2s linear;
}
h2{
    padding-top: 100px;
	align-items: center;
	justify-content: center;
}
a{
    text-decoration:  none;
    color: #555;
}
.col-9{
    flex-basis: 50%;
    padding: 50px 0;
    padding-left: 50px;
    min-width: 245px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-9 img{
    width: 100%;
}
.col-9 p{
    font-size: 14px;
}
.col-9:hover{
    transform: translateY(-20px);
}
.row3{
    max-width:  1000px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-around;
}
.products{
    margin: 100px 100px;;
    padding-top: 0; margin-top: 0;
}
.sml-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 40px;
    padding-right: 10px;
}
.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 40px;
    padding-right: 10px;
}

.testimonial{
    padding-top: 10px;
}
.col-7{
    padding-bottom: 100px;
    background: #ab8f78;
    display: inline-block;
    padding: 40px 30px;
    margin: 30px 0;
    border-radius: 0px;
}
.col-8{
    padding-bottom: 100px;
    background: #ab8f78;
    display: inline-block;
    padding: 40px 20%;
    margin: 30px 0;
    border-radius: 0px;
    color: white;
}
.testimonial col-7{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial col-7 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%; 
}
.testimonial .col-7:hover{
    transform: translateY(-20px);
}
.col-7 p{
    font-size: 14px;
    margin: 12px 0;
    color: #fff;
}
.testimonial .col-7 h3{
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.testimonial .col-7 h4{
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
.testimonial .col-7 ul{
    color: #fff;
    font-size: 16px;
	align-items: center;
} 
.form{
    font-size: 15px;
    font-weight: 400;
}
.quantity-select{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.quantity-select p{
    width: 75px;
}
.quantity-select input{
    background: #eee;
    border: 0;
    outline: 0;
    padding: 2px 2px 2px 15px;
    width: 50px;
    border-radius: 12px;
}
button{
    background: #553ff0;
    color: #fff;
    font-size: 17px;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    margin-top: 50px;
    box-shadow: 0 10px 10px rgba(85, 63, 240, 0.25);
    cursor: pointer;
}
.controls{
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.btn{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 10px;
    cursor: pointer;
}
.btn.active{
   background: #553ff0;
}
body
{
	font-family: poppins;
}

.menu_bar
{
	background-color: #C4A484;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5%;
}
.logo
{
	color: #351F05;
	font-size: 30px;
}
.logo span 
{
	color: #F7ECEC; 
}
.menu_bar ul
{
	list-style: none;
	display: flex;
}
.menu_bar ul li 
{
	padding: 10px 30px;
	position: relative;
}
.menu_bar ul li a 
{
	color: #351F05;
	text-decoration: none;
	font-size: 20px;
}
.menu_bar ul li a:hover 
{
	color: #F7ECEC;
}

.contact_box {
    max-width: 1080px;
    margin: auto;
    padding-left: 40px;
    padding-right: 10px;
  }

.dropdown_menu
{
	display: none;
}
.menu_bar ul li:hover .dropdown_menu
{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #C4A484;
}
.dropdown_menu ul 
{
	display: block;
	margin: 10px;
}
.dropdown_menu ul li 
{
	width: 150px;
	padding: 10px;
	padding-bottom: 0;
}
.top {
	--offset: 50px; 
	
	position: sticky;
	bottom: 50px;      
	margin-right:10px; 
	place-self: end;
	margin-top: calc(100vh + var(--offset));
	
	/* visual styling */
	text-decoration: none;
	padding: 10px;
	font-family: sans-serif;
	color: #fff;
	background: #000;
	border-radius: 100px;
	white-space: nowrap;
  }
.hero
{
	height: calc(100vh - 80px);
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./b1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero2
{
	height: calc(100vh - 80px);
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./b2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero3
{
	height: 100%;
	background-image: url(./b3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    
}
.heading
{
	position: absolute;
	right: 5%;
	bottom: 20%;
	text-align: right;
}
.heading h2 
{
	font-size: 50px;
	color: #F7ECEC;
	
}
.heading p 
{
	font-size: 14px;
	padding-bottom: 25px;
	color: #F7ECEC;
}
.second-Sec
{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 100px 50px;
}
.second-Sec img
{
	height: 380px;
	width: 380px;
	background-attachment: fixed;
	float: left;
	margin: 10px;
}
.second-Sec h2
{
    text-align: left;
    font-size: 35px;
    padding-bottom: 20px;
} 
.second-Sec p
{
    font-size: 18px;
	text-align: justify;
    color: rgba(0,0,0,0.6);
    padding-bottom: 25px;
}
#Welcome
{
    text-align: left;
    font-size: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c37a3e;
    display: inline-block; 
}
.second-Sec a
{
    padding: 15px 30px;
    background-color: #c37a3e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s;
}
.second-Sec a:hover
{
    background-color: #7c4a21;
}
.second-sec
{
    margin: 30px 0;
}
.Gallery
{
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
    background-color: #ffae6b13
}
.Gallery h1
{
    font-size: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c37a3e;
    display: inline-block;
}
.Gallery p
{
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    padding: 25px 0;
}
.mySlides
{
	display: none;
}
img
{
	vertical-align: middle;
}
.container{
    max-width: 100000px;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  }
  .container .title{
    font-size: 25px;
    font-weight: 500;
    position: relative;
  }
  .col-9{
    flex-basis: 50%;
    padding: 50px 0;
    padding-left: 50px;
    min-width: 245px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-9 img{
    width: 100%;
}
.col-9 p{
    font-size: 14px;
}
.col-9:hover{
    transform: translateY(-20px);
}
.row3{
    max-width:  1000px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-around;
}
.products{
    margin: 100px 100px;;
}
.sml-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 40px;
    padding-right: 10px;
}
  .container .title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
  }
  .content form .user-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
  }
  form .user-details .input-box{
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
  }
  form .input-box span.details{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .user-details .input-box input{
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
  }
  .textarea{
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
  }
  .user-details .input-box input:focus,
  .user-details .input-box input:valid{
    border-color: #9b59b6;
  }
   form .gender-details .gender-title{
    font-size: 20px;
    font-weight: 500;
   }
   form .category{
     display: flex;
     width: 80%;
     margin: 14px 0 ;
     justify-content: space-between;
   }
   form .category label{
     display: flex;
     align-items: center;
     cursor: pointer;
   }
   form .category label .dot{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
  }
   #dot-1:checked ~ .category label .one,
   #dot-2:checked ~ .category label .two,
   #dot-3:checked ~ .category label .three{
     background: #9b59b6;
     border-color: #d9d9d9;
   }
   form input[type="radio"]{
     display: none;
   }
   form .button{
     height: 45px;
     margin: 35px 0
   }
   form .button input{
     height: 100%;
     width: 100%;
     border-radius: 5px;
     border: none;
     color: #fff;
     font-size: 18px;
     font-weight: 500;
     letter-spacing: 1px;
     cursor: pointer;
     transition: all 0.3s ease;
     background: linear-gradient(135deg, #71b7e6, #9b59b6);
   }
   form .button input:hover{
    /* transform: scale(0.99); */
    background: linear-gradient(-135deg, #71b7e6, #9b59b6);
    }
   @media(max-width: 584px){
   .container{
    max-width: 100%;
  }
  form .user-details .input-box{
      margin-bottom: 15px;
      width: 100%;
    }
    form .category{
      width: 100%;
    }
    .content form .user-details{
      max-height: 300px;
      overflow-y: scroll;
    }
    .user-details::-webkit-scrollbar{
      width: 5px;
    }
    }
    @media(max-width: 459px){
    .container .content .category{
      flex-direction: column;
    }
  }
.slideshow-container
{
	max-width: 80%;
	position: relative;
	margin: auto;
}
.prev, .next
{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next
{
	right: 0;
	border-radius: 3px 0 0 3px; 
}
.prev:hover, .next:hover
{
	background-color: rgba(0,0,0,0.8);
}
.text
{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 8px;
}
.numbertext
{
	color:#f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.dot 
{
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover
{
	background-color: #717171;
}
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

.justified{
    text-align: left, justify;
}

@-webkit-keyframes fade 
{
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes fade 
{
	from {opacity: .4}
	to {opacity: 1}
}










