html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
   
       width: 95%;
	margin: auto;

	scroll-behavior: smooth;

}

h1{
	font-size: 65px;
	font-weight: 300;
	margin: 0;
}
a{
	text-decoration: none;
}
body {
	min-height: 100vh;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
		background-color:white;
	
}

.container{
	width:100%;
	margin: auto;
}



/* css by Md.Robiul Haque-01720619037  (rokon)  */
.quantity-container {
    display: flex;
    align-items: center;
    	background-color:black;
}

.quantity-button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-button:hover {
    background-color: #ddd;
}

input[type="number"] {
    width: 60px;
	height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 5px;
}





/* header -1----------------------------------------------------------start  */


.header{
	display: flex;
	justify-content: space-between;
	flex-direction: row;

		
}
.logo{
	width: 20%;
	
}
.menu{
	/*width: 80%;*/
	align-items: right;
	text-align: right;
}
ul {
	width: 100%;
}
.icon-top{
	padding-right: 10px;
}

li {
	display: inline;
	list-style: none;
	margin-right: 20px;
	font-size: 20px;
	font-weight: normal;
}
li a {
	text-decoration: none;
	color:black;
}
.logo img{
	width:180px;

	 

	
}

/* header-1 --------------------------------------------------------------end  */

/* Header-2------------------------------------------------------------end  */
.header{
    box-sizing: border-box;
    padding:1px;
    background:MediumTurquoise;
    position: sticky;
    top: 0;
    
   box-shadow: 5px 10px #888888;
     box-shadow: 5px 10px;
 

 
}

.header .nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 500; 
    overflow: hidden;
}
.header .menu a{
    display: block;
    /*padding: 20px;*/
    /*color: #000;*/
}
.header .menu a:hover{
    background-color:red;
    
    
    text-decoration: none;
  display: inline-block;
cursor: pointer;
}
.header .nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.header .hamb{
    cursor: pointer;
    float: right;
    padding: 10px 20px;
}

.header .hamb-line {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} 

.header .hamb-line::before,
.header .hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.header .hamb-line::before{
    top: 5px;
}
.header .hamb-line::after{
    top: -5px;
}

.header .side-menu {
    display: none;
} 

.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body:has(.side-menu:checked) {
  overflow: hidden;
}
a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header-2------------------------------------------------------------end  */








/* Body heading & video of index -------------------------------------start  */

.cloth_part{
	background-color: white;
	

}
.cloth{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
    gap: 40px;
margin-top:50px;


}
.cloth_text{
text-align:center;
border-width:1px;
border-style:solid;
border-color:#003315;

border-radius: 50px;
  	box-shadow: 20px 20px 50px grey;
}
.cloth p{
	color: #6c757d;
		color:black;
	font-size: 1.20rem;
	font-weight: 500;
	  padding-right:10px;
	   padding-left:10px;
}

.cloth h1{
	color:#003315;
font-weight:bold;
	line-height: 1.2;
	font-size: 2.25rem;
	text-align:center;
padding:10px;

border-width:1px;
border-style:solid;
border-color:transparent;
text-decoration: none;
 
cursor: pointer;
}
.cloth h4{
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.25rem;
}
cloth_vedio{
    
    	display:flex;
    	align-items:center;
    	justify-content:center;
    	
    	border-width:1px;
border-style:solid;
border-color:#003315;

	border-radius: 50px;
	box-shadow: 20px 20px 50px grey;
}
cloth_vedio iframe{
    	width:auto;
    	border-radius: 50px;
    	
    	
   
}
.cloth_vedio{
   
    
    	display:flex;
    	align-items:center;
    	justify-content:center;
    	
    	border-width:1px;
border-style:solid;
border-color:#003315;

	border-radius: 50px;
	box-shadow: 20px 20px 50px grey;
}
.cloth_vedio video{
    	width:auto;
    	border-radius: 50px;
    	
    	
   
}
/*move start h1 -----------------------------start */










.n {
    animation: moveInBottom 4s ease-out;
    animation-fill-mode: backwards;
}

 @keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*move start h1 -----------------------------end */


/*move start p -----------------------------start */
@keyframes mymove {
	50% {
		text-shadow: 10px 20px 30px blue;
	}
}
.m{	
font-weight: bold;
	font-size: 22px;
	text-shadow: 4px 4px 2px silver;
	animation: mymove 2s infinite;
}
/*move start p -----------------------------end */

/* Body heading & video of index ------------------------------------end  */


/* All product display  of index,food grinder,baby bouncer page -------start  */



.all_products {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: flex-start;
	align-items:center;
	justify-content:center;
}

.all_pro{
	border:transparent;
 margin-top:70px;
    margin-bottom:70px;

    
    
    	border-width:2px;
border-style:solid;
border-color:#003315;
box-shadow: 20px 20px 50px grey;
}


