/*
----------------------------------------------------------------------------------
Project: Bercom
v22.07.29.23.49
-------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
[Table of contents]
default css
preloader
header
home area
section heading
product area
about area
video area
why choose area
product area
newsletter area
testimonial area
faq area
blog area
contact area
footer


--------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/
:root {
	--gap: -180px;
	--circle-size: 200px;
	--circle-size-small: 130px;
	--color-1: #d71a21;
	--color-2: #87f1ff;
	--color-3: #3d90f0;
	--color-4: #9cb6d9;
	--color-5: #fbb03b;
	--color-6: #154c8c;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block !important;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #3c4043;
	position: relative;
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
}

a,
button {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

button {
	cursor: pointer
}

button:active,
button:focus,
button:hover {
	outline: none;
}

a {
	color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h4,
.h6 {
	font-weight: 600;
	color: #3c4043;
text-shadow: 2px 2px 0px #c9c7c8;
    font-style: italic;}

h1 {
	font-size: 42px;
	line-height: 48px;
}

h2 {
	font-size: 28px;
	line-height: 32px
}

h3 {
	font-size: 22px;
	line-height: 26px
}

h4 {
	font-size: 18px;
	line-height: 22px
}

h5 {
	font-size: 16px;
	line-height: 20px
}

h6 {
	font-size: 14px;
	line-height: 18px
}

.d-table {
	width: 100%;
	height: 100%
}

.animation-jump {
	position: relative;
	-webkit-animation: animation-jump 2s ease-in-out infinite;
	animation: animation-jump 2s ease-in-out infinite;
}

.animation-bg {
	-webkit-animation: animation-bg 8s ease-in-out infinite;
	animation: animation-bg 8s ease-in-out infinite;
}

.animation-bg-2 {
	-webkit-animation: animation-bg-2 10s ease-in-out infinite;
	animation: animation-bg-2 10s ease-in-out infinite;
}



@-webkit-keyframes animation-jump {
	0% {
		top: 150px;
	}
	50% {
		top: -150px;
	}
	100% {
		top: 150px;
	}
}

@keyframes animation-jump {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
}

@-webkit-keyframes animation-bg {
	0% {
		background-position: 0 0vh;
	}
	50% {
		background-position: 0 -3vh;
	}
	100% {
		background-position: 0 0vh;
	}
}

@keyframes animation-bg {
	0% {
		background-position: 0 0vh;
	}
	50% {
		background-position: 0 -3vh;
	}
	100% {
		background-position: 0 0vh;
	}
}

@-webkit-keyframes animation-bg-2 {
	0% {
		background-position: 0 6vh;
	}
	50% {
		background-position: 0 12vh;
	}
	100% {
		background-position: 0 6vh;
	}
}

@keyframes animation-bg-2 {
	0% {
		background-position: 0 6vh;
	}
	50% {
		background-position: 0 12vh;
	}
	100% {
		background-position: 0 6vh;
	}
}


/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

.preloader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background-color: #fe5b4a
}

.preloader .spinner {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}


/*-------------------------------------------------------------------------------------
    header
---------------------------------------------------------------------------------------*/

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

#header.sticky {
	position: fixed;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px #ddd;
	box-shadow: 0 0 30px #ddd;
	z-index: 999;
}

.navbar-nav .nav-link {
	font-weight: 600;
color: #3c4043;}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #ed5681;
}

.navbar-expand-lg .navbar-nav .nav-link.btn-satinal.is-bouncing:hover,
.navbar-expand-lg .navbar-nav .nav-link.btn-satinal.is-bouncing:active {
	color: #21bbcf;
}

.navbar-nav .nav-item {
	padding: 20px 4px 12px;
}

#header .container .logo img {
	height: 50px;
}

#header .container .navbar {
	padding: 0;
}

#header .container .navbar .navbar-toggler {
	position: relative;
	right: -30px;
}

.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 42px;
}

