/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.mob-video-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.thanks .white-btn {
    color: #B130CE;
    padding: 20px 110px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #F9DDFF;
    text-align: center;
    display: inline-block;
}


/*Artem CSS*/
.whb-top-bar-inner {
	text-transform: uppercase !important;
}

.slider-title {
	color: #fff;
	font-size: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}


.slider-subtitle {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.pink-btn button, .pink-btn a, .pink-btn input[type='submit'] {
	border: 1px solid rgb(249, 221, 255) !important;
	border-radius: 221px !important;
	box-shadow: 0px 0px 25.47px 0px rgb(178, 30, 179), 0px 0px 50.94px 0px rgb(178, 30, 179) !important;
	background: rgb(217, 95, 245) !important;
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	height: 65px !important;
	padding: 22px 50px !important;
	transition: linear .2s;
}

.pink-btn button:hover, .pink-btn a:hover, .pink-btn input[type='submit']:hover {
	background: rgb(217, 95, 245) !important;
	background-color: #fff !important;
	color: rgb(177, 48, 206) !important;
}

.pink-btn input[type='submit'] {
	width: 100%;
}

.wd-product.wd-hover-buttons-on-hover .wd-add-btn>a{
	border: 1px solid rgb(249, 221, 255) !important;
	border-radius: 221px !important;
	box-shadow: 0px 0px 25.47px 0px rgb(178, 30, 179), 0px 0px 50.94px 0px rgb(178, 30, 179) !important;
	background: rgb(217, 95, 245) !important;
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	height: 65px !important;
	transition: linear .2s;
}
.wd-product.wd-hover-buttons-on-hover .wd-add-btn>a:hover {
	background: rgb(217, 95, 245) !important;
	background-color: #fff !important;
	color: rgb(177, 48, 206) !important;
}
.wd-product.wd-hover-buttons-on-hover .wd-add-btn {
	overflow: visible !important;;
}
.wd-product.wd-hover-buttons-on-hover .product-wrapper {
	overflow: visible !important;;
}
.wd-product .wd-entities-title{
	color: rgb(255, 255, 255) !important;;
	font-size: 16px !important;;
	font-weight: 300 !important;;
	line-height: 150% !important;;
	text-transform: uppercase !important;;
}

/*styles raw HTML*/
.levels {
	position: relative;
	padding: 250px 0 80px;
}
.levels > img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 77%;
}
.levels h2 {
	position: relative;
	z-index: 1;
	color: rgb(255, 255, 255);
	font-size: 58px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 70px 0;
}

.levels h2 span {
	display: block;
	font-weight: 700;
}

.levels ul {
	display: flex;
	list-style: none;

}

.levels li {
	width: 33%;
	padding: 0 15px;
	text-align: center;
}

.levels p {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 200;
	line-height: 110%;
}

.levels-title {
	margin: 0 0 20px 0;
	color: rgb(217, 95, 245);
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
.s-about {
	padding: 80px 0 60px;
}

.s-about p {
	color: rgb(255, 255, 255);
	font-size: 32px;
	font-weight: 200;
	line-height: 120%;
	margin: 0 0 20px 0;
	text-align: justify;
}

.s-about span {
	padding: 0 45px 0 0;
	color: rgb(217, 95, 245);
	font-size: 16px;
	font-weight: 200;
	line-height: 100%;
	text-transform: uppercase;
}

.s-about-video {
	width: 100%;
	position: relative;
}

.s-about-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.testimonials {
	position: relative;
	z-index: 1;
	padding: 250px 0 80px;
}
.testimonials-title {
	position: relative;
	z-index: 1;
	color: rgb(255, 255, 255);
	font-size: 58px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 30px 0;
}

.testimonials-review {
	width: fit-content;
	margin: -100px 0 40px auto;
	display: flex;
	align-items: center;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}

.testimonials-review-img{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 10px;
	border-radius: 50%;
	border: 0.5px solid rgb(177, 48, 206);
	background: rgba(185, 45, 217, 0.3);
}
.testimonials-title {
	position: relative;
	z-index: 1;
	color: rgb(255, 255, 255);
	font-size: 58px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 70px 0;
}

.home-tutorials .testimonials-review {
	margin: 0 0 0 auto;
}

.testimonials>img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 77%;
}

