@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open Sans');


body{
	overflow-x: hidden !important; 
}
.desktop-banner {
	display: block;
	margin-bottom: 50px;
}

.mobile-banner {
	display: none;
	margin-bottom: 50px;
}
/*Scroolbar Css*/
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #f12531;
}

	::-webkit-scrollbar-thumb:hover {
		background: #f125339c;
	}

::-moz-selection {
	background: #ba3039;
	color: #fff;
}

::selection {
	background: #ba3039;
	color: #fff;
}

/*Scroolbar Css*/
.navbar-toggler-outline {
	border: 0;
	outline: none !important;
}

.animated-icon2 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

	.animated-icon2 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}


	.animated-icon2 span {
		background: #000000;
	}

		/* Icon 3*/

		.animated-icon2 span:nth-child(1) {
			top: 0px;
		}

		.animated-icon2 span:nth-child(2),
		.animated-icon2 span:nth-child(3) {
			top: 10px;
		}

		.animated-icon2 span:nth-child(4) {
			top: 20px;
		}

	.animated-icon2.open span:nth-child(1) {
		top: 11px;
		width: 0%;
		left: 50%;
	}

	.animated-icon2.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.animated-icon2.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.animated-icon2.open span:nth-child(4) {
		top: 11px;
		width: 0%;
		left: 50%;
	}

.mb-55 {
	margin-bottom: 55px;
}


.navbar {
	background-color: #f4f4f8 !important;
	padding-top: 0 !important;
}

a.nav-link {
	color: #ba3039 !important;
	font-size: 16px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin-top: 0 !important;
	margin: 0 0.5rem 0 0.5rem;
	padding: 2rem 2rem;
	border-top: 3px solid #f4f4f8;
	vertical-align: middle;
	transition: all 0.3s;
}

	a.nav-link:hover {
		transition: all 0.3s;
		border-top: 3px solid #f12531;
		color: #f12531 !important;
	}

.navbar-light .navbar-toggler-icon {
	background-image: url(../image/togglericon.png);
}

.menu-logo {
	height: 47px;
}

/* Özel Stillemeler */
@keyframes box-shadow-anim {
	0% {
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	}

	25% {
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	}

	50% {
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
	}

	75% {
		box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.2);
	}
}

.element {
	animation: box-shadow-anim 2s infinite linear;
}

.card {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	height: auto;
}

	.card:hover {
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
	}

.card-img-top {
	border-radius: 15px 15px 0 0;
}

.btn-index-card {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	width: 100%;
	line-height: 12px;
	text-transform: capitalize;
	color: #f2f2f2 !important;
	border: none !important;
	cursor: pointer;
	background: #f12531 !important;
	padding: 20px 15px;
	box-shadow: 0 0 10px rgb(216, 7, 7) !important;
	border-radius: 0 !important;
	transition: linear 0.3s;
}

	.btn-index-card:hover {
		transition: linear 0.3s;
		box-shadow: 0 0 25px rgb(216, 7, 7) !important;
	}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/* Ekran yüksekliği kadar genişletme */
}

.content {
	flex: 1;
	z-index: 9;
	background-color: white;
}

.header-oo {
	font-size: 35px;
	color: #f12531;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 20px;
	max-width: 100%;
}

.countdown-wrapper {
	text-align: center;
	margin: 0 auto;
	/* Ortala */
}

.countdown-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
}

.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.time {
	font-size: 3.5rem;
	color: #fff;
	background-color: #f12531;
	padding: 20px 30px;
	margin: 0 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgb(241 37 49);
	text-align: center;
}

.time-label {
	font-size: 1.5rem;
	color: #3b3663;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
}

/* .btn {
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    background-color: #000;
  
    &:hover {
      background-color: #0000ff;
    }
  
    .btn-label {
      font-size: 16px;
      color: #fff;
    }
  } */

@keyframes shake {
	0% {
		transform: translateY(0);
	}

	10% {
		transform: translateY(-5px);
	}

	20% {
		transform: translateY(5px);
	}

	30% {
		transform: translateY(-5px);
	}

	40% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(0);
	}
}

.button {
	animation: shake 0.5s linear infinite;
}

