@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Sansita+Swashed&display=swap');

text {
    display: none;
}

img {
    max-width: 100%;
}

p img {
    padding-right: 20px;
    padding-bottom: 20px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a:Hover {
    text-decoration: none;
}

* {
    outline: 0 !important;
}

.text-sansita {
    font-family: 'Sansita Swashed', cursive;
}

.alert-warning{
    width: 100%;
    text-align: center;
}

pre{
display:none !important
}

.aside-menu{
display:none !important;
}

@media (min-width: 992px){
        
    .mobile-menu {
        display: none;
    }

    .main-header {
        background-color: #016dae;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 115px;
    }
    .main-header .header-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-header .header-bar .phone {
        position: relative;
        background-color: #ff4242;
        font-size: 13px;
        display: flex;
        height: 40px;
        width: 200px;
        align-items: center;
        justify-content: center;
        padding-right: 20px;
        transition: 300ms;
    }
    .main-header .header-bar .phone a {
        color: #ffffff;
        display: block;
    }
    .main-header .header-bar .phone:hover {
        background-color: #e20022;
    }
    .main-header .header-bar .socials {
        position: relative;
        background-color: #fff;
        font-size: 13px;
        display: flex;
        height: 40px;
        width: 200px;
        align-items: center;
        justify-content: center;
    }
    .main-header .header-bar .socials nav {
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .main-header .header-bar .socials nav a {
        color: #ff4242;
        padding: 5px 10px;
        font-size: 18px;
        transition: 300ms;
    }
    .main-header .header-bar .socials nav a:hover {
        color: #016dae;
    }
    .main-header .header-menu > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main-header .header-menu > ul > li {

        width: calc(100% / 10);
    }
    .main-header .header-menu > ul > li:nth-child(-n+4) {

        float: left;
        text-align: center;
    }
    .main-header .header-menu > ul > li:nth-child(n+5):nth-child(-n+8) {

        float: right;
        text-align: center;
    }
    .main-header .header-menu > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition:300ms;
        position: relative;
    }
    .main-header .header-menu > ul > li > a:before{
        content:"";
        position:absolute;
        left:50%;
        width:0;
        opacity:0;
        background:#fff;
        bottom:12px;
        height:1px;
        transition:300ms;
    }

    .main-header .header-menu > ul > li > a:hover:before{
        left:0;
        width:100%;
        opacity:1;

    }
    .main-header .header-logo {
        position: relative;
    }
    .main-header .header-logo .logo {
        width: 150px;
        height: 115px;
        display: flex;
        position: absolute;
        background-color: #016dae;
        left: calc(50% - 75px);
        align-items: center;
        justify-content: center;
        top: -40px;
		    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
		/*
        box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.3);
		*/
    }
    .main-header .header-logo .logo img {
        max-width: 143px;
    }


    .main-header .header-bar,
    .main-header .header-menu > ul,
    .main-header .header-logo .logo{
            transition:300ms;
    }

    .main-header.fixed-bar .header-bar{
        margin-top:-50px;
    }

    .main-header.fixed-bar  .header-menu > ul{
        margin-top:30px;
    }

    .main-header.fixed-bar .header-logo .logo{
    	padding-top: 100px;
        padding-bottom:30px;
        box-shadow:none;
    }
}

.main-slider .slider-item {
    min-height: 768px;
    background-size: cover;
    background-position: center;
}
.main-slider .slider-item .box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-top: 100px;

}
.main-slider .slider-item .box .title {
    font-size: 62px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: 2000ms;
    transform: translateX(50px);

}
.main-slider .slider-item .box .title:before {
    content: '';
    position: absolute;
    right: 0;
    top: -20px;
    height: 4px;
    background-color: #fff;
    width: 0;
    transition: 4000ms;
    opacity: 0;

}
.main-slider .owl-item.active .slider-item .box .title:before {
    width: 160px;
    opacity: 1;

}
.main-slider .owl-item.active .slider-item .box .title {

    transform: translateX(0);
}
.main-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.main-slider .owl-dots .owl-dot {
    width: 18px;
    height: 6px;
    margin: 0 5px;
    background-color: #ffffff;
    margin-bottom: 80px;
    border-radius: 5px;
    transition: 300ms;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: red;
    width: 38px;
}
.main-banner .banners-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -30px;
    z-index: 9;
}
.main-banner .banners-container .banner {
    width: calc(33% - 30px);
    position: relative;
    overflow: hidden;

}
.main-banner .banners-container .banner .image img {
    transition: 300ms;

}
.main-banner .banners-container .banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}
.main-banner .banners-container .banner .content .text {
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    max-width: 40%;
    transition: 300ms;
}
.site-link {
    display: inline-block;
    color: #000;
    padding: 10px 30px;
    transition: 300ms;
    background-color: #f0ba00;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border:hidden;
}
.site-link:hover {
    background-color: #d9a800;
    color: #fff;
}
.main-banner .banners-container .banner .site-link {
    transform: translateX(-50px);
    opacity: 0;
}
.main-banner .banners-container .banner:hover .site-link {
    transform: translateX(0);
    opacity: 1;
}
.main-banner .banners-container .banner:hover .image img {
    filter: brightness(50%);
}
.main-banner .banners-container .banner:hover .content .text {
    transform: translateY(10px);
}
.main-about {
    position: relative;

}
.main-about .about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
.main-about .about-container > div {
    width: 50%;
}
*/
.main-about .about-container .section-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.main-about .about-container .section-header h2 {
    font-size: 70px;
    color: #016dae;
    padding-left: 20px;
    font-weight: 600;
    text-transform: uppercase;

}
.main-about .about-container .section-header h2 > span {
    font-weight: lighter;
    font-size: 52px;
    display: block;
}
/*
.main-about .about-container .section-counters {
    display: flex;
    align-items: center;
    justify-content: space-between;

}*/
.main-about .about-container .section-counters {
    margin-top: 80px;
}

