/*

Ana Renk : #0a8fd3
İkincil  : #F2F2F2
yazı     : #222830
seçenek  : #76ABAE
arkaplan : #f6f7fa

*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Outfit", sans-serif;
	background: #f6f7fa;
}

a {
	text-decoration: none;
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}
.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control[type="number"] {
    -moz-appearance: textfield; /* Firefox için gerekli */
}
.btn-outline-danger:hover {
	background: #176bbb;
	border-color: #176bbb;
}
.card {
	border: none;
}
.btn-primary {
	background: #176bbb;
	border: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active  {
	background: #176bbb;
	border: none;
}
.btn-primary:hover {
	background: #d92334;
}

/* Header */

.navbar-brand img {
	height: 55px;
}
.menu {
	position: absolute;
	z-index: 9999;
	color: #f2f2f2;
}
.menu .nav-link {
	color: #f2f2f2;
}
.menu:hover {
	background: #F2F2F2;
}
.menu:hover .nav-link{
	color: #222830;
}
.menu:hover .btn{
	color: #f2f2f2;
	border-color: #176bbb;
	background: #176bbb;
}
.slider {
	position: relative;
}
.carousel-item img {
	height: 70vh;
	object-fit: cover;
	object-position: center;
}
.menu .second-logo {
    display: none;
}
.menu .first-logo {
    display: block;
}
.menu:hover .second-logo {
    display: block;
}
.menu:hover .first-logo {
    display: none;
}
.topbar ul li a:hover {
	color: #76ABAE !important;
}
.dropdown:hover .dropdown-menu,
.dropdown-menu {
  display: block;
}
.dropdown-menu {
	background: #F2F2F2;
	border: none;
	border-radius: 0 0 5px 5px;
	display: none;
	position: absolute;
	top: 100%;
  	left: 0;
  	z-index: 1000;
  	padding: 10px 0;
}
.mega-menu {
  position: static !important;
}
.dropdown-menu.mega-menu-content {
  width: 100%;
  padding: 15px 0;
  border: none;
  box-shadow: none;
}
.mega-menu-content .container {
  max-width: 1140px;
}
.mega-menu-content .col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.mega-menu-content .col-md-4 img {
	border-radius: 5px;
}
.mega-menu-content ul li {
  margin-bottom: 5px;
}
.mega-menu-content ul li a {
  color: #333;
}
.dropdown-menu {
	margin-top: -13px;
}
.navbar-nav .nav-item:hover {
	border-bottom: 3px solid #176bbb;
}

/* carousel */
.carousel{
    height: 70vh;
    width: 100vw;
}
.carousel .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .list .item .content{
    position: absolute;
    top: 30%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}
.carousel .list .item .author{
    font-weight: bold;
    letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.3em;
}
.carousel .list .item .topic{
    color: #176bbb;
}
.carousel .list .item .buttons{
    margin-top: 30px;
}
.carousel .list .item .buttons button{
    border: none;
    border-radius: 5px;
    background-color: #176bbb;
    color: #f2f2f2;
    letter-spacing: 3px;
    padding: 5px;
    font-size: 15px;
}
.carousel .list .item .buttons button:nth-child(2){
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}
/* thumbail */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 70%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 125px;
    height: 195px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .content{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.thumbnail .item .content .title{
    font-weight: 500;
}
.thumbnail .item .content .description{
    font-weight: 300;
}
/* arrows */
.arrows{
    position: absolute;
    top: 80%;
    right: 20%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}
.arrows button:hover{
    background-color: #fff;
    color: #000;
}
.carousel .list .item:nth-child(1){
    z-index: 1;
}
.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.carousel .list .item:nth-child(1) .content .title{
    animation-delay: 1.2s!important;
}
.carousel .list .item:nth-child(1) .content .topic{
    animation-delay: 1.4s!important;
}
.carousel .list .item:nth-child(1) .content .buttons{
    animation-delay: 1.8s!important;
}
.carousel.next .list .item:nth-child(1) img{
    width: 125px;
    height: 195px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
.carousel.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.prev .list .item img{
    z-index: 100;
}
@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.carousel.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}
@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}
.carousel .time{
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #176bbb;
    left: 0;
    top: 0;
}
.carousel.next .time,
.carousel.prev .time{
    animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}
.carousel.prev .list .item:nth-child(2){
    z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 125px;
        height: 195px;
        bottom: 50px;
        left: 70%;
        border-radius: 20px;
    }
}
.carousel.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button{
    pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}



