:root {
	--theme-color: #da3b85 !important;
	--theme-color3: #d11e46 !important;
	--theme-color2: #f89425 !important;
	--text-color: #25274d !important;
	--black: #2e2e2e;
	--grey: #e8e8e8;
	--fa6: "Font Awesome 6 Pro";
	--fw-600: 600;

	--regular: "Montserrat";
	--medi: "Montserrat-medi", sans-serif;
	--semi: "Montserrat-semi", sans-serif;
	--bold: "Montserrat-bold", sans-serif;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}

.txt-white,
.txt-white * {
	color: white !important;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Great Vibes";
	src: url("../fonts/GreatVibes-Regular.woff2") format("woff2"),
		url("../fonts/GreatVibes-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font-2 {
	font-family: "Great Vibes";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: normal;
	font-family: var(--bold);
}

p {
	margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
	font-family: var(--regular);
	font-weight: normal;
}

body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular);
}

input:autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

input:-webkit-autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	background: 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	left: 18px;
	bottom: 0px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}

.p-mb-0 p,
.p-mb-0 {
	margin-bottom: 0;
}

.p-mb-10 p {
	margin-bottom: 10px !important;
}

.mb-0,
.mb-0 * {
	margin-bottom: 0;
}

.header-nav-main.nav.nav-left {
	justify-content: center;
}
.header-nav-main.nav.nav-left a {
	font-family: var(--bold);
}

.form-subscribe {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}
.form-subscribe .wpcf7-spinner {
	display: none;
}
.form-subscribe input {
	height: 60px;
	box-shadow: none;
	margin: 0 !important;
}
.form-subscribe input:hover,
.form-subscribe input:focus {
	box-shadow: none;
}
.form-subscribe span.wpcf7-form-control-wrap {
	width: calc(100% - 210px);
}
.form-subscribe .wpcf7-submit {
	width: 200px;
	background-color: var(--theme-color);
	text-align: center;
}
.form-subscribe .wpcf7-submit:hover {
	background-color: #d50063;
}

.time-table .table td,
.time-table .table th {
	font-size: 1.25rem;
	padding: 14px 0;
	border-top: none;
	border-bottom: 1px dashed #aaa;
}
td.text-end {
	font-weight: 600;
}
.text-end {
	text-align: right !important;
}

.pricing-3-list {
	list-style: none;
}
.pricing-3-list li {
	margin-bottom: 18px;
	margin-left: 0 !important;
}
.detail-price {
	margin: 0;
	display: table;
}
.price-name {
	position: relative;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	padding: 0 10px 0 0;
}
.price-name h5,
.price-number h5 {
	position: relative;
	line-height: 1;
	margin-bottom: 0;
	font-size: 26px;
}

.price-dots {
	position: relative;
	display: table-cell;
	height: 3px;
	width: 98%;
	z-index: 1;
	background-image: radial-gradient(
		circle closest-side,
		#878889 99%,
		transparent 100%
	);
	background-position: 50% 100%;
	background-size: 5px 2px;
	background-repeat: repeat-x;
}
.price-number {
	display: table-cell;
	width: 1%;
	padding: 0 0 0 10px;
	white-space: nowrap;
}
.price-txt {
	margin-top: 3px;
}
.price-txt p {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0;
}

.row-feedback .flickity-page-dots {
	bottom: -10px;
}
.row-feedback .flickity-page-dots .dot.is-selected {
	background-color: var(--theme-color);
	opacity: 1 !important;
}
.row-feedback .flickity-page-dots .dot {
	border: 3px solid var(--theme-color);
}
.entry-content {
	padding-top: 0;
}

.wrap-breadcrumb {
	padding: 15px 0px;
	background: #ebebeb;
}
.blog-single.page-wrapper {
	padding-top: 0;
}
.wrap-breadcrumb p {
	margin-bottom: 0;
}
.blog-single .entry-header {
	margin-top: 40px;
}
.blog-archive {
	padding-top: 0;
}
.archive-page-header {
	margin-top: 40px;
}

.archive .page-title {
	font-size: 26px;
}

.form-contact input {
	height: 60px;
	box-shadow: none;
}
.form-contact .wpcf7-submit {
	background: var(--theme-color);
	min-width: 200px;
}

li.html.header-button-1 a.button {
	animation: glowing-btn 2s infinite;
	padding: 10px 40px;
	border-radius: 30px;
}

@media only screen and (max-width: 48em) {
	.pb-mb-0 {
		padding-bottom: 0 !important;
	}

	.form-subscribe {
		flex-direction: column;
	}
	.form-subscribe span.wpcf7-form-control-wrap {
		width: 100%;
	}

	.gallery-index .box-overlay .box-text {
		padding: 0;
		font-size: 18px;
	}
}

@keyframes glowing-btn {
	0% {
		box-shadow: 0 0 0 0 var(--theme-color);
	}

	100% {
		box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
	}
}
