@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
	font-display: swap;
} 

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
} 

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
} 


* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	top: 0;
	left: 0;
	padding-bottom: 20px;
	z-index: 999;
	transition: all .2s ease;
}
.header-scrolled {
    background-color: #F21775  ;
}
.header-scrolled a {
    color: #FFF;
}
.header-scrolled .name {
    color: #FFF;
}
.header-scrolled ul, .header-scrolled .name {
    margin-top: 20px;
}
.header-scrolled nav ul li:last-of-type a {
	color: #FFF !important;
}
.header-scrolled nav ul li:last-of-type a:hover {
	color: #494949 !important;
}
header nav {
	max-width: 1600px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

header nav ul {
	list-style: none;
	float: right;
	margin-top: 40px;
	transition: all .2s ease;
}

header nav ul li {
	float: left;
}


header nav ul li a {
	margin-left: 5px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 600;
	color: black;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 25px;
	text-transform: lowercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header nav ul li a:hover {
	border-color: #F21775  ;
	color: #494949;
}

.name {
	float: left;
	margin-top: 40px;
	color: #494949;
	transition: all .2s ease;
	font-size: 18px;
}

.clear {
	clear: both;
}

.background {
	position: relative;
}
.logo {
	/* display: flex;
    flex-direction: column; */
}
.background img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	margin-top: 83px;
	max-width: 90% !important;
	width: 90%;
	object-fit: cover;
	/* height: auto; */
	height: 550px;
	object-position: 50% 22%;
}

.background h1 {
	position: absolute;
	/* text-align: center; */
	/* transform: rotate(-47deg); */
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
}

.container {
	max-width: 1600px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.consult {
	text-align: center;
	color: #616161;
	margin: 70px 0;
}

.consult h2 {
	color: #F21775  ;
	font-size: 26px;
}

.consult ul {
	list-style-type: none;
	margin: 20px 0;
}

.consult p {
	color: #F21775  ;
	font-size: 22px;
}

.consult ul li:before {
	content: "•";
	margin-right: 10px;
	color: #F21775  ;
}

.online {
	text-align: center;
	color: #616161;
	margin: 70px 0;
}

.online h2 {
	color: #F21775  ;
	font-size: 26px;
}

.online ul {
	list-style-type: none;
	margin: 20px 0;
}

.online p {
	color: #F21775  ;
	font-size: 22px;
}

.online ul li:before {
	content: "•";
	margin-right: 10px;
	color: #F21775  ;
}

.ebook {
	text-align: center;
	margin-bottom: 40px;
}

.ebook h2 {
	color: #F21775  ;
	font-size: 26px;
	margin-bottom: 40px;
}

.ebook-img {
	max-width: 400px;
	max-height: 600px;
	margin: 0 auto;
}

.ebook-img img {
	height: 100%;
	width: 100%;
}

/* Menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	float: right;
	padding: 20px;
	margin-top: 20px;
	z-index: 999;
	margin-right: -15px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 2px;
	background-color: #494949;
	margin: 5px 0;
	transition: 0.4s;
}

.header-scrolled .bar1,
.header-scrolled .bar2,
.header-scrolled .bar3 {
    background-color: white;
}


.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 5px);
	transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -2px);
	transform: rotate(45deg) translate(-5px, -2px);
}

#about {
	margin-top: 100px;
	margin-bottom: 100px;
}

.line {
	height: 3px;
	width: 80px;
	background: #F21775  ;
	margin-left: 5px;
	display: block;
}

.container h1 {
	font-size: 32px;
	color: #2e2e2e;
	font-weight: 300;
	padding-bottom: 8px;
}

.about-box {
	display: flex;
	align-items: center;
}

.aboutleft {
	flex: 3;
	width: 50%;
	margin-top: 100px;
	margin-left: 80px;
	font-size: 18px;
	color: #616161;
	text-align: justify;
	line-height: 26px;
	/* float: left; */
}

.aboutleft strong {
	color: #F21775  ;
}

.astyle {
	color: #616161;
	text-decoration: underline;
}

.aboutright {
	flex: 2;
	display: flex;
	justify-content: flex-end;
	/* float: right; */
	margin-right: 120px;
	margin-left: 20px;
}
.aboutright img {
	height: 600px;
	width: 100%;
	max-width: 350px;
	object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.about-box {
		flex-direction: column;
		align-items: flex-start;
	}
	.aboutleft {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		display: block;
		font-size: 16px;
	}
	.aboutright img {
		max-width: 500px;
	}
	.aboutright {
		margin-top: 120px;
		margin-right: auto;
		/* width: 100%; */
		margin-left: auto;
	}
}

#offer {
	position: relative;
	margin-top: 100px;
}