.hamRotate.active {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.line {
	fill: none;
	-webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	-o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #000;
	stroke-width: 5.5;
	stroke-linecap: round;
}

.ham8 .top {
	stroke-dasharray: 40 160;
}

.ham8 .middle {
	stroke-dasharray: 40 142;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

.ham8 .bottom {
	stroke-dasharray: 40 85;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
	transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
	-o-transition: transform 400ms, stroke-dashoffset 400ms;
	transition: transform 400ms, stroke-dashoffset 400ms;
	transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.ham8.active .top {
	stroke-dashoffset: -64px;
}

.ham8.active .middle {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ham8.active .bottom {
	stroke-dashoffset: -64px;
}

.btn-satinal {
	border: 1px solid #ccc;
	border-radius: 2rem;
}

.btn-satinal.is-bouncing {
	-webkit-animation: bounce 1.8s infinite;
	animation: bounce 1.8s infinite;
	border: 3px solid #ed5781;
	color: #ed5781;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(0) scale(1, 0.9);
		transform: translateY(0) scale(1, 0.9);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	73% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	96% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(0) scale(1, 0.9);
		transform: translateY(0) scale(1, 0.9);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
	73% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	96% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.09);
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}


/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/

#home-area {
	background-image: url(../gorseller/banner-big.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;padding: 80px 0 120px;
min-height: 75vh;}

.caption {
	padding-top: 25%;}

.caption h1 {
	font-weight: 600;
	margin-bottom: 30px;
	text-shadow: 2px 2px 0px #c9c7c8;
font-style: italic;}

.caption h5 {
	font-weight: 600;
	color: #ed5681;
	display: table;
	background: rgb(255 255 0 / 51%);
	padding: 0 10px;
}

.caption a {
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 30px rgba(231, 76, 60, 0.5);
	box-shadow: 0 6px 30px rgba(231, 76, 60, 0.5);
	padding: 14px 40px;
	border-radius: 4px;
	margin-top: 40px;
	color: #e74c3c;
	font-weight: 600;
	font-size: 18px;
	border-radius: 2rem;
}
.caption-img img.img-fluid {
	margin-top: 10vh;
}
#home-area.slider {
	background-image: none;
	background-color: #F9D2CD
}

.slide-single .caption-img img {
	max-width: 400px;
	margin: 50px auto 0;
}

.home-slider .owl-dots {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider .owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 4px 0;
	border: 2px solid #000
}

.home-slider .owl-dot.active {
	background-color: #000
}

.content__first {
	font-size: 52px;
	line-height: 52px;
margin-left: 2%;}
.redCaption {
	color: var(--color-1);
}
.content__changetTex {
	position: relative;
	font-size: 82px;
	line-height: 88px;
}

.content__container {
	position: relative;
	overflow: hidden;
	height: 74px;
	left: -3px;
	color: #3d90f0;
}

.content__container__list {
	margin: 0;
	padding: 0px;
	text-align: left;
	list-style: none;
	-webkit-animation-name: change;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: change;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

.content__container__list__item {
	line-height: 74px;
	margin: 0;
	padding: 0;
}

@-webkit-keyframes opacity {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes change {
	0%,
	12.66%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	16.66%,
	29.32% {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
	33.32%,
	45.98% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	49.98%,
	62.64% {
		-webkit-transform: translate3d(0, -75%, 0);
		transform: translate3d(0, -75%, 0);
	}
	66.64%,
	79.3% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	83.3%,
	95.96% {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

@keyframes opacity {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes change {
	0%,
	12.66%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	16.66%,
	29.32% {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
	33.32%,
	45.98% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	49.98%,
	62.64% {
		-webkit-transform: translate3d(0, -75%, 0);
		transform: translate3d(0, -75%, 0);
	}
	66.64%,
	79.3% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	83.3%,
	95.96% {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}


/*-------------------------------------------------------------------------------------
    brands area
---------------------------------------------------------------------------------------*/

.markaLink {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	background: white;
}

.markaLink img {
	position: relative;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	border-radius: 8px;
	width: 100%;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	opacity: .6;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#brands-area .markaLink img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}

#brands-area .markaLink img:hover, #brands-area .markaLink img:focus {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.markaLink img:hover,
.markaLink img:focus {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}


/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading h2 {
	font-weight: 600;
	margin: 0;
	line-height: 60px;
	text-align: center;
}

.section-heading h5 {
	position: relative;
	padding-left: 60px;
	padding-right: 10px;
	display: inline-block;
	background: rgb(255 235 59 / 50%);
}

.section-heading h5:before {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #e74c3c;
	left: 0;
	top: 12px;
	position: absolute;
}


/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
	padding: 60px 0 30px 0px;
	background-color: white;
	}
.product_card {
	background: #f0f2f5;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 30px;
	height: 60vh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding: 40px 20px;
}

.product_card p {font-size: 14px;line-height: 22px;margin: 55px auto 0;max-width: 720px;}

.product_card_3 {
	height: 80vh;
}

.product_card.product_card_3 .product_image img {height: 100%;margin-top: 25px;}

.product_header {
	font-size: 28px;
	font-weight: 800;
	font-style: italic;
}
.product_cta {
	border: 2px solid #494546;
	border-radius: 4px;
	margin: 20px auto
}
.product_image {
	
display: block;position: relative;width: 100%;height: 100%;}

.product_image img {display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 80%;object-fit: contain;}

.main_text {
	
font-size: 18px;font-weight: 500;text-align: center;padding: 20vh 20px 20vh;}

#referral-area {background: #f9f9fd;padding: 40px 0 10px;}

section#referral-area .swiper {margin: 0 0 40px;}

#referral-area .markaLink img {box-shadow: none;border: none;}

#referral-area a.markaLink {border-radius: 30px;}

.mt_heading {font-size: 32px;line-height: 40px;font-weight: 800;font-style: italic;text-shadow: 2px 2px 0px #c9c7c8;display: block;margin: 0 auto 0;}

.heading_icon {float: right;height: 42px;position: relative;top: 8px;filter: grayscale(.5);opacity: .8;}

section#about-area {
	background-image: url(../gorseller/bg-2.png);    
    background-repeat: no-repeat;
    background-position: 0 80px;
    background-size: 100% auto;
    padding: 60px 0 30px 0px;
}

.text_with_card {padding: 15vh 0;}
.servicee_card {background: #fafafe;padding: 30px;border-radius: 30px;margin-bottom: 30px;}

.service_heading {margin-bottom: 16px;}

.servicee_card ul li {font-size: 14px;line-height: 18px;margin-bottom: 12px;}

.servicee_card ul li:before {content: "+";margin-right: 12px;font-weight: 800;color: var(--color-1);}

.service_icon img {opacity: .3;height: 48px;margin: 0 0 20px;}

.service_heading .service_icon img {height: 32px;
    margin: 0;float: right;position: relative;top: -6px;}

.servicee_card p {font-size: 14px;line-height: 22px;}



#product-area.listing_list {
	margin: -100px auto 0;
	background: rgb(235 240 246 / 50%);
}

.listing_list .product_card {
    background: white;
}



/*-------------------------------------------------------------------------------------
    photo area
---------------------------------------------------------------------------------------*/



#photos-area {
	margin: 40px 0;
}

#photos-area h2 {
	margin: 0 auto 15px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

:root {
	--duration: 40s;
	--delay: 40s;
}

.user-photos_container {
	width: 100%;
	height: 100vh;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 50px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 100px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 50px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 100px 0px inset;
	background: -o-linear-gradient(135deg, #FFDC80, #FCAF45, #E1306C, #833AB4) 0% 0% / 400% 400%;
	background: linear-gradient(-45deg, #FFDC80, #FCAF45, #E1306C, #833AB4) 0% 0% / 400% 400%;
	-webkit-animation: 15s ease 0s infinite normal none running Gradient;
	animation: 15s ease 0s infinite normal none running Gradient;
	overflow: hidden;
}

.user-photos {
	background-color: transparent;
}

.photoFlow {
	position: relative;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 25rem;
	perspective: 25rem;
}

.photoFlow img {
	--duration: var(--duration);
	--name: float-up-1;
	position: absolute;
	top: 0;
	left: 0;
	width: 33vw;
	-webkit-transform: translateY(200vh);
	-ms-transform: translateY(200vh);
	transform: translateY(200vh);
	-webkit-animation: var(--name) var(--duration) linear infinite;
	animation: var(--name) var(--duration) linear infinite;
	-webkit-filter: drop-shadow(1px 2px 20px rgba(0, 0, 0, .33));
	filter: drop-shadow(1px 2px 20px rgba(0, 0, 0, .33));
	z-index: 1;
}

.photoFlow img:nth-child(1) {
	-webkit-animation-delay: -40s;
	animation-delay: -40s;
}

.photoFlow img:nth-child(2) {
	-webkit-animation-delay: -35s;
	animation-delay: -35s;
}

.photoFlow img:nth-child(3) {
	-webkit-animation-delay: -45s;
	animation-delay: -45s;
}

.photoFlow img:nth-child(4) {
	-webkit-animation-delay: -35s;
	animation-delay: -35s;
}

.photoFlow img:nth-child(5) {
	-webkit-animation-delay: -20s;
	animation-delay: -20s;
}

.photoFlow img:nth-child(6) {
	-webkit-animation-delay: -15s;
	animation-delay: -15s;
}

.photoFlow img:nth-child(7) {
	-webkit-animation-delay: -25s;
	animation-delay: -25s;
}

.photoFlow img:nth-child(8) {
	-webkit-animation-delay: -13s;
	animation-delay: -13s;
}

.photoFlow img:nth-child(9) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.photoFlow img:nth-child(10) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.photoFlow img:nth-child(11) {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
}

.photoFlow img:nth-child(12) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.photoFlow img:nth-child(13) {
	-webkit-animation-delay: -20s;
	animation-delay: -20s;
}

.photoFlow img:nth-child(14) {
	-webkit-animation-delay: -30s;
	animation-delay: -30s;
}

.photoFlow img:nth-child(15) {
	-webkit-animation-delay: -15s;
	animation-delay: -15s;
}

.photoFlow img:nth-child(16) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.photoFlow img:nth-child(17) {
	-webkit-animation-delay: -10s;
	animation-delay: -10s;
}

.photoFlow img:nth-child(18) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.photoFlow img:nth-child(19) {
	-webkit-animation-delay: -15s;
	animation-delay: -15s;
}

.photoFlow img:nth-child(20) {
	-webkit-animation-delay: -10s;
	animation-delay: -10s;
}

.photoFlow img:nth-child(21) {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
}

.photoFlow img:nth-child(22) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.photoFlow img:nth-child(1) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: -55vw;
	z-index: -3;
}

.photoFlow img:nth-child(2) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 6vw;
	z-index: -3;
}

.photoFlow img:nth-child(3) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 62vw;
	z-index: -3;
}

.photoFlow img:nth-child(4) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 115vw;
	z-index: -3;
}

.photoFlow img:nth-child(5) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: -48vw;
	z-index: -3;
}

.photoFlow img:nth-child(6) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 10vw;
	z-index: -3;
}

.photoFlow img:nth-child(7) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 58vw;
	z-index: -3;
}

.photoFlow img:nth-child(8) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 111vw;
	z-index: -3;
}

.photoFlow img:nth-child(9) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: -51vw;
	z-index: -3;
}

.photoFlow img:nth-child(10) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 1vw;
	z-index: -3;
}

.photoFlow img:nth-child(11) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 68vw;
	z-index: -3;
}

