/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root{
	--ff-1: "Be Vietnam Pro", sans-serif;
	--ff-2: "Playfair Display", serif;
	--fs-18: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	--fs-20: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
	--rounded-10: 0.625rem;
}

body{
	line-height: 1.5;
	font-family: var(--ff-1);
}

p:last-of-type{
	margin-bottom: 0;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

.rounded-10 > *{
	border-radius: 0.625rem;
	overflow: hidden;
}

.row >.col > .col-inner{
	height: 100%;
}



.box-video{
	position: relative;
}

.box-video .video-button-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.box-video .video-button-wrapper a{
	width: 3rem;
	height: 3rem;
	min-width: unset;
	min-height: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
}

.box-video .video-button-wrapper a i{
	font-size: inherit;
	line-height: normal;
}


.heading-title h2{
	margin-bottom: 0;
	font-size: inherit;
}


ul li.bullet-checkmark{
	border-bottom: 0;
}

ul li.bullet-checkmark:before{
	content: "" !important;
	width: 1rem;
	height: 1rem;
	background-image: url('/wp-content/themes/flatsome-child/images/check.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/*===*/
.box-feeling{
	height: 100%;
	padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--rounded-10);
	background-color: #FAF9F9;
}


/*===*/
.box .box-text{
	font-size: inherit;
}

.box-activity .box-image{
	border-radius: var(--rounded-10);
}

.box-activity .box-text{
	padding: 0.75rem 0 0;
}

.box-activity .box-text h3{
	margin-bottom: 0.5rem;
	font-size: var(--fs-20);
}


.how-it-works-features{
	height: 100%;
	padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem) 1rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--rounded-10);
	background-color: #FAF9F9;
}

.how-it-works-features .box-text{
	padding: 0.75rem;
}

.how-it-works-features .box-text h3{
	font-size: var(--fs-20);
	margin-bottom: 1rem;
}


/*===*/
.icon-benefits{
	height: 100%;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--rounded-10);
}



.icon-value{
	height: 100%;
	padding: clamp(1rem, 0.8rem + 1vw, 2rem);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--rounded-10);
	background-color: #FAF9F9;
}



.button.primary{
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #F6F1ED;
	color: #000;
}



.accordion.faq{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-start;
}

.accordion.faq .accordion-item{
	width: calc((100% - 1rem) / 2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--rounded-10);
}

.accordion.faq .accordion-item .accordion-title{
	padding: 1rem 1.75rem 1rem 1rem;
	border-top: 0;
	font-size: inherit;
	font-weight: 700;
}

.accordion.faq .accordion-item .toggle{
	left: unset;
	right: 0.5rem;
	margin: 0;
	width: 2rem;
	height: 2rem;
	min-height: unset;
	top: 0.75rem;
}

.accordion.faq .accordion-inner{
	padding: 0.75rem 1.25rem;
}


.col-footer h3{
	font-size: var(--fs-20);
}

.col-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.col-footer ul li{
	margin-left: 0;
	margin-bottom: 0.5rem;
}

.col-footer ul li a{
	color: #000;
	transition: all .3s ease-in-out;
}

.col-footer ul li a:hover{
	color: var(--fs-color-prymary);
}

.absolute-footer{
	padding: 0;
}


.copyright-footer{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	color: #000;
	font-size: 0.875rem;
}

@media(max-width: 549px){
	body{
		font-size: 0.875rem;
	}


	.accordion.faq .accordion-item {
    	width: 100%;
	}

}



@media (min-width: 850px){
	.flex-lg-row-reverse{
		flex-direction: row-reverse;
	}

	.justify-content-lg-between{
		justify-content: space-between;
	}
	
	.col-lg-auto{
		flex-basis: auto;
		max-width: fit-content;
	}
}


