
@font-face {
	font-family: 'Quicksand-Bold';
	src: url('../fonts/Quicksand-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Medium';
	src: url('../fonts/Quicksand-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Regular';
	src: url('../fonts/Quicksand-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand-Light';
	src: url('../fonts/Quicksand-Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/Inter-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



ul li {
	list-style: disc;
}

html, body {
	font-family: 'Quicksand-Light';
}

.spec-container {
	padding: 0 240px;
}

section {
	padding: 100px 0;
}

section#home {
	padding: 0 0 90px 0;
}

section#slider {
	padding-bottom: 150px;
}

section#brands {
	padding-bottom: 150px;
}

section#sponsors {
	background-color: #F9FAF8;
	padding: 260px 0 170px 0;
}

.normal-logo {
	width: 240px;
}

.fixed-logo {
	width: 200px;
}

#slider {
	position: relative;
	padding-top: 0;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {
	background-size: cover;
	background-position: 50%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.swiper-button-next, .swiper-button-prev {
	background-image: none;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 20px;
	border: 1px solid #a7a29c;
	border-radius: 50%;
	right: 0;
	left: 0;
	margin-right: 30px;
}

.swiper-button-next i, .swiper-button-prev i {
	color: #a7a29c;
}

.swiper-control {
	position: relative;
	bottom: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
	flex-direction: row-reverse;
}

.swiper-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.swiper-pagination-fraction {
	position: relative;
	top: 0;
	bottom: 0;
	color: #fff;
	display: inline-flex;
	width: fit-content;
	font-family: 'Inter-Medium';
}

.swiper-pagination-current {
	padding-right: 3px;
}

.swiper-pagination-total {
	color: #a7a29c;
	padding-left: 3px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	width: 40%;
	left: 100px;
	text-align: left;
	bottom: 50px;
}

.swiper-pagination-bullet {
	background: #fff;
	width: 75px;
	height: 1px;
	border-radius: 0;
	opacity: .5;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	height: 11px;
}

.slider-info {
	width: 65%;
	margin-right: auto;
	margin-left: 95px;
}

.slider-text {
	padding: 0;
	margin: 0;
	width: 70%;
}

.slider-text h2 {
	font-size: 3vw;
	font-family: 'Quicksand-Light';
	color: #fff;
}

.slider-text h2 .strong {
	font-family: 'Quicksand-Bold';
}

.slider-text p {
	font-family: 'Inter-Regular';
	font-size: 20px;
	color: #FFFFFF;
	width: 70%;
	line-height: 2;
}

.slider-continue {
	padding-top: 30px;
}

.slider-link {
	color: #fff;
	font-size: 20px;
	font-family: 'Inter-Regular';
}

.slider-link i {
	color: #4A4C53;
	padding: 29px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 25px;
}

.slider-link:hover {
	color: #fff;
	text-decoration: none;
}

.m-tech-header {
	max-width: 100px;
}

.slider-text a {

	width: 50%;
	margin-right: auto;
	display: flex;
	align-items: center;

	padding-left: 0;
}

.slider-text a i {
	margin-left: auto;
	margin-right: 15px;
}

header .navbar.fixed-top {
	position: absolute;
}

.navbar-nav {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.navbar-collapse {
	height: 100%;
}

.navbar-nav .nav-item .nav-link {
	padding: 0px 20px;
	font-family: 'Quicksand-Bold';
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-nav .nav-item .nav-link.multicolortext {
	background-image: linear-gradient(to left, #ff481e, #ff7a4c, #25b4e3, #0095d7, #00555c, #ff481e, #ff7a4c);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.menu-container {
	height: 60px;
}

.big-container {
	padding: 0 100px;
}

header .fixed-top {
	height: 150px;
}

header.fixed-header .fixed-top {
	height: 110px;
}

header.fixed-header .menu-container {
	height: 110px;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}

header.fixed-header {
	background-color: #fff;
	width: 100%;
	height: 110px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #F2F2F2;
}

header.fixed-header .nav-item.active:after {
	background-color: #ff5101;
}

header.fixed-header .nav-item .nav-link {
	color: #000 !important;
}

.bottom-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 9;
	width: 100%;
}

.bottom-menu ul {
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bottom-menu ul li {
	list-style: None;
	float: left;
	width: 19%;
	padding: 0;
	margin-left: 1%;
	background: transparent;
	background-size: 101% 200%;
	background-position: bottom;
	transition: background-position 0.2s ease-in-out;
	/** I've changed the time for demo purposes **/
	transition: .2s ease-in-out;
}

.bottom-menu ul li a {
	padding: 10px 0 10px 0;
	display: flex;
	align-items: center;
	transition: .5s ease-in-out;
}

.bottom-menu ul li:hover {
	background-position: top;
	border-radius: 30px;
}

.bottom-menu ul li:hover a {
	transition: .5s ease-in-out;
	transform: translateX(6.5vW);
}

.bottom-menu ul li:first-child {
	margin-left: 0;
}

.bottom-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.bottom-menu ul li.red {
	border-top: 4px solid #FD4F1E;
	background-image: linear-gradient(to bottom, #FD4F1E 50%, transparent 50%);
}

.bottom-menu ul li.orange, .bottom-menu ul li.purple {
	border-top: 4px solid #FD8C39;
	background-image: linear-gradient(to bottom, #FD8C39 50%, transparent 50%);
}

.bottom-menu ul li.turkuaz {
	border-top: 4px solid #61BAEB;
	background-image: linear-gradient(to bottom, #61BAEB 50%, transparent 50%);
}

.bottom-menu ul li.blue {
	border-top: 4px solid #199FE2;
	background-image: linear-gradient(to bottom, #199FE2 50%, transparent 50%);
}

.bottom-menu ul li.green {
	border-top: 4px solid #0A606A;
	background-image: linear-gradient(to bottom, #0A606A 50%, transparent 50%);
}

.bottom-menu ul li a {
	color: #fff;
	font-family: 'Quicksand-Bold';
	font-size: 20px;
	display: inline-block;
}

.fixed-header .bottom-menu {
	display: none;
}

.hover-text {
	width: 0%;
	color: #fff;
	display: flex;
	align-items: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: 0.3s all ease;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.slider-link:hover .hover-text {
	width: 100%;
	padding-right: 20px;
	transition: 0.3s all ease;
}


.content-box {
	border-radius: 12px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	font-family: 'Inter-Medium';
	color: #fff;
}

.content-box.purple {
	background-color: #9C5ABC;
}

.content-box.turkuaz {
	background-color: #4DBDE9;
}

.content-box.orange {
	background-color: #FF7048;
}

.content-box.green {
	background-color: #006069;
}

.content-box.single-box {
	height: 160px;
	padding: 20px 30px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-box.purple {
	background-image: url('../img/home/big-purple.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 70px 35px;
	background-size: 55%;
	height: 100%;
}

.content-box.purple .box-head {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.content-box.purple .box-middle {
	margin-top: auto;
	margin-bottom: auto;
}

.content-box.purple .box-head h4 {
	color: #FE9F58;
	font-size: 30px;
	width: 50%;
}

.content-box.purple .box-middle h1 {
	font-size: 216px;
	color: #FFFFFF;
	line-height: .8;
}

.content-box.purple .box-head img {
	max-width: 45%;
}

.content-box.purple .box-bottom p {
	font-size: 40px;
	color: #fff;
}

.content-box.purple .box-bottom.fifth-quest p {
	font-size: 20px;
	margin-bottom: 5px;
}

.content-box.turkuaz {
	background-image: url('../img/home/colorful.png');
	background-size: contain;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding: 35px 55px;
	background-size: 55px;
	height: 48%;
	margin-bottom: 30px;
}

.content-box.turkuaz .box-head h4 {
	color: #fff;
	font-size: 30px;
	width: 80%;
}

.content-box.turkuaz .box-middle h2 {
	font-size: 111px;
	line-height: .9;
}

.content-box.turkuaz .box-bottom p {
	font-size: 28px;
	color: #fff;
}

.content-box.black {
	background-color: #4A4C53;
	background-image: url('../img/home/ik.png');
	background-size: contain;
	background-position: 95% 0;
	background-repeat: no-repeat;
	padding: 35px 55px;
	background-size: 80%;
	height: 48%;
}

.content-box.black .box-head h4 {
	font-size: 30px;
	width: 80%;
}

.content-box.black .box-middle h6 {
	font-size: 22px;
	width: 60%;
}

.content-box.black .box-bottom {
	padding-top: 40px;
}

.content-box.black .box-bottom a {
	font-size: 22px;
	color: #fff;
}

.bottom-content-box.gray {
	background-color: #EEEEEE;
}

.box-bottom .big-a {
	font-size: 75px;
}

.box-bottom a:hover {
	text-decoration: none;
}

.bottom-content-box {
	border-radius: 12px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 5;
	font-family: 'Inter-Regular';
	color: #fff;
	padding: 70px 50px;
}

.bottom-content-box .box-left {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 50%;
	justify-content: center;
}

.bottom-content-box .box-left h1 {
	color: #FF5100;
	font-size: 17vw;
	line-height: .8;
}

.bottom-content-box .box-left h2 {
	color: #35373C;
	font-size: 3.4vw;
	width: 70%;
}

.bottom-content-box .box-right {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
}

.bottom-content-box .box-right ul {
	padding: 0;
}

.bottom-content-box .box-right ul li {
	list-style: none;
	font-size: 1.5vw;
	display: flex;
	color: #484848;
	align-items: center;
	flex-direction: row;
	padding: 20px;
}

.bottom-content-box .box-right ul li .img-sect {
	width: 60px;
}




.content-box h4.orange {
	color: #FE9F58;
}

.content-box .box-head img {
	margin-left: auto;
}

.box-bottom {
	margin-top: auto;
}

.box-bottom ul {
	padding: 0;
}

.box-bottom ul li {
	list-style: none;
	font-family: 'Inter-Medium';
	font-size: 24px;
	color: #fff;
}

.box-bottom h3 {
	font-family: 'Inter-Medium';
	font-size: 110px;
	color: #fff;
}

.box-bottom h6 {
	font-family: 'Inter-Medium';
	font-size: 28px;
	color: #fff;
}

.box-bottom p {
	color: #35373C;
	font-family: 'Inter-Medium';
	font-size: 20px;
}

.box-head h4.black {
	color: #4A4C53;
	font-size: 29px;
	font-family: 'Inter-Medium';
}

.box-head h3.orange {
	color: #FF5100;
	font-size: 84px;
	font-family: 'Inter-Medium';
}

ul.last-box li {
	color: #484848;
	font-size: 16px;
	padding-top: 15px;
	display: flex;
	align-items: center;
}

ul.last-box li .img-sect {
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

ul.last-box li img {
	margin-right: 20px;
}

.content-box.single-box h4 {
	font-size: 30px;
	margin: 0;
}

.rectangle-abs {
	position: relative;
	width: 100%;
}

.rectangle {
	position: absolute;
	width: 390px;
	height: 390px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .3;
	z-index: 4;
}

.rectangle.gray {
	background-image: url('../img/rectangles/gray.png');
}

.rectangle.pink {
	background-image: url('../img/rectangles/pink.png');
}

.rectangle.center {
	bottom: -120px;
	left: 36%;
}

.rectangle.left {
	left: 0;
	bottom: 90px;
	background-position: -190px 0;
}

.rectangle.leftTop {
	left: 0;
	bottom: 500px;
	background-position: -190px 0;
}

.rectangle.right {
	right: 0;
	bottom: 150px;
	background-position: 190px 0;
}

.home-head {
	font-family: 'Quicksand-Light';
	font-size: 45px;
	color: #4A4C53;
	text-align: center;
	padding-bottom: 75px;
}

.round-boxes {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	height: 12vW;
}

.round-boxes img {
	padding: 10px;
	height: 120px;
}

.round-box {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	z-index: 5;
}

.round-box img {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
}

.round-box.orange {
	background-color: #FF7048;
}

.round-box.purple {
	background-color: #9C5ABC;
}

.round-box.turkuaz {
	background-color: #95D8FD;
}

.round-box.blue {
	background-color: #46BAF4;
}

.round-box.green {
	background-color: #1A95A3;
}

.sponsor-head {}

.sponsor-head h4 {
	font-size: 2.8vw;
	font-family: 'Quicksand-Bold';
	color: #35373C;
}

.sponsor-head p {
	font-family: 'Inter-Regular';
	font-size: 1vw;
	color: #35373C;
}

.sponsor-box {

	border-radius: 12px;
	margin-bottom: 30px;
	display: inline-block;
}

.sponsor-box.last-one {
	border: 2px solid #DDDDDD;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 18%;
}

.sponsor-box.last-one a {
	font-size: 18px;
	font-family: 'Inter-Medium';
	color: #35373C;
}

.sponsor-box.last-one a i {
	color: #DE1A24;
	margin-left: 30px;
}

footer {
	background-color: #F4F4F4;
	padding: 70px 0 40px 0;
}

.footer-box {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #35373C;
	border-radius: 20px;
	padding: 50px 35px;
	margin-bottom: 30px;
}

.footer-box .right {
	margin-left: auto;
}

.footer-box .left {
	margin-right: 150px;
}

.footer-box .left h5 {
	font-family: 'Quicksand-Light';
	font-size: 30px;
	color: #35373C;
}

.footer-box .left h3 {
	font-family: 'Quicksand-Bold';
	font-size: 40px;
	color: #FF5100;
}

.footer-box .center {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-box .center .spec-input {
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding-bottom: 9px;
	border-bottom: 1px solid #707070;
	margin-top: 3px;
	margin-left: 15px;
}

.btn-signup {
	color: #FFFFFF !important;
	border: none !important;
	padding: 24px 75px;
	font-size: 14px;
	font-family: 'Quicksand-Bold';
	border-radius: 40px;
	line-height: 1;
	margin: 0;
	background: #35373C;
	/* default color */

	/* "to left" / "to right" - affects initial color */
	background: linear-gradient(to left, #35373C 50%, #FD8C39 50%) right;
	background-size: 200%;
	transition: .5s ease-out;
}

.btn-signup:hover {
	background-position: left;
	color: #fff;
}

.footer-box .left h4 {
	font-family: 'Quicksand-Regular';
	font-size: 40px;
	color: #35373C;
}

.footer-box .left h4 span.black {
	font-family: 'Quicksand-Bold';
	font-size: 40px;
	color: #35373C;
}

.footer-box .left h4 span.orange {
	font-family: 'Quicksand-Bold';
	font-size: 40px;
	color: #FF5100;
}

.social-list {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.social-list li {
	list-style: none;
	float: left;
	border: 1px solid #707070;
	border-radius: 30px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	background: linear-gradient(to left, transparent 50%, #FD8C39 50%) right;
	background-size: 200%;
	transition: .5s ease-out;
}

.social-list li a {
	color: #35373C;
	font-family: 'Inter-Regular';
	font-size: 16px;
	padding: 15px 25px;
}

.social-list li a i {
	margin-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
}

.social-list li a:hover {
	color: #35373C;
}

.social-list li:hover {
	background-position: left;
}

.social-list li:hover a {
	color: #fff;
	text-decoration: none;
}

.social-list li img {
	margin-right: 10px;
}

.copyrights {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.kvkk-list {
	margin-left: auto;
}

.copy {
	width: 100%;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.copy h4 {
	font-size: 14px;
	font-family: 'Quicksand-Bold';
	color: #35373C;
}

.copy p {
	font-family: 'Inter-Regular';
	font-size: 12px;
	color: #35373C;
}

.copy p .strong {
	font-family: 'Quicksand-Bold';
}

.copy img {
	margin-left: auto;
}

.kvkk-list ul {
	padding: 0;
}

.kvkk-list ul li {
	list-style: none;
	float: left;
	padding: 0 50px;
}

.kvkk-list ul li:last-child {
	border-left: 1px solid #707070;
	padding-right: 0;
}

.kvkk-list ul li a {
	color: #35373C;
	font-family: 'Quicksand-Bold';
	font-size: 14px;
}

section#page-content {
	padding: 0;
	background-color: #F2F2F2;
}

.page-content {
	display: flex;
}

.page-img {
	padding-bottom: 30px;
}

.kariyer-img {
	padding-bottom: 60px;
}

.sidebar {
	position: sticky;
	height: 90vh;
	top: 110px;
	padding-top: 120px;
}

.bg-overlay {
	width: 100vW;
	height: 100vW;
	position: fixed;
	background-color: #000;
	opacity: .4;
	z-index: 13;
	display: none;
}

.show .bg-overlay {
	display: block;
}

.content-detail {
	padding-bottom: 30px;
}

.sidebar-head {
	font-family: 'Quicksand-Bold';
	font-size: 26px;
	color: #35373C;
}

.sidelist {
	padding: 0;
}

.sidelist li {
	list-style: none;
	padding: 10px 0;
	position: relative;
}

.sidelist li a {
	color: #35373C;
	font-family: 'Inter-Regular';
	font-size: 16px;
}

.sidelist li a:hover {
	text-decoration: none;
}

.sidelist li.active a {
	color: #FD511E;
	font-family: 'Quicksand-Bold';
}

.sidelist li.active:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	left: -100px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sidelist li:hover::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	left: -100px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sidelist li.purple.active:before, .sidelist li.purple:hover::before {
	background-color: #9C5ABC;
}

.sidelist li.turkuaz.active:before, .sidelist li.turkuaz:hover::before {
	background-color: #61BAEB;
}

.sidelist li.blue.active:before, .sidelist li.blue:hover::before {
	background-color: #199FE2;
}

.sidelist li.orange.active:before, .sidelist li.orange:hover::before {
	background-color: #FF854E;
}

.sidelist li.green.active:before, .sidelist li.green:hover::before {
	background-color: #1A95A3;
}

.sidelist li.dark-green.active:before, .sidelist li.dark-green:hover::before {
	background-color: #95A585;
}

.sidelist li.purple:hover a {
	color: #9C5ABC;
}

.sidelist li.turkuaz:hover a {
	color: #61BAEB;
}

.sidelist li.blue:hover a {
	color: #199FE2;
}

.sidelist li.orange:hover a {
	color: #FF854E;
}

.sidelist li.green:hover a {
	color: #1A95A3;
}

.sidelist li.has-children {
	padding-bottom: 0;
}

.sidelist li.has-children ul.sidelist-child {
	margin: 5px 0 -10px 20px;
	padding: 0;
}

.sidelist li.has-children ul.sidelist-child li {
	padding: 5px 0;
}

.sidelist li.has-children ul.sidelist-child li.active a {
	color: #FF854E;
	font-weight: bold;
}

.sidelist li.has-children ul.sidelist-child li a {
	color: #35373C;
	font-family: 'Inter-Regular';
	font-size: 14px;
}

.sidelist li.has-children ul.sidelist-child li a:hover {
	color: #FF854E;
}

.main-content {
	padding-bottom: 80px;
}

.main-content h3 {
	font-size: 50px;
	font-family: 'Quicksand-Bold';
	color: #35373C;
}

.main-content p {
	color: #000000;
	font-size: 20px;
	font-family: 'Quicksand-Light';
}

.main-content h4 {
	font-family: 'Quicksand-Bold';
	font-size: 36px;
	color: #35373C;
}

.main-content h5 {
	font-family: 'Quicksand-Bold';
	font-size: 30px;
	color: #35373C;
}

.main-content h5 .orange {
	color: #FD8C39;
}

.main-content h5 .blue {
	color: #199FE2;
}

.main-content .unordered-list {
	padding-left: 15px;
}

.unordered-list li::marker {
	color: #F54747;
}

.unordered-list li {
	font-family: 'Quicksand-Light';
	font-size: 20px;
	color: #000000;
}

.main-content .purple {
	color: #7C3C9B;
}

.w-80 {
	width: 80%;
}

.big-box {
	background-color: #9C5ABC;
	color: #fff;
	padding: 80px 60px;
	border-radius: 20px;
	margin-bottom: 20px;
	height: 410px;
}

.big-box h2 {
	font-size: 135px;
	font-family: 'Inter-Medium';
	color: #fff;
}

.big-box h3 {
	font-size: 34px;
	font-family: 'Inter-Medium';
	color: #fff;
}

.std-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 4px solid #9C5ABC;
	background-color: #fff;
	border-radius: 20px;
	height: 195px;
	padding: 0 60px 0 30px;
	margin-bottom: 20px;
}

.std-box h3 {
	font-size: 73px;
	position: relative;
	font-family: 'Inter-Medium';
	width: 40%;
	margin: 0;
	border-right: 4px solid #7C3C9B;
	text-align: center;
}

.std-box h6 {
	font-family: 'Inter-Medium';
	font-size: 17px;
	color: #656565;
	margin-left: 25px;
	margin-right: auto;
	margin-bottom: 0;
	width: 50%;
}

.std-box h3.green {
	color: #0A606A;
}

.std-box h3.red {
	color: #FD4F1E;
}

.std-box h3.turkuaz {
	color: #61BAEB;
}

.std-box h3.orange {
	color: #FD8C39;
}

.datas {
	padding: 100px 0;
}

.datas h3 {
	color: #35373C;
	font-size: 50px;
	font-family: 'Quicksand-Bold';
}

.datas .purple-sm {
	color: #9C5ABC;
	font-size: 26px;
	font-family: 'Quicksand-Bold';
	padding-bottom: 50px;
}

.data-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 20px;
	height: 280px;
	transition: .5s;
	margin: 30px 0;
}

.data-box img {
	max-width: 120px;
}

.data-box h4 {
	color: #656565;
	font-size: 21px;
	font-family: 'Inter-Medium';
	text-align: center;
	margin-top: 10px;
}

.data-box.purple:hover {
	background-color: #9C5ABC;
}

.data-box.orange:hover {
	background-color: #FF854E;
}

.data-box.turkuaz:hover {
	background-color: #61BAEB;
}

.data-box:hover h4 {
	color: #fff;
}

.adv-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: 420px;
	font-family: 'Inter-Medium';
	background-color: #fff;
	border: 4px solid #9C5ABC;
	border-radius: 20px;
	padding: 65px;
	transition: .5s;
	text-align: center;
	margin-bottom: 20px;
}

.adv-box h4, .adv-box h5 {
	color: #656565;
}

.adv-box h2 {
	color: #199FE2;
}

.adv-box h2 .orange {
	color: #FD4F1E;
	font-size: 26px;
}

.adv-box h5 .orange {
	color: #FD4F1E;
	font-size: 27px;
}

.adv-box h2 .sm {
	font-size: 25px;
	color: #656565;
}

.adv-box .box-head-1 {
	font-size: 34px;
}

.adv-box .box-middle-head-1 {
	font-size: 150px;
}

.adv-box .box-bottom-head-1 {
	font-size: 27px;
}

.adv-box .box-head-2 {
	font-size: 20px;
}

.adv-box .box-middle-head-2 {
	font-size: 148px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.adv-box .box-bottom-head-2 {
	font-size: 27px;
}

.box-bottom-head-2.small {
	font-size: 17px;
}

.adv-box .box-head-3 {
	font-size: 40px;
}

.adv-box .box-middle-head-3 {
	font-size: 148px;
}

.adv-box .box-bottom-head-3 {
	font-size: 20px;
}

.adv-box .box-middle-head-3 .sm {
	font-size: 56px;
	color: #199FE2;
}

.adv-box:hover {
	background-color: #9C5ABC;
}

.adv-box:hover h2, .adv-box:hover h2 .sm {
	color: #FD8C39;
}

.adv-box:hover h4, .adv-box:hover h5 {
	color: #fff;
}

.adv-box:hover .box-middle-head-2 .sm, .adv-box:hover h2 .orange {
	color: #fff;
}

.adv-box:hover .box-bottom-head-2 .orange {
	color: #199FE2;
}

.main-content h3 .orange {
	color: #FF854E;
}

.events h3 {
	font-size: 50px;
	font-family: 'Quicksand-Bold';
	color: #4A4C53;
}

.event-box {
	background-color: #FF854E;
	padding: 45px;
	border-radius: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 40px 0;
}

.event-box .left {
	margin-right: auto;
}

.event-box .left h4 {
	font-family: 'Quicksand-Light';
	color: #4A4C53;
	font-size: 30px;

}

.event-box .left h3 {
	font-family: 'Quicksand-Bold';
	font-size: 70px;
	color: #fff;
	margin: 0;
}

.event-box .right {
	margin-left: auto;
}

.event-box .right img {
	margin: 0 15px;
}

.event-sm-box {
	background-color: #F8F8F9;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 60px 45px;
	border-radius: 20px;
	border: 4px solid #FD854E;
}

.event-sm-box h4 {
	font-family: 'Quicksand-Light';
	font-size: 30px;
	color: #4A4C53;
	margin: 0;
}

.main-content h3 .turkuaz {
	color: #61BAEB;
}

.turkuaz-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 120px;
	border: 4px solid #61BAEB;
	border-radius: 20px;
	margin-bottom: 40px;
	height: 120px;
	background-color: #fff;
}

.turkuaz-box p {
	color: #656565;
	font-size: 17px;
	font-family: 'Inter-Regular';
	margin-right: 40px;
	margin-bottom: 0;
}

.turkuaz-box.bold {
	font-weight: bold;
	font-size: 28px !important;
	font-family: 'Quicksand-Bold';
	padding-left: 10px;
	justify-content: center;
}

div.turkuaz-box-new {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	border: 3px solid #61BAEB;
	border-radius: 20px;
	margin-bottom: 10px;
	height: 80px;
	background-color: #fff;
}

div.turkuaz-box-new p {
	color: #656565;
	font-size: 14px;
	font-family: 'Inter-Regular';
	margin-bottom: 0;
}

div.turkuaz-box-new h4 {
	font-size: 1.2rem;
	margin: 0 0;
}

.datas h3 .turkuaz {
	color: #61BAEB;
}

.espor h3 {
	font-size: 40px;
	font-family: 'Quicksand-Bold';
	color: #4A4C53;
}

.espor h3 .turkuaz {
	color: #61BAEB;
}

.espor p {
	font-family: 'Quicksand-Light';
	font-size: 20px;
	color: #000000;
}

.espor h5 {
	color: #61BAEB;
	font-size: 26px;
	font-family: 'Quicksand-Bold';
	padding-top: 35px;
	padding-bottom: 20px;
}

.espor .turkuaz-box {
	margin: 0;
	margin-top: 40px;
}

.espor .turkuaz-box:first-child {
	margin: 0;
}

.espor .turkuaz-box p {
	font-size: 21px;
	color: #656565;
	font-family: 'Inter-Regular';
}

.espor .turkuaz-box p .strong {
	font-family: 'Quicksand-Bold';
}

.espor-img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.espor-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	border: 4px solid #61BAEB;
	background-color: #fff;
	padding: 55px 0 0 55px;
	border-radius: 20px;
	margin-top: 40px;
}

.espor-box .left {
	margin-right: auto;
}

.espor-box .left h4.orange {
	color: #FD8C39;
	font-family: 'Quicksand-Bold';
	font-size: 30px;
}

.espor-box .left h3 {
	color: #4A4C53;
	font-size: 40px;
	font-family: 'Quicksand-Bold';
	padding-top: 15px;
}

.espor-list {
	padding: 0;
	padding-top: 25px;
}

.espor-list li {
	list-style: none;
	color: #656565;
	font-size: 18px;
	font-family: 'Inter-Regular';
	display: flex;
	align-items: center;
	padding: 9px 0;
}

.espor-list li .strong {
	font-family: 'Quicksand-Bold';
}

.espor-list li .turkuaz-line {
	background-color: #61BAEB;
	display: inline-block;
	height: 8px;
	width: 23px;
	border-radius: 20px;
	margin-right: 10px;
}

.dijital-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 70px 30px;
	height: 270px;
}

.dijital-box.blue {
	background-color: #61BAEB;
}

.dijital-box.orange {
	background-color: #FD8C39;
}

.dijital-box.red {
	background-color: #FD4F1E;
}

.dijital-box.green {
	background-color: #1A95A3;
}

.dijital-box h4 {
	font-family: 'Quicksand-Bold';
	font-size: 28px;
	color: #FFFFFF;
}

.dijital-box h5 {
	font-family: 'Inter-Regular';
	font-size: 19px;
	color: #FFFFFF;
}

.dijital-big-box {
	display: flex;
	flex-direction: column;
	border: 4px solid #99CFED;
	border-radius: 20px;
	background: #fff;
}

.dijital-big-box .top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.dijital-big-box .top .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 50%;
	padding: 0 40px;
}

.dijital-big-box .top .left .user-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: rgb(234, 125, 39);
	background: linear-gradient(90deg, rgba(234, 125, 39, 1) 0%, rgba(167, 99, 182, 1) 100%);
	border-radius: 20px;
	padding: 20px 20px 20px 45px;
	margin-bottom: 40px;
}

.dijital-big-box .top .left h4 {
	font-size: 40px;
	font-family: 'Inter-Regular';
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0;
	line-height: 1;
	border-right: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	width: 35%;
}

.dijital-big-box .top .left h5 {
	font-size: 17px;
	font-family: 'Inter-Regular';
	color: #FFFFFF;
	margin-bottom: 0;
	width: 35%;
}

.dijital-big-box .top .right {
	margin-left: auto;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 40px;
	background-color: #99CFED;
}

.dijital-big-box .bottom {
	padding: 60px 45px;
	border-top-right-radius: 20px;
}

.dijital-list {
	padding: 0;
}

.dijital-list li {
	list-style: none;
	font-family: 'Inter-Regular';
	font-size: 20px;
	color: #000000;
	padding: 10px 0;
	width: 33%;
	display: inline-block;
}

.espor .espor-list p {
	margin: 0;
}

.ad-areas {
	margin: 10px;
}

.ad-areas li {
	display: block;
	lins-style: none;
}

.dijital-list li .gradient {
	background: rgb(234, 125, 39);
	background: linear-gradient(90deg, rgba(234, 125, 39, 1) 0%, rgba(167, 99, 182, 1) 100%);
	height: 8px;
	width: 23px;
	margin-right: 10px;
	display: inline-flex;
	border-radius: 20px;
}

.online-video-box {
	margin: 20px 0;
	width: 100%;
}

.online-boxes {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.online-boxes .box {
	padding: 30px;
	height: 160px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.online-boxes .box h5 {
	font-size: 16px;
	font-family: 'Inter-Regular';
	color: #FFFFFF;
}

.online-boxes .box h6 {
	font-family: 'Quicksand-Bold';
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	opacity: .3;
}

.online-boxes .box.black {
	background-color: #4A4C53;
}

.online-boxes .box.orange {
	background-color: #FD8C39;
}

.online-boxes .box.red {
	background-color: #FD4F1E;
}

.online-boxes .box.turkuaz {
	background-color: #61BAEB;
}

.online-boxes .box.blue {
	background-color: #199FE2;
}

.ads-orange {
	color: #FD8C39;
	font-family: 'Quicksand-Bold';
	font-size: 30px;
	padding-top: 50px;
}

.ads {
	border: 4px solid #99CFED;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0;
	border-radius: 20px;
	background-color: #fff;
	margin: 40px 0;
}

.ads-graph {
	padding: 0 40px;
	border-right: 1px solid #61BAEB;
	width: 100%;
}

.ads-graph:last-child {
	border: none;
}

.ads-graph h4 {
	font-family: 'Quicksand-Bold';
	font-size: 18px;
	color: #61BAEB;
	padding-bottom: 15px;
	height: 80px;
}

.ads-graph ul {
	padding: 0;
}

.ads-graph ul li {
	list-style: none;
	font-family: 'Inter-Regular';
	font-size: 16px;
	color: #4A4C53;
	padding: 16px 0;
	border-top: 1px solid #61BAEB;
}

.ads-graph.no-head ul li {
	border-top: none;
	border-bottom: 1px solid #61BAEB;
}

.ads-graph ul li:last-child {
	padding-bottom: 0;
}

.ads-adv .head {
	color: #4A4C53;
	font-size: 30px;
	font-family: 'Quicksand-Bold';
	padding: 30px 0;
}

.ads-adv .box {
	border: 4px solid #61BAEB;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 90px;
	margin-bottom: 30px;
}

.ads-adv .box h4 {
	color: #656565;
	font-size: 20px;
	font-family: 'Quicksand-Bold';
	margin: 0;
}

.kariyer-content {
	padding-bottom: 60px;
}

.kariyer-content h4 {
	padding-bottom: 15px;
}

.kariyer-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 44px;
	margin-bottom: 40px;
}

.kariyer-box .left {
	margin-right: auto;
}

.kariyer-box .left h5 {
	font-size: 22px;
	font-family: 'Inter-Medium';
	color: #656565;
}

.kariyer-box .left h4 {
	color: #FF5100;
	font-size: 66px;
	font-family: 'Quicksand-Bold';
}

.kariyer-box .right {
	margin-left: auto;
}

.mt-30 {
	margin-top: 30px;
}

.kariyer-tabs .nav-tabs .nav-link {
	color: #35373C !important;
	font-family: 'Quicksand-Bold';
	font-size: 20px;
	border: none !important;
	display: block;
	border-bottom: 1px solid #CDCDCD !important;
	padding-bottom: 25px !important;
	outline: none !important;
	text-align: left;
}

.kariyer-tabs .nav-item {
	width: auto;
}

.kariyer-tabs .nav-item:after {
	content: none;
}

.nav-item.bordered:hover:after {
	content: none;
}

.nav-item.bordered img {
	opacity: .2;
	transition: .4s;
}

.nav-item.bordered:hover img {
	opacity: 1;
}

.kariyer-tabs .nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FF5100 !important;
	color: #FF5100 !important;
}

.nav-tabs {
	border: none;
}

.tab-text {
	font-family: 'Quicksand-Light';
	font-size: 18px;
	color: #000000;
}

.tab-content {
	padding-top: 40px;
}



.spec-input {
	background: transparent;
	border: none;
	padding: 0;
	height: 44px;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	padding: 30px 0;
	margin: 25px 0;
}

.spec-textarea, .spec-textarea:focus {
	background: transparent;
	border: none;
	padding: 0;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	box-shadow: none;
	padding-top: 20px;
	margin-top: 25px;
}

.spec-textarea:placeholder {
	font-size: 14px;
	font-family: 'Quicksand-Light';
	color: #969796;
}

.spec-input:placeholder {
	font-size: 14px;
	font-family: 'Quicksand-Light';
	color: #969796;
}

.spec-input:focus {
	background: transparent;
	border: none;
	padding: 0;
	height: 44px;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	padding: 30px 0;
	outline: none;
	box-shadow: none;
}

.file-input {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #707070;
	padding: 20px 0;
}

.file-input h6 {
	margin-right: auto;
	font-family: 'Inter-Regular';
	font-size: 14px;
	color: #000000;
}

.file-input h6 .light {
	color: #969796;
}

.file-input h5 {
	margin-left: auto;
	font-family: 'Quicksand-Bold';
	font-size: 14px;
	color: #35373C;
	display: flex;
	align-items: center;
	justify-content: Center;
}

.file-input h5 img {
	margin-left: 10px;
}

.form-bottom {
	width: 100%;
	display: flex;
	padding-top: 50px;
}

.form-bottom .custom-checkbox {
	width: 50%;
}

.contact-container, .contact-container .content-detail {
	padding-right: 0;
}

.video-frame {
	padding-top: 30px;
}

.contact-content h5 {
	font-family: 'Quicksand-Bold';
	font-size: 26px;
	color: #35373C;
}

.contact-content a {
	font-family: 'Quicksand-Light';
	font-size: 20px;
	color: #000000;
}

.contact-content a.tel {
	font-size: 23px;
}

.contact-head {
	font-family: 'Quicksand-Bold';
	font-size: 26px;
	color: #35373C;
}

.custom-checkbox span {
	font-family: 'Inter-Regular';
	font-size: 14px;
	color: #35373C;
}

.contact-form, .ik-form {
	padding-top: 50px;
}

.ik-head {
	font-size: 36px;
	font-family: 'Quicksand-Bold';
	color: #35373C;
}

.home-header.fixed-header .nav-item.bordered img {
	filter: brightness(.4);
}

.dijital-big-box.dijital-online {
	background: transparent;
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
	padding-top: 20px;
}

.dijital-big-box.dijital-online .user-box:last-child {
	margin-bottom: 0;
}









.custom-checkbox {
	padding: 0;
}

.custom-checkbox .fa-toggle-on,
.custom-checkbox .fa-toggle-off {
	font-size: 135%;
	/*this icon is relatively small*/
}

.custom-checkbox input[type=checkbox] {
	visibility: collapse;
	width: 0px;
	margin-left: -0.25em;
}

.custom-checkbox input[type=checkbox]~.custom-check-on {
	display: none;
}

.custom-checkbox input[type=checkbox]:checked~.custom-check-on {
	display: inline;
}

.custom-checkbox input[type=checkbox]:checked~.custom-check-off {
	display: none;
}

.custom-checkbox input[type=checkbox]:disabled~* {
	color: #b6b4b4;
}

.custom-checkbox input[type=checkbox].error~.custom-check-on,
.custom-checkbox input[type=checkbox].error~.custom-check-off {
	border: solid 2px red;
}

.custom-checkbox i.btn {
	overflow: hidden;
	color: transparent;
	position: relative;
	display: inline-block;
	width: 3em;
	padding: 0;
	font-style: normal;
}

.custom-checkbox .btn:after {
	content: "";
	font-style: normal;
	border: 7px solid white;
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 5px;
}

.custom-checkbox .custom-check-on.btn:after {
	right: -4px;
}

.custom-checkbox .custom-check-off.btn:after {
	left: -4px;
}

.custom-checkbox .custom-check-on.btn:before {
	content: "On";
	color: white;
	margin-left: -10px;
}

.custom-checkbox .custom-check-off.btn:before {
	content: "Off";
	color: #333;
	margin-right: -15px;
}

.custom-checkbox input[type=checkbox]:checked~.btn.custom-check-on {
	display: inline-block;
}

.dropdown.show {
	background-color: #FFFFFF;
}

.nav-item.show .dropdown-menu.mega-menu {
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url('../img/kanallar.jpg');*/
	width: calc(100% * 3 + 100px);
	display: flex;
}

.nav-item.show .dropdown-menu.narrow-menu {
	width: 100% !important;
	padding: 15px 0 15px 0;
}

.nav-item.show .dropdown-menu.narrow-menu ul {
	margin: 0;
	padding: 0;
}

.nav-item.show .dropdown-menu.narrow-menu ul li {
	list-style: none !important;
	display: block;
	margin-bottom: 10px;
}

.dropdown-menu.narrow-menu ul.menu li a.nav-link {
	font-size: 15px;
	color: #4A4C53 !important;
}

.dropdown-menu.narrow-menu ul.menu li.dropdown-mtech a.nav-link:hover {
	color: #FD4F1E !important;
}

.no-hover-round {
	text-align: center;
}

.no-hover-round .creative-round {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	position: static;
	bottom: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	border-radius: 50%;
	height: 14vw;
	margin-bottom: 20px;
}

.menu-bg {
	display: inline-block;
	padding: 40px;
	width: 220px;
	background-color: #fc5000;
}

.changing-bg {
	width: calc(100% - 220px);
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://mimeda.com.tr/wp-content/uploads/2022/02/kanallar.jpg');
	background-color: #fc5000;
}

.changing-bg.en {
	background-image: url('https://mimeda.com.tr/wp-content/uploads/2022/06/mimeda-3.png');
}

.menu-bg.money-bg {
	background-color: #7C3C9B;
}

.menu-bg.magaza-bg {
	background-color: #FD854E;
}

.menu-bg.m-platform-bg {
	background-color: #4EB0E5;
}

.menu-bg.m-dijital-bg {
	background-color: #1791D9;
}

.menu-bg.m-online-bg {
	background-color: #064F56;
}

.menu-bg.m-analytics-bg {
	background-color: #68bce9;
}

.menu-bg.m-content-bg {
	background-color: #68bce9;
}

.menu-bg img {
	height: 60px;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.money-bg {
	background-image: url('../img/money-menu-bg4.png');
	background-color: #7C3C9B;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.magaza-bg {
	background-image: url('../img/magaza-menu-bg4.png');
	background-color: #FD854E;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.m-platform-bg {
	background-image: url('../img/m-platform-menu-bg4.png');
	background-color: #4EB0E5;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.m-dijital-bg {
	background-image: url('../img/m-dijital-menu-bg4.png');
	background-color: #1791D9;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.m-online-bg {
	background-image: url('../img/m-online-menu-bg4.png');
	background-color: #064F56;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.m-analytics-bg {
	background-image: url('../img/m-analytics-bg.png');
	background-color: #68bce9;
}

.nav-item.show .dropdown-menu.mega-menu .changing-bg.m-content-bg {
	background-image: url('../img/m-content-bg.png');
	background-color: #68bce9;
}

/* EN */
.nav-item.show .dropdown-menu.mega-menu .en .changing-bg.magaza-bg {
	background-image: url('https://mimeda.com.tr/wp-content/uploads/2022/06/mimeda.png');
	background-color: #FD854E;
}

.nav-item.show .dropdown-menu.mega-menu .en .changing-bg.m-dijital-bg {
	background-image: url('https://mimeda.com.tr/wp-content/uploads/2022/06/mimeda-2.png');
	background-color: #1791D9;
}

/* EN */
.mega-menu a {
	padding: 0;
	height: 60px;
}

.mega-menu a img {
	padding: 10px 0;
	transition: .5s;
}

.mega-menu a.active {
	background: transparent;
}

.mega-menu a.active img {
	opacity: 1;
}

.mega-menu a:hover img {
	opacity: 1;
}

.mega-menu a.active .pasif {
	display: none;
}

.mega-menu a.active .aktif {
	display: block;
}

.mega-menu a .aktif {
	display: none;
}

.home-header .dropdown.show {
	background-color: transparent;
}

.fixed-header .dropdown.show {
	background-color: #fff;
}

.sidebar li.orange.active a {
	color: #FF854E;
}

.sidebar li.purple.active a {
	color: #9C5ABC;
}

.sidebar li.turkuaz.active a {
	color: #61BAEB;
}

.sidebar li.blue.active a {
	color: #199FE2;
}

.sidebar li.green.active a {
	color: #1A95A3;
}

.sidebar li.black.active a {
	color: #35373C;
}

.sidebar ul li {
	border: none;
}

.slide-efect {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: 'Inter-Bold';
}

.slide-efect.btn {
	width: 18rem;
	height: auto;
}

.slide-efect.btn .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 5rem;
	height: 5rem;
	background: #fff;
	border-radius: 3rem;
}

.slide-efect.btn .circle i {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.slide-efect.btn .circle i {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 3.5rem;
	height: 1rem;
	background: none;
}

.slide-efect.btn .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 4rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center
}

.slide-efect:hover .circle {
	width: 100%;
	border: 2px solid #FF5100;
}

.slide-efect:hover .circle i {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}

.slide-efect:hover .button-text {
	color: #000;
}

.round-boxes .col {
	position: relative;
}

.creative {
	position: absolute;
	top: -7rem;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: flex;
	width: 80%;
	border-radius: 8vW;
	align-items: center;
	justify-content: center;
	height: 12vW;
	transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
}

.creative .inner-line img {
	max-height: 0;
	transition: max-height 2s ease-out;
	overflow: hidden;
}

.creative:hover .inner-line img {
	max-height: fit-content;
	transition: max-height 2s ease-in;
}

.creative .inner-line {
	display: none;
	align-items: center;
	flex-direction: column;
	height: 97%;
	background-size: contain;
	background-position: 100% 98%;
	background-repeat: no-repeat;
	background-image: url('../img/text-3.png');
	width: 85%;
}

.creative .inner-line.en {
	background-image: url('/wp-content/uploads/2022/05/text-en.png');
	background-position: 100% 103%;
}

.creative .inner-line h3 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
}

.creative .inner-line a {
	color: #fff;
	border-radius: 50%;
	padding: 20px 25px;
	margin-top: auto;
	margin-bottom: 30px;
}

/* ORANGE */
.creative.orange, .creative-round.orange {
	background-color: #FF7048;
	border: 2px solid #FF7048;
}

.creative.orange .inner-line h3 {
	color: #FF7048;
}

.creative.orange .inner-line {}

.orange .inner-line a {
	background-color: #FF7048;
}

.creative.orange h5 {
	color: #FF7048;
	font-size: 13px;
	margin-top: auto;
}


/* PURPLE */
.creative.purple, .creative-round.purple {
	background-color: #7C3C9B;
	border: 2px solid #7C3C9B;
}

.creative.purple .inner-line h3 {
	color: #7C3C9B;
}

.purple .inner-line a {
	background-color: #7C3C9B;
}

/* TURKUAZ */
.creative.turkuaz, .creative-round.turkuaz {
	background-color: #95D8FD;
	border: 2px solid #95D8FD;
}

.creative.turkuaz .inner-line h3 {
	color: #95D8FD;
}

.turkuaz .inner-line a {
	background-color: #95D8FD;
}

/* GREEN */
.creative.green, .creative-round.green {
	background-color: #1A95A3;
	border: 2px solid #1A95A3;
}

.creative.green .inner-line h3 {
	color: #1A95A3;
}

.green .inner-line a {
	background-color: #1A95A3;
}

/* BLUE */
.creative.blue, .creative-round.blue {
	background-color: #46BAF4;
	border: 2px solid #46BAF4;
}

.creative.blue .inner-line h3 {
	color: #46BAF4;
}

.blue .inner-line a {
	background-color: #46BAF4;
}



.creative:hover {
	height: 380px;
	background: transparent;
	align-items: flex-start;
}

.creative:hover h4 {
	display: none;
}

.creative:hover .inner-line {
	display: inline-flex;
}

.swiper-button-prev:hover i, .swiper-button-next:hover i {
	color: #fff;
}

.unordered-list.home-list {
	padding-bottom: 30px;
	display: flex;
	padding-left: 20px;
}

.unordered-list.home-list li {
	float: left;
	margin-left: 40px;
	font-family: 'Quicksand-Bold';
}

.unordered-list.home-list li:first-child {
	margin-left: 0;
}

.unordered-list.ik-spec-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-left: 20px;
}

.bg-money-color {
	background-color: #FF854E !important;
}

.main-content.kariyer-content h6 {
	font-size: 24px;
	padding-bottom: 6px;
}

.main-content.services ul {
	margin: 15px;
}

.inner-spec-img {
	width: 100%;
	margin-bottom: 20px;
}

.pasif-op {
	opacity: .2;
}

.menu-bg.en .dropdown-item img {
	max-height: 50px;
}

.data-room-content h4 {
	font-weight: normal;
	font-family: 'Inter-Regular';
}

.dijital-box.image {
	align-items: center;
}

.dijital-box.image img {
	width: 80%;
}

.dijital-box.white {
	background-color: #fff;
}

.data-contact-wrapper {}

.contact-box {
	background: #0A606A;
	border-radius: 30px;
	padding: 30px 20px 20px 30px;
	color: #fff;
}

.whatis-money {
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
	margin-top: 30px;
}

.whatis-money h3 {
	font-family: 'Quicksand-Bold';
}

.dropdown-tech {
	display: none;
}

strong {
	font-family: 'Quicksand-Bold';
}

@media only screen and (max-width: 1750px) {
	.social-list li a {
		font-size: 14px;
		padding: 15px 12px;
		display: flex;
		flex-direction: row;
	}

	.social-list li {
		margin: 0 10px;
	}

	.footer-box .left {
		margin-right: 0;
	}

	.std-box {
		padding: 0 10px;
	}

	.std-box h3 {
		width: 50%;
	}

	.creative .inner-line h3 {
		font-size: 24px;
	}

	.creative:hover {
		height: 350px;
	}

	.nav-item.show .dropdown-menu.mega-menu {}

}

@media only screen and (max-width: 1600px) {
	.slider-text p {
		font-size: 16px;
		width: 80%;
	}

	.slider-link i {
		padding: 20px;
	}

	.slider-link {
		font-size: 16px;
	}

	.main-content h3 {
		font-size: 40px;
	}

	.adv-box {
		padding: 30px;
		height: 340px;
	}

	.adv-box .box-head-2 {
		font-size: 17px;
	}

	.adv-box .box-head-1 {
		font-size: 28px;
	}

	.adv-box .box-middle-head-1 {
		font-size: 120px;
	}

	.adv-box .box-middle-head-2 {
		font-size: 120px;
	}

	.adv-box .box-middle-head-3 {
		font-size: 120px;
	}

}

@media only screen and (max-width: 1500px) {
	.slider-info {
		width: 50%;
	}

	.slider-text {
		width: 100%;
	}

	.online-boxes .box h5 {
		font-size: 12px;
	}

	.online-boxes .box h6 {
		margin-bottom: 4px;
	}

	.online-boxes .box {
		padding: 17px;
		height: 130px;
	}

	.dijital-big-box .top .left .user-box {
		padding: 20px;
	}

	.dijital-big-box .top .left h4 {
		font-size: 30px;
		text-align: center;
	}

	.dijital-big-box .top .left img {
		width: 40px;
	}

	.dijital-big-box .top .left h5 {
		font-size: 15px;
	}

	.dijital-list li {
		width: 45%;
	}

	.dijital-big-box .bottom {
		padding: 30px 20px 0 20px;
	}
}

@media only screen and (max-width:1389px) {
	.kariyer-box .left h5 {
		font-size: 17px;
	}

	.kariyer-box .left h4 {
		font-size: 45px;
	}

	.kariyer-box {
		padding: 25px;
		min-height: 170px;
	}
}

@media only screen and (max-width: 1280px) {
	.big-box h2 {
		font-size: 60px;
	}

	.creative:hover {
		height: 310px;
	}

	.std-box {
		padding: 0 10px;
		text-align: center;
	}

	.std-box h3 {
		font-size: 50px;
	}

	.std-box h6 {
		margin-bottom: 0;
		margin-left: 0;
	}

	.home-head {
		font-size: 37px;
	}

	.creative .inner-line h3 {
		font-size: 20px;
	}

	.dijital-big-box .top .left h4 {
		font-size: 23px;
	}

	.dijital-big-box .top .left img {
		width: 30px;
	}

	.dijital-big-box .top .left h5 {
		font-size: 13px;
	}

	.dijital-big-box .top .left .user-box {
		padding: 10px;
	}
}

@media only screen and (max-width: 1020px) {
	.dijital-list li {
		width: 100%;
	}

	.kariyer-box .left h4 {
		font-size: 30px;
	}

	.kariyer-box .left h5 {
		font-size: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.swiper-slide {
		min-height: 750px;
	}
}

@media(min-width: 768px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-2-5 {
		width: 40%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}



@media only screen and (min-width: 768.1px) {
	.no-desktop {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.no-mobile {
		display: none !important;
	}

	.contact-content .col-md-4:last-child {
		padding-top: 15px;
	}

	.col-2-5 {
		width: 100%;
		padding: 0 15px;
	}

	.spec-container, .big-container {
		padding: 0 30px;
	}

	section#slider {
		padding-bottom: 0;
	}

	section#home {
		padding: 40px 0;
	}

	.slider-info {
		width: 100%;
		padding: 0px 20px 0 40px;
		margin-left: auto;
	}

	.slider-text {
		width: 100%;
	}

	.slider-text h2 {
		font-size: 25px;
	}

	.slider-text p {
		width: 100%;
		font-size: 15px;
		line-height: 1.4;
	}

	.bottom-menu {
		display: none;
	}

	header .fixed-top, .menu-container {
		height: 100px;
	}

	.slider-link {
		font-size: 14px;
	}

	.slider-link i {
		margin-right: 10px;
		padding: 22px;
	}

	.swiper-control {
		bottom: 70px;
		width: 100%;
	}

	.navbar-brand {
		padding-left: 30px;
		z-index: 100;
		width: 200px;
	}

	.navbar-toggler {
		background-color: #fff;
		padding: 35px;
		z-index: 100;
	}

	.navbar-toggler {
		line-height: inherit;
		border: none;
		border-radius: 0;
	}

	.rectangle-abs {
		display: none;
	}

	.content-box h4 {
		font-size: 26px;
	}

	.box-bottom h3 {
		font-size: 97px;
	}

	.box-bottom h6 {
		font-size: 24px;
	}

	.box-bottom p {
		font-size: 16px;
	}

	.box-head h4.black {
		margin-left: 10px;
	}

	ul.last-box li {
		padding-top: 12px;
	}

	.box-bottom .big-a {
		font-size: 40px;
	}

	.home-head {
		font-size: 20px;
		padding-bottom: 20px;
	}

	section#brands {
		padding: 0 0 40px 0;
	}

	section#brands .spec-container {}

	.round-box {
		width: 200px;
		height: 200px;
	}

	section#sponsors {}

	.footer-box {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 20px;
	}

	.footer-box .left h5 {
		font-size: 17px;
	}

	.footer-box .left h3 {
		font-size: 23px;
	}

	.footer-box .left {
		margin-right: 0;
	}

	.footer-box .center .spec-input {
		padding: 0 0 0 10px;
		height: auto;
	}

	.btn-signup {
		padding: 15px 40px;
	}

	.footer-box .right {
		margin-right: auto;
		margin-left: 0;
	}

	.footer-box .left h4 {
		font-size: 17px;
	}

	.footer-box .left h4 span.black, .footer-box .left h4 span.orange {
		font-size: 23px;
		color: #FF5100;
	}

	.social-list {
		margin: 0;
	}

	.social-list li {
		padding: 7px 13px;
		margin: 0 10px;
	}

	.copyrights {
		flex-direction: column;
	}

	.copy {
		order: 1;
		padding-top: 30px;
	}

	.copy h4 {
		font-size: 12px;
	}

	.copy p {
		font-size: 10px;
	}

	.kvkk-list {
		border-bottom: 1px solid #707070;
		padding-bottom: 5px;
		padding-top: 20px;
		width: 100%;
	}

	.kvkk-list ul {
		display: flex;
		flex-direction: column;
	}

	.kvkk-list ul li {
		padding: 10px 0;
		position: relative;
	}

	.kvkk-list ul li:first-child:after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 50px;
		height: 1px;
		color: #707070;
		left: 0;
	}

	.kvkk-list ul li:last-child {
		border: none;
	}

	.text-sect {
		width: 65%;
		padding-right: 15px;
		border-right: 1px solid #707070
	}

	.copy img {
		margin: 0;
		padding-left: 30px;
	}

	.round-box img {
		max-width: 75%;
	}

	.round-boxes {
		padding-bottom: 25px;
		height: auto;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 50px;
	}

	.slick-dots li button:before {
		font-size: 8px;
		width: 7px;
	}

	.slick-dots li.slick-active button:before {
		background-color: #FD8C39;
		color: #FD8C39;
		width: 7px;
		height: 17px;
		border-radius: 25px;
	}

	footer {
		padding: 40px 0;
	}

	.btn-signup-mobile {
		background-color: #35373C;
		color: #fff;
		padding: 15px 20px;
		border-radius: 50%;
		margin-left: 25px;
		margin-bottom: 10px;
	}

	.footer-box .center .spec-input {
		border-bottom: 1px solid #C7C8C9;
		padding-bottom: 3px;
	}

	.footer-box .center img {
		margin-bottom: 13px;
	}

	.navbar-collapse {
		background-color: #fff;
		height: auto;
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 90px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-item {
		height: auto;
		padding: 10px 25px;
		justify-content: flex-start;
	}

	.navbar-nav .nav-item .nav-link {
		color: #35373C !important;
		font-size: 18px;
	}

	.nav-item::before {
		content: none;
	}

	.nav-item.bordered, .nav-item.left-bordered {
		display: none;
	}

	.navbar-nav {
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 30px;
		padding-bottom: 50px;
		height: auto;
	}

	.mobile-lang {
		width: 100%;
	}

	.mobile-lang ul {
		width: 90%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		display: flow-root;
		border-top: 1px solid #D7D8D6;
		border-bottom: 1px solid #D7D8D6;
	}

	.mobile-lang ul li {
		list-style: none;
		width: 49%;
		float: left;
		text-align: center;
		padding: 15px 0;
	}

	.mobile-lang ul li a {
		color: #D7D8D6;
		font-size: 20px;
		font-family: 'Quicksand-Bold';
		height: 60px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.mobile-lang ul li:first-child a {
		border-right: 1px solid #D7D8D6;
	}

	.mobile-lang ul li.active a {
		color: #FD8C39;
	}

	.kvkk {
		padding-left: 25px;
		padding-top: 15px;
	}

	.kvkk a {
		display: block;
		padding: 10px 0;
		font-family: 'Inter-Regular';
		color: #35373C;
		font-size: 14px;
	}

	.mobile-social-bottom {
		background-color: #F2F2F2;
		display: block;
		width: 100%;
		padding: 30px 25px;
	}

	.mobile-slide {
		padding-top: 100px;
	}

	.mobil-slide .home-head {
		padding: 0;
	}

	.mobile-social-bottom ul {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}

	.mobile-social-bottom ul li {
		list-style: none;
	}

	.bottom-content-box {
		flex-direction: column;
		padding: 30px 20px;
	}

	.bottom-content-box .box-left {
		flex-direction: row;
		width: 100%;
	}

	.bottom-content-box .box-left h1 {
		font-size: 100px;
	}

	.bottom-content-box .box-left h2 {
		font-size: 32px;
		padding-left: 5px;
		margin-right: auto;
		width: 65%;
	}

	.bottom-content-box .box-right {
		width: 100%;
	}

	.bottom-content-box .box-right ul li {
		padding: 5px;
		font-size: 17px;
	}

	.social-list li a {
		padding: 0;
		margin: 0;
		line-height: 1;
	}

	.content-box.purple {
		padding: 20px;
	}

	.content-box.purple .box-head h4 {
		font-size: 24px;
		width: 60%;
		padding-bottom: 40px;
	}

	.content-box.purple .box-middle h1 {
		font-size: 100px;
	}

	.content-box.purple .box-bottom p {
		font-size: 25px;
	}

	.content-box.turkuaz {
		padding: 20px;
		background-size: 35px;
		margin: 20px 0;
	}

	.content-box.turkuaz .box-head h4 {
		font-size: 26px;
	}

	.content-box.turkuaz .box-middle h2 {
		font-size: 85px;
	}

	.content-box.turkuaz .box-bottom p {
		font-size: 25px;
	}

	.content-box.black {
		padding: 20px;
		background-size: 100%;
	}

	.content-box.black .box-head h4 {
		font-size: 25px;
	}

	.content-box.black .box-middle h6 {
		font-size: 14px;
		padding-top: 10px;
	}

	.content-box.black .box-bottom {
		padding-top: 15px;
	}

	.content-box.black .box-bottom a {
		font-size: 19px;
	}

	section {
		padding: 50px 0;
	}

	.sidebar {
		display: none;
	}

	.content-detail {}

	.main-content h3 {
		font-size: 24px;
	}

	.main-content p {
		font-size: 16px;
	}

	.main-content {
		padding-bottom: 40px;
	}

	.main-content h4 {
		font-size: 21px;
	}

	.unordered-list li {
		font-size: 16px;
		padding: 5px 0;
	}

	.big-box {
		height: auto;
		padding: 20px 30px;
	}

	.big-box h2 {
		font-size: 87px;
	}

	.std-box {
		height: 120px;
		padding-right: 30px;
		border: 2px solid #9C5ABC;
	}

	.std-box h3 {
		font-size: 47px;
		border-right: 2px solid #9C5ABC;
	}

	.std-box h6 {
		font-size: 14px;
	}

	.big-box h3 {
		font-size: 21px;
	}

	.datas h3 {
		font-size: 24px;
	}

	.datas .purple-sm {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.data-box {
		height: auto;
		height: 184px;
		margin: 10px 0;
	}

	.data-box img {
		width: 45%;
	}

	.data-box h4 {
		font-size: 13px;
	}

	.event-box {
		padding: 30px 20px;
	}

	.events h3 {
		font-size: 24px;
	}

	.event-box {
		flex-direction: column;
		margin: 15px 0;
	}

	.event-box .left h4 {
		font-size: 20px;
	}

	.event-box .left h4 br {
		display: none;
	}

	.event-box .left h3 {
		font-size: 45px;
	}

	.event-box .right img {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.event-sm-box {
		border: 2px solid #FD854E;
		padding: 30px 20px;
		margin-bottom: 15px;
	}

	.event-sm-box h4 {
		font-size: 18px;
	}

	.event-sm-box h4 br {
		display: none;
	}

	.turkuaz-box {
		border: 2px solid #61BAEB;
		padding-left: 20px;
		height: 80px;
		margin-bottom: 20px;
	}

	.turkuaz-box p {
		margin-right: 20px;
	}

	.turkuaz-box p br {
		display: none;
	}

	.espor h3 {
		font-size: 24px;
	}

	.espor p {
		font-size: 16px;
	}

	.espor h5 {
		font-size: 21px;
	}

	.espor .turkuaz-box p {
		font-size: 16px;
	}

	.espor .turkuaz-box {
		margin: 10px 0 !important;
	}

	.espor-box {
		margin-top: 20px;
		border: 2px solid #61BAEB;
		padding: 30px 20px 0 20px;
		flex-direction: column;
	}

	.espor-box .left h3 {
		font-size: 30px;
	}

	.espor-list {
		padding-top: 10px;
	}

	.espor-list li {
		font-size: 16px;
	}

	.espor-box .left h4.orange {
		font-size: 24px;
	}

	.main-content h5 {
		font-size: 20px;
	}

	.w-80 {
		width: 100%;
	}

	.col-1-5 {
		width: 100%;
		padding: 0 15px;
	}

	#sponsors .col-1-5 {
		width: 50%;
	}

	section#sponsors {
		padding: 50px 0;
	}

	.ads {
		border: 2px solid #99CFED;
		flex-direction: column;
		margin: 20px 0;
	}

	.online-boxes .box {
		padding: 30px 20px;
		height: 120px;
	}

	.online-boxes .box h6 {
		padding-bottom: 5px;
		font-size: 16px;
	}

	.online-boxes .box h5 {
		font-size: 15px;
	}

	.ads-orange {
		padding-top: 25px;
		font-size: 20px;
	}

	.ads-graph {
		padding: 0 20px 40px 20px;
		border-right: none;
	}

	.ads-graph.no-head {
		padding-bottom: 0;
	}

	.ads-graph h4 {
		height: 45px;
	}

	.ads-adv .head {
		font-size: 22px;
		padding: 15px 0;
	}

	.content-detail {
		padding-bottom: 20px;
	}

	.ads-adv .head br {
		display: none;
	}

	.ads-adv .box {
		margin-bottom: 20px;
		border: 2px solid #61BAEB;
	}

	.ads-adv .box h4 {
		font-size: 16px;
	}

	.dijital-box {
		padding: 30px 20px;
		height: auto;
		margin-bottom: 20px;
	}

	.dijital-box h4 {
		font-size: 22px;
	}

	.dijital-box h5 {
		font-size: 14px;
	}

	.dijital-big-box {
		border: 2px solid #99CFED;
	}

	.dijital-big-box .top {
		flex-direction: column;
	}

	.dijital-big-box .top .left {
		width: 100%;
		padding: 0 15px;
		order: 2;
	}

	.dijital-big-box .top .left .user-box {
		margin: 10px 0;
	}

	.dijital-big-box .top .right {
		order: 1;
		width: 100%;
		border-bottom-left-radius: 0;
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		margin-bottom: 20px;
	}

	.dijital-big-box .top .right img {
		max-height: 200px;
	}

	.dijital-big-box .bottom {
		padding: 30px 20px;
	}

	.kariyer-tabs .nav-tabs .nav-link {
		padding: 12px 0 !important;
	}

	.tab-text {
		font-size: 16px;
	}

	.tab-content {
		padding-top: 20px;
	}

	.contact-form, .ik-form {
		padding-top: 50px;
	}

	.spec-input, .spec-input:focus {
		height: 20px;
		padding: 12px 0;
	}

	.spec-textarea, .spec-textarea:focus {
		padding-top: 10px;
	}

	.form-bottom {
		flex-direction: column;
		padding-top: 30px;
	}

	.form-bottom .custom-checkbox {
		width: 100%;
	}

	.ik-head {
		font-size: 24px;
	}

	.kariyer-box {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.kariyer-box .left h4 {
		font-size: 45px;
	}

	.kariyer-box .left h5 {
		font-size: 20px;
	}

	.kariyer-box .right img {
		width: 75%;
	}

	.contact-content h5 {
		font-size: 23px;
	}

	.contact-content h6 {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.contact-content h6.tel {
		font-size: 25px;
		padding-bottom: 0px;

	}

	.contact-container {}

	.dropdown-toggle::after {
		content: '+';
		background-color: transparent;
		left: auto;
		right: 0;
	}

	.sticky_head .dropdown-toggle::after {
		content: '' !important;
		background-color: transparent;
		left: auto;
		right: 0;
	}

	.navbar-nav .nav-item .nav-link {
		width: 100%;
	}

	.mobile-dd {
		padding-top: 5px;
	}

	.mobile-dd-list li {
		list-style: none;
		padding: 5px 0;
	}

	.mobile-dd-list li a {
		font-size: 16px;
		color: #35373C;
		font-family: 'Inter-Regular';
	}

	.nav-item {
		display: block;
	}

	.round-boxes img {
		margin: auto;
	}

	.kvkk-list {
		margin-left: 0;
		margin-right: auto;
	}

	.page-header .navbar-toggler {
		background-color: transparent;
	}

	.page-header {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 9;
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		content: '-';
		opacity: 1;
		transform: none;
	}

	.mobile-dd-list li.active a {
		color: #FD4F1E;
		font-family: 'Quicksand-Bold';
	}

	.home-header {
		position: sticky;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 500;
	}

	.head-bg {
		height: 140px;
	}

	.navbar-nav .nav-item .nav-link {
		display: contents;
	}

	.head-bg, .navbar-toggler {
		background-color: #F2F2F2;
	}

	.head-bg .normal-logo {
		display: none;
	}

	.head-bg .fixed-logo {
		display: block !important;
	}

	.sponsor-head h4 {
		font-size: 54px
	}

	.sponsor-head p {
		font-size: 20px;
	}

	.std-box h6 {
		margin-left: auto;
	}

	.dijital-big-box .top .left .user-box {
		padding: 20px;
	}

	.dijital-big-box .top .left h4 {
		font-size: 30px;
		text-align: center;
	}

	.dijital-big-box .top .left img {
		width: 40px;
	}

	.dijital-big-box .top .left h5 {
		font-size: 15px;
	}

	.dijital-list li {
		width: 100%;
	}

	.dijital-big-box .bottom {
		padding: 30px 20px 0 20px;
	}

	.datas {
		padding: 50px 0;
	}

	.contact-content a.tel {
		font-size: 20px;
	}

	.kariyer-img {
		padding-bottom: 30px;
	}

	.slide-efect.btn {
		width: 15rem;
	}

	.slide-efect.btn .button-text {
		font-size: 14px;
		right: auto;
		left: 14px;
	}

	.slide-efect.btn .circle {
		width: 4rem;
		height: 4rem;
	}

	.slide-efect.btn .circle i {
		width: 2.8rem;
	}

	.creative-round.data-round {
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}

	.creative-round.data-round h4 {
		font-size: 1.2rem;
	}

}