.tiles {
	width: 100%;
	margin-top: 80px;
}

.tile {
	width: calc(33% - 30px);
	float: left;
	margin-left: 30px;
}

.tile i {
	font-size: 72px;
	color: #F21775  ;
}

.tile h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 32px;
	color: #2e2e2e;
	font-weight: 300;
}

.tile p {
	width: 80%;
	text-align: justify;
	color: #616161;
}

#price {
	margin-top: 100px;
	background-color: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.box {
	display: flex;
	justify-content: center;
	z-index: 9999;
}

.pricetile {
	margin-top: 0 !important;
	background: #fff;
	width: 100%;
	max-width: 500px;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 9999 !important;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.pricetile:first-child {
	margin-top: 40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	z-index: -1;
}

.pricetile:first-child h3,
.pricetile:last-child h3 {
	font-size: 24px;
}

.pricetile:first-child ul li,
.pricetile:last-child ul li {
	font-size: 16px;
	line-height: 33px;
}

.pricetile:last-child {
	margin-top: 40px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: -1;
}

.msclzone {
	color: #616161;
	margin-top: 30px;
}

.pricetile .line {
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

.pricetile h3 {
	text-align: center;
	font-size: 32px;
}

.pricetile ul {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}

.pricetile ul li {
	line-height: 40px;
	color: #616161;
	font-size: 18px;
}

.pricetile ul li:before {
	content: "•";
	margin-right: 10px;
	color: #F21775  ;
}

.pricetile p {
	text-align: center;
	color: #616161;
}

.boxpink .pricetile {
	background-color: #F21775  ;
}

.boxpink .pricetile h3 {
	color: #fff;
}
.boxpink .pricetile .line {
	background-color: #fff;
}

.boxpink .pricetile li {
	color: #fff;
}
.boxpink .pricetile .cost {
	color: #fff;
}
.boxpink .pricetile p {
	color: #fff;
}
.boxpink .pricetile ul li:before {
	color: #fff;
}
.boxpink-second {
	margin-top: 40px;
}
.promotion {
	font-size: 22px;
	margin-top: 20px;
	color: #616161;
	text-align: center;
	text-decoration: line-through;
}

.cost {
	font-size: 36px;
	text-align: center;
	margin-top: 20px;
	color: #F21775  ;
}

.half {
	width: 50%;
	float: left;
}

.half ul {
	list-style: none;
	margin-top: 50px;
}

.half ul li i {
	margin-right: 12px;
	font-size: 26px;
	color: #F21775  ;
}

.half ul li {
	color: #616161;
	margin-bottom: 25px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 60% !important;
}

#mail {
	background-color: #F21775  ;
	padding: 40px;
}

.text-mail {
	font-size: 28px;
	width: 60%;
	float: left;
	color: #fff;
	text-align: center;
}

.form-style {
	width: 40%;
	float: left;
}

/* @media screen and (max-width: 500px) {
    .form-style {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: none;
    }

    .form-style form {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
} */
.footertree h2 {
	font-size: 32px;
	color: white; /* #616161 */
	font-weight: 300;
}

.footertree ul {
	list-style: none;
	margin-top: 30px;
}

.footertree ul li i {
	font-size: 24px;
	margin-right: 15px;
}

.footertree ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white; /* #616161 */
}