.sticky-program-basvur {
	width: 186px;
	position: fixed;
	z-index: 500;
	right: 0;
	bottom: 5rem;
	border-radius: 50px 0 0 50px;
	cursor: pointer;
	background: #f12531;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	box-shadow: 0 0 20px rgb(216, 7, 7);
	transition: linear 0.3s;
	animation: shake 2s linear infinite;
	animation-duration: 5s;
	/* animation-iteration-count: 5; */
}

	.sticky-program-basvur:hover {
		transition: linear 0.3s;
		box-shadow: 0 0 30px rgb(216, 7, 7);
	}

	.sticky-program-basvur .box2 {
		padding-left: 10px;
	}

	.sticky-program-basvur i {
		font-size: 29px;
		color: #fff !important;
	}

	.sticky-program-basvur p {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 800;
		font-size: 12px;
		line-height: 12px;
		text-transform: capitalize;
		color: #f2f2f2;
		margin: 0;
	}

.img-1 {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.sectionone {
	padding: 50px 0;
}

	.sectionone h2 {
		text-align: start;
		font-family: 'Montserrat';
		font-style: normal;
		margin-bottom: 26px;
		font-weight: bold;
		font-size: 40px;
		line-height: 49px;
		color: #3B3663;
	}

	.sectionone p {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 27px;
		color: #4D4D4D;
		text-align: justify;
	}

.sectiontwo {
	padding: 50px 0;
}

	.sectiontwo h2 {
		font-family: 'Montserrat';
		font-style: normal;
		margin-bottom: 26px;
		text-align: center;
		font-weight: 800;
		font-size: 35px;
		line-height: 49px;
		color: #3B3663;
	}

	.sectiontwo p {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 27px;
		color: #4D4D4D;
	}

	.sectiontwo a {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 800;
		font-size: 12px;
		width: 100%;
		line-height: 12px;
		text-transform: capitalize;
		color: #f2f2f2 !important;
		border: none !important;
		cursor: pointer;
		background: #f12531 !important;
		padding: 20px 15px;
		box-shadow: 0 0 20px rgb(216, 7, 7) !important;
		border-radius: 10px !important;
		transition: linear 0.3s;
	}

		.sectiontwo a:hover {
			box-shadow: 0 0 40px rgb(216, 7, 7) !important;
			transition: linear 0.3s;
		}

.sectiontree {
	padding: 50px 0;
}


.pagination-container {
	max-width: 100%;
	/* Pagination container genişliği */
	margin: auto;
	/* Ortala */
	padding: 20px;
	/* Kenar boşluğu */
	/* Kenar çizgisi */
	/* Köşe yuvarlama */
	display: flex;
	height: 258px;
	/*background: #e0e0e0;*/
	flex-direction: column;
	/*box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.2);*/
	overflow-y: auto; /* Dikey scrollbar ekle */
	overflow-x: hidden !important;
}
.form-cntrl{
	box-shadow: none !important;
	margin: 0 0 20px;
	color: #343a40;
    display: block;
    transition: background-color 0.3s ease;
}

.page-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 12px;
	text-transform: capitalize;
	color: #000;
	border: none !important;
	cursor: pointer;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 15px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);	border-radius: 10px !important;
	transition: linear 0.3s;
}

.page-link:hover {
	color: #fff;
	background: #f12533;
	box-shadow: 0 0 25px rgba(250, 0, 0, 0.16);		
	transition: linear 0.3s;
}

.pagination-item {
	padding: 10px 0;
}


.elemnt-center {
	margin: auto;
}
.elemnt-center991 {
	margin: auto;
}
.sectionfour {
	padding: 50px 0;
}

.notif {
	position: absolute;
	top: -57px;
	right: -31px;
	max-width: 100%;
	height: 209px !important;
	width: 209px !important;
	max-height: 100%;
}