.photoFlow img:nth-child(12) {
	--name: float-up-3;
	--duration: calc(20s * 3);
	left: 118vw;
	z-index: -3;
}

.photoFlow img:nth-child(13) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: -14vw;
	z-index: -2;
}

.photoFlow img:nth-child(14) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: 33vw;
	z-index: -2;
}

.photoFlow img:nth-child(15) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: 88vw;
	z-index: -2;
}

.photoFlow img:nth-child(16) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: -10vw;
	z-index: -2;
}

.photoFlow img:nth-child(17) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: 36vw;
	z-index: -2;
}

.photoFlow img:nth-child(18) {
	--name: float-up-2;
	--duration: calc(20s * 2);
	left: 82vw;
	z-index: -2;
}

.photoFlow img:nth-child(19) {
	--name: float-up-1;
	--duration: calc(20s * 1);
	left: 13vw;
	z-index: -1;
}

.photoFlow img:nth-child(20) {
	--name: float-up-1;
	--duration: calc(20s * 1);
	left: 51vw;
	z-index: -1;
}

.photoFlow img:nth-child(21) {
	--name: float-up-1;
	--duration: calc(20s * 1);
	left: 13vw;
	z-index: -1;
}

.photoFlow img:nth-child(22) {
	--name: float-up-1;
	--duration: calc(20s * 1);
	left: 51vw;
	z-index: -1;
}

@-webkit-keyframes float-up-1 {
	from {
		-webkit-transform: translateY(120vh) translateZ(-10vh);
		transform: translateY(120vh) translateZ(-10vh);
	}
	to {
		-webkit-transform: translateY(-120vh) translateZ(-10vh);
		transform: translateY(-120vh) translateZ(-10vh);
	}
}

@keyframes float-up-1 {
	from {
		-webkit-transform: translateY(120vh) translateZ(-10vh);
		transform: translateY(120vh) translateZ(-10vh);
	}
	to {
		-webkit-transform: translateY(-120vh) translateZ(-10vh);
		transform: translateY(-120vh) translateZ(-10vh);
	}
}

@-webkit-keyframes float-up-2 {
	from {
		-webkit-transform: translateY(150vh) translateZ(-30vh);
		transform: translateY(150vh) translateZ(-30vh);
	}
	to {
		-webkit-transform: translateY(-150vh) translateZ(-30vh);
		transform: translateY(-150vh) translateZ(-30vh);
	}
}

@keyframes float-up-2 {
	from {
		-webkit-transform: translateY(150vh) translateZ(-30vh);
		transform: translateY(150vh) translateZ(-30vh);
	}
	to {
		-webkit-transform: translateY(-150vh) translateZ(-30vh);
		transform: translateY(-150vh) translateZ(-30vh);
	}
}

@-webkit-keyframes float-up-3 {
	from {
		-webkit-transform: translateY(180vh) translateZ(-50vh);
		transform: translateY(180vh) translateZ(-50vh);
	}
	to {
		-webkit-transform: translateY(-180vh) translateZ(-50vh);
		transform: translateY(-180vh) translateZ(-50vh);
	}
}

@keyframes float-up-3 {
	from {
		-webkit-transform: translateY(180vh) translateZ(-50vh);
		transform: translateY(180vh) translateZ(-50vh);
	}
	to {
		-webkit-transform: translateY(-180vh) translateZ(-50vh);
		transform: translateY(-180vh) translateZ(-50vh);
	}
}


/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

.about-single {
	padding: 80px 0;
	position: relative
}

.about-bg {
	background-image: url(../images/circle-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -25%;
	width: 50%;
	height: 100%
}

.about-bg.two {
	background-image: url(../images/shape-3.png);
}

.about-cont h5 {
	position: relative;
	padding-left: 40px
}

.about-cont h5:before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #e74c3c;
	left: 0;
	top: 12px;
	position: absolute;
}

.about-cont {
	padding-left: 30px;
}

.about-cont.right {
	padding-left: 0px;
	padding-right: 30px
}

.about-cont h2 {
	margin: 0 0 20px;
}

.about-cont ul {
	margin: 25px 0 0;
}

.about-cont li {
	padding: 6px 0;
	color: #63688e;
}

.about-cont h3 {
	font-weight: 700;
	margin: 18px 0 0;
}

.about-cont a {
	display: inline-block;
	background-color: #fe5b4a;
	padding: 12px 30px;
	margin: 40px 0 0;
	color: #fff;
	font-weight: 600;
}

.about-cont a:hover {
	background-color: #d92310;
}

.about-img {
	background-color: #fde7e9;
	padding: 90px 0
}

.about-img.bg1 {
	background-color: #4c55c4;
}

.about-img.bg3 {
	background-color: #acfbe8;
}


/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
	padding: 40px 0 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
}

.video-area-bg {
	position: absolute;
	right: 0;
	top: 42px;
	width: 50%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/circle-3.png);
}
.video-box-title {
	position: absolute;
	left: -100px;
	right: 100px;
	margin: auto;
	top: 14px;
	font-size: 22px;
	font-weight: 600;
	color: #fe5b4a;
}
.video-box {
	padding: 135px 0;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-image: url(../images/zeka-kartlari-nedir.jpg);
	margin-left: -100px;
	margin-top: 60px;
	-webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 10%), 0px 0px 50px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 10%), 0px 0px 50px 0px rgb(0 0 0 / 10%);
	background-color: rgb(255 255 255 / 80%);
	height: 440px;
}

.video-cont {
	background-color: rgb(255 255 255 / 80%);
	-webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 10%), 0px 0px 50px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 10%), 0px 0px 50px 0px rgb(0 0 0 / 10%);
	padding: 50px 150px 50px 50px;
	border-radius: 8px;
}

.video-cont h2 {
	font-weight: 700;
	margin: 0 0 20px;
	color: #8484ff;
	background: rgb(255 255 0 / 50%);
	padding: 0 15px;
	display: inline-block;
}

.video-box a {
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 110px;
	padding: 0 28px;
	background-color: #fe5b4a;
	color: #fff !important;
	position: relative;
}