.check {
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}

.btn {
	position: absolute;
	left: 10%;
	bottom: 14%;
	z-index: 2;
}
.site-title {
	position: absolute;
	left: 8%;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	text-shadow: 1px 1px #000000;
}
/* @media screen and (max-width: 1170px) {
    .btn {
        left: 39%;
    }
}
@media screen and (max-width: 800px) {
    .btn {
        left: 33%;
    }
}
@media screen and (max-width: 660px) {
    .btn {
        left: 30%;
    }
} */

.btn h2 {
	z-index: 900;
	position: absolute;
	margin-left: 53px;
	width: 200px;
	color: #fff;
	font-weight: 300;
	margin-top: 11px;
}

.button {
	width: 250px;
	height: 60px;
	-webkit-transform: skew(-44deg);
	-moz-transform: skew(-44deg);
	-o-transform: skew(-44deg);
	background: #F21775  ;

	z-index: 100;
	position: absolute;
}

.btn:hover .button {
	background: #b10049;
}

footer {
	background-color: #171617;
	padding: 40px;
}

#input-footer {
	padding: 11px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	background: #F21775  ;
	border: 1px solid #fafafa;
}

#input-footer::placeholder {
	color: white;
	font-weight: 300;
	font-size: 12px;
}

#check {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	padding: 11px;
	margin-left: -5px;
	box-sizing: border-box;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #fafafa;
}

#input-footer:focus {
	outline: none;
}

