html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color:white;

}
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;
	
}

/* css by 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;
}
/* css by rokon  */


.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;
}
.button{
	color:black;
	background-color:gold;
		border:2px solid rgb(41 55 240);
	border-color: #1f29b4;
	padding: 3px 6px;
	border-radius: 50px;
	font-size: 20px !important;
}
.button:hover{
	color: #fff !important;
	background-color:#212cc0 !important;
}
li {
	display: inline;
	list-style: none;
	margin-right: 20px;
	font-size: 20px;
	font-weight: normal;
}
li a {
	text-decoration: none;
	color: #212529;
}
.logo img{
	width: 200px;
}
.cloth_part{
	background-color: #f8f9fa;
}
.cloth{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 60px 0;

}
.cloth p{
	color: #6c757d;
	font-size: 1.25rem;
	font-weight: 500;
	
}
del{
	color: rgb(41 55 240);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}
.cloth h3{
	color: rgb(27 136 85) ;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.25rem;
}
.cloth h4{
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.25rem;
}
.btn-1 a{
	color:black;
	border:1px solid rgb(41 55 240);
	padding: 10px 15px;
	display: block;
	background:gold;
	border-radius: 10px;
	width: 170px;
	font-size: 16px;
}
.btn-1 a:hover{
	background: rgb(41 55 240);
	border:1px solid rgb(41 55 240);
	color:#fff;
}

.container{
	width: 95%;
	margin: auto;
}

.products{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 40px;
}
.product_section{
	padding: 60px 0;
}
.product_section h3{
	font-size: 55px;
	font-weight: 300;
	margin: 0;
	text-align: center;
	padding-bottom: 30px;
}
.pro_right{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
	column-gap: 20px;
}
.pro_left .img_1{
	padding-bottom: 20px;
}
.pro_left img{
	width: 100%;
}
.pro_icon i{
	font-size: 4rem;
	background: -webkit-linear-gradient(#2937f0, #9f1ae2);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pro_icon_title h4{
	font-size: 1.75rem;
	margin: 0;
	padding-top: 20px;
}
.pro_icon_txt p{
	color: #6c757d;
	font-size:18px;
}
.pro_top{
	padding-bottom: 20px;
}








.cloth_img img{
	width: 100%;
	border-radius: 50%;
}

.contact_info{
   
	padding: 1px 0;
}
.contact_title h3{
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}










.contact_txt{
  margin-top:70px;
 margin-bottom:70px;
  color:black;
  text-shadow: 2px 2px 4px #000000;
text-align:center;

}
.contact_txt p{
 font-size:20px;
font-weight:bold;
}
.glow {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}










.contact_info h5{
	font-size: 1.25rem;
	text-align: center;
}
.contact_info .all_products{
	display: flex;
	flex-direction: row;
	padding: 0 10px;
	gap: 20px;
}
.all_pro{
	border:transparent;
	background-color: aliceblue;
	padding-bottom: 60px;
}
.product .product-card {
    
	border-radius: 10px;
	border: 1px solid #dfe3e7;
	padding: 0 10px;
	text-align: center;
		font-size: 20px;
			font-weight:bold;
}
.price{
   font-size: 20px;
font-weight:bold; 
    
}

.product .product-card img{
	border: 1px solid blue;
	padding: 0.5rem;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 10px;
	margin-top: 10px;
	width: 100%;
}
.product-card h2{
	font-size: 22px;
	font-weight: 300px;
}
.popup-btn{
	border: 1px solid #026C3D;
	color: black;
	padding: 5px;
	border-radius: 5px;
	font-weight: 500;
	background-color: #FAD305;
}
.popup-btn:hover {
  border: 1px solid #FF0000;
	color:white;
	padding:5px;
	border-radius: 5px;
	font-weight: 500;
	background-color:green;
}
.popupbtn{
	padding: 20px 0;
		
}
.footer_area{
	background: #000000;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.footer_area p{
	font-size: 16px;
	color: #fff;
}
.footer_btm{
	text-align: center;

}
.footer_top_two ul li a{
color: #fff;
	text-decoration: none;
	font-size: 17px;
}
.footer_top_two ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer_top{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 20px;
	width: 50%;
	margin: auto;
}
/*==================================*/
#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:gold;
   
    border-width:1px;
    border-style:solid;
    border-color:black;
	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: #212529;
	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%;
}
/*responsive css*/
@media (max-width: 1024px){
	.products{
		flex-direction: column;
	}
	.cloth{
		flex-direction: column;
	}
	.cloth_vedio{
		padding-top: 20px;
	}
	.cloth_img{
		padding-top: 20px;
	}
	iframe{
		width: 100%;
	}
}
@media (max-width: 950px){
	.footer_top {
		width: 100%;
		margin: auto;
		padding: 0 40px;
	}
	.footer_top_two{
		padding-right: 40px;
	}
}
@media (max-width: 800px){
	.proform {
		flex-direction: column;
	}
	.half {
		width: 100%;
	}
}
@media (max-width: 768px){
	.pro_right {
		flex-direction: column;
	}

}
@media (max-width: 768px){
	.header{
		flex-direction: column;
	}
	.menu {
		width: 100%;
		text-align: left;
	}
	.header .menu ul{
		padding-left: 0;
	}
}

.topnav {
	overflow: hidden;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}
.all_products {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

.product {
	flex: 1 1 calc(20% - 20px);
	max-width: calc(20% - 20px);
	box-sizing: border-box;
}

.product-card {
	border: 1px solid #ddd;
	padding: 16px;
	text-align: center;
	background-color: #fff;
	height: 100%;
}

.product-img {
	width: 100%;
	height: auto;
	max-height: 450px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.product {
		flex: 1 1 calc(25% - 25px);
		max-width: calc(25% - 25px);
	}
}

@media (max-width: 1199px) {
	.product {

		flex: 1 1 calc(33.33% - 20px);
		max-width: calc(33.33% - 20px);
	}
}
@media (max-width: 768px) {
	.product {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 480px) {
	.product {
		flex: 1 1 calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}



.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: #007bff;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	background-color: #0056b3;
}


#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%;
}

.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%;
}

/*==========================new css code========================*/
.header{
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    position: sticky;
    top: 0;
    width: 100%;
}

.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: gray;
}
.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;
}
/* Responsiveness */
@media (max-width: 925px){
	.container {
	    width: 100%;
	    margin: auto;
	}
}
@media (min-width: 768px) {
    .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: gray;
    }

    .header .hamb{
        display: none;
    }
} 

@media (max-width: 768px){
	.button{
		width: 120px;
		margin-top: 15px;
	}
	h1 {
	    font-size: 45px;
	}
		.cloth_part{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 399px){
	.logo img {
	    width: 120px;
	}
} 
@media (max-width: 399px){
	.container{
		width: 100%;
	}
	.cloth_part{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.product_section{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact_info{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_area{
		padding-left: 20px;
		padding-right: 20px;
	}
}












































/*move 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 end */


	/*move 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 end*/





#order-now{
    border-width:1px;
    border-style:solid;
    border-color:blue;
    background-color:pink;
    margin:5px;
    padding:5px;
    border-radius:5px;
}

#order-now :hover{
   color:white;
    border-color:red;
  
   
}