.en-songelişme-header {
	color: #FFFFFF;
	font-size: 46px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

.haberar-header {
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}

.btn-sosyal-medya {
	background-color: #fff;
	border-radius: 15px;
	height: 60px;
	border-style: none !important;
	box-shadow: none !important;
	color: #132643;
	font-size: 16px;
	text-align: center;
	width: 148px;
	padding: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 10px;
}

	.btn-sosyal-medya:hover {
		color: #132643;
		background-color: rgba(255, 255, 255, 0.815);
	}

.sosyal-medya-kutusu {
	background-color: #f33a55;
	padding: 10px;
	border-radius: 30px;
}

	.sosyal-medya-kutusu img {
		width: 30px;
		height: 30px;
		margin: 0 5px;
	}

.sosyal-medya-linkleri {
	text-align: center;
}

.p0 {
	padding: 0 !important;
}

.img-slide-oo {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.bg-about-image {
	background-color: #da2e3d;
	background-image: none;
	align-items: center;
	height: 200px;
}
.mt-65{
	margin-top: 65px;
}
.img-abt-cont {
	width: 100%;
	height: auto;
	object-fit: cover;
    object-position: center;
}

.carousel-indicators .active {
	background-color: #dc3545;
}

.carousel-indicators li {
	width: 50px;
}

.about-text {
	font-weight: 600;
	color: #797884;
	font-size: 16px;
	text-align: justify;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
}

@keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


.img-swiper {
	height: 440px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper {
	width: 318px;
	height: 440px;
	max-width: 100%;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

	.swiper-slide:nth-child(1n) {
		background-color: rgb(206, 17, 17);
	}

	.swiper-slide:nth-child(2n) {
		background-color: rgb(0, 140, 255);
	}

	.swiper-slide:nth-child(3n) {
		background-color: rgb(10, 184, 111);
	}

	.swiper-slide:nth-child(4n) {
		background-color: rgb(211, 122, 7);
	}

	.swiper-slide:nth-child(5n) {
		background-color: rgb(118, 163, 12);
	}

.titleone {
	margin: 0;
	font-family: 'Montserrat';
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 24px;
	line-height: 144.9%;
	text-align: center;
	letter-spacing: .24em;
	color: #3b3663;
}

.titleMain {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #3b3663;
}

.socialLogo {
	display: flex;
	justify-content: space-around;
	width: 750px;
	margin: auto;
	flex-wrap: wrap;
}

	.socialLogo div {
		width: 25%;
		display: flex;
		justify-content: center;
		padding: 50px;
	}

	

@media (max-width: 991px) {
	.elemnt-center991 {
	margin: none;
}
	.secabout .row {
		flex-direction: column-reverse; /* Öğelerin sırasını tersine çevirir */
		align-items: center; /* Öğeleri dikeyde merkezler */
	  }
	  .secabout .row .col-sm-12 {
		text-align: center; /* Metni yatayda merkezler */
		margin-top: 20px; /* İlgili öğeler arasında boşluk bırakır */
	  }
	  .secabout .row .col-sm-12.elemnt-center {
		order: 2; /* Görseli metnin altına taşır */
	  }
	  .secabout .row .col-sm-12:not(.elemnt-center) {
		order: 1; /* Metni görselin üzerine taşır */
	  }
	
	.sectionone .row {
		flex-direction: column-reverse; /* Öğelerin sırasını tersine çevirir */
		align-items: center; /* Öğeleri dikeyde merkezler */
	  }
	  .sectionone .row .col-sm-12 {
		text-align: center; /* Metni yatayda merkezler */
		margin-top: 20px; /* İlgili öğeler arasında boşluk bırakır */
	  }
	  .sectionone .row .col-sm-12.elemnt-center {
		order: 2; /* Görseli metnin altına taşır */
	  }
	  .sectionone .row .col-sm-12:not(.elemnt-center) {
		order: 1; /* Metni görselin üzerine taşır */
	  }
	.desktop-banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}
	.card {
		margin-bottom: 50px;
	}

	.header-oo {
		font-size: 2rem;
	}

	.countdown {
        flex-direction: row;
        justify-content: center; /* Elemanları merkezde tutmak için */
    }

    .countdown > div {
        width: auto; /* Genişliği içeriğe göre ayarlamak için */
        margin: 5px; /* Daha az dış boşluk */
        font-size: 1.2rem; /* Metin boyutunu küçült */
        padding: 5px; /* Daha az dolgulu hale getir */
    }

    .countdown-title {
        font-size: 1.2rem; /* Başlığı küçült */
    }

    .countdown-label {
        font-size: 0.7rem; /* Etiket boyutunu küçült */
    }

    .time-label {
        font-size: 0.8rem;
    }

	.notif {
		height: 148px !important;
		width: 175px !important;
	}

	.en-songelişme-header {
		font-size: 28px;
	}

	.sectiontwo a {
		margin-bottom: 80px;
	}

	.slide .content {
		bottom: -200%;
	}

	.navbar {
		/* height: 125px; */
		margin-top: 15px;
	}

	a.nav-link:hover {
		border-top: none !important;
	}
}

@media (max-width: 768px) {

	/* .horizontal-countdown {
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	} */

	.countdown {
		/* display: inline-block; */
		font-size: 1.2rem;
	}

	.countdown-number {
		font-size: 2rem;
		font-weight: bold;
	}

	.countdown-label {
		font-size: 0.8rem;
		color: #888;
	}

	.countdown-title {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.time-label {
		font-size: 1rem;
		text-align: center;
		margin: 20px;
	}

	.sectionone h2 {
		font-size: 24px;
		line-height: normal;
		text-align: left;
	}

	.sectionone p {
		line-height: normal;
		font-size: 18px;
	}

	.sectiontwo h2 {
		font-size: 24px;
		line-height: normal;
		text-align: left;
	}

	.header-oo {
		font-size: 20px;
	}

	.sectiontwo {
		padding: 30px 0;
	}

	.sectiontree {
		padding: 30px 0;
	}

	.en-songelişme-header {
		font-size: 22px;
	}

	.notif {
		top: -72px;
		right: -15px;
		width: 130px !important;
		height: 153px !important;
	}

	.titleone {
		font-size: 20px;
	}

	.titleMain {
		font-size: 24px !important;
		line-height: 34px !important;
	}

	.socialLogo {
		width: 350px;
		max-width: 100%;
	}

		.socialLogo div {
			width: 50%;
		}

	a.nav-link:hover {
		border-top: none !important;
	}
}


@media (max-width: 575px) {
	.time {
		/* Tek sütunlu düzen */
		margin: 5px;
		font-size: 2rem;
		padding: 10px;
	}

	.countdown-title {
		font-size: 1.2rem;
	}

	.time-label {
		font-size: 0.8rem;
		text-align: center;
		margin: 10px;
	}

	.pagination-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 0 !important;
	}

	.pagination-item {
		width: 100%;
		margin: 15px;
	}

	.page-link {
		margin-left: 0;
	}

	.notif {
		top: -72px;
		right: -5px;
		width: 82px !important;
		height: 178px !important;
	}

	.swiper {
		width: 275px;
		height: 400px;
	}
}

@media (max-width: 475px) {
	.en-songelişme-header {
		font-size: 19px;
	}

	.notif {
		top: -72px;
		right: 0px;
		width: 60px !important;
		height: 164px !important;
	}

	.swiper {
		width: 227px;
		height: 353px;
	}
}

@media (max-width: 375px) {
	.notif {
		top: -72px;
		right: 0px;
		width: 55px !important;
		height: 153px !important;
	}

	.en-songelişme-header {
		font-size: 17px;
	}

	.swiper {
		width: 185px;
		height: 300px;
	}
}

@media (max-width: 320px) {
	.header-oo {
		font-size: 1rem;
	}
}


.section .box3 .row {
	margin: 0 -20px;
}

	.section .box3 .row > div {
		padding: 0 20px;
	}

.section .box3 .list {
	background: #fff;
	border-radius: 33px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
	padding: 20px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	transition: 0.4s;
	height: auto;
}

	.section .box3 .list:hover {
		margin-top: -20px;
	}

@media only screen and (max-width: 767px) {
	.section .box3 .list:hover {
		margin-top: 0;
	}
}

.section .box3 .list:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.30);
}

.section .box3 .list picture {
	height: 165px;
	display: table-cell;
	vertical-align: bottom;
	width: 100em;
}

.section .box3 .list b {
	display: block;
	font-size: 24px;
	margin-top: 15px;
}

@media only screen and (max-width : 480px) {
	.section .box3 .list b {
		font-size: 30px;
	}
}

.section .box3 .list strong {
	display: block;
	color: #ba3039;
	font-size: 50px;
}

.section .box3 .list ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 30px;
	float: left;
	width: 100%;
}

	.section .box3 .list ul li {
		float: left;
		width: 50%;
	}

		.section .box3 .list ul li:first-child {
			border-right: 1px solid rgba(112, 112, 112, 0.34);
		}

		.section .box3 .list ul li span {
			display: block;
			color: #ba3039;
			font-size: 35px;
			line-height: 50px;
		}