.form-style form {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.personal {
	margin-top: 100px;
}

.personal ul {
	list-style: none;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.personal ul li {
	font-size: 18px;
	color: #616161;
}

.personal span {
	color: #616161;
}

.img-gab {
	width: calc(100% - 10px);
	margin: 5px;
}

.logos-title {
	text-align: center;
    color: #F21775  !important;
    font-size: 26px;
	margin-bottom: 40px;
	font-weight: 600 !important;
}

.logos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;
}

.logos a {
	text-decoration: none;
	margin: 5px;
}

.logos div {
	text-align: center;
	align-self: center;
}

.gh img {
	height: 100px;
	width: 100px;
}

.logos a img {
	max-width: 300px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.logos {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 600px) {
	.logos {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}
	.logos div p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1380px) {
	.text-mail {
		width: 100%;
	}

	.form-style {
		width: 100%;
	}

	.form-style form {
		margin-top: 40px;
	}
}
@media screen and (max-width: 380px) {
	#input-footer {
		width: 170px;
	}
	.form-style form {
		width: 260px;
	}
}

/* @media screen and (max-width: 430px) {
    .btn {
        margin-left: 10%;
    }
} */

@media screen and (max-width: 800px) {
	body {
		overflow-x: hidden;
	}

	.button {
		transform: none;
	}
	.header-scrolled .menu-toggle {
		margin-top: 0;
	}
	header {
		background-color: #fff;
		height: 80px;
	}

	.header-scrolled {
		height: 40px;
	}

	.header-scrolled a {
		color: #7a7a7a;
	}

	.header-scrolled nav ul li:last-of-type a {
		color: #F21775   !important;
	}
	.header-scrolled nav ul li:last-of-type a:hover {
		color: #494949 !important;
	}

	header nav ul {
		width: 100%;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		margin-top: 20px;
		opacity: 0;
		background-color: #fff;
		pointer-events: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		z-index: 999;
	}

	header nav ul.open {
		opacity: 1;
		pointer-events: auto;
	}

	header nav ul li {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	header nav ul li a {
		border: none;
	}



	header nav ul li:first-child {
		padding-top: 20px;
	}

	.menu-toggle {
		display: inline-block;
		transition: .3s ease;
	}

	.aboutleft {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		display: block;
		font-size: 16px;
	}

	/* .aboutright {
        margin-top: 120px;
        margin-right: auto;
        width: 100%;
        margin-left: auto;
    } */

	.aboutright img {
		max-width: 400px;
		width: 100%;
	}

	.tile {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	.tile p {
		width: 100%;
	}

	.background img {
		margin-top: 120px;
	}

	.pricetile,
	.pricetile:first-child,
	.pricetile:last-child {
		width: 100%;
		border-radius: 0;
		margin-top: 20px;
	}

	.pricetile h3,
	.pricetile:first-child h3,
	.pricetile:last-child h3 {
		font-size: 32px;
	}

	.half {
		width: 100%;
	}
}

.social {
	display: flex;
	align-items: center;
	padding-top: 5px;
}

.social img {
	margin: 0 4.8px;
	padding-right: 8px;
	width: 24px;
	height: 24px;
}

.iframe-heading h2 {
	margin: 150px 0 100px 0;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	color: #F21775  ;
}

.iframe-container {
	position: relative;
	display: flex;
	justify-content: center;
	width: 60%;
	padding-bottom: 30%;
	margin: 0 auto;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-btn {
	width: 100%;
	text-align: center;
	margin: 50px 0 150px 0;
}

.movie-btn {
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #F21775  ;
	color: #2e2e2e;
	font-size: 20px;
}

.results {
	margin: 150px 0;
}

.results h3 {
	text-align: center;
	font-weight: bold;
	color: #F21775  ;
	font-size: 32px;
}

.results-box {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.results-item {
	width: 43.33%;
	padding: 14px;
}

.results-item img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.reviews {
	width: 100%;
	margin-bottom: 80px;
}
.reviews-swiper {
	overflow: hidden;
}
.reviews-container {
	display: flex;
}

.reviews-heading {
	margin: 100px 0;
}

.reviews-item {
	text-align: center;
}

.reviews-cloud {
	display: flex;
	align-items: center;
	clip-path: polygon(
		0 0,
		100% 0%,
		100% 95%,
		75% 95%,
		75% 100%,
		65% 95%,
		0% 95%
	);
	background-color: #F21775  ;
	width: 100%;
	height: 300px !important;
	margin-bottom: 22px;
}

.reviews-item span {
	color: #F21775  ;
	text-align: center;
	font-size: 18px;
}

.reviews-item p {
	color: #616161;
	font-size: 14px;
	color: #fff;
	padding: 20px;
}

.couple {
	margin-top: 70px;
	text-align: center;
	color: #F21775  ;
}

.couple h2 {
	font-size: 26px;
	font-weight: bold;
}

.file-box {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.file-to-download p {
	text-align: center;
	color: #616161;
	font-size: 20px;
	margin-top: 40px;
}

.ic-yt {
	fill: #F21775  ;
	max-width: 20px;
	margin-right: 23px;
	max-height: 18px;
	margin-left: 6px;
}
.yt {
	display: flex;
	align-items: center;
	margin-left: 00px;
}

.ad {
	margin-top: 120px;
}

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

.ad__text {
	flex: 65%;
	color: #616161;
	margin-left: 40px;
}

.ad__text ul {
	list-style: none;
	margin: 10px 0;
}

.ad__text ul li::before {
	content: "•";
	margin-right: 10px;
	color: rgb(242, 23, 117);
}

.ad__text h3 {
	margin: 20px 0 10px 0;
}

.ad__img img {
	/* height: 100vh; */
	position: sticky;
	top: 10px;
	display: block;
}

.ad__img img {
	width: 100%;
	max-width: 1080px;
    aspect-ratio: calc(1080 / 1080);
    display: block;
}

.ad__text-link {
	color: rgb(242, 23, 117);
}

@media screen and (max-width: 1200px) {
	.results-box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ad__flex {
		flex-direction: column;
	}
	.ad__text {
		margin-left: 0;
		margin-top: 50px;
	}
}

@media screen and (max-width: 800px) {
	.results {
		margin-bottom: 100px;
	}

	.ad__flex {
		flex-direction: column;
	}

	.ad__text {
		margin-left: 0;
		margin-top: 50px;
	}

	.results-item {
		padding: 10px 0;
		width: 100%;
	}

	.results-box {
		flex-direction: column;
	}

	.iframe-heading h2 {
		margin: 100px 0 80px 0;
	}

	.iframe-container {
		margin-top: 50px;
		padding-bottom: 40%;
		width: 70%;
	}

	.iframe-btn {
		text-align: center;
	}

	.movie-btn {
		padding: 16px 40px;
		font-size: 16px;
	}

	.reviews {
		margin-bottom: 0;
	}

	.reviews-container {
		flex-direction: column;
		align-items: center;
	}

	.reviews-item {
		width: 70%;
		margin-bottom: 80px;
	}

	.reviews-heading {
		margin-top: 50px;
	}

	.reviews-item p {
		font-size: 14px;
	}

	.reviews-item span {
		font-size: 18px;
	}
}

@media screen and (max-width: 760px) {
	.reviews-item {
		flex-direction: column;
	}

	.reviews-item p {
		margin-bottom: 20px;
		text-align: center;
	}

	.reviews-item span {
		padding: 0;
	}

	.reviews-item:nth-of-type(2) {
		flex-direction: column-reverse;
	}

	.reviews-item:nth-of-type(4) {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px) {
	.slide div p {
		font-size: 24px;
	}
	.reviews-item p {
		font-size: 12px;
	}
}

#products {
	margin-top: 100px;
}

#products h2 {
	margin-top: 40px;
	text-align: center;
	color: #F21775  ;
	font-size: 26px;
}
#products .products-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}
@media screen and (max-width: 1100px) {
	#products .products-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 800px) {
	#products .products-items {
		grid-template-columns: repeat(1, 1fr);
	}
}
#products .products-item {
	display: block;
	margin: -1px 0 0 -1px;
	border: 1px solid #000;
	text-decoration: none;
	height: auto;
}
#products .products-item:hover .products-btn{
	background-color: #F21775  ;
	color: #FFF;
}
#products .products-item div {
	padding: 25px;
}
#products .products-item div p {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
#products .products-item div span {
	margin-bottom: 8px;
	font-size: 13px;
	display: block;
	font-weight: 300;
	color: #000;
}
#products .products-item div .products-btn {
	display: inline-block;
	padding: 0 14px;
	background-color: transparent;
	border: 1px solid #000;
	font-size: 14px;
	height: 28px;
	font-weight: 300;
	line-height: 28px;
	text-transform: uppercase;
	transition: all .2s ease;
}
#products .products-items img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: calc(330 / 330);
	display: block;
}

.four-col {
	grid-template-columns: repeat(4, 1fr) !important;
}
@media screen and (max-width: 1100px) {
	.four-col {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media screen and (max-width: 800px) {
	.four-col {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}


.slider-effects-title {
	margin-top: 40px;
	text-align: center;
	color: #F21775  ;
	font-size: 26px;
}

#slider-effects {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-top: 40px;
}

#slider-effects .swiper {
	height: 500px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;

}
#slider-effects .slider-effects-box{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#slider-effects .slider-effects-btn {
	flex: 1;
	cursor: pointer;
}
#slider-effects .slider-effects-right {
	text-align: right;
	transform: rotate(180deg);
}
#slider-effects svg {
	height: 50px;
	width: 50px;
}
#slider-effects svg path {
	fill: #F21775  ;
}
#slider-effects img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: calc(900 / 500);
	display: block;
}

@media screen and (max-width: 800px) {
	#slider-effects svg {
		height: 30px;
		width: 30px;
	}
	#slider-effects .swiper {
		height: 300px;
	}
}