.testimonials .swiper-slide {
	overflow: hidden;
	border: 1px solid rgb(39, 79, 151);
	border-radius: 30px;
	background: linear-gradient(-13.90deg, rgba(5, 22, 53, 0) 54.466%, rgb(15, 64, 155) 113.753%), linear-gradient(174.51deg, rgba(5, 22, 53, 0) 56.292%, rgb(15, 64, 155) 94.783%);
}

.testimonials-item {
	display: flex;
	justify-content: space-between;
}

.testimonials-left {
	padding: 65px 40px;
	max-width: 505px;
	width: 100%;
}

.testimonials-name {
	margin: 0 0 10px 0;
	color: rgb(217, 95, 245);
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.testimonials-left span {
	display: block;
	margin: 0 0 40px 0;
	color: rgb(112, 126, 151);
	font-size: 16px;
	font-weight: 200;
	line-height: 120%;
}

.testimonials-left p {
	margin: 0 0 15px 0;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 200;
	line-height: 120%;
}


.testimonials-right {
	display: block;
	position: relative;
	max-width: 315px;
	width: 100%;
}

.testimonials-right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("/wp-content/uploads/2024/11/play.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 90px;
	height: 90px;

}

.testimonials-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	position: relative;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -60px !important;
	width: 40px;
	height: 40px;
	border: 0.5px solid rgb(177, 48, 206);
	background: rgba(185, 45, 217, 0.3);
	border-radius: 50%;
	bottom: 0;
	top: auto;
}

.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after,
.testimonials .swiper-button-next:before,
.testimonials .swiper-button-prev:before {
	display: none;
}

.testimonials .swiper-button-next {
	left: calc(50% + 30px);
	transform: translateX(-50%);
}

.testimonials .swiper-button-prev {
	left: calc(50% - 30px);
	transform: translateX(-50%) rotate(180deg);
}

.faq {
	padding: 180px 0 40px;
}

.faq-title {
	position: relative;
	z-index: 1;
	color: rgb(255, 255, 255);
	font-size: 58px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 70px 0;
}

.accordion-item {
	margin: 0 0 10px 0;
	padding: 30px 40px;
	border: 1px solid rgb(39, 79, 151);
	border-radius: 20px;
	background: linear-gradient(105deg, #112868 0%, #0E225B 15%, #051635 100%);
}


.accordion-title {
	padding: 0 30px 0 0;
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	cursor: pointer;
}

.accordion-title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	background-image: url("/wp-content/uploads/2024/11/faq-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 12px;
}

.accordion-content {
	margin: 0;
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.accordion-content p {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 200;
	line-height: 120%;
}
.accordion-item.active .accordion-content{
		margin: 20px 0 0 0;
	 max-height: 1000px;
}

.accordion-item.active .accordion-title::after{
	transform: rotate(90deg)
}







/*My CSS*/
.wd-add-btn-replace .add-to-cart-loop:hover:before {
    transform: none !important;
	display: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none !important;
}
h2 {
	font-size: 58px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) :is(.product-element-bottom,.wd-product-grid-slider-pagin) {
	transform: none !important;
}
.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) .product-element-top {
	clip-path: none !important;
}

.wd-nav-main>li>a, .wd-nav-secondary>li>a {
	font-size: 14px !important;
	line-height: 1.5 !important;
	letter-spacing: -0.02em !important;
	font-weight: 200 !important;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
	color: #B130CE;
}

.product_title {
	text-transform: uppercase;
}

.d-attributes {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 12px;
}

.d-attr-level {
	padding: 6px 10px;
	background-color: rgba(185, 45, 217, 0.3);
	border: 1px solid #B130CE;
	border-radius: 8px;
}

.d-attr-duration {
	padding: 6px 10px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	border-radius: 8px;
}

form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity), .shopping-cart-widget-body .wd-empty-mini-cart .btn {
	flex: 0 0 auto;
	border: 1px solid rgb(249, 221, 255);
	border-radius: 221px;
	box-shadow: 0px 0px 25.47px 0px rgb(178, 30, 179), 0px 0px 50.94px 0px rgb(178, 30, 179) !important;
	background: rgb(217, 95, 245);
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	height: 65px;
	transition: linear .2s;
	width: 100%;
	margin-top: 40px;
}

.single_add_to_cart_button:hover, .shopping-cart-widget-body .wd-empty-mini-cart .btn:hover {
	background: #fff;
	color: #B130CE;
}

.d-related-products {
	padding-bottom: 0px !important;
}

.product-wrapper {
	padding-bottom: 100px !important;
}

.wd-nav-product-cat {
	display: none;
}