@media only screen and (max-width : 480px) {
	.section .box3 .list ul li span {
		font-size: 35px;
		line-height: 40px;
	}
}

.section .box3 .list ul li em {
	font-size: normal 18px;
	display: block;
}

.section .box3.newBox3 .list {
	height: auto;
	padding: 50px 25px;
}

	.section .box3.newBox3 .list picture {
		height: 120px;
	}

@media only screen and (max-width: 767px) {
	.section .box3.newBox3 .list strong {
		font-size: 50px;
	}
}

body .more {
	transition: 0.4s;
	color: #fff;
	display: inline-block;
	background: #da2e3d;
	font-size: 22px;
	border-radius: 29px;
	padding: 13px 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-decoration: none;
}

	body .more:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		background: #ba3039;
		transition: 0.4s;
		height: 100%;
		z-index: -1;
	}

	body .more:hover {
		background: #fff;
	}

		body .more:hover:before {
			width: 100%;
		}

#header {
	background: #f4f4f4;
	top: 0;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 99;
}

header {
	z-index: 60;
}

.lazy {
	height: 165px;
}


ul {
	margin: 0px;
	padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 150px; /* Logoyu küçült */
    display: block; /* İmajın kenar boşluklarını kaldır */
    margin: 0 auto 20px; /* Yazılarla arasına boşluk bırak ve logoyu ortala */
}