.main-about .about-container .section-counters {
    display: block;
    align-items: center;
    justify-content: space-between;
}

/*
.main-about .about-container .section-counters .counter {
    width: calc(33% - 10px);
    border: 1px solid #ddd;
    text-align: center;
    border-bottom: 6px solid #016dae;
    padding-bottom: 20px;
    transition: 300ms;
    min-height: 206px;

}*/


.main-about .about-container .section-counters .counter {
    width: calc(64% - 10px);
	left: 125px;
	display:block;
    border: 1px solid #ddd;
    text-align: center;
    border-bottom: 6px solid #016dae;
    padding-bottom: 20px;
    transition: 300ms;
    min-height: 206px;
    margin-top: 55px;
    align-items: end;
    justify-content: end;
    display: block;
    position: relative;
    right: 0 !important;
}



.main-about .about-container .section-counters .counter .icon {
    margin: -50px auto 20px auto;
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;

}
.main-about .about-container .section-counters .counter .count {
    font-size: 30px;
    font-weight: bolder;
    color: #f25130;

}
.main-about .about-container .section-counters .counter:hover .icon {
    transform: rotate(-360deg);
}
.main-about .about-container .section-counters .counter:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}
.main-about .about-container .section-counters .counter .content p{
    padding:0 10px;
}
.main-blog{
    padding:60px 0;
    margin:105px 0;
    background-image:url(../images/arkaplan.jpg);
    background-size:cover;
    background-attachment:fixed;

}
.main-blog .section-header{
    text-align:center;
    margin-bottom:30px;
}
.main-blog .section-header .title{
    color:#fff;
    text-transform:uppercase;
    font-size:50px;

}
.main-blog .section-header p{
    font-size:15px;
    color:#ff4242;
    max-width:40%;
    margin:auto;
}
.main-blog .section-content .blog-item .header strong{
    font-size:20px;
    color:#fff;
    position:relative;
    display:block;
    transition:300ms;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 100px;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow:hidden;
	line-height: 2.2;

}
.main-blog .section-content .blog-item .header strong:after{
    content:'';
    display:block;
    width:100px;
    height:3px;
    background-color:#ff4242;
    margin:10px 0;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.main-blog .section-content .blog-item:Hover .header strong{
    color: #ff4242;
}

.main-blog .section-content .blog-item .date{
    color:#fff;
    margin-bottom: 20px;
    font-size: 14px;

}

.main-blog .section-content .blog-item .date:before{
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: bolder;
}

.main-blog .section-content .blog-item .image{
    overflow:hidden;

}
.main-blog .section-content .blog-item .image img{
    transition:300ms;
    width:100%;
    height:250px;
    object-fit:cover;
    border:3px solid #fff;
}
.main-blog .section-content .blog-item .sum p{
    color:#fff;
    font-size:13px;
    margin-top:30px;
}
.main-blog .section-button{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;

}
.main-blog .section-button button:not(.site-link){
    width:40px;
    height:40px;
    display:flex;
    border-radius:100%;
    align-items:center;
    justify-content:center;
    background-color:#ff4242;
    margin:0 10px;
    color:#fff;
    transition:300ms;
    border:hidden;
}
.main-blog .section-button .site-link{
    background-color:#fff;
}
.main-blog .section-button .site-link:hover{
    background-color:#ff4242;
}
.main-blog .section-button button:not(.site-link):hover{
    background-color:#f0ba00;
}
.main-blog .section-content .blog-item:hover .image img{
    transform:scale(1.1);
    filter:brightness(50%);
}
.main-services{
    position:relative;
    margin:80px 0;

}
.main-services .section-header{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.main-services .section-header h2{
    font-size:56px;
    color:black;
    text-transform:uppercase;
    padding-right:20px;
    text-align:right;
    font-weight:600;

}
.main-services .section-header h2 span{
    font-size:37px;
    display:block;
    font-weight:lighter;

}
.main-services .services-container{
    display:flex;
    align-items:center;
    justify-content:space-between;

}
.main-services .services-container > .image{
    width:40%;

}
.main-services .services-container .icons{
    width:60%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.main-services .services-container .icons .icon{
    width:calc(33% - 30px);
    margin:15px;
    text-align:center;
}
.main-services .services-container .icons .icon .image{

    border:1px solid #e9e9e9;
    border-radius:100%;
    width:140px;
    height:140px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    transition:300ms;

}
.main-services .services-container .icons .icon .image img{
    width:70px;
    height:100px;
    object-fit:contain;
}
.main-services .services-container .icons .title strong{
    display:block;
    margin-top:15px;


}
.main-services .services-container .icons .icon:hover .image{
    border-color:transparent;
    background:#016dae;

}
.main-events{
    position:relative;

}
.main-events .events-container{
    display:flex;
    align-items:center;
    justify-content:space-between;

}
.main-events .events-container .header{
    width:40%;
    height:500px;
    background:url(../images/event.jpg);
    background-size:cover;
    background-position:center;
    color:#b7b7b7;
    font-size:13px;
    padding:50px 30px 50px 90px;

}
.main-events .events-container .slider{
    width:60%;
}
.main-events .events-container .header h2{
    color:#00dbb2;
    text-transform:uppercase;
    font-size:52px;
    font-weight:600;
    margin:20px 0;

}
.main-events .events-container .header h2 span{
    display:block;
    font-weight:lighter;
}
.main-events .events-container .header .buttons .site-link{
    background-color:#6d6d6d;
    color:#fff;
}
.main-events .events-container .header .buttons .site-link:hover{
    background-color:#565656;
}
.main-events .event-item{
    height:500px;
    position:relative;
    overflow:hidden;
}
.main-events .event-item .image img{
    width:100%;
    height:500px;
    object-fit:cover;
    transition:300ms;

}
.main-events .event-item .content{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    transition:300ms;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100px;
    padding-top:20px;
    transform:translateY(calc(100% - 20px));
    opacity:0.5;
}
.main-events .event-item:hover .content{
    transform:translateY(0);
    opacity:0.8;
    padding-top:0;
}
.main-events .event-item.color-1 .content,
.event .event-item.color-1 .content{
    background-color:#016dae;
    color:#fff;
}
.main-events .event-item.color-2 .content,
.event .event-item.color-2 .content{
    background-color:#00abd5;
    color:#fff;
}
.main-events .event-item.color-3 .content,
.event .event-item.color-3 .content{
    background-color:#00dbb2;
    color:#fff;
}
.main-events .event-item:hover .content a{
    color:inherit;
}
.main-events .events-container .header .buttons{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.main-events .events-container .header .buttons .owl-buttons {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-left:20px;

}
.main-events .events-container .header .buttons .owl-buttons  button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border:hidden;
    background:#6d6d6d;
    color:#00dbb2;
    border-radius:100%;
    margin-right:10px;
    transition:300ms;
}
.main-events .events-container .header .buttons .owl-buttons  button:hover{
    background-color:#00dbb2;
    color:#fff;
}

.event .event-container .image img {
    transition:300ms;

}

.event .event-container:hover .gallery-container:not(:hover) img{
    opacity:0.7;
}

.main-news{
    margin:105px 0;
}
.main-news .section-header{
    text-align:center;
    margin-bottom:50px;
}
.main-news .section-header .title h2 span{
    display:block;
    font-weight:400;
    font-size:37px;
}
.main-news .section-header h2{
    margin:auto;
    color:#ff4242;
    font-size:56px;
    text-transform:uppercase;
    position:relative;
    font-weight:bolder;

}

.main-news .header-title{
    color:#000;
    display:block;
}
.main-news .sum p{
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.main-news .news-item .date{
    padding-top:10px;
}
.main-news .section-content{
    position:relative;
}
.main-news .news-item{
    /*background-color:#f7f7f7;*/
	padding: 30px;
    margin: 30px 20px;
    border: 1px solid #ff424259;
    height: 532px;
}
.main-news .news-item .image img{
    position:relative;
    top:-60px;
    height:65px;
    width:65px;
}


.main-news .section-content .owl-carousel .owl-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;    
    top:calc(50% - 20px);
    position: absolute;
    z-index: -1;
    width: calc(100% + 120px);
    left:-60px;
}
.main-news .section-content .owl-carousel .owl-nav i{
    width:40px;
    height:40px;
    border:1px solid #ddd;
    border-radius:100%;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-news .section-content .owl-carousel .owl-nav button:hover{
    background:transparent !important;

}

.main-news .section-content .owl-carousel .owl-nav i:hover{
    background: #df1313;
    border:transparent;
}

.main-news  .site-link{
    background-color:#ff4242;
    color:#fff;
    font-weight:lighter;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    transition:300ms;
}
.main-news  .site-link:hover{
    background-color:#df1313;
}

.main-footer {
    background-image:url('../images/footer_img.jpg');
    padding:30px 0 ;
    background-size:cover;
    background-position:center;

}

.main-footer .contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-footer .contact-container > div{
    width:33%;
    padding:0 20px;       

}

.main-footer .contact-container .menu:nth-child(2){
    text-align:center;
}
.main-footer .contact-container .menu:nth-child(3){
    text-align:right;
    padding-right:0;
}
.main-footer .contact-container .menu:nth-child(1){
    padding-left:0;
}

.main-footer .contact-container .menu > strong{
    display:block;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.main-footer .contact-container .menu > p{
    color:#fff;
    margin:0;
    font-size:15px;
}
.main-footer .container > .title > h2{
    text-align:center;
    color:#fff;
}

.main-footer .socials nav{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 0;
    position:relative;
}
.main-footer .socials nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff4242;
    width:50px;
    height:50px;
    border:1px solid #ddd;
    border-radius:100%;
    font-size:20px;
    margin:0 10px;
    transition:300ms;

}

.main-footer .socials nav:after,
.main-footer .socials nav:before {
    content:"";
    position:absolute;
    width:320px;
    height:1px;
    top:calc(50% - 0.5px);
    opacity:0.7;
}

.main-footer .socials nav:before{
    left:0px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);

}
.main-footer .socials nav:after{
    right:0px;
   background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);

}

.main-footer .socials nav a:hover{
    background:#ff4242;
    color:#fff;
    border-color:transparent;
    box-shadow:0 0 30px #ff4242;
}

.main-footer .copyright{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:50px;
    padding-top:30px;
    border-top:1px solid #ff4242;
}

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

.main-footer .footer-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -120px;
    margin-bottom: 60px;
}

.main-footer .footer-bar .footer-logo{
    margin: 0 50px;
}

.main-footer .footer-bar .footer-logo img{
    width: 180px;
    border: 15px solid #fff;
    border-radius: 100%;
}

.main-footer .footer-bar button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    background: #ff4242;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 0;
    transition: 300ms;
    position: relative;
    overflow: hidden;
}