.page-title .title {
	text-transform: uppercase;
	font-size: 58px !important;
	text-align: left !important;
}

.title-shop.title-design-centered>.container {
	justify-content: flex-start;
}

.woocommerce-ordering {
	display: none;
}

.footer-main-row, .footer-main-row a {
	color: #fff;
}

.otgs-development-site-front-end {
	display: none;
}

.wd-side-hidden {
	background-color: #051635;
}

.wd-dropdown-menu.wd-design-default>.container {
	background-color: #b131ce;
	padding: 3px 10px;
}

.whb-col-right .wd-dropdown-menu.wd-design-default {
	padding: 0;
	border-radius: 5px;
}

.social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 15px;
	transition: all .5s;
}

.social a:hover .icon-bg {
	fill-opacity: 1;
	transition: all .5s;
}

.f-social .icon-bg {
	fill: rgb(177 49 206 / 20%);
}

.f-social {
	justify-content: flex-start;
}
    

.woocommerce-mini-cart__buttons .btn-cart, .wd-coupon-form .button[name="apply_coupon"], .cart-actions .button[name="update_cart"] {
	background-color: #051635 !important;
	border-radius: 40px !important;
	box-shadow: none !important;
	border: 1px solid #b131ce !important;
	color: #fff !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover, .wd-coupon-form .button[name="apply_coupon"]:hover, .cart-actions .button[name="update_cart"]:hover {
	background-color: #b131ce !important;
}

.woocommerce-mini-cart__buttons .checkout {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 40px !important;
	box-shadow: none !important;
	color: #051635 !important;
}

.woocommerce-mini-cart__buttons .checkout:hover {
	background-color: #b131ce !important;
	border: 1px solid #b131ce !important;
	color: #fff !important;
}

.cart-totals-inner .checkout-button {
	background-color: #b131ce !important;
	border: 1px solid #b131ce !important;
	border-radius: 40px !important;
	box-shadow: none !important;
	color: #fff !important;
}

.cart-totals-inner .checkout-button:hover {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #b131ce !important;
}

#place_order {
	background-color: #b131ce !important;
	border: 1px solid #b131ce !important;
	border-radius: 40px !important;
	box-shadow: none !important;
	color: #fff !important;
}

#place_order:hover {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #b131ce !important;
}

.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
	padding: 25px;
	border: 1px solid #fff;
	border-radius: 20px;
}

.wd-coupon-form .input-text {
	border: 1px solid #fff;
	border-radius: 40px;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
	border: 1px solid #fff;
	border-radius: 40px;
}

.woocommerce-checkout>.checkout-order-review:before, .woocommerce-order-pay #order_review:before {
	display: none;
}

.woocommerce-checkout>.checkout-order-review:after, .woocommerce-order-pay #order_review:after {
	display: none;
}

.global-color-scheme-light .checkout-order-review, .global-color-scheme-light.woocommerce-order-pay #order_review {
	background-color: #051635;
	border: 1px solid #fff;
	border-radius: 40px;
}

.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
	background-color: transparent;
	box-shadow: none;
}

.website-wrapper {
	background-color: #051635;
}

body {
	background-color: #b131ce;
}

.header__background-desktop {
	position: absolute;
	top: -2px;
	left: 0;
	bottom: 0;
	right: 0;
}

.header__background-desktop video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-text-on-video {
	z-index: 99;
	position: relative;
}

.testimonials-slider{
	margin: 0 0 0 12%;
}
.fancybox-slide--video .fancybox-content {
	border-radius: 25px !important;
	overflow: hidden !important;
}


.home-product-row {
	position: relative;
	z-index: 10;
}

.home-under-product-row {
	position: relative;
	z-index: 5;	
}


.footer-main-row .white-btn {
	color: #B130CE;
	padding: 20px 110px;
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #F9DDFF;
	text-align: center;
	display: inline-block;
}
.wd-carousel{
	overflow: visible;
}
.home-video-bg-1blk{
	position: relative !important;
}
.home-video-bg-1blk:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(0.00deg, rgb(5, 22, 53),rgba(5, 22, 53, 0) 100%);
	height: 175px;
}



