* {
	margin: 0;
	padding: 0;
}

@import url('../css2-1');

body {
	font-family: 'PT Sans', sans-serif;
	-webkit-user-select: none;
	user-select: none;
}


}

li {
	list-style-type: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

ul {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	transition: 0.5s;
}

a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.background-menu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000030;
    backdrop-filter: blur(10px);
}

.menu li {
	padding: 20px;
	display: inline-block;
}

.menu a {
	color: #fff;
	padding: 20px;
	font-size: 18px;
	    font-weight: 300;
		font-family: 'Montserrat', sans-serif;
}

.menu a:hover {
	 background-image: linear-gradient(to right, #ffab3d, #fd9f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  	font-size: 18px;
	    font-weight: 600;
}

.background-header {
	height: 450px;
	/* background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); */
	background-size: 130% 130%;
	font-family: 'Josefin Sans', sans-serif;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	margin-top: -80px;
}

.header-text {
	text-align: center;
}

.header-text h1 {
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	padding-top: 115px;
}

.header-text p {
	color: #fff;
}

#up {
	margin-top: 40px;
}

.product-box {
	width: 100%;
	min-height: 480px;
	max-height: 480px;
	height: 100%;
	margin-bottom: 0px;
	margin-top: 25px;
	float: left;
	border-radius: 10px;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}

.product-box:hover {
	-webkit-transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1.05, 1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}

.product-head {
height: 65px;
    border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000070;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}


.product-ico {
	min-height: 280px;
	border-radius: 10px;
	background-size: 400% 400%;
	text-align: center;
}

.product-ico img {
	width: 100%;
	margin-top: 5%;
	border-radius: 0px;
}


.procut-price {
	padding: 15px;
	float: left;
}

.procut-price h2 {
	font-size: 15px;
	color: #383838;
	font-weight: 700;
}

.procut-price p {
	font-size: 14px;
	color: #fff;
	    margin-top: 6%;
		text-align: center;
}

.product-body {
	width: 100%;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.product-body p {
	  padding-top: 60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-button {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: -10px;
}

.product-button a {
	display: block;
	width: 100%;
	color: #fff;
padding: 16px;
    margin-top: 5%;
        border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000050;
    backdrop-filter: blur(10px);
	font-size: 15px;
	    font-weight: 700;
		border-radius:10px;
}

.product-button a:hover {
	display: block;
	width: 100%;
	color: #fd9f23;
padding: 16px;
    margin-top: 5%;
        border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000050;
    backdrop-filter: blur(10px);
	font-size: 15px;
	    font-weight: 700;
		border-radius:10px;
}

.background-footer {
	padding: 30px;
	color: #ffffff4a;
	text-align: center;
	margin-top: 80px;
	border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000030;
    backdrop-filter: blur(10px);
}

.background-footer h1 {
	font-weight: 400;
	font-size: 14px;
	position: absolute;left: 50%;transform: translate(-50%, -50%);
}

.items-line {
	border-radius: 10px;
	height: 387px;
	    border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000050;
    backdrop-filter: blur(10px);
}

.cupp {}

.items-line p {
	font-size: 25px;
	padding: 10px;
}

.items-box {
	border-radius: 10px;
}

.items-ico {
    border-bottom-color: rgb(255 255 255 / 0%);
    background-color: #00000050;
    backdrop-filter: blur(10px);
	min-height: 280px;
	    border-radius: 10px;
	background-size: 400% 400%;
	text-align: center;
}

.item-price {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

.items-ico img {
	width: 90%;
	margin-top: 5%;
	border-radius: 10px;
}

@media (max-width: 850px) {
	.items-line {
		border-radius: 10px;
		margin-top: 150px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.items-box {
		border-radius: 10px;
		margin: 10px;
	}

	.panel {
		max-width: 90% !important;
		margin-left: 5% !important;
	}

	.inputMargin {
		margin-top: 5px;
	}
}

.custom-input {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 1.428571429;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #e5424f00;
	border-radius: 12px;
	background: #00000060;
}

.custom-input:focus {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 1.428571429;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 12px;
	background: #00000060;
}

:root {
  --font-heading: 'Bai Jamjuree', sans-serif;
  --font-body: 'Inter', sans-serif;
}