/* İÇERİK */

.promotion {
	font-weight: 200;
	font-size: 15px;
}
.promotion img {
	max-height: 150px;
}
.promotion .btn i {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.promotion .btn {
    transition: padding-right 0.5s ease;
    padding-right: 10px;
}
.promotion .btn:hover {
    padding-right: 20px;
    background-color: #176bbb;
}
.promotion .btn:hover i {
    opacity: 1;
    padding-left: 20px;
}
.carousel-caption .btn i {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#advantage .card{
	background: url("../images/background11.jpg") center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #f2f2f2;
}
#advantage .row{
	padding-bottom: 25px;
}
#advantage p{
	font-weight: 200;
	font-size: 15px;

}
#advantage h5{
    background-color: #ced4da;
    color: #222830;
    padding: 10px;
    border-radius: 6px;
    margin: 25px 0 25px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #f2f2f2;
    background-color: #176bbb;
    /*border-left: 8px solid #76ABAE;*/
}
.nav-pills .nav-link {
	background: #f2f2f2;
}
.nav-pills a {
	width: 50%;
	padding: 14px;
	cursor: pointer;
}
.nav-pills .nav-link {
	color: #222830;
}
.price-head {
	background: #176bbb;
	color: #f2f2f2;
}
.price-head span {
	font-weight: 200;
	font-size: 13px;
}
.price .justify-content-between a:hover {
	color: #176bbb;
}
.contact-bar .card{
	background: url("../images/9.jpg") center center;
	background-size: cover;
	background-attachment: fixed;
	color: #f2f2f2;
	height: 250px;
}
.services-card span {
	position: absolute;
	font-size: 50px;
	font-weight: 500;
	margin-left: -10px;
	color: #f2f2f2;
	padding: 5px 10px;
	background: #176bbb;
	border-radius: 5px;
	top: -10px;
	transition: font-size 0.6s ease;
}
.services-card:hover span {
	font-size: 70px;
}
.services-card .card-body{
	padding-left: 50px;
}
.services-card h1, .services-card i {
	color: rgb(240, 240, 240, 0.2);
	font-weight: 800;
	font-size: 3rem;
	padding-top: 15px;
	padding-left: 15px;
}
.partners h1 {
	color: rgb(0, 0, 0, 0.2);
	font-weight: 800;
	font-size: 5rem;
	padding-top: 15px;
	padding-left: 15px;
}
.footer h5{
	color: #176bbb;
}
.footer ul li a{
	color: #222830;
}
.footer ul li a:hover {
	color: #76ABAE;
}
.footer .nav {
	--bs-nav-link-color:#176bbb;
	--bs-nav-link-hover-color:#176bbb;
}

/* PAGES */