.video-box a:hover {
	background-color: #d92310;
	color: #fff;
}

.video-box a:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	height: 120px;
	width: 120px;
	border: 3px solid #fe5b4a;
	border-radius: 50%;
	-webkit-animation: icon-bubble 1s infinite forwards linear;
	animation: icon-bubble 1s infinite forwards linear;
}

.video-box a:before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	height: 120px;
	width: 120px;
	border: 3px solid #fe5b4a;
	border-radius: 50%;
	-webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
	animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon-bubble {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: .3;
	}
	25% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.55;
	}
	75% {
		-webkit-transform: scale(1.32);
		transform: scale(1.32);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes icon-bubble {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.55;
	}
	75% {
		-webkit-transform: scale(1.32);
		transform: scale(1.32);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}


/*-------------------------------------------------------------------------------------
    Cards area
---------------------------------------------------------------------------------------*/

#cards-area {
	padding: 0 0 80px;
	background: #f8f8ff;
	background: #fbf6f2;
}

#cards-area .section-heading h2 {
	text-align: left;
}

#cards-area .video-cont h2 {
	font-size: 26px;
}

#cards-area .video-cont p {
	font-size: 22px;
	line-height: 1.8;
}

.swpire_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swpier_guide {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(30deg);
	-ms-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation: handMove 3s infinite;
	animation: handMove 3s infinite;
}

@-webkit-keyframes handMove {
	0% {
		-webkit-transform: translateX(-50%) rotate(30deg);
		transform: translateX(-50%) rotate(30deg);
	}
	50% {
		-webkit-transform: translateX(-50%) rotate(-30deg);
		transform: translateX(-50%) rotate(-30deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(30deg);
		transform: translateX(-50%) rotate(30deg);
	}
}

@keyframes handMove {
	0% {
		-webkit-transform: translateX(-50%) rotate(30deg);
		transform: translateX(-50%) rotate(30deg);
	}
	50% {
		-webkit-transform: translateX(-50%) rotate(-30deg);
		transform: translateX(-50%) rotate(-30deg);
	}
	100% {
		-webkit-transform: translateX(-50%) rotate(30deg);
		transform: translateX(-50%) rotate(30deg);
	}
}

#swpier_hand {
	display: block;
	width: 64px;
	-webkit-animation: handOpacity 8s infinite;
	animation: handOpacity 8s infinite;
}

@-webkit-keyframes handOpacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes handOpacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.swpier_baby-container {
	position: absolute;
	z-index: 1;
	bottom: -96%;
	right: -33%;
}

.swpier_baby-container #swpier_baby {
	width: 420px;
}

.swpier_baby-text {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 55px;
}

#cards-area .swiper {
	width: 540px;
	height: 520px;
}

#cards-area .swiper.cardShows {
	float: left;
}

#cards-area .swiper.cardShows2 {
	width: 340px;
	height: 320px;
	top: 60px;
}

#cards-area .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 18px;
	font-family: arial;
	font-size: 70px;
	font-weight: 500;
	color: black;
	background: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%), 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

#cards-area .swiper-slide .carInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#cards-area .swiper-slide .carInner p {
	line-height: initial;
	color: black;
}

#cards-area .swiper-slide .carInner p:first-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid black;
}

#cards-area .cardShows2 .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.infographic-container {
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 140px 10px 140px;
	margin: 0 auto;
}

.infographic-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 10px 10px 15px 0px rgb(0 0 0 / 10%);
	box-shadow: 10px 10px 15px 0px rgb(0 0 0 / 10%);
	list-style: none;
	padding: 0;
	margin: 0;
}

.infographic-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	width: 25%;
	text-align: center;
	position: relative;
}

.infographic-fill {
	height: 26px;
	color: #ffffff;
	position: relative;
}

.blue {
	background: #ffb9cd;
}

.orange {
	background: #87f1ff;
}

.infographic-step {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border: 20px solid;
	-webkit-box-shadow: 0 0 0 4px #ffffff;
	        box-shadow: 0 0 0 4px #ffffff;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.blue .infographic-step {
	border-color: #ffb9cd;
	color: #a5a8be;
}

.orange .infographic-step {
	border-color: #87f1ff;
}

.infographic-step::before {
	position: absolute;
	height: 35px;
	background: black;
	width: 3px;
	content: "";
	bottom: calc(100% + 7px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.infographic-step::after {
	position: absolute;
	content: "";
	bottom: calc(100% + 42px);
	width: 9px;
	height: 9px;
	background: black;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.blue .infographic-step::before,
.blue .infographic-step::after {
	background: #ffb9cd;
}

.orange .infographic-step::before,
.orange .infographic-step::after {
	background: #87f1ff;
}

.infographic-col:nth-child(2n) .infographic-step::before {
	bottom: auto;
	top: calc(100% + 7px);
}

.infographic-col:nth-child(2n) .infographic-step::after {
	bottom: auto;
	top: calc(100% + 42px);
}

.infographic-text {
	width: 160%;
	position: absolute;
	bottom: 100%;
	-webkit-transform: translateY(-140%);
	    -ms-transform: translateY(-140%);
	        transform: translateY(-140%);
	left: 0;
	text-align: left;
}

.infographic-text p {
	line-height: 1.5;
	margin: 0;
}

.infographic-col:nth-child(2n) .infographic-text {
	bottom: auto;
	top: 140%;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	left: -30%;
}

.infographic-col:first-child .infographic-fill::before,
.infographic-col:last-child .infographic-fill::after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 9px;
	border-color: transparent transparent transparent #fbf6f2;
	left: 0;
	top: 0;
	content: "";
}

.infographic-col:last-child .infographic-fill::after {
	border-color: transparent transparent transparent #87f1ff;
	right: -9px;
	left: auto;
}



.semicircle-infographic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 42%;
	margin-top: -15%;
}

.semicircle-infographic .center-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 250px;
	min-height: 250px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: -125px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.semicircle-infographic .center-circle .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
	padding: 10px;
}

.semicircle-infographic .center-circle .content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 2rem;
	color: #C70039;
}

.semicircle-infographic .center-circle .content p {
	margin: 0px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.semicircle-infographic {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		transform-origin: right;
		margin-right: 12%;
	}
}