.footer-widget {
    text-align: left; /* Yazıları sola hizala */
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px; /* Yazıların arasındaki boşluğu azalt */
}

.footer-social-icon {
    margin-top: 20px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px; /* Sosyal medya simgeleri ile arasındaki boşluğu azalt */
}

.footer-social-icon a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px; /* Sosyal medya simgeleri arasındaki boşluğu azalt */
}

.footer-social-icon i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.footer-social-icon i:hover{
	color: #cacaca;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; /* Başlık ile altındaki içerik arasındaki boşluğu azalt */
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px; /* Çizginin metinden biraz yukarıda olmasını sağla */
    height: 2px;
    width: 50px;
    background: #f12531;
}

.footer-widget ul li {
    display: inline-block;
    margin-bottom: 8px; /* Madde işaretleri arasındaki boşluğu azalt */
}

.footer-widget ul li a:hover {
    color: #ba3039;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ba3039;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.yurticiegitimdestek-img{
	width: 100%;
	height: auto;
}
.iletisim-card-sag-ayar{

	background-color: #FFFFFF;
	border-radius: 34px;
	width: 100%;
	height: auto;
	filter:drop-shadow(4px 4px 4px #d1d0d0);
	}

	.text-card-iletism-header{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		color: #000000;
	}
	.text-card-iletism{
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	}
	.ico-link{
		color: #000000;
		font-size: 37px;
		text-align: center;
		margin-top: 6px;
		margin-bottom:150px ;
		margin-left:19% ;
	}
	.bize-ulasin-iletsm{
		font-size: 48px;
		text-align: center;
		color: #000000;
		margin-top:52px;   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
	
	.textbox-iletisim{
		background-color: #F9F9F9;
		border-style: none;
		border-radius: 0;
		height: 55px;
		margin: auto;
		margin-bottom: 10px;
		width: 100%;
	}
	.textarea-iletim{
		height: 261px;
	}
	.iletisim-gonder-btn{
		border-radius: 0;
		background-color: #39485C;
		height: 46px;
		color: white;
		width: 200px;
		margin-top: 54px;margin-left: 65px;
	}
	.iletisim-gonder-btn:hover{
		background-color:#76C3AE ;
	}
	
	.mt-146{
		margin-top: 146px;
	}
	.margint-148 {
		margin-top: 148px;
	}
	.marg117{
		margin: 117px;
	}
/* Responsive düzenleme */
@media (max-width: 768px) {
    .footer-logo img {
        margin-bottom: 10px; /* Mobil ekranlarda logonun altındaki boşluğu azalt */
    }
    .footer-widget {
        text-align: center;
    }
	.dp-none{
		display: none !important;
	}
	.mt-20{
		margin-top: 20px !important;
	}
	.textbox-iletisim{
	
		margin-left: 0;
	}
	.marg117{
		margin: auto;
	}
}


/* Copyright alanı */
.copyright {
    background: #202020;
    padding: 25px 0;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

/* Dropdown Menüsü */
.dropdown-menu {
	background-color: #f8f9fa; /* Arka plan rengi */
    border: none; /* Kenarlık yok */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Gölge */
    border-radius: 9px; /* Köşeleri yuvarla */
    visibility: hidden; /* Başlangıçta görünmez olsun */
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* Geçiş efekti */
    z-index: 1;
	padding: 0;
}

.dropdown-menu a {
	color: #343a40; /* Metin rengi */
    display: block;
    padding: 20px 65px;
    transition: background-color 0.3s ease; /* Geçiş efekti */
}

.dropdown-menu a:hover:nth-child(1) {
    background-color: #bf3039; /* Üzerine gelindiğinde arka plan rengi */
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	color: #fff;
}
.dropdown-menu a:hover {
    background-color: #bf3039; /* Üzerine gelindiğinde arka plan rengi */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
}
.dropdown-menu a:hover:last-child {
    background-color: #bf3039; /* Üzerine gelindiğinde arka plan rengi */
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	color: #fff;
}
.navbar-nav .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
	display: none;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Üzerine gelindiğinde dropdown menüyü göster */
    opacity: 1; /* Açıkça görünür hale getir */
	visibility: visible; /* Açıkça görünür hale getir */
    opacity: 1;
    transition-delay: 0s; /* Geçiş efekti için gecikme yok */
}

  
  .sectionns h2{
	text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    margin-bottom: 26px;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #3B3663;
	margin-top: 45px;
  }

  .controls-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: auto;
	background-color: #f4f4f8;
	border-radius: 20px;
	padding: 15px;
  }
  .controltitle {
	font-size: 24px;
	color: #d71425;
	padding-left: 15px;
	padding-top: 3px;
  }
  a.controla {
	float: right;
	margin: 5px;
	border: 1px solid #d71425;
	text-align: center;
	padding-top: 4px;
	width: 35px;
	height: 35px;
  
	color: #d71425;
	border-radius: 10px;
  }
  .controlbox {
	height: auto;
  }
  a.controla:hover {
	background-color: #d71425;
	color: white;
  }
  .allopen {
	font-size: 12px;
	font-weight: lighter;
	color: #4b4b4b;
	padding-right: 15px;
	margin-top: 15px;
  }
  
  .reviewbox {
	width: 100%;
	margin-top: 30px;
	padding: 29px 29px;
	padding-bottom: 27px;
  
	height: 230px;
	background-color: #fff;
	border-radius: 20px;
  }
  .whiteyorum .reviewbox {
	box-shadow: 0 6px 50px rgba(207, 212, 229, 0.33);
	background-color: #ffffff;
  }
  .reviewboxtop {
	justify-content: space-between;
	width: 100%;
	display: flex;
  }
  .reviewboxtop img {
	width: 72px;
	margin-right: 10px;
	object-fit: contain;
	align-self: flex-start;
  }
  
  .reviewname,
  .reviewjob {
	flex: 1 auto;
  }
  
  .reviewname {
	font-size: 22px;

	color: #d71425;
	margin: 0;
	font-weight: 400;
  }
  .reviewjob {
	font-size: 12px;

	color: #4b4b4b;
  
	font-weight: lighter;
  }
  div.hr-rew {
	border-top: 1px solid #d71425;
	opacity: 0.2;
	width: 100%;
	margin-top: 5px;
  }
  .yorum {
	font-size: 12px;
	font-weight: 400;
	color: #5c5c5c;
	margin-top: 7px;
	margin-bottom: 0;
	line-height: 1.7;
  }
  /* YILDIZ SİSTEMİ */
  .rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
  }
  
  .rating > input {
	display: none;
  }
  
  .rating > label {
	position: relative;
	width: 1em;
	font-size: 2rem;
	color: #ffd600;
	cursor: pointer;
  }
  
  .rating > label::before {
	content: "\2605";
	position: absolute;
	opacity: 0;
  }
  
  .rating > label:hover:before,
  .rating > label:hover ~ label:before {
	opacity: 1 !important;
  }
  
  .rating > input:checked ~ label:before {
	opacity: 1;
  }
  
  .rating:hover > input:checked ~ label:before {
	opacity: 0.4;
  }
  
  @media (max-width: 576px) {
	.reviewboxtop img {
	  width: 58px;
	  height: 58px;
	  margin-right: 5px;
	}
	.rating > label {
	  position: relative;
	  width: 1em;
	  font-size: 1.5rem;
	  color: #ffd600;
	  cursor: pointer;
	}
	.reviewname {
	  font-size: 18px;
	  color: #d71425;
	  margin: 0;
	  font-weight: 400;
	}
	.reviewbox {
	  padding: 29px 11px;
	}
	.reviewjob {
	  font-size: 11px;
	  color: #4b4b4b;
  
	  font-weight: lighter;
	}
  }

  .loading-inner {
    margin: 0 auto;
    width: 270px;
    height: 270px;
    display: flex;
    align-items: centeR;
    justify-content: centeR;
    width: 264px;
    height: 264px;
    box-shadow: 3px 10px 50px #b7b9cbb3;
    border: 1px solid #d4d5de;
    opacity: 1;
    border-radius: 100%;

}
.loading-inner:before {
    content: "";
    position: absolute;
    background: url("file:///C:/Users/HP/Desktop/Alfailetisim-web%20HTML/Alfailetisim-web%20HTML/image/thumbnail_KIRMIZI.png");
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
	-webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 
100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
100% { 
	-webkit-transform: rotate(-360deg); 
	transform:rotate(-360deg); 
} 
}
.loading-inner.spin2:before {
    background: url("file:///C:/Users/HP/Desktop/Alfailetisim-web%20HTML/Alfailetisim-web%20HTML/image/thumbnail_SARI.png");
    -webkit-animation:spin2 8s linear infinite;
    -moz-animation:spin2 8s linear infinite;
    animation:spin2 8s linear infinite;
}
@-moz-keyframes spin2 { 
    100% { -moz-transform: rotate(360deg); } 
    }
    @-webkit-keyframes spin2 { 
    100% { -webkit-transform: rotate(360deg); } 
    }
    @keyframes spin2 { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
    
    
    
    }