.product .product-card {
	border-radius: 10px;
	border: 1px solid MediumTurquoise;
	padding: 20 20px;
	text-align: center;
		font-size: 20px;
			font-weight:bold;
		margin:20px;
			box-shadow: 20px 20px 50px grey;
			
}
.price{
   font-size: 20px;
font-weight:bold; 
    
}

.product .product-card img{
	border: 1px solid MediumTurquoise;
	padding: .5rem;
	box-sizing:border-box;
	vertical-align: middle;
	border-radius: 10px;
width: 100%;
}
.product-card h2{
	font-size: 22px;
	font-weight:bold;
}






.popup-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color:red;
  color:white;

 
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.popup-btn:hover { background-color:MediumTurquoise;  color:black;}

.popup-btn:active {
    color:white;
  background-color:DarkBlue;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.popupbtn{
	padding: 20px 0;
		
}


/* All product display  of index,food grinder,baby bouncer page--------- end  */






/* form fillup information --------------------------------------------start  */
.contact_txt{
  margin-top:70px;
 margin-bottom:70px;
  color:black;
text-align:center;


}
.contact_txt p{
 font-size:20px;
font-weight:bold;
padding-left:10px;
padding-right:10px;
}
/* form fillup information ---------------------------------------------end  */






/* Order submit form of index,grinder,bouncer start ---------------start  */

/*==================================*/
#survey-form{
	background: rgba(21, 20, 85, 0.7);
	padding: 2.3rem 0.5rem;
	border-radius: 0.3rem;
}

.form-input{
	margin: 0 2.5rem 1.2rem 2rem;
}

.form-input-size{
	display: block;
	width: 100%;
	height: 1.5rem;
	padding: 0.3rem 0.4rem;
	border-radius: 0.2rem;
	outline: 0;
	border-style: none;
	margin-top: 0.4rem;
}
.proform{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 20px;
}
.pro_form{
    background-color:MediumTurquoise;
   
    border-width:1px;
    border-style:solid;
    border-color:MediumTurquoise;
	padding: 40px 40px 0 40px;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color:black;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-label{
	padding: 15px 0;
	display: block;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}
tbody{
	border:1px solid gray;
	border-style: solid;
	border-width: 0;
}
.table-bordered > :not(caption) > * {
	border:1px solid gray;
}
.table-bordered > :not(caption) >  {
	border:1px solid gray;
	padding: 10px;
}
.btn-primary{
	background: #2937f0;
	color: #fff;
	border: 1px solid #2937f0;
}
.btn-primary:hover{
	background: #212cc0;
}
.half{
	width: 48%;
}

/* Order submit form of index,grinder,bouncer start --------------------end  */




/* Footer ------------------------------------------------------------start  */


.footer_area{
	background: #000000;
	background-color:#003315;
	padding-top: 3rem ;
	padding-bottom: 3rem;
		box-shadow: 20px 20px 50px grey;
	}

.footer_top{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: auto;
}

.footer_top_one p{
    float:left;
	font-size: 17px;
	color: #fff;
		padding-left:20px;
}


.footer_top_two ul li a{
color: #fff;
	text-decoration: none;
	font-size: 17px;
	padding-right:20px;
}
.footer_top_two ul li a:hover{
	text-decoration: underline;
}

.footer_btm p{
	text-align: center;
color: #fff;
	font-size: 17px;
}



/* contact form page --------------------------------------------------start  */
.contact-form-container {
	background-color: #fff;
	padding:20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
}

.contact-form-container h2{
	margin-bottom:20px;
	font-size:24px;
    color:#333;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #555;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

button {
	width: 100%;
	padding: 10px;
	background-color:red;
	border: none;
	border-radius: 4px;
	color:white;
	font-size: 20px;
	font-weight:bold;
	cursor: pointer;
	
text-align:center;
border-width:3px;
border-style:solid;
border-color:Crimson;
text-decoration: none;
  

}

button:hover {
	background-color:Magenta;
	color:white;
	border-width:3px;
border-style:solid;
border-color:black;
}


#fcf-form {
	display:block;
}

.fcf-body {
	margin: 0;
	font-family: -apple-system, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	padding: 30px;
	padding-bottom: 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	max-width: 100%;
}

.fcf-form-group {
	margin-bottom: 1rem;
}

.fcf-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.fcf-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	outline: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
	border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
	height: auto;
}

textarea.fcf-form-control {
	font-family: -apple-system, Arial, sans-serif;
	height: auto;
}

label.fcf-label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.fcf-credit {
	padding-top: 10px;
	font-size: 0.9rem;
	color: #545b62;
}

.fcf-credit a {
	color: #545b62;
	text-decoration: underline;
}

.fcf-credit a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.fcf-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.fcf-btn {
		transition: none;
	}
}