@media (max-width: 480px) {
	.semicircle-infographic {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.semi-circle-container {
	min-width: 290px;
	padding: 50px 0px;
	overflow: hidden;
	position: relative;
}

.semi-circle-container .semi-circle {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	margin-left: -250px;
	position: relative;
	overflow: hidden;
}

.semi-circle-container .circle-section {
	position: absolute;
	width: 500px;
	height: 500px;
	-webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4);
	        box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.semi-circle-container .circle-section:nth-child(1) {
	background-color: #900C3E;
	left: 250px;
}

.semi-circle-container .circle-section:nth-child(2) {
	background-color: #C70039;
	-webkit-transform: rotate(45deg) translate(50%, -50%);
	    -ms-transform: rotate(45deg) translate(50%, -50%);
	        transform: rotate(45deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(3) {
	background-color: #FF5733;
	-webkit-transform: rotate(90deg) translate(50%, -50%);
	    -ms-transform: rotate(90deg) translate(50%, -50%);
	        transform: rotate(90deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(4) {
	background-color: #ff9800;
	-webkit-transform: rotate(135deg) translate(50%, -50%);
	    -ms-transform: rotate(135deg) translate(50%, -50%);
	        transform: rotate(135deg) translate(50%, -50%);
}

.semi-circle-container .inner-circle-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
}

.semi-circle-container .inner-circle-container .inner-circle {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 90px;
	height: 90px;
	background: #ffffff;
	border-radius: 50%;
	border: 5px solid;
	font-weight: bold;
	font-size: 24px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.semi-circle-container .inner-circle-container .inner-circle:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	    -ms-transform: translate(-50%, -50%) scale(1.2);
	        transform: translate(-50%, -50%) scale(1.2);
}

.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(1) {
	left: 28%;
	top: 12%;
	border-color: #900C3E;
	color: #900C3E;
}

.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(2) {
	left: 79%;
	top: 35%;
	border-color: #C70039;
	color: #C70039;
}

.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(3) {
	left: 79%;
	top: 66%;
	border-color: #FF5733;
	color: #FF5733;
}

.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(4) {
	left: 28%;
	top: 88%;
	border-color: #ff9800;
	color: #ff9800;
}

#news-area {
	padding: 0 0 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
}

#news-area .video-area-bg {
	right: 30px;
	top: 95px;
}

#news-area .video-cont h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 54px;
	margin: 0 0 20px;
	color: #8484ff;
	background: rgb(255 255 0 / 50%);
	padding: 0 15px;
	display: inline-block;
}

#news-area .video-cont p {
	font-size: 22px;
	line-height: 40px;
}

.semi-circle-container .inner-circle-container .inner-circle:before {
	content: "";
	position: absolute;
	z-index: 1000;
	left: -5px;
	top: -5px;
	height: 90px;
	width: 90px;
	border: 2px solid #ffb9cd;
	border-radius: 50%;
	-webkit-animation: icon-bubble 2s infinite forwards linear 0.5s;
	animation: icon-bubble 2s infinite forwards linear 0.5s;
}

.semi-circle-container .inner-circle-container .inner-circle:hover:before {
	display: none;
}


/*-------------------------------------------------------------------------------------
    comments area
---------------------------------------------------------------------------------------*/

#comments-area {
	width: 100%;
	-webkit-perspective: 800px;
	perspective: 800px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 50px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 100px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 50px 0px inset, rgba(0, 0, 0, 0.2) 0px 0px 100px 0px inset;
	background: -o-linear-gradient(135deg, #FFDC80, #FCAF45, #E1306C, #833AB4) 0% 0% / 400% 400%;
	background: linear-gradient(-45deg, #FFDC80, #FCAF45, #E1306C, #833AB4) 0% 0% / 400% 400%;
	-webkit-animation: 15s ease 0s infinite normal none running Gradient;
	animation: 15s ease 0s infinite normal none running Gradient;
	overflow: hidden;
}

#comments-area h2 {
	padding: 20px 0 0;
	color: white;
}

.testimonial-carousel {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 480px;
}

.testimonials-wrapper {
	width: 95%;
	max-width: 780px;
	margin: 0 auto;
}

.testimonials-wrapper p {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	padding: 30px;
	margin: 0 auto 40px;
	color: #000;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
	box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
}

.testimonials-blob,
.testimonials-img {
	border-radius: 100%;
}

.testimonials-img {
	position: relative;
	left: 50%;
	overflow: hidden!important;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin-left: -50px;
	-webkit-box-shadow: 0 0 0 5px #ffffff;
	box-shadow: 0 0 0 5px #ffffff;
	-webkit-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-filter: brightness(2);
	filter: brightness(2);
}

.testimonials-img img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.testimonial-carousel .swiper-slide-active .testimonials-img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.testimonials-person-info,
.testimonials-person-info p {
	text-align: center;
	color: #fff;
}

.testimonials-blob {
	position: relative;
	left: 65%;
	width: 3px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@-webkit-keyframes anim {
	0% {
		opacity: 0;
		-webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
		box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
	}
	50% {
		-webkit-box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
		box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
	}
	100% {
		opacity: 1;
		background: #fff;
		-webkit-box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
		box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
	}
}

@keyframes anim {
	0% {
		opacity: 0;
		-webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
		box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
	}
	50% {
		-webkit-box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
		box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
	}
	100% {
		opacity: 1;
		background: #fff;
		-webkit-box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
		box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
	}
}

.testimonial-carousel .swiper-slide-active .testimonials-blob {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: anim linear .5s;
	animation: anim linear .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.testimonial-carousel {
	overflow: hidden;
}

.testimonial-carousel:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.testimonial-carousel .single-testimonial {
	overflow: hidden;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
}

.testimonial-carousel .single-testimonial.swiper-slide-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-testimonial {
	text-align: center;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#comments-area .swiper-pagination-bullet-active {
	background-color: #ffffff;
}


/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
	padding: 55px 0 100px;
}

.product-single h3 {
	font-weight: 600;
}

.product-cont {
	padding: 30px 0 0;
}

.product-cont h4 {
	font-weight: 600;
	margin: 10px 0 0;
	color: #63688e
}

.product-cont h3 {
	font-weight: 700;
	margin: 10px 0 10px;
	font-size: 26px;
	color: #e74c3c
}

.product-cont a {
	display: inline-block;
	border: 2px solid #63688e;
	padding: 12px 40px;
	font-weight: 600;
	margin: 20px 0 0;
	color: #63688e
}

.product-cont a:hover {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #fff
}


/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/

#newsletter-area {
	padding: 50px 0 100px
}

.newsletter-form input {
	height: 60px;
	background-color: #fff;
	border: 0;
	padding-left: 60px;
	border-radius: 30px;
	-webkit-box-shadow: 0 3px 30px #e6f0fa;
	box-shadow: 0 3px 30px #e6f0fa;
}

.newsletter-form .input {
	position: relative;
}

.newsletter-form .input i {
	position: absolute;
	left: 30px;
	top: 21px;
	color: #e74c3c;
	font-size: 22px;
}

.newsletter-form button {
	position: absolute;
	right: 7px;
	top: 5px;
	background-color: #e74c3c;
	border: 0;
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	outline: 0
}

.newsletter-form button:hover {
	background-color: #d92310;
}


/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/

#testimonial-area {
	padding: 50px 0 20px;
	background-image: url(../images/shape-3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top
}

.testi-comment {
	background-color: #f5f7ff;
	padding: 15px;
	border-radius: 10px;
	position: relative;
}

.testi-comment:after {
	content: '';
	position: absolute;
	left: 15px;
	bottom: -18px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #f5f6ff;
}

.client-img {
	float: left;
	width: 20%;
}

.client-details {
	float: left;
	width: 80%;
	padding-left: 20px;
}

.client-img img {
	border-radius: 50%;
	border: 2px solid #e74c3c;
}

.client-info {
	padding-top: 30px;
}

.client-details h5 {
	font-weight: 600;
	margin: 0 0 4px;
	color: #e74c3c
}


/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/

#faq-area {
	padding: 100px 0 50px;
	background-image: url(../images/shape-2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

.card {
	background-color: #f8f9fd;
	margin: 0 0 10px;
	border: 0
}

.card-body {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #63688e;
}

.card-header {
	border: 0
}

.card-header:before {
	content: '\efc1';
	font-family: 'icofont';
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 12px;
	color: #63688e
}

.card-header.active:before {
	content: '\ef99';
	color: #63688e
}

.card-header h5 a {
	font-weight: 600;
	font-size: 16px;
	display: block;
	padding-left: 28px;
	color: #63688e
}


/*-------------------------------------------------------------------------------------
    blog area
---------------------------------------------------------------------------------------*/

#blog-area {
	padding: 80px 0 50px
}

.blog-single h6 a {
	display: inline-block;
	color: #6f7498;
	font-size: 14px
}

.blog-single h6 small {
	padding: 0 10px;
	color: #555
}

.blog-single h6 {
	margin-top: 25px;
}

.blog-single h3 {
	font-weight: 600;
	line-height: 36px;
	margin-top: 15px;
}

.blog-single h3 a {
	color: #63688e
}

.blog-single h3 a:hover {
	color: #fe5b4a
}


/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/

#contact-area {
	padding: 60px 0 120px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f0f2f5;
	border-radius: 30px;
	margin: 0 2vw 2vh;
}

