html {
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", serif !important;
}

.flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: btnflash;
    animation-name: btnflash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.flash_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
@-webkit-keyframes btnflash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes btnflash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.animated-p .box {
    position: absolute;
    transform: scale(1);
    opacity: 1;
    transition: 0.3s all;
}
.animated-p .box.animated-hidden {
    opacity: 0;
    transform: scale(0);
}

.cert-swiper .swiper-pagination,
.companies-swiper .swiper-pagination,
.promo-swiper .swiper-pagination
{
    display: flex;
    justify-content: center;
    top: auto;
    bottom: 5px;
    left: auto;
    right: auto;
    gap: 20px;
}
.promo-swiper .swiper-pagination
{
    bottom: 35px;
}
.cert-swiper .swiper-pagination .swiper-pagination-bullet,
.companies-swiper .swiper-pagination .swiper-pagination-bullet,
.promo-swiper .swiper-pagination .swiper-pagination-bullet
{
    opacity: 1;
    border-radius: 12px;
    background: #EEF2F5;
    width: 8px;
    height: 8px;
    margin: 0;
}
.cert-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.companies-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.promo-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    border-radius: 12px;
    background: #B829A0;
    transform: scale(1.2);
    transition: 0.15s all;
}
@media (max-width: 550px) {
    .cert-swiper .swiper-pagination,
    .companies-swiper .swiper-pagination,
    .promo-swiper .swiper-pagination
    {
        gap: 5px
    }
}
.showreel-fixed {
    display: none !important;
}
/*tabs-goals*/
#tailwind-section-overlay .tabs-goals__nav-item.tabs-goals__nav-item--active {
	background: #E3EAF1;
}
#tailwind-section-overlay .tabs-goals__nav-item.tabs-goals__nav-item--active .tabs-goals__nav-item-arrow {
	display: block;
}
#tailwind-section-overlay .tabs-goals__content-item--active.tabs-goals__content-item--active {
	display: block;
}
@media (max-width: 1023px) {
	#tailwind-section-overlay .tabs-goals__nav-item .tabs-goals__nav-item-arrow {
		transform: translate(0, -50%) rotate(90deg);
	}
	#tailwind-section-overlay .tabs-goals__nav-item.tabs-goals__nav-item--active .tabs-goals__nav-item-arrow {
		transform: translate(0, -50%) rotate(270deg);
	}
}
/*tabs-dots*/
#tailwind-section-overlay .tabs__dots, .tabs-slider .swiper-pagination-bullet {
	height: 12px;
}
#tailwind-section-overlay .tabs__dots .tabs__dot, .tabs-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #EEF2F5;
	transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
	opacity: 1;
}
#tailwind-section-overlay .tabs__dots .tabs__dot.tabs__dot--active, .tabs-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #B829A0;
	pointer-events: none;
}
/*tabs-slider*/
#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-slide {
	transform: scale(0.8);
}
#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-slide.swiper-slide-active {
	transform: scale(1);
}
#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) {
	margin-left: 15px;
	margin-right: 15px;
}
@media (min-width: 1440px) {
	#tailwind-section-overlay .tabs-slider .tabs-slider__slider: not(.tabs-slider__slider--before-after) {
		margin-left: 0;
		margin-right: 0;
	}
	#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-wrapper {
		margin-left: 60px;
	}
	#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-slide.swiper-slide-prev {
		margin-left: -60px;
	}
	#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-slide.swiper-slide-next+.swiper-slide {
		margin-left: -60px;
	}
}
.tabs-slider__slider--before-after .swiper-slide {
	opacity: 0 !important; 
}
.tabs-slider__slider--before-after .swiper-slide-active {
	opacity: 1 !important;
}
#tailwind-section-overlay .tabs-slider .tabs-slider__slider:not(.tabs-slider__slider--before-after) .swiper-slide.swiper-slide-active img {
	box-shadow: 0 20px 20px 0 #34303727;
}
#tailwind-section-overlay .tabs-slider__tab.tabs-slider__tab--active {
	background: transparent;
	border-color: #B829A0;
	color: #B829A0;
}
#tailwind-section-overlay .tabs-slider__content-item.tabs-slider__content-item--active {
	display: block;
}
/*before-after-img*/
.before-after-img {
	position: relative;
	max-width: 600px;
	width: 100%;
	user-select: none;
	margin: 0 auto 40px;
}
.before-after-img__container {
	position: relative;
	box-shadow: 0 20px 20px rgba(55, 48, 50, 0.15);
	border-radius: 15px;
	overflow: hidden;
	padding-top: 67.5%;
}
.before-after-img__item {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.before-after-img__item img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.before-after-img__item--first {
	z-index: 2;
	width: 50%;
}
.before-after-img__item--second img {
	width: 100%;
}
.before-after-img__line {
	position: absolute;
	z-index: 3;
	top: -15px;
	bottom: -15px;
	left: 50%;
	width: 1px;
	background: #B829A0;
}
.before-after-img__btn {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #B829A0;
	background: linear-gradient(to right, #B829A0 0%, #6366F1 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: grab;
}
.before-after-img__btn svg {
	width: 30px;
	height: 30px;
}
.before-after-img__line-dot {
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	transform: translate(-2px, 0);
	background: #B829A0;
	width: 5px;
	height: 5px;
}
.before-after-img__line-dot--top {
	top: 0;
}
.before-after-img__line-dot--bottom {
	bottom: 0;
}
.before-after-img__bottom {
	display: none;
}
@media (min-width: 768px) {
	.before-after-img__btn {
		width: 60px;
		height: 60px;
	}
	.before-after-img__btn svg {
		width: 40px;
		height: 40px;
	}
}
@media (min-width: 1024px) {
	.before-after-img__bottom {
		display: block;
	}
	.before-after-img__bottom-text {
		position: absolute;
		bottom: -20px;
		font-weight: 700;
		font-size: 22px;
		line-height: 1;
		transform: translate(0, 100%);
	}
	.before-after-img__bottom-text.before-after-img__bottom-text--left {
		left: 20%;
	}
	.before-after-img__bottom-text.before-after-img__bottom-text--right {
		left: 70%;
	}
	.before-after-img {
		margin: 0px 0px 0px 0px;
	}
}
/*===========*/