.hero-section{
    padding: 150px 0 260px;
  	margin-bottom: 80px;
	background-image:url('../img/home-hero-bg.webp');
	background-repeat: no-repeat;
	background-size:100% 110%;
	background-position: bottom center;
}
.hero-section .container{
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.hero-section .section-desc{
    margin: 12px 0 40px;
}
.hero-section .img-col{
	max-width: 600px;
}

.desc-section{
    margin-bottom: 100px;
}
.desc-section .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.desc-section .img-col{
    width: 500px;
}
.desc-section .img-col img{
    border-radius: 12px;
    height: 500px;
    object-fit: cover;
}
.desc-section .section-title{
    margin-bottom: 24px;
}
.books-section{
    margin-bottom: 150px;
}

.books-section .books-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 88px;
	margin-top:120px;
}
.books-section .books-item{
	display: flex;
  	gap: 24px;
}
.books-section .books-item-number{
	padding: 5px 22px;
	border-radius: 6px;
	background-color: var(--white);
	font-weight: 700;
	display: flex;
	width: max-content;
	font-size: 18px;
	line-height: 24px;
	color: rgb(149, 117, 95);
	margin-bottom: 24px;
}
.books-section .books-item-img {
	min-width: 232px;
	max-width: 232px;
	height: 380px;
}
.books-section .books-item-img img{
	border-radius: 0;
	width: 100%;
	height: 100%;
	box-shadow: -8.93px 30.61px 31.89px 0px rgba(194, 194, 194, 0.3);
}
.books-section .books-item-title{
	font-family: "Cantata One", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 6px;
}
.books-section .books-item-desc{
	color:rgba(149, 117, 95, 1);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 32px;
}
.books-section .books-item-right-col{
	position:relative;
	display: flex;
  	flex-direction: column;
}
.books-section .books-item-btns-parent{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: auto;
	width: 100%;
}
.books-section .books-item .btn {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	width: auto;
	height: 50px;
	color: #fff;
	display: flex;
	gap: 6px;
	align-items: center;
}
.books-section .books-item .btn.btn-download{
	background-color: rgba(66, 133, 244, 1);
}
.books-section .books-item .btn.btn-listen{
	background-color: rgba(52, 168, 83, 1);
}
.books-section .books-item .btn.btn-watch{
	background-color: rgba(234, 67, 53, 1);
}
.books-section .books-item .btn.btn-study{
	background-color: rgba(234, 178, 17, 1);
}
.books-section .books-item .btn.btn-seminar{
	background-color: #00b6e0;
}
.books-section .books-item .btn-purchase{
	background: rgb(63, 30, 8);
	width: 100%;
}
.books-section .books-item .purchase-btn-wrapper{
	margin-top:14px;
}
.testimonial-section{
	margin-bottom: 210px;
}
.testimonial-section .testimonial-item{
	box-shadow: 5px 17px 39px 0px rgba(63, 30, 8, 0.1);
	box-shadow: 19px 69px 71px 0px rgba(63, 30, 8, 0.09);
	box-shadow: 42px 154px 96px 0px rgba(63, 30, 8, 0.05);
	box-shadow: 75px 274px 114px 0px rgba(63, 30, 8, 0.01);
	box-shadow: 117px 429px 124px 0px rgba(63, 30, 8, 0);
	background: rgb(255, 255, 255);
	padding: 76px 50px;
}
.testimonial-section .testimonial-item-text{
	font-family: "Cantata One", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 32px;
}
.testimonial-section .testimonial-item-name{
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.testimonial-section .testimonial-item-position{
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: rgb(149, 117, 95);
}
.testimonial-section .testimonial-swiper{
	margin-top: 80px;
}
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next{
	background: rgba(149, 117, 95, 1);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	top: unset;
	bottom: 160px;
}
.testimonial-section .swiper-button-prev{
	background-image: url('../img/arrow-left-icon.svg');
	left: -20px;
}
.testimonial-section .swiper-button-next{
	background-image: url('../img/arrow-right-icon.svg');
	right: -20px;
}
.testimonial-section .swiper-button-prev::after,
.testimonial-section .swiper-button-next::after{
	display:none;
}
.testimonial-section .swiper-pagination {
	bottom: -50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonial-section .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgb(149, 117, 95);
	opacity: 1;
}
.testimonial-section .swiper-pagination-bullet-active{
	width: 20px;
	height: 20px;
	background: unset;
	border: 1.5px dashed rgba(149, 117, 95, 1);
}

.testimonial-section .testimonial-item{
	position:relative;
}
.testimonial-section .testimonial-item:before {
	position:absolute;
	content:'';
	top:36px;
	left:46px;
	width:148px;
	height:102px;
	background-image:url('../img/quote-icon.svg');
	background-repeat:repeat;
	background-size:contain;
	mix-blend-mode: Luminosity;
	z-index:-1;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #FCFBF7;
    padding: 56px 90px;
    width: 90%;
    max-width: 930px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 0;
    position: relative;
}
.modal-title{
	font-family: "Cantata One", sans-serif;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 24px;
}

.close-modal {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
}
.modal-content form{
	display: flex;
  	flex-wrap: wrap;
	gap:30px;
}

.modal-content .form-row {
	width: calc(50% - 30px / 2);
}

.modal-content .form-row input,
.modal-content .form-row .dropdown-toggle,
.modal-content .form-row textarea {
    width: 100%;
	background-color: rgba(149, 117, 95, 0.08);
	padding: 20px 24px;
	box-shadow: 0px 1.82px 3.73px 0px rgba(137, 130, 106, 0.05) inset;
	border-radius: 10px;
	color: rgb(149, 117, 95);
	border: unset;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.modal-content .form-row input::placeholder {
  color: rgb(149, 117, 95);
  opacity: 1;
}

.modal-content .form-row input::-ms-input-placeholder {
  color: rgb(149, 117, 95);
}

.modal-content .form-row label{
	color: rgba(63, 30, 7, 1);
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.modal-content .form-row label span{
	color:rgba(251, 169, 37, 1);
}
.modal-content .form-row .dropdown-toggle {
  	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgb(0, 0, 0);
}
.modal-content .form-row .dropdown-toggle::after{
	display: inline-block;
	margin-inline-start: auto;
	vertical-align: middle;
	border: unset;
	width: 18px;
	height: 20px;
	background-image: url(../img/arrow-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s;
}

.modal-content #book-order-form hr{
	box-shadow: 0px 1.82px 3.73px 0px rgba(137, 130, 106, 0.05) inset;
	width: 90%;
	max-width: 490px;
	margin: 10px auto;
	opacity: 1;
	border-top: 4px solid rgba(149, 117, 95, 0.08);
	border-radius: 20px;
}
.modal-content .modal-book-details {
	display: flex;
	gap: 24px;
	width: 50%;
}
.modal-content .modal-book-img img {
    max-width: 90px;
    height: auto;
}
.modal-content #modal-number-target{
	display: inline-block;
	padding: 3px 16px;
	background: rgb(255, 255, 255);
	color: rgb(149, 117, 95);
	font-size: 12px;
	font-weight: 700;
}
.modal-content #modal-title-target{
	margin: 12px 0 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Cantata One", sans-serif;
	color: rgb(63, 30, 8);
}
.modal-content #modal-excerpt-target{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: rgb(149, 117, 95);
}