section#contact-area iframe {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 30px;
}

.iletisim_card {
    text-align: center;
    font-weight: 600;
    background: white;
    border-radius: 30px;
    padding: 2vh;
}

.iletisim_text.iletisim_text_red {
	color: var(--color-1);
}

.contact-info-single h6 {
	font-weight: 500;
	color: #e74c3c
}

.contact-social li {
	display: inline-block;
}

.contact-social li a {
	display: block;
	background-color: #3b5998;
	color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	border-radius: 4px;
}

.contact-social li a.tw {
	background-color: #55acee;
}

.contact-social li a.lk {
	background-color: #0077b5;
}

.contact-social li a.pn {
	background-color: #bd081c;
}

.contact-social {
	margin-top: 40px;
}

.contact-social h3 {
	font-weight: 600;
	margin-bottom: 20px;
}


/*-------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------*/

#footer {
	background-color: #1c1c1c;
	overflow: hidden;
	padding: 40px 0;
}

#footer p {
	font-weight: 600;
}

#footer p a {
	color: #e74c3c
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
	z-index: 10000;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background: rgb(255 227 153);
	color: #65524c;
	padding: 15px 20px;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	border-radius: 8px;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover {
	background: rgb(135 241 255);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

img#cis-load-img {
	display: block;margin: auto;
	padding: 30px;
}

/*-------------------------------------------------------------------------------------
    demo content
---------------------------------------------------------------------------------------*/

.demo-header {
	padding: 100px 0;
}

.demo-header h2 {
	font-weight: 700;
}

.demo-header a {
	display: inline-block;
	background-color: #e74c3c;
	padding: 12px 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	margin: 20px 0 0;
}

.demo-img {
	-webkit-box-shadow: 0 16px 32px rgba(166, 188, 233, 0.2);
	box-shadow: 0 16px 32px rgba(166, 188, 233, 0.2);
	border: 1px solid #e6f0fa;
	border-radius: 10px;
	overflow: hidden;
}

.demo-items {
	padding: 0 0 120px;
}

.demo-single a.btn {
	display: inline-block;
	border: 2px solid #e74c3c;
	color: #e74c3c;
	padding: 12px 30px;
	border-radius: 4px;
	margin: 20px 0 0;
	font-weight: 600;
}

.demo-single a.btn:hover {
	color: #fff;
	background-color: #e74c3c
}

.demo-single h3 {
	margin: 30px 0 8px;
	font-weight: 700;
}


/*-------------------------------------------------------------------------------------
    modal style
---------------------------------------------------------------------------------------*/

#shade {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
}

.modallize {
	opacity: 0;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 10px auto;
	z-index: 3;
	width: 0;
	max-width: 600px;
	height: 0;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	-webkit-transition: border-radius .5s, width .5s, height .5s;
	-o-transition: border-radius .5s, width .5s, height .5s;
	transition: border-radius .5s, width .5s, height .5s;
}

.modallize .maintext {
	display: inline-block;
	margin: 20px;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 30px;
}

.modallize .description {
	display: inline-block;
	margin-left: 20px;
}

.modallize .opt {
	right: -50%;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin: 30px;
	margin-right: 0px;
	cursor: pointer;
	padding: 10px;
}

.modallize .opt:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.modallize .blue {
	color: #304FFE;
}

.modallize .content {
	opacity: 0;
	-webkit-transition: opacity .5s .3s;
	-o-transition: opacity .5s .3s;
	transition: opacity .5s .3s;
	visibility: hidden;
}


.popup {
    display: block;
    position:
    fixed;
    top:0px;
    left:0px;
	  bottom:0px;
	  right:0px;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    z-index:100000000000000000;
}

.popupcontent {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10vh;
    bottom: 10vh;
    width: 50vw;
	max-width: 720px;
    margin: auto;
    overflow: auto;
}

.popupself {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    background: white;
}

.popupself img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 18px;
}

.popupself iframe {
    width: 100% !important;
    height: 50vh !important;
    background: black;
}

.popup_bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(15px);
    transition: all .5s;
}
.popupcancel {
    display: block;
    cursor:
    pointer;
    position: absolute;
    right: 2vw;
    top: 2vh;margin:0;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #d71a21;
    text-align:
    center;
    font-size: 26px;
    color:
    white;
    border-radius:3px;
    z-index:100000000000000000;
}
.popupcancel:hover {
    background:rgb(255,50,50);
}

/*-----------------------------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
    only full desktop desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 1442px) {
	#brands-area {
		padding: 0 0 40px 0;
		margin-top: 0px !important;
	}
	
	@-webkit-keyframes animation-bg {
		0% {
			background-position: 0 -10vh;
		}
		50% {
			background-position: 0 -15vh;
		}
		100% {
			background-position: 0 -10vh;
		}
	}

	@keyframes animation-bg {
		0% {
			background-position: 0 -10vh;
		}
		50% {
			background-position: 0 -15vh;
		}
		100% {
			background-position: 0 -10vh;
		}
	}
}


/*--------------------------------------------------------------
    only medium desktop desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {

}


/*--------------------------------------------------------------
    only mini desktop desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 1201px) and (max-width: 1366px) {

}


/*--------------------------------------------------------------
    only micro desktop desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {

}


/*--------------------------------------------------------------
    all desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 992px) {
	#brands-area {
		padding: 0 0 40px 0;
		margin-top: -80px;
	}
	#header .container .logo {
		position: relative;
		left: -15px;
	}
	.navbar-expand-lg .navbar-nav .nav-link.btn-satinal.is-bouncing {
		padding-right: 2rem;
		padding-left: 2rem;
		position: relative;
		top: -2px;
	}
}


/*--------------------------------------------------------------
    only small desktop
---------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/*--------------------------------------------------------------
    all tablet and mobile
---------------------------------------------------------------*/

@media only screen and (max-width: 991px) {}


