@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Hind+Madurai:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

*,
*::before *::after {
	box-sizing: border-box;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1141px;
	padding-left: 10px;
	padding-right: 10px;
}
.header {
	height: 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.header__nav {
	display: flex;
	gap: 20px;
}
.header__logo {
	width: 80px;
}
.header__logo__img {
	width: 100%;
}
.header__nav__link {
	line-height: 100%;
	letter-spacing: 0%;
	font-family: roboto;
	font-weight: 400;
	font-size: 14px;
	color: #150101;
	transition: all 0.1s;
}
.header__nav__link:hover {
	color: #d23166;
}
.header__button__buy {
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding: 8px 20px;
	background-color: #d23166;
	color: #fafafa;
}
.header__button__buy:hover {
	background-color: #ff97c1;
	color: #373636;
	transition: 0.3s;
}
.home {
	background: #fcf1f4;
}

.home__section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home__section__aside {
}

.home__section__aside__full {
	font-family: Roboto;
	color: #0f0101;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 10%;
}
.home__section__aside__title {
	margin-bottom: 20px;

	max-width: 650px;
	font-family: Fredoka;
	font-weight: 700;
	font-size: 57.33px;
	line-height: 121%;
	letter-spacing: 0%;
}
.home__section__aside__text {
	max-width: 523px;
	margin-bottom: 20px;
	font-family: Hind Madurai;
	color: rgba(15, 1, 1, 1);
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
}
.home__section__bside {
	margin-top: 80px;
}
.home__section__bside__img {
	width: 100%;
}
img {
	width: 100%;
}

.inform__wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	gap: 39px;
	background: #fff;
}
.inform__wrapper__box {
	padding: 50px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	max-width: 250px;
	height: 200px;
	cursor: pointer;
	box-shadow: 0.2px 0.2px 5px rgba(0, 0, 0, 0.317);
}
.inform__wrapper__box__img {
	width: 51px;
	height: 43px;
}
.inform__wrapper__box__title {
	font-family: Hind Madurai;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
}
.inform__wrapper__box__text {
	font-family: Hind Madurai;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.desert__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.desert__wrapper__aside {
	max-width: 442px;
}
.desert__wrapper__aside__title {
	font-family: Hind Madurai;
	font-weight: 600;
	font-size: 50px;
	line-height: 111.00000000000001%;
	letter-spacing: 0%;
}
.desert__wrapper__aside__text {
	margin: 20px 0px;
	font-family: Roboto;
	font-weight: 400;
	color: #0f01018b;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}
.product__wrapper__title {
	margin-bottom: 59px;
	text-align: center;
	font-family: Hind Madurai;
	font-weight: 600;
	font-size: 44px;
	line-height: 100%;
	letter-spacing: 0%;
}
.product__tabs__our {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 39px;
}
.product__tabs__link {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
	font-family: Roboto;
	color: rgba(0, 0, 0, 0.432);
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
}

.product__tabs__link::before {
	transition: all 0.3s;
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-radius: 10%;
	bottom: -5px;
	background: #d23166;
}
.product__tabs__link:hover::before {
	width: 100%;
	height: 3px;
	background: #d23166;
}
.product__tabs__link:hover {
	color: #0f0101;
}
.product__tabs__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.product__tabs__wrapper__bside {
	margin-left: 85px;
}
.product__bside__title {
	font-family: Hind Madurai;
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
}
.product__bside__text {
	margin-top: 11px;
	margin-bottom: 28px;
	max-width: 553px;
	font-family: Roboto;
	color: #0f010176;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}
.product__bside__price {
	margin-bottom: 10px;
	font-family: Hind Madurai;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
}
.product__bside__price__span {
	margin-left: 5px;
	font-family: Hind Madurai;
	color: rgba(0, 0, 0, 0.541);
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: line-through;
}
.product__tabs__wrapper__aside__img {
	max-width: 564px;
}
.product__komment {
	margin-bottom: 30px;
}
.product__komment__box {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 11px;
}
.product__komment__box__left {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.product__komment__box__left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__komment__box__title {
	font-family: Roboto;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
}
.product__komment__box__title1 {
	margin-top: 5px;
	font-family: Roboto;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.454);
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}
.product__komment__p__text {
	position: relative;
	max-width: 322px;
	color: rgba(0, 0, 0, 0.454);
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}
.product__komment__p__text::before {
	content: '“'; /* ochuvchi qo‘shtirnoq */
	position: absolute;
	top: -10px;
	left: -15px;
	font-size: 30px;
	color: orange;
}

.product__komment__p__text::after {
	content: '”'; /* yopuvchi qo‘shtirnoq */
	position: absolute;
	bottom: -10px;
	right: 1px;
	font-size: 30px;
	color: orange;
}
.product__sliders {
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.product__sliders__img1 {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.product__sliders__img1 img {
	width: 100%;
	object-fit: cover;
}
.product__sliders__img2 {
	overflow: hidden;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid red;
}
.product__sliders__img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__sliders__img3 {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.product__sliders__img3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__sliders__img1::after {
	cursor: pointer;
	content: '<'; /* ochuvchi qo‘shtirnoq */
	position: absolute;
	top: 5px;
	left: 45px;
	font-size: 40px;
	font-weight: 900;
	color: orange;
}
.product__sliders__img3::before {
	cursor: pointer;
	content: '>'; /* ochuvchi qo‘shtirnoq */
	position: absolute;
	top: -5px;
	right: -45px;
	font-size: 40px;
	font-weight: 900;
	color: orange;
}

.custom-select {
	width: 250px;
	padding: 12px 40px 12px 16px;
	border: 1px solid rgb(226, 169, 169);
	border-radius: 6px;
	font-size: 15px;
	color: #777;
	appearance: none; /* default strelkani olib tashlaydi */
	background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='gray' d='M0 0l5 6 5-6z'/></svg>")
		no-repeat;
	background-position: right 14px center; /* icon joylashuvi */
	background-size: 10px;
	outline: none;
}
.quesion__wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.quesion__title {
	max-width: 522px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 44px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.question__form {
	display: flex;
	align-items: center;
	gap: 30px;
}
.question__form__number {
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 12px 40px 12px 16px;
	outline: none;
	border: 1px solid rgb(226, 169, 169);
	border-radius: 6px;
	font-size: 15px;
	color: #777;
	appearance: none; /* default strelkani olib tashlaydi */
}
.question__form__question {
	display: flex;
	align-items: center;
}
.question__form__question__inp {
	padding: 12px 40px 12px 16px;
	outline: none;
	border: 1px solid rgb(226, 169, 169);
	border-radius: 6px 0 0 6px;
	font-size: 15px;
	color: #777;
	appearance: none;
}
.question__form__question__btn {
	cursor: pointer;
	padding: 14px 30px 14px 30px;
	border-radius: 0 6px 6px 0;
	border: none;
	background: rgba(214, 67, 116, 1);
	color: #fafafa;
}
.footer {
	background: rgba(10, 8, 8, 1);
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
.footer__wrapper1 img {
	margin-bottom: 10px;
	max-width: 79px;
	height: 79px;
}
.footer__wrapper1 p {
	margin-bottom: 25px;
	max-width: 207px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 1%;
	color: rgba(255, 255, 255, 0.626);
}
.footer__wrapper1 h5 {
	font-family: Roboto;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 1);
}
.footer__wrapper1 ul {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.footer__wrapper2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__wrapper2 h5 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 1);
}
.footer__wrapper2 a {
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 0.537);
}

.footer__wrapper3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.footer__wrapper3 h5 {
	color: #fafafa77;
	font-family: Roboto;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}
.footer__wrapper4 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer__wrapper4 h5 {
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fafafa;
}
.footer__pay {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer__pay i {
	cursor: pointer;
	font-size: 40px;
}