.modal-content .order-calculation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 30px);
}
.modal-content .qty-selector { 
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.modal-content .qty-btn {
	width: 32px;
	height: 32px;
	background: rgba(149, 117, 95, 0.12);
	border: none;
	cursor: pointer;
	border-radius: 6px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: 500;
	color: rgb(149, 117, 95);
}
.modal-content #order_qty {
	width: 40px;
	text-align: center;
	border: unset;
	height: auto;
	appearance: none;
}
.modal-content #order_qty::-webkit-outer-spin-button,
.modal-content #order_qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-content #order_qty[type=number] {
  -moz-appearance: textfield;
}

.modal-content .price-breakdown {
	text-align: end;
	border-left: 2px solid rgba(149, 117, 95, 0.08);
	padding: 22px 20px;
	padding-inline-end: 0;
	width: 170px;
}
.modal-content .price-breakdown p{
	font-size: 16px;
	font-weight: 600;
	color: rgb(149, 117, 95);
	display: flex;
	justify-content: space-between;
}
.modal-content .price-breakdown p span{
	font-size: 18px;
	font-weight: 700;
	color: rgba(63, 30, 7, 1);
	display:inline-block;
	margin-inline-start: 20px;
}
.modal-content .total-text { 
	font-weight: bold;
	font-size: 1.2em;
	color: #333; 
}