/*--------------------------------------------------------------
    only tablet
---------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#header .container .navbar .navbar-toggler {
		right: -50px;
	}
	#header .container .logo {
		position: relative;
		left: -15px;
	}
	#navbarContent {
		background-color: #fff;
	}
	.navbar-nav {
		padding: 20px 30px;
	}
	.navbar-nav .nav-item {
		padding: 4px 10px;
	}
	.caption {
		padding-top: 30px;
	}
	.caption h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.about-cont {
		padding-left: 0;
	}
	.about-cont.right {
		padding-left: 0px;
		padding-right: 0;
	}
	#product-area {
		padding: 50px 0 20px;
	}
	.about-single {
		padding: 55px 0;
	}
	.video-cont {
		padding: 50px 76px 50px 30px;
	}
	#newsletter-area {
		padding: 50px 0 60px;
	}
	#video-area {
		padding: 40px 0 60px;
	}
	.why-chose-cont {
		padding-left: 0;
	}
	#product-area {
		padding: 55px 0 70px;
	}
	#blog-area {
		padding: 50px 0;
	}
	#contact-area {
		padding: 49px 0 110px;
	}
}

/*--------------------------------------------------------------
    only mobile
----------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	.modallize {
		max-width: 65vw;
		max-height: 60vh;
	}
	
	.modallize iframe {
	    width: 65vw;
	    height: 60vh;
	}
	#footer {
		padding: 40px 0 140px;
	}
	#comments-area .swiper-pagination-bullet-active {
		background-color: #e23e67;
	}
	.scrolltop {
		bottom: 65px;
	}
	.testimonial-carousel {
		height: 520px;
	}
	
	.testimonials-wrapper p {
	    font-size: 12px;
	    line-height: 18px;
	    padding: 10px;
	}
	.swpier_baby-text {
		left: 0;
		width: 100%;
		top: 15px;
	}

	.swpier_baby-text p {
	    text-align: center;
	    display: block;
	}
	#cards-area .swiper-slide {
		font-size: 42px;
	}
	#cards-area .swiper.cardShows {
		width: 80vw;
		height: 74vw;
	}

	#cards-area .swiper.cardShows2 {
	    width: 60vw;
	    height: 50vw;
	}
	
	.swpier_baby-container {
	    right: 0;
	}
	
	.swpier_baby-container #swpier_baby {
	    width: 50vw;
	}
	#home-area {
		padding: 5rem 0 0;
	}
	#photos-area {
		margin: auto;
	}
	.user-photos_container {
		height: 50vh;
	}
	.photoFlow {
		height: 50vh;
	}
	@-webkit-keyframes float-up-1 {
		from {
			-webkit-transform: translateY(70vh) translateZ(-10vh);
			transform: translateY(70vh) translateZ(-10vh);
		}
		to {
			-webkit-transform: translateY(-70vh) translateZ(-10vh);
			transform: translateY(-70vh) translateZ(-10vh);
		}
	}

	@keyframes float-up-1 {
		from {
			-webkit-transform: translateY(70vh) translateZ(-10vh);
			transform: translateY(70vh) translateZ(-10vh);
		}
		to {
			-webkit-transform: translateY(-70vh) translateZ(-10vh);
			transform: translateY(-70vh) translateZ(-10vh);
		}
	}

	@-webkit-keyframes float-up-2 {
		from {
			-webkit-transform: translateY(90vh) translateZ(-30vh);
			transform: translateY(90vh) translateZ(-30vh);
		}
		to {
			-webkit-transform: translateY(-90vh) translateZ(-30vh);
			transform: translateY(-90vh) translateZ(-30vh);
		}
	}

	@keyframes float-up-2 {
		from {
			-webkit-transform: translateY(90vh) translateZ(-30vh);
			transform: translateY(90vh) translateZ(-30vh);
		}
		to {
			-webkit-transform: translateY(-90vh) translateZ(-30vh);
			transform: translateY(-90vh) translateZ(-30vh);
		}
	}

	@-webkit-keyframes float-up-3 {
		from {
			-webkit-transform: translateY(120vh) translateZ(-50vh);
			transform: translateY(120vh) translateZ(-50vh);
		}
		to {
			-webkit-transform: translateY(-120vh) translateZ(-50vh);
			transform: translateY(-120vh) translateZ(-50vh);
		}
	}

	@keyframes float-up-3 {
		from {
			-webkit-transform: translateY(120vh) translateZ(-50vh);
			transform: translateY(120vh) translateZ(-50vh);
		}
		to {
			-webkit-transform: translateY(-120vh) translateZ(-50vh);
			transform: translateY(-120vh) translateZ(-50vh);
		}
	}
	#header .container .navbar .navbar-toggler {
		right: -40px;
	}

	.section-heading h2 {
		font-size: 28px;
		line-height: 60px;
		padding: 0;
	}

	
	#comments-area h2 {
	    padding: 0 0 30px;
	}
	
	#news-area .section-heading h2 {
	    text-align: center !important;
	    font-size: 24px;
	    line-height: 32px;
	}
	
	#news-area {
	    padding: 0;
	}
	
	#news-area .video-cont h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
	
	#cards-area .section-heading h2 {
	    text-align: center;
	}
	#photos-area h2 {
		font-size: 22px
	}
	
	.video-cont h2 {
	    font-size: 24px;
	}
	
	.video-cont p {
	    font-size: 14px;
	    line-height: 22px;
	}
	
	#news-area .video-cont p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.section-heading p {
		font-size: 12px;
		line-height: 18px;
	}
	#header .container {
		padding: 0 5px;
	}
	.caption {
		text-align: center;
		padding: 0 0 20px;
	}
	.caption-img img {
		height: calc(85vh - 100vw);
		object-fit: contain;
	}
	#header .container .logo img {
		height: 28px;
	}
	.caption a {
		padding: 12px 30px;
		margin: 0;
		font-size: 16px;
		width: auto;
		position: fixed;
		left: 20px;
		right: 20px;
		bottom: 20px;
		z-index: 1000;
	}
	.caption h1 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 50px;
		text-align: left;
	}
	.caption h5 {
		text-align: left;
		font-size: 14px;
	}
	.content__first {
		font-size: 20px;
		line-height: 24px;
	}
	.content__changetTex {
		font-size: 42px;
		line-height: 48px;
	}
	.content__container {
		height: 54px;
	}
	.content__container__list__item {
		line-height: 54px;
	}
	.infographic-container {
		padding: 110px 0 0;
		margin: 0 0 0 40px;
	}
	.infographic-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.infographic-col {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.infographic-text,
	.infographic-col:nth-child(2n) .infographic-text {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		left: calc(100%);
		width: 200px;
	}
	.infographic-fill {
		height: 100px;
		width: 26px;
	}
	.infographic-step::before,
	.infographic-col:nth-child(2n) .infographic-step::before {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 35px;
		height: 3px;
		left: calc(100% + 7px);
	}
	.infographic-step::after,
	.infographic-col:nth-child(2n) .infographic-step::after {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		left: calc(100% + 42px);
	}
	.infographic-col:first-child .infographic-fill::before,
	.infographic-col:last-child .infographic-fill::after {
		content: none;
	}
}

/*--------------------------------------------------------------
    only large mobile
----------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#navbarContent {
		background-color: #fff;
	}
	.navbar-nav {
		padding: 20px 30px;
	}
	.navbar-nav .nav-item {
		padding: 4px 10px;
	}
	.caption {
		text-align: center;
		padding: 0 0 60px;
	}
	.caption h1 {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 50px;
	}
	.caption h2 {
		font-size: 30px;
	}
	.caption a {
		padding: 12px 30px;
		margin-top: 22px;
		font-size: 16px;
	}
	.caption-img img {
		max-width: 300px;
	}
	.slide-single .caption-img img {
		max-width: 300px;
		margin: 0px auto 50px;
	}
	.slide-single .caption {
		padding: 0
	}
	.home-slider .owl-dots {
		top: auto;
		width: 100%;
		text-align: center;
		bottom: -66px;
		right: 0
	}
	.home-slider .owl-dot {
		width: 12px;
		height: 12px;
		margin: 4px;
		display: inline-block
	}
	.section-heading h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.feature-single {
		margin: 0 0 60px;
	}
	#product-area {
		padding: 50px 0 30px;
	}
	.about-cont {
		padding-left: 0;
		margin: 50px 0;
	}
	.about-cont.right {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about-single {
		padding: 0;
	}
	.about-single.right {
		margin-bottom: 80px;
	}
	.input.name {
		margin: 0 0 15px;
	}
	#newsletter-area {
		padding: 50px 0;
	}
	.video-cont {
		padding: 30px 20px;
	}
	.video-box {
		margin-left: 0;
	}
	#video-area {
		padding: 40px 0 60px;
	}
	.why-chose-cont {
		padding: 40px 0 0;
	}
	.testi-single {
		padding: 0 40px;
	}
	#blog-area {
		padding: 40px 0 0px;
	}
	.blog-single {
		margin: 0 0 50px;
	}
	.contact-info-single {
		margin: 0 0 30px;
	}
	.contact-social li a {
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	#contact-area {
		padding: 60px 0 100px;
	}
}


/*--------------------------------------------------------------
   only medium mobile
----------------------------------------------------------------*/

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#navbarContent {
		background-color: #fff;
	}
	.navbar-nav {
		padding: 20px 30px;
	}
	.navbar-nav .nav-item {
		padding: 4px 10px;
	}
	.caption h2 {
		font-size: 30px;
	}
	.slide-single .caption-img img {
		max-width: 300px;
		margin: 0px auto 50px;
	}
	.home-slider .owl-dots {
		top: auto;
		width: 100%;
		text-align: center;
		bottom: -66px;
		right: 0
	}
	.home-slider .owl-dot {
		width: 12px;
		height: 12px;
		margin: 4px;
		display: inline-block
	}
	.slide-single .caption {
		padding: 0
	}
	.feature-single {
		margin: 0 0 60px;
	}
	#product-area {
		padding: 50px 0 30px;
	}
	.about-cont {
		padding-left: 0;
		margin: 50px 0;
	}
	.about-cont.right {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about-single {
		padding: 0;
	}
	.about-single.right {
		margin-bottom: 80px;
	}
	.input.name {
		margin: 0 0 15px;
	}
	#newsletter-area {
		padding: 50px 0;
	}
	.video-cont {
		padding: 30px 20px;
	}
	.video-box {
		margin-left: 0;
		margin-top: 80px;
	}
	.video-box-title {
		left: 0;
		right: 0;
		top: 24px;
	}
	#video-area {
		padding: 40px 0 60px;
	}
	.why-chose-cont {
		padding: 40px 0 0;
	}
	.testi-single {
		padding: 0 40px;
	}
	#blog-area {
		padding: 40px 0 0px;
	}
	.blog-single {
		margin: 0 0 50px;
	}
	.contact-info-single {
		margin: 0 0 30px;
	}
	.contact-social li a {
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	#contact-area {
		padding: 60px 0 100px;
		border-radius: 16px;
	}
}


