body {
	background-color: #fff !important;
	font-family: Metropolis, sans-serif;
}
#header {
	justify-content: space-between;
}
.navbar-expand-lg a img {
	width: 70%;
	height: 28px;
	margin-left: 4rem;
}
.collapse.show {
	display: flex;
	flex-direction: column;
}
.nav-link {
	color: #080411 !important;
}
.logo {
	width: 130px;
	height: 35px;
}
.navbar-nav li:first-child .nav-link {
	margin-right: 2rem;
	margin-left: 0;
}
.navbar-nav li:nth-child(2) .nav-link {
	margin-right: 2rem;
}
.navbar-nav li:nth-child(3) .nav-link {
	margin-right: 2rem;
}
.hero-btn {
	color: #45174f !important;
	background-color: #cda8d5 !important;
	width: 84px;
	border-color: none !important;
	box-shadow: none !important;
	padding: 0.375rem 1rem;
	margin-right: 1rem;
}
.navbar-light .navbar-toggler {
	background-color: #fff;
}

/* header end */

/*about-section start*/
.about-page {
	margin-top: 4rem;
}
.about p span {
	font-weight: 700;
}
/*about-section end*/

/* hero start */

#hero-text h2 span {
	font-size: 55px;
	background: linear-gradient(140deg, #a58eee, #c1adf5) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
}
#hero-text h2 {
	color: #080411;
	font-size: 60px;
	line-height: 4rem;
}
#hero-text h5 {
	color: #080411;
	font-size: 15px;
	margin-top: 1rem;
}
#hero-text .hero-contact {
	margin-top: 2rem;
}
.btn-contact {
	margin: 0;
}
#hero-logo {
	height: 138px;
	margin-top: 3rem;
}
table.no-border,
table.no-border tr,
table.no-border td {
	border: none !important;
}
.hero {
	display: flex;
	margin-top: 3rem;
}
#hero h2 span {
	color: #866ae5;
	font-size: 47px;
	margin-left: 0rem;
}
#hero h2 {
	color: #fff;
	font-size: 53px;
	width: 70%;
	margin-bottom: 20px;
}
#hero h5 {
	color: #fff;
	font-size: 15px;
	width: 82%;
	margin-bottom: 2rem;
}
.hero-btn .btn {
	border: 2px solid #e14cc3;
}
#search .btn {
	color: #fff;
	background-color: #e14cc3;
}
.btn-contact .btn {
	border: 3px solid #cda8d5;
	margin: 0;
	color: #45174f !important;
	background-color: #cda8d5 !important;
	width: 84px;
	height: 53px;
	margin-right: 4rem;
	border-color: none !important;
	box-shadow: none !important;
	padding: 0.7rem 1rem;
	border-radius: 12px;
}
/* Dış kapsayıcı div */
.watch-video-button {
	display: inline-flex;
	align-items: center;
	border: 3px solid #45174f;
	border-radius: 12px;
	background: transparent;
	box-shadow: 0px 1px 3px 0px #bc64ff1a;
	box-shadow: 0px 5px 5px 0px #bc64ff17;
	box-shadow: 0px 12px 7px 0px #bc64ff0d;
	box-shadow: 0px 21px 9px 0px #bc64ff03;
	box-shadow: 0px 33px 9px 0px #bc64ff00;
	overflow: hidden;
	cursor: pointer;
	font-family: "Segoe UI", Tahoma, sans-serif;
}

/* "Watch Video" metni */
.watch-video-button .label {
	padding: 0px 8px;
	color: #45174f;
	font-size: 16px;
	font-weight: 500;
	width: 110px;
}

/* Oynat ikonunu saran iç kutu */
.watch-video-button .play-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #cda8d5;
	width: 40px;
	height: 40px;
	margin: 4px;
	border-radius: 8px;
}

#hero-img img {
	width: 80%;
}
#text {
	color: #080411;
	margin-top: 25px;
	margin-bottom: 2rem;
	text-align: center;
}
#hero-logo td {
	border: none;
	border-width: 0 !important;
}
.logo-track img {
	width: 16%;
	fill: #4e4b55;
}
.logo-carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
}
.logo-carousel::before,
.logo-carousel::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.logo-carousel:before {
	left: 0;
	top: 0;
}
.logo-carousel:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.logo-track {
	display: flex;
	animation: slideshow 15s linear infinite;
	position: relative;
	align-items: center;
}
.logo-track img {
	width: 150px;
	margin: 0 25px;
	flex-shrink: 0;
}

@keyframes slideshow {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* hero end */

/* features start */

#features {
	margin-top: 3rem;
}
.features-text span {
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}
.features-text h4 {
	font-size: 20px;
}
#features-title {
	color: #080411;
	margin-bottom: 2rem;
	font-size: 38px;
}
.features-icon {
	display: flex;
	flex-direction: row;
	text-align: center;
	margin-top: 15px;
}
#features-title02 {
	color: #080411;
}
.features-right img {
	width: 100%;
	margin-top: 10rem;
}
.features-left .img-2 {
	display: none;
}
.features-icon {
	padding-right: 0;
}
.features-area {
	background-color: #2c0735;
	margin-bottom: 1rem;
	border-radius: 8px;
	padding: 1rem;
}
.features-area:hover {
	background-color: #513a57;
	opacity: 0.8;
	transition: opacity 0.5s;
}
.features-btn {
	display: flex;
	flex-direction: row;
	text-align: center;
}
.work-btn {
	flex-direction: row;
	width: 160px !important;
	border: 2px solid #cda8d5;
	margin: 0;
	color: #45174f !important;
	background-color: #cda8d5 !important;
	border-color: none !important;
	box-shadow: none !important;
}