.main-footer .footer-bar button:after{
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 300ms;
    background: #ff4242;
    transform: scale(0);
    color: #fff;
    padding: 0 10px;
}

.main-footer .footer-bar button:Hover{
    color: transparent;
    box-shadow: 0 0 12px #ff4242;
}

.main-footer .footer-bar button:Hover:after{
    transform: scale(1);
}

.main-footer .footer-bar button > i {
    transition: 300ms;
}

.main-footer .footer-bar button:Hover i{
    transform: scale(0);
}

.fixed-nav{
    position:fixed;
    top:0;
    right:0;
    z-index:99;
    display:flex;
    height:100%;
    transition:300ms;
    align-items:center;
    justify-content:center;
    flex-direction:column-reverse;
    padding-right:15px;
    transform:translateX(40px);
    opacity:0;
    
    
}


.fixed-nav ul{
    list-style:none;
    padding:0;
    margin:0;
    border:1px solid #ebebeb
}
.fixed-nav ul li a{
    display:flex;
    align-items:center;
    position:relative;
    transition:300ms;
    background:#fff;
    color:#ff4242;
    z-index:1;
    
}
.fixed-nav ul li a .icon{
    display:flex;
    width:50px;
    height:50px;
    align-items:center;
    justify-content:center;
    font-size:18px;
    position:relative;
    z-index:-99;
}