/*--------------------------------------------------------------
    only small mobile
----------------------------------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#navbarContent {
		background-color: #fff;
	}
	.navbar-nav {
		padding: 20px 30px;
	}
	.navbar-nav .nav-item {
		padding: 4px 10px;
	}
	.caption {
		text-align: center;
		padding: 0 0 60px;
	}
	.caption h1 {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 50px;
	}
	.caption h2 {
		font-size: 30px;
	}
	.caption a {
		padding: 12px 30px;
		margin-top: 22px;
		font-size: 16px;
	}
	.caption-img img {
		max-width: 250px;
	}
	.slide-single .caption-img img {
		max-width: 250px;
		margin: 0px auto 50px;
	}
	.slide-single .caption {
		padding: 0
	}
	.home-slider .owl-dots {
		top: auto;
		width: 100%;
		text-align: center;
		bottom: -66px;
		right: 0
	}
	.home-slider .owl-dot {
		width: 12px;
		height: 12px;
		margin: 4px;
		display: inline-block
	}
	.section-heading h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.feature-single {
		margin: 0 0 60px;
	}
	#product-area {
		padding: 50px 0 30px;
	}
	.about-cont {
		padding-left: 0;
		margin: 50px 0;
	}
	.about-cont.right {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about-single {
		padding: 0;
	}
	.about-single.right {
		margin-bottom: 80px;
	}
	.input.name {
		margin: 0 0 15px;
	}
	#newsletter-area {
		padding: 50px 0;
	}
	.video-cont {
		padding: 30px 20px;
	}
	.video-box {
		margin-left: 0;
	}
	#video-area {
		padding: 40px 0 60px;
	}
	.why-chose-cont {
		padding: 40px 0 0;
	}
	.testi-single {
		padding: 0 40px;
	}
	#blog-area {
		padding: 40px 0 0px;
	}
	.blog-single {
		margin: 0 0 50px;
	}
	.contact-info-single {
		margin: 0 0 30px;
	}
	.contact-social li a {
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	#contact-area {
		padding: 60px 0 100px;
	}
}



@media only screen and (min-width: 411px) and (max-width: 480px) {

}
@media only screen and (min-width: 371px) and (max-width: 410px) {

}
@media only screen and (min-width: 361px) and (max-width: 370px) {

}
@media only screen and (max-width: 359px) {

}


@media (orientation: portrait) {
	#home-area {
		min-height: 50vh;
	}
	section#brands-area {
		margin: 5vh auto 0;
	}
	.caption-img.animation-jump_ex img.img-fluid {
		margin-top: 0;
	}
	section#home-area.listing_home {
		min-height: unset;
	}
	#product-area.listing_list {
		margin: auto;
	}
	section#home-area.listing_home .caption-img {
		display: none;
	}
	.product_card {
		height: auto;
	}
	.product_card p {
		margin: 15px auto 0;
	}
	.product_image {
		min-height: 60vw;
		margin: 0 auto 20px;
	}
	.section-heading h2 {
		margin: 0!important;
	}
	.heading_icon.mt-5 {
		margin: 0!important;
	}
	.iletisim_card {
		border-radius: 14px;
	}
	section#contact-area iframe {
	    border-radius: 14px;
	}
	.popupcontent {
		width: 96vw;
	}
	.popupself iframe {
	    height: 73vw !important;
	}
}