.scrollToTop.button-show{
	border: 1px solid rgb(249, 221, 255);
	border-radius: 45px;
	box-shadow: 0px 0px 20.19px 0px rgb(217, 95, 245),0px 0px 34.61px 0px rgb(217, 95, 245),0px 0px 60.57px 0px rgb(217, 95, 245);
	background: rgb(217, 95, 245);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: linear 0.2s;
}
.scrollToTop.button-show:hover{
	opacity: 0.9;
		box-shadow: none;
}
.scrollToTop:after{
	content: "" !important;
	background-image: url("/wp-content/uploads/2024/11/arrow.svg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 30px;
	transform: rotate(-90deg);
}

.form-box .two-cols p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}

.form-box input {
	border: 1px solid #F9DDFF;
	height: 64px;
	color: #fff;
}

.form-box textarea {
	border: 1px solid #F9DDFF;
	color: #fff;
	margin: 20px 0;
}

.footer-mail {
	text-align: right;
	font-size: 24px;
}

.f-mob-hide {
	display: none;
}
.testimonials .swiper-pagination{
	display: none;
}
.video__inner {
  position: relative;
  width: 100%;
  height: 80vh;
  cursor: pointer;
  overflow: hidden;
}

.video__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background-image: url(/wp-content/uploads/2024/11/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  -webkit-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
}

.video__inner:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.video__inner.play .video__img {
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}

.video__inner.play::after {
  opacity: 0;
  z-index: -1;
}

.video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: linear .5s;
  -o-transition: linear .5s;
  transition: linear .5s;
  z-index: 2;
}

.video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-review-m {
	display: none;
}


@media (max-width: 1200px) {
	.testimonials-left{
		padding: 30px 20px 20px 20px;
	}
}

@media (max-width: 992px) {
	.testimonials-item{
		flex-direction: column;
	}
	
	.testimonials-left,
	.testimonials-right{
		max-width: 100%;
	}
	.testimonials-right{
		height: 300px;
	}
	
	.testimonials .swiper-button-next, .testimonials .swiper-button-prev{
		display: none;
	}
	
	.testimonials .swiper-pagination {
		position: absolute;
		bottom: -40px !important;
    	display: flex;
		justify-content: center;
	}
	
	.swiper-pagination-bullet{
		width: 16px !important;
		height: 16px !important;
		border-radius: 50%;
		border: 1px solid rgb(177, 48, 206) !important;
		background: rgba(177, 48, 206, 0.3) !important;
		opacity: 1 !important;
		transition: linear .2s;
	}
	
	.swiper-pagination-bullet-active{
		background: #B130CE !important;
	}
	.testimonials-name {
		font-size: 20px;
	}
	.testimonials-left span{
		margin: 0 0 20px 0;
	}
	
	
	
}

@media (max-width: 767px) {

	.slider-title {
		font-size: 28px;
	}
	.slider-subtitle {
		font-size: 16px;
	}
	.header__background-desktop video {
	    width: 100%;
	}
	h2 {
    	font-size: 28px;
	}
	.levels h2 {
		font-size: 32px;
	}
	.levels ul {
		flex-direction: column;
	}
	.levels li {
    	width: 100%;
	}
	.s-about span {
		display: block;
		margin-bottom: 20px;
	}
	.s-about p {
		font-size: 20px;
	}
	.testimonials-title {
		font-size: 28px;
	}
	.testimonials-review {
		display: none;
	}
	.testimonials {
	    padding: 100px 0 80px;
	}
	.faq-title {
		font-size: 28px;
	}
	.accordion-title {
		font-size: 16px;
	}
	.footer-mail {
		text-align: left;
		font-size: 16px;
	}
	.footer-desktop {
		display: none;
	}
	.footer-main-row .white-btn {
		display: block;
	}
	.page-title .title {
		font-size: 28px !important;
	}
		.wd-btn-show-cat {
		display: none;
	}
	#wd-674c1fad5e2e6 .woodmart-title-container, #wd-674c39099ea99 .woodmart-title-container {
		line-height: 28px !important;
		font-size: 28px !important;
	}
	.levels {
		padding: 100px 0 0px;
	}
	.levels ul {
		padding-left: 0;
	}
	.faq {
		padding: 100px 0 40px;
	}
	.f-mob-hide {
		display: block;
	}
	.product-wrapper {
		padding-bottom: 50px !important;
	}
	.testimonials-review-m {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin-top: -30px;
		margin-bottom: 80px;
	}
	.trm {
		margin-top: 0;
	}
	.home-video-bg-1blk .pink-btn {
		margin-bottom: 100px !important;
	}
}

@media (max-width: 567px) {
	.testimonials-slider {
   	 margin: 0;
	}
}