.fixed-nav ul li a .title{
    position:absolute;
    right:100%;
    background:#ff4242b9;
    display:flex;
    padding:0 15px;
    white-space:nowrap;
    font-size:14px;
    height:50px;
    align-items:center;
    justify-content:center;
    transition:300ms;
    transform:translateX(20px);
    opacity:0;
    z-index:-22;

}
.fixed-nav ul li a:hover{
    background:#ff4242b9;

}

.fixed-nav ul li a:hover .title{
    opacity:1;
    transform:translateX(0);
    color:#fff;
}

.fixed-nav ul li a:hover .icon{
    color:#fff;
}

.fixed-nav.active {
    transform:translateX(0);
    opacity:1;
}

.page-header .header-item{
    background:url(../images/page_header.jpg);
    height:460px;
    background-position:center;
}

.news-header .header-item{
    background:url(../images/news_header.jpg);
    height:460px;
    background-position:center;
}

.service-header .header-item{
    background:url(../images/service_header.jpg);
    height:460px;
    background-position:center;
}

.comment-header .header-item{
    background:url(../images/comment_header.jpg);
    height:460px;
    background-position:center;
}

.blog-header .header-item{
    background:url(../images/blog_header.jpg);
    height:460px;
    background-position:center;
}

.contact-header .header-item{
    background:url(../images/contact_header.jpg);
    height:460px;
    background-position:center;
}

