/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
	font-family: "SVN Gilroy";
	src: url(./assets/fonts/SVN-Gilroy-Regular.otf),
	url(./assets/fonts/SVN-Gilroy-Bold-Italic.otf),
	url(./assets/fonts/SVN-Gilroy-Bold.otf),
	url(./assets/fonts/SVN-Gilroy-Italic.otf),
	url(./assets/fonts/SVN-Gilroy-Medium.otf)	format(“truetype”);
	font-display: swap;
}

body {
	font-family:  "SVN Gilroy", sans-serif;
}

#main {
	background-image: url(./assets/img/site-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.section {
	background: transparent;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}

.wpcf7-form .flex-row {
	gap: 10px;
	margin-bottom: 15px;
}

.register-form .wpcf7-form-control-wrap {
	border-radius: 28px;
	background-image: linear-gradient(to bottom, rgb(239,78,156), rgb(42,67,156));
	padding: 2px;
	position: relative;
}

.wpcf7-form input:not([type=submit]) {
	box-shadow: none;
	height: 40px;
	/* font-size: 14px; */
	padding-left: 15px;
	padding-right: 15px;
}

.register-form input:not([type=submit]) {
	border-radius: 26px;
	background-color: white;
	margin-bottom: 0;
}

.register-form input[type=submit] {
	border: none;
	background-color: transparent;
	font-size: 0;
	width: 50%;
	height: 60px;
	background-image: url(./assets/img/BUTTON.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: zoom 1s infinite;
}

.register-form-col .register-form input[type=submit] {
	background-image: url(./assets/img/register-button.png);
}

.register-form .wpcf7-not-valid-tip {
	top: 100%;
	left: 0;
	position: absolute !important;
}

input[type=submit]:hover {
	box-shadow: none;
}

.wpcf7-spinner {
	display: none;
}

form {
	margin-bottom: 0;
}



@keyframes zoom {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes tada {
	0%, 100% {
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	animation: tada 1.5s infinite;
}

.footer-section {
	background-image: linear-gradient(to right, rgb(239,78,156), rgb(42,67,156));
}

.footer-section .wpcf7-form select,
.footer-section .wpcf7-form input:not([type=submit]) {
	margin-bottom: 8px;
	height: 30px;
	font-size: 14px;
}

.footer-section .wpcf7-form textarea {
	margin-bottom: 8px;
}

.footer-section input[type=submit] {
	border-radius: 99px;
}

.text-mb-0 * {
	margin-bottom: 0;
}

.footer-socials::before {
	content: "";
	display: inline-block;
	width: 77%;
	margin-left: 0;
	margin-right: auto;
	height: 2px;
	background-color: #fff;
	margin-top: 20px;
}

.footer-socials .img {
	max-width: 40px;
}

.footer-map iframe {
	width: 100% !important;
}

.absolute-footer {
	display: none;
}

@media (max-width: 1024px) {
	.footer-socials::before {
		width: 64%;
	}

	.medium-center.col>.col-inner {
		text-align: center;
	}

	.medium-center.col>.col-inner > * {
		margin: auto;
	}
}

@media (max-width: 480px) {
	
	.banner-over .banner-layers {
		overflow: hidden;
	}
	/* .wpcf7-form .flex-row {
		flex-wrap: wrap;
	} */

	.register-form input[type=submit] {
		width: 55%;
	}
	
	.footer-socials::before {
		width: 21%;
	}
}