.page-top {
	height: 16vh;
	background: linear-gradient(77deg, rgba(108,173,201,1) 0%, rgba(130,57,143,1) 0%, rgba(23,107,187,1) 80%);
}
#content {
	margin-top: 50px;
}
#content .page-heading {
	color: rgb(0, 0, 0, 0.2);
	font-weight: 800;
	font-size: 4rem;
}
#content .page-heading span {
	color: #176bbb;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	border-radius: 5px;
}
.accordion-button span i {
	color: #176bbb;
}
.accordion-button:not(.collapsed) {
	background-color: rgba(190,30,45,0.9);
	color: #f2f2f2;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-collapse {
	background: #eee;
}
.ourgoal p {
	text-align: justify;
}
.packet-price-card {
	background: #176bbb;
	border-radius: 5px;
}
.packet-price h1 {
	font-weight: 800;
	font-size: 4rem;
	color: #f2f2f2;
}
.packet-price {
	color: #f2f2f2;
}
.packet-price .card-text {
	margin-top: 30px;
}
.price-buton a {
	padding: 50px;
	border-radius: 5px;
	font-size: 25px;
	font-weight: 500;
	color: #f2f2f2;
}
.packet-note p{
	margin-top: 150px;
}
.contact .card {
	background: #176bbb;
	color: #f2f2f2;
}
.contact .card ul li{
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact .card ul li i{
	font-size: 20px;
}
.fault-record .card {
	background: #176bbb;
	color: #f2f2f2;
}
.input-group.file-caption-main{
    display: none;
}
.close.fileinput-remove{
    display: none;
}
.file-drop-zone{
    margin: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0px;
    display: contents;
}
.file-drop-zone.clickable:hover{
    border-color: #fff;
}
.file-drop-zone .file-preview-thumbnails{
    display: inline;
}
.file-drop-zone-title{
    padding: 15px;
    height: 120px;
    width: 120px;
    font-size: 12px;
}
.file-input-ajax-new{
    display: inline-block;
}
.file-input.theme-fas{
    display: inline-block;
    width: 100%;
}
.file-preview{
    padding: 0px;
    border: none;
    display: inline;

}
.file-drop-zone-title{
    display: none;
}
.file-footer-caption{
    display: none !important;
}
.kv-file-upload{
    display: none;
}
.file-upload-indicator{
    display: none;
}
.file-drag-handle.drag-handle-init.text-info{
    display: none;
}
.krajee-default.file-preview-frame .kv-file-content{
    width: 90px;
    height: 90px;
    display: flex;
    text-align: center;
    align-items: center;
}
.krajee-default.file-preview-frame{
    background-color: #fff;
    margin: 3px;
    border-radius: 15px;
    overflow: hidden;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover{
    box-shadow: none;
    border-color: #ed3237;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover .file-preview-image{
    transform: scale(1.1);
}
.krajee-default.file-preview-frame{
    box-shadow: none;
    border-color: #fff;
    max-width: 150px;
    margin: 5px;
    padding: 0px;
    transition: 0.5s;
}
.file-thumbnail-footer,
.file-actions{
    width: 20px;
    height: 20px !important;
    position: absolute !important;
    top: 3px;
    right: 3px;
}
.kv-file-remove:focus,
.kv-file-remove:active{
    outline: none !important;
    box-shadow: none !important;
}
.kv-file-remove{
    border-radius: 50%;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: #ed3237;
    border: 1px solid #ed3237;
    padding: 2px 6px;
    font-size: 11px;
    transition: 0.5s;
}
.kv-file-remove:hover{
    border-color: #fdeff0;
    background-color: #fdeff0;
    color: #ed1924;
}
.kv-preview-data.file-preview-video{
    width: 100% !important;
    height: 100% !important;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
    box-shadow: none;
}
.btn-toggleheader,
.btn-fullscreen,
.btn-borderless{
    display: none;
}
.btn-kv.btn-close{
    color: #fff;
    border: none;
    background-color: #ed3237;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 0px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus{
    background-color: rgba(255,255,255,0.8);
    color: #000;
    box-shadow: none;
    color: #ed3237;
}
.kv-file-content .file-preview-image{
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    max-height: 90px !important;
    transition: 0.5s;
}
.btn-danger.btn-file{
    padding: 0px;
    height: 95px;
    width: 95px;
    display: inline-block;
    margin: 5px;
    border-color: #fdeff0;
    background-color: #fdeff0;
    color: #ed1924;
    border-radius: 15px;
    padding-top: 30px;
    transition: 0.5s;
}
.btn-danger.btn-file:active,
.btn-danger.btn-file:hover{
    background-color: #fde3e5;
    color: #ed1924;
    border-color: #fdeff0;
    box-shadow: none;
}
.btn-danger.btn-file i{
    font-size: 30px;
}















/* MOBİL */

@media (max-width: 991.98px) {
	.navbar-toggler:focus  {
		box-shadow: none;
	}
	.navbar-toggler {
		border: none;
	}
	.first-logo{
		display: none !important;
	}
	.second-logo {
		display: block !important;
	}
	.menu {
		background: #f2f2f2;
	}
	.carousel-inner .carousel-item{
		margin-top: 80px;
	}
	.carousel-item img{
		height: 35vh;
	}
	.carousel-control-prev, .carousel-control-next {
		margin-top: 50px;
	}
	.carousel-caption {
	margin-bottom: 0px;
	width: 70%;
	text-align: left;
	}
	#advantage p{
	display: none;
	}
	.carousel .list .item .content{
        padding-right: 0;
    }
    .carousel .list .item .content .title{
        font-size: 30px;
    }
    .thumbnail {
    	display: none;
    }
    .arrows {
    	right: 30%;
    }
    .services-card h1 {
		font-size: 3rem;
		padding-left: 0;
	}
	.partners h1 {
	font-size: 2rem;
	}
	#content .page-heading {
		font-size: 2rem;
	}
	.page-top {
		height: 10vh;
	}
	.packet-note p{
		margin-top: 0;
		padding: 10px;
	}

}