/* features end */

#section {
	display: flex;
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.section-img img {
	width: 60%;
	border-radius: 10px;
}
.section-img {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.section-title h2 {
	margin-bottom: 2rem;
	color: #080411;
	text-align: center;
}
.section-text h3,
h5 {
	color: #080411;
}
.section-text p {
	font-size: 15px;
}
.text01,
.text03 {
	margin-bottom: 5rem;
}

/* article start */
testimonal {
	display: flex;
}
.slider .comment {
	display: grid;
	grid-row-gap: 4rem;
}
.person {
	display: grid;
	grid-row-gap: 4rem;
}
.carousel {
	background-color: #461751;
	color: #fff;
	text-align: center;
	margin-bottom: 7rem;
	margin-left: 0;
	border-radius: 10px;
}
.carousel-item h5:first-child {
	line-height: 4.5;
	color: #fff;
}
.carousel-item h2 {
	line-height: 1.5;
}
.carousel-item h6:nth-child(3) {
	font-weight: 100;
	padding: 0 9rem;
}
.carousel-item .client h4 {
	font-size: 21px;
}
.carousel-item .client h6 {
	font-size: 16px;
	padding-left: 1rem;
}
.carousel-item .client h5 {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}
.customer {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.customer img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

/* article end*/

/*contact start*/
#contact {
	margin-bottom: 2rem;
	margin-top: -2rem;
}
/* .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
} */
#message {
	height: 100px;
}
.contact-send {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.btn-send {
	background-color: #cda8d5;
	color: #45174f;
}
/*contact end*/

#footer {
	background-color: #101232;
	padding: 0;
	line-height: 2;
}
.row li {
	color: #fff;
	list-style: none;
}
.row h4 {
	color: #fff;
}
#footer-logo img {
	width: 160px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.row ul {
	padding-left: 0 !important;
}
#footer-logo div a {
	margin-right: 1.5rem;
	color: #fff;
}
#footer-logo {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2.5rem;
}
#footer-social {
	margin-bottom: 10px;
}
.fa-linkedin {
	font-size: 25px;
}
.fa-youtube {
	font-size: 25px;
}
.fa-instagram {
	font-size: 25px;
}
#footer-links {
	margin-left: 0;
	margin-top: 4rem;
	padding: 0;
}
#footer-rules {
	margin-left: 0;
	margin-top: 4rem;
	padding: 0;
}
#footer-others {
	margin-top: 4rem;
	padding: 0;
}
.footer-rule {
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/* -------RESPONSİVE--------- */

@media (max-width: 992px) {
	.features-right {
		display: none;
	}
	.features-left .img-2 {
		display: flex;
		justify-content: center;
	}
	.features-left .img-2 img {
		width: 90%;
		height: fit-content;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.features-left .img-2 {
		display: none;
	}
	.features-right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.features-right img {
		width: 100%;
		margin-top: 10rem;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body {
		background-color: #fff;
	}

	/* hero start */
	.navbar-expand-lg a img {
		margin-left: 0;
	}
	#text {
		text-align: center;
	}
	.hero-contact {
		grid-column-gap: 25px;
	}
	#hero-text h2 {
		font-size: 55px;
	}
	/* hero end */

	/* features start */

	.work-btn .btn {
		margin-left: 24rem;
	}
	.features-text span {
		font-size: 16px;
	}

	/* features end */

	/* section start */

	/* section end */

	/* testimonal start */

	#carouselExampleControls {
		margin-left: 0;
	}

	/* testimonal end */
}

@media (max-width: 768px) {
	/* section start */
	.section-img img {
		width: 100%;
	}
	/* section end */
	.features-right {
		display: none;
	}
	.features-left .img-2 {
	}
	.features-left .img-2 img {
		width: 85%;
		height: fit-content;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.features-right {
		display: none;
	}
	.features-left .img-2 {
		display: flex;
		justify-content: center;
	}
	.features-left .img-2 img {
		width: 100%;
		height: fit-content;
	}
}

@media (max-width: 500px) {
	.navbar-expand-lg a img {
		margin-left: 0;
	}
	.hero-content {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.hero-contact {
		grid-column-gap: 25px;
	}
	#hero-img img {
		margin-top: 2rem;
	}

	/* features start */
	.features-area {
		margin-left: 0;
	}
	.features-right img {
		margin-top: 0;
	}
	#features-title {
		font-size: 34px;
	}
	.features-text span {
		font-size: 15px;
	}
	.features-text h4 {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.features-btn {
		display: flex;
		justify-content: center;
	}
	/* features end */

	/* section start */
	.text02 {
		margin-bottom: 5rem;
	}
	.section-img {
		margin-bottom: 3rem;
	}
	/* section end */

	.carousel-item h6:nth-child(3) {
		font-weight: 100;
		padding: 0 2rem;
	}

	/* footer start */
	#footer h4 {
		font-size: 15px;
	}
	#footer li {
		font-size: 13px;
		margin-right: 1rem;
	}
	#footer-logo {
		margin-top: 0;
	}
	#footer-links {
		margin-top: 1rem;
	}
	#footer-links a {
		font-size: 13px;
	}
	#footer-rules {
		margin-top: 1rem;
	}
	#footer-others {
		margin-top: 1rem;
	}

	/* footer end */

	#hero-text h2 span {
		font-size: 34px;
	}
	#hero-text h2 {
		font-size: 30px;
		line-height: 3rem;
	}
}