.modal-content .btn-place-order {
	background: rgb(251, 169, 37);
	border-radius: 10px;
	padding: 16px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	width: 100%;
	border: unset;
	color: #fff;
}


@media (max-width: 1200px) {
	.hero-section{
		background-size: cover;
	}
	.hero-section .section-title{
        font-size: 48px;
        line-height: 1.3;
    }
    .hero-section .section-desc{
        margin: 12px 0 32px;
    }
	.books-section .books-container{
		gap: 60px 48px;
	}
	.books-section .books-item-img{
		min-width: 210px;
		max-width: 210px;
		height: 360px;
	}
	.books-section .books-item-title{
		font-size: 22px;
	}
	.books-section .books-item-btns-parent{
		gap: 10px;
	}
	.books-section .books-item .btn{
		height: 50px;
	}
	.books-section .books-item .purchase-btn-wrapper{
		margin-top:10px;
	}
	.testimonial-section .swiper-button-prev, .testimonial-section .swiper-button-next{
		width: 40px;
		height: 40px;
		background-size: 50%;
	}
	.testimonial-section .swiper-button-prev{
		left: 4px;
	}
	.testimonial-section .swiper-button-next{
		right: 4px;
	}
	.testimonial-section .testimonial-item{
		padding: 48px 40px;
	}
	.testimonial-section .testimonial-item-text{
		font-size: 20px;
  		min-height: 150px;
	}
	
}

@media (max-width: 992px) {
    .books-section .books-container{
        gap: 60px 32px;
    	grid-template-columns: repeat(1, 1fr);
    }
	.books-section .books-item-right-col{
		width: 100%;
	}
	.books-section .books-item-img{
		min-width: 242px;
		max-width: 242px;
		height: 380px;
	}
	.modal-content{
		padding: 48px;
	}

}

@media (max-width: 768px) {
	.hero-section .container{
		flex-direction: column-reverse;
	}
	.desc-section .container{
		flex-direction: column;
	}
	.desc-section .img-col{
		width: 100%;
	}
	.testimonial-section{
		margin-bottom:120px;
	}
	.testimonial-section .swiper-pagination{
		bottom: 0px !important;
	}
	.modal-content{
		padding: 32px 24px;
  		width: 95%;
	}
	.modal-content .modal-book-details{
		width: 100%;
	}
	.modal-content .order-calculation{
		width: 100%;
		margin-top: -30px;
	}
	.modal-content form{
		gap: 20px 10px;
	}
	.modal-content .form-row{
		width: calc(50% - 10px / 2);
	}
	.modal-content .btn-place-order{
		margin-top: 0;
	}
}
@media (max-width: 576px) {
    .hero-section .section-title{
        font-size: 38px;
        line-height: 1.2;
    }
	.books-section .books-item-img{
		min-width: 200px;
		max-width: 200px;
		height: 340px;
	}
	.books-section .books-item-title{
		font-size: 20px;
	}
	.books-section .books-item{
		gap: 12px;
	}
	.books-section .books-item-btns-parent{
		gap: 4px;
	}
	.books-section .books-item .btn{
		font-size: 13px;
		margin: unset;
		gap: 4px;
	}
	.modal-content{
		padding: 44px 16px 24px;
	}
	.modal-title{
		font-size: 24px;
	}
	.modal-content .form-row{
		width: 100%;
	}
	.books-section .books-item-number{
		margin-bottom: 10px;
	}
	.books-section .books-item .purchase-btn-wrapper{
		margin-top:4px;
	}

}
@media (max-width: 420px) {
	.books-section .books-item{
		align-items: end;
	}
	.books-section .books-item-img{
		min-width: 170px;
		max-width: 170px;
		height: 280px;
	}
}