.fcf-btn:hover {
	color: #212529;
	text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.fcf-btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.fcf-btn-block {
	display: block;
	width: 100%;
	align-items:center;
	justify-content:center;
}

.fcf-btn-block+.fcf-btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
	width: 100%;
}




/* contact form page --------------------------------------------------end  */














/*==============================css code start================================*/

/*==============================css code start================================*/

/*==============================css code start================================*/

/*==============================css code start================================*/
@media (max-width: 399px){
	.logo img {
	    width: 120px;
	}
} 
@media (max-width: 399px){
	.container{
		width: 100%;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.product {
		flex: 1 1 calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
.header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
    .products{
		flex-direction: column;
	}
		.cloth{
		flex-direction: column;
	}
	.cloth_text{
width:100%;
    	text-align:center;
}
.cloth_vedio{
 width:100%;
    	text-align:center;
}

iframe{
    	width:auto;
   
}
    .cloth p{
font-size: .8rem;
}
.cloth h4{
	font-size: .85rem;
}
.cloth{
    gap: 20px;
}
.product .product-card {
    padding: 10 10px;
margin:2px;

}
.product .product-card h2{
font-size:16px;
}
.popup-btn{
font-size: 17px ;
}
.contact_txt p{
 font-size:15px;
}
.proform {
		flex-direction: column;
	}
	.half {
		width: 100%;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)and (max-width: 768px){
     .product {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	
	
    .header .nav{
        max-height: 80px;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .header .menu li{
        float: left;
    }
    .header .menu a:hover{
        background-color: transparent;
        color:red;
        text-decoration: none;
  display: inline-block;
cursor: pointer;
    }
    .header .hamb{
        display: none;
    }
    
    
    
    
    
    
    .header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
    .products{
		flex-direction: column;
	}
	
	
.cloth p{
font-size: .8rem;
}
.cloth h4{
	font-size: .85rem;
}
	iframe{
    	width:auto;
   
}
.product .product-card h2{
font-size:17px;
}
    .popup-btn{
font-size: 18px ;
}
    .contact_txt p{
 font-size:17px;
}

.proform {
	flex-direction: column;
	}
	.half {
		width: 100%;
	}

    }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)and (max-width:992px){
   .product {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	
	
	
	
	
	
    .header .nav{
        max-height: 80px;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .header .menu li{
        float: left;
    }
    .header .menu a:hover{
        background-color: transparent;
        color:red;
        text-decoration: none;
  display: inline-block;
cursor: pointer;
    }
    .header .hamb{
        display: none;
    }
    
    
    
    
    
    
    
    .header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
   
	
	
	
	.cloth p{
font-size: .9rem;
}
.cloth h4{
font-size: 1rem;
}
iframe{
    	width:auto;
   
}
.product .product-card h2{
font-size:17px;
}

.price{
   font-size: 20px;
    
}
    .popup-btn{
font-size: 18px ;
}
    .contact_txt p{
 font-size:17px;
}


	.half {
		width: 100%;
	}

	
	
	

    }


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px)and (max-width:1200px){
    
    
    .product {
		flex: 1 1 calc(33.33% - 20px);
		max-width: calc(33.33% - 20px);
	}
	
    
    
    
    
    
    .header .nav{
        max-height: 80px;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .header .menu li{
        float: left;
    }
    .header .menu a:hover{
        background-color: transparent;
        color:red;
        text-decoration: none;
  display: inline-block;
cursor: pointer;
    }
    .header .hamb{
        display: none;
    }
    
    .header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
    

.cloth p{
font-size: 1rem;
}
.cloth h4{
font-size: 1rem;
}
	iframe{
    	width:auto;
   
}
.product .product-card h2{
font-size:17px;
}

.price{
   font-size: 20px;
    
}
    .popup-btn{
font-size: 18px ;
}
    .contact_txt p{
 font-size:18px;
}


	.half {
		width: 100%;
	}

    
    }
    
    
/* Extra large devices (large laptops and desktops, 1200px and up) */

 @media only screen and (min-width: 1200px) {

.product {
		flex: 1 1 calc(25% - 20px);
		max-width: calc(25% - 20px);
	}







.header .nav{
        max-height: 80px;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .header .menu li{
        float: left;
    }
    .header .menu a:hover{
        background-color: transparent;
        color:red;
        text-decoration: none;
  display: inline-block;
cursor: pointer;
    }
    .header .hamb{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    .header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
    

.cloth p{
font-size: 1.1rem;
}
.cloth h4{
font-size: 1.2rem;
}
	iframe{
width:100%;
	}
.product .product-card h2{
font-size:19px;
}

.price{
   font-size: 22px;
    
}
    .popup-btn{
font-size: 22px ;
}
    .contact_txt p{
 font-size:18px;
}


	.half {
		width: 100%;
	}

    
    
    }

/*==============================css code end================================*/

/*==============================css code end================================*/

/*==============================css code end================================*/

/*==============================css code end================================*/