.form-header .header-item{
    background:url(../images/form_header.jpg);
    height:460px;
    background-position:center;
}

.container-line{
    margin:60px 0;
}

.page-about .about-container .section-header .title{
    padding-top:20px;
    font-size:30px;
    font-weight:bolder;
}

.page-about .about-container .section-content {
    font-size:13px;
}

input[type="image"] {
    margin: 0 20px 20px 0;
}

.page-header,
.event-header,
.comment-header,
.contact-header,
.news-header,
.blog-header,
.service-header,
.form-header{
    position:relative;
    height:460px;

}
.page-header .header-item,
.event-header .header-item,
.comment-header .header-item,
.contact-header .header-item,
.news-header .header-item,
.blog-header .header-item,
.service-header .header-item,
.form-header .header-item{
    padding-top:100px;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.page-header .header-item .title,
.event-header .header-item .title,
.event-header  .title,
.comment-header .header-item .title,
.contact-header .header-item .title,
.news-header .header-item .title,
.blog-header .header-item .title,
.service-header .header-item .title,
.form-header .header-item .title{
    font-size:40px;
    display:block;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-header .header-item  ul,
.event-header .header-item  ul,
.event-header   ul,
.comment-header .header-item  ul,
.contact-header .header-item  ul,
.news-header .header-item  ul,
.blog-header .header-item  ul,
.service-header .header-item  ul,
.form-header .header-item  ul{
    display:flex;
    justify-content: center;
    align-items: center;
    list-style:none;
    padding:0;
    margin:0;
}

.page-header .header-item  ul > li > a,
.event-header .header-item  ul > li > a,
.event-header   ul > li > a,
.comment-header .header-item  ul > li > a,
.contact-header .header-item  ul > li > a,
.news-header .header-item  ul > li > a,
.blog-header .header-item  ul > li > a,
.service-header .header-item  ul > li > a,
.form-header .header-item  ul > li > a{
    font-size:13px;
    color:#fff;
    justify-content: center;
    align-items: center;
   
}

.page-header .header-item  ul > li:not(:last-child) > a:after,
.event-header .header-item  ul > li:not(:last-child) > a:after,
.event-header ul > li:not(:last-child) > a:after,
.comment-header .header-item  ul > li:not(:last-child) > a:after,
.contact-header .header-item  ul > li:not(:last-child) > a:after,
.news-header .header-item  ul > li:not(:last-child) > a:after,
.blog-header .header-item  ul > li:not(:last-child) > a:after,
.service-header .header-item  ul > li:not(:last-child) > a:after,
.form-header .header-item  ul > li:not(:last-child) > a:after{
   content:'\f105';
   font-family:'Font Awesome 5 Free';
   font-weight:bolder; 
   margin:0 8px;
}



.page-about .page-menu {
    background-color:#3e4154;
    width: 100%;
    padding:8px 15px;
}

.page-about .sidebar{
    border-right:1px solid #ddd;
}

.page-about .page-menu strong{
    color:#636574;
    font-size:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.page-about .page-menu strong:before{
    
    content:'\f03a';
    font-family:'Font Awesome 5 Free';
    font-weight:bolder; 
    color:#ff4242;


}

.page-about .sidebar ul{
    list-style:none;
    padding:0;
    padding-top:20px;
    text-align:right;
}

.page-about .sidebar ul > li{
    margin:10px 0; 
    padding:0;
    text-align:right;
    
}

.page-about .sidebar ul > li a{
    color:#000;
    transition:300ms;
    display:block;
    position:relative;
    padding:5px 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.page-about .sidebar ul > li a:hover{
    color:#ff4242;
}

.page-about .sidebar ul > li.active a{
    font-weight:bolder;
}

.page-about .sidebar ul > li a:after{
    content:'';
    position:absolute;
    width:00px;
    height:10px;
    background-color:#ddd;
    right:-5px;
    top:calc(50% - 5px);
    transform:rotate(10deg);
    transition:300ms;
}

.page-about .sidebar ul > li a:hover:after,
.page-about .sidebar ul > li.active a:after{
    width:10px;
    opacity:1;
    transform:rotate(45deg);
}

/*****/



.page-about .sidebar .page-contact .phone{
    margin-top:120px;
    background-color:#016dae;
    color:#fff;
    width:100%;
    height:60px;
    position:relative;   

}

.page-about .sidebar .page-contact .phone strong{

    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 10px;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align:right;


}

.page-about .sidebar .page-contact .phone strong a{
    color:#fff;
    transition:300ms;
}

.page-about .sidebar .page-contact .phone strong a:hover{
    color:#ff4242bb;
}

.page-about .sidebar .page-contact .phone strong:before{
    content: '\f879';
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    color:#ff4242;
    font-size:22px;
    text-align:left;
    margin:0 10px;

}

.page-about .sidebar .page-contact .social nav{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-top:10px;
    background-color:#ebebeb;
    width:100%;
}

.page-about .sidebar .page-contact .social nav a{
    color:#000;  
    font-size:22px;
    height:60px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:calc(100% / 4);
    transition:300ms;
}
.page-about .sidebar .page-contact .social nav a:not(:last-child){
    border-right:1px solid #e0dddd;  
}

.page-about .sidebar .page-contact .social nav a:hover{
    background-color: #c5c5c5;
}

.event-header .header-item{
    height:445px;
    background-position:center;
}

.event-header.event-detail .header-item{
    background:url(../images/event_header.jpg);
    height:460px;
    background-position:center;
}

.event {
    margin-top:50px;
    margin-bottom:200px;
    
}

.event .event-container {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;

}

.event .event-container .image {
    overflow: hidden;
    margin:15px;

}

.event  .event-container .image img {
    width: 380px;
    height: 550px;
    object-fit: cover; 
    transition: 300ms;
}


.event .event-item{
    position:relative;
    overflow:hidden;
    width:33%;
}

.event .event-item .content{
    position:absolute;
    left:15px;
    bottom:15px;
    width:calc(100% - 30px);
    height:100px;
    transition:300ms;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0.7;
    
}
.event .event-item:hover .content{
    height:calc(100% - 30px);
    transform:translateY(0);
    opacity: 0.5;
    padding-top:0;
}


.event .event-item .content a,
.event .event-item .content strong{
    color:#fff;
    display:block;
    text-align:center;
}

.page-about .header-title{
    color:#000;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
    overflow:hidden;
}
.page-about .sum p{
    display: -webkit-box;
    -webkit-line-clamp: 3; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.page-about .news-item .date{
    padding-top:10px;
}
.page-about .section-content{
    position:relative;
    display:flex;
    flex-wrap:wrap;
}
.page-about .news-item{
    /*background-color:#f7f7f7;*/
    padding:30px;
    margin:50px 10px;
    width:calc(33% - 20px);
	border: 1px solid #ff000069;
}
.page-about .news-item .image img{
    position:relative;
    top: -82px;
    height:65px;
    width:65px;
}

.page-about .section-content a{
    color:#000;
}


/***** Comment-start *****/


.page-about .section-content img{
    margin:20px 0;
}

.page-about .section-content .comment-footer{
   display:flex;
   justify-content:space-between;   
   border-bottom:1px solid #ddd;
   margin:20px 0;
   padding:20px 0;
}



.page-about .section-content .footer-title{
    font-size:20px;
    color:#016dae;
}

.page-about .section-content .comment-footer .comment-right .active{
    color:#ffd301;
    font-size:18px;
}

.page-about .section-content .comment-footer .comment-right .passive{
    color:#ffd301;
    opacity:0.5;
    font-size:18px;
}


.page-blog{
    margin:40px 0;
}

.page-blog .blog-container .news-item .item-content{
    display:block;
    justify-content:flex-start;
}

.page-blog .blog-item{
    padding:10px;
    margin:20px 10px;
    width:calc(33% - 20px);
}

.page-blog .section-content{
    position:relative;
    display:flex;
    flex-wrap:wrap;
}

.page-blog .section-content .header .header-title{
    font-size:18px;
    color:#000;
    transition: 300ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-blog .blog-container .blog-item:hover .header-title{
    color:#ff4242;
}

.page-blog .section-content .header .date{
    font-size:13px;
    padding:8px 0;
}

.page-blog .section-content .item-content .summary p{
    font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-blog .blog-container .section-content .blog-item .item-content .header .hr {
    margin:10px 0;
    height:4px;
    width:60px;
    background-color:#ff4242;
}

.page-blog .blog-container .blog-item img{
    width:100%;
    height:230px;
    object-fit:cover; 
}

.page-blog .blog-container .title {
    min-height:65px;
    transition:300ms;
}

.page-blog .blog-container .blog-item .hr{
    transition:300ms;
}

.page-blog .blog-container .blog-item .image img{
    transition:300ms;
}
.page-blog .blog-container .blog-item .image{    
    overflow:hidden;       
}

.page-blog .blog-container .blog-item:hover img{
    transform: scale(1.05);
}

.page-blog .blog-container .blog-item .summary a{
    color:#000;
    transition:300ms;
}

.page-blog .blog-container .blog-item .summary a:hover{
    color:#ff4242;
}

/**** okntrol et***/
.page-about .about-container .page-contact-cominication .social nav{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-top:20px;
    background-color:#ebebeb;
    width:100%;
    height: 220px;
    
}

.page-about .about-container .page-contact-cominication .social .social-content{
    position:relative;
    height:220px;
    width:calc(100% / 4);
}

.page-about .about-container .page-contact-cominication .social nav .title-header{
    font-size:13px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px 0;
    color:#868686;
}


.page-about .about-container .page-contact-cominication .social nav .title{
    font-size:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 10px;

}

.page-about .about-container .page-contact-cominication .social nav .social-content:hover{
    background-color: #46485d;
    color:#fff;
}

.page-about .about-container .page-contact-cominication .social .social-content{
    display:flex;
    flex-direction:column;
    height:220px;
    align-items:center;
    justify-content:space-between;
    width:calc(100% / 4);
    background:#dee5e8;
    transition: 300ms;
}

.page-about .about-container .page-contact-cominication .social .social-content:nth-child(even){
    background:#e8ebed;
}

.page-about .about-container .page-contact-cominication .social .social-content .icon{
    display:flex;
    align-items:center;
    justify-content:center;
    height:120px;
    font-size:25px;
}

.page-about .about-container .page-contact-cominication .social .social-content .content{

    width:100%;
    height:100px;
    text-align:center;
    padding:0 15px;
}

.page-about .about-container .header-title {
    color:#016dae;
    font-size:20px;
    font-weight:bolder;
    top:10px;
    margin:30px 0;
}
/**/
.page-about .page-contact .social-media nav{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    position:absolute;
    margin-top:10px;
    width:40%;
    left:-10px;
}

.page-about .page-contact .social-media nav a{
    color:#000;  
    font-size:22px;
    height:60px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:calc(100% / 4);
    transition:300ms;
}


.page-about .page-contact .social-media nav a:hover{
    color: #ff4242;
}

.page-about .page-contact .social-title{
    font-size:20px;
    font-weight:bolder;
    margin:15px 0;
}

.page-about .contact-map{
    position:relative;
    margin-top:100px;

}


.page-about .contact-map-1{
    position:relative;
    margin-top:30px;
    margin-bottom:60px;

}

.page-about .about-container .header-title-1{
    color:#016dae;
    font-size:20px;
    font-weight:bolder;
    top:10px;
    margin-top:100px;
    margin-bottom:30px;
}

.page-about .about-container .form-control {
    margin:15px 0;
    height:50px;
    border-top:hidden;
    border-right:hidden;
    border-left:hidden;
    border-bottom:3px solid #ddd;
}

.page-about .about-container .form-control:focus{
    border-color: #ff4242;
    box-shadow:none;
}

.page-about .about-container textarea.form-control{
    height:150px;

} 


/****** Kontrol noktası *******/

.page-about .about-container button.button {
    position:relative;
    width:150px;
    height:50px;
    margin:40px 0;
    background-color:#ff4242;
    color:#fff;
    border:hidden; 
    transition:300ms;
    z-index:1;
    overflow:hidden;
}

.page-about .about-container button.button:after{
    content:"Size Ulaşalım";
    align-items:center;
    justify-content:center;
    display:flex;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    transform:translateX(calc(100% - 0px));
    transition:300ms;
    background-color:#ff1a1a;
}

.page-about .about-container button.button:hover:after{
    transform:translateX(0);

}



/**** kontrol edilebilir  *****/

.page-about .section-header span{
    margin-top:60px;
    font-size:13px;
}

.event-header .owl-item {
    filter: brightness(0.6);
}


.menu {
  height: 4rem;
}
.menu ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu > ol {
  max-width: 1000px;
  padding: 0 2rem;
  display: flex;
}
.menu > ol > .menu-item {
  flex: 1;
  padding: 0.75rem 0;
}
.menu > ol > .menu-item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 5px;
  left: calc(50% - 2px);
  background: #FECEAB;
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.menu > ol > .menu-item:hover:after {
  transform: scale(1);
}
.menu-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
.menu-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #FFF;
}
.sub-menu .menu-item {
 list-style: none;
  padding: 0.75rem 0;
  background: #ff4242;
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.sub-menu .menu-item:nth-child(8) {
  animation-duration: 0.9s;
  animation-delay: 0.7s;
}
.sub-menu .menu-item:hover {
  background: #fd6666;
}
.sub-menu .menu-item a {
  padding: 0 0.75rem;
}


a.video-href {
    width: 200px;
    height: 40px;
    color: #fff !important;
    background: #ff4242;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    align-items: center;
    margin-top: 10px;
    transition: 300ms;
}

a.video-href:hover {    
    background: #ff4242bd;
}





@media screen and (max-width: 600px) {
  .sub-menu .menu-item {
    background: #C06C84;
  }
}
@media screen and (max-width: 600px) {
  .menu {
    position: relative;
  }
  .menu:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #FFF;
    box-shadow: 0 10px #FFF, 0 -10px #FFF;
  }
  .menu > ol {
    display: none;
    background: #F67280;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    animation: fade 0.2s ease-out;
  }
  .menu > ol > .menu-item {
    flex: 0;
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  }
  .menu > ol > .menu-item:nth-child(1) {
    animation-delay: 0s;
  }
  .menu > ol > .menu-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .menu > ol > .menu-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .menu > ol > .menu-item:nth-child(4) {
    animation-delay: 0.3s;
  }
  .menu > ol > .menu-item:nth-child(5) {
    animation-delay: 0.4s;
  }
  .menu > ol > .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
  .menu > ol > .menu-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
  }
  .menu > ol > .menu-item:hover {
    z-index: 1;
  }
  .menu:hover > ol {
    display: flex;
  }
  .menu:hover:after {
    box-shadow: none;
  }
}

.sub-menu {
  position: absolute;
  width: 250px;
  margin-left: calc(50% - 150px);
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu-item:hover > .sub-menu {
  display: block;
}
@media screen and (max-width: 600px) {
  .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}



a {
  text-decoration: none;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




img.news-header-img {
    position: relative;
    display: flex;
    /* top: -100px; */
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 175px;
    width: 100%;
    object-fit: cover;
}

  
  
/****/




ol.sub-menu.second-sub {
    left: 215px;
    top: 0;
}

table.table.table-hover.food-table {
    border: 2px solid #016bab;
}

table.table.table-hover.food-table td {
    border: 1px solid #016bab;
    transition:300ms
}

table.table.table-hover.food-table tr:hover {
    background: #016bab24;
}




.kvkk-form {
     position: relative;
    background: #fff;
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    right:-1px;
    top:0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
    transition:300ms;
}


.info-form {
     position: relative;
    background: #ff4242;
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    left:0px;
    top:0;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    transition:300ms;
}

.kvkk-form a{
    color:#ff4242;
    font-size:12px;
    transition:300ms;
}

.info-form a{
    color:#fff;
    font-size:12px;
    transition:300ms;
}

.kvkk-form:hover{
    background: #ff4242; 
}

.info-form:hover{
    background: #ffffff; 
}

.info-form:hover a{
    color: #ff4242;
} 

.kvkk-form:hover a{
    color: #fff;
} 

.left-block,
.right-block {
    display: flex;
}

.social-content .title a {
    color: #212121;
	transition:300ms;
}

.social-content:hover .title a {
    color: #fff;
	transition:300ms;
}