.titlesmall {
    font: normal normal normal 18px Open Sans !important;
    letter-spacing: 0 !important;
    color: #3f3d56;
}
.loading-in {
    width: 212px;
    height: 212px;
    background: transparent radial-gradient(closest-side at 50% 50%,#dcdce3 0%,#d4d5de 41%,#d4d5de 78%,#f1f1f1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 10px 50px #b7b9cbb3;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 100%;
    display: flex;
    align-items: Center;
    justify-content: center;
}
.text-contact-info {
    font-size: 20px;
    font-weight: 900;
    color: #67657d;
    letter-spacing: 14px;
    margin-top: 40px;
    line-height: 24px;
    display: block;
	text-align: center;
    margin-bottom: 50px;
}
.text-contact-info {
    font: normal normal normal 18px Open Sans !important;
    letter-spacing: 0;
    color: #3f3d56;
}
.a-contact-flex {
    max-width: 30%;
    min-width: 30%;
    color: #3f3d56;
	font-size: 55px;
    text-decoration: none !important;
	transition: all 0.2s;

}
.a-contact-flex:hover {
    max-width: 30%;
    min-width: 30%;
    color: #003e79;
	font-size: 55px;

}

.bsrv a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	width: 100%;
	line-height: 12px;
	text-transform: capitalize;
	color: #f2f2f2 !important;
	border: none !important;
	cursor: pointer;
	background: #f12531 !important;
	padding: 20px 15px;
	box-shadow: 0 0 20px rgb(216, 7, 7) !important;
	border-radius: 10px !important;
	transition: linear 0.3s;
}

	.bsrv a:hover {
		box-shadow: 0 0 40px rgb(216, 7, 7) !important;
		transition: linear 0.3s;
	}


.about-form-a{
	font-size: 18px;
    font-weight: bold;
    color: #d60e1c;
    text-decoration: none !important;
}
.about-form-a:hover{
	color: #d60e1bb1;
}

.img-knsma{
	height: 250px;
	width: 250px;
	max-width: 100%;
}
.card-hdr{
	font-size: 15px;
}
.card-txtt{
	font-size: 14px;
}
.crdset{
	height: auto;
	width: 250px;
	max-width: 100%;
}
.ctr{
	display: flex;
    justify-content: center;
}
.gradient-text {
	background: linear-gradient(to right, #d6101f96, #8a0b32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text::selection {
	-webkit-text-fill-color: #fff;
}