@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@font-face {
    font-family: 'HelveticaNeueBlack';
    src: url('../fonts/HelveticaNeueBlack.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
}
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRoman.otf') format('opewntype');
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
html{
    overflow-x:hidden !important;
}
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:1400px;
    margin:auto !important;
}
.menusec{
    text-align:center;
}
a{
    text-decoration:none !important;
}
.carousel-item{
    position:relative !important;
}
.slioverlay2{
    z-index:2;
    position:absolute;
    background-color:rgba(0,0,0,0.2);
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.slioverlay {
    z-index:3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slioverlay h3{
    font-weight:500;
    font-size:54px;
    color:#FFF;
    margin-bottom:10px;
    font-family:'Fredoka',sans-serif;
}
.slioverlay p{
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:15.5px;
    line-height:25px;
    color:#FFF;
}
.slioverlay a{
    background-color:#291d73;
    color:#FFF;
    padding-left:25px;
    padding-right:25px;
    line-height:45px;
    display:inline-block;
    font-size:14.4px;
    font-weight:500;
    font-family:'Fredoka',sans-serif;
}
.menusec a{
    font-family:'Fredoka',sans-serif;
    font-size:15.7px;
    font-weight:500;
    display:inline-block;
    margin-left:8px;
    margin-right:8px;
    line-height:80px;
    transition:0.3s ease-in;
    color:#111;
}
.menusec a:hover{
    color:#291d73;
    transform:scale(1.03);
}
.Ustmenu1{
    margin-bottom:0px;
    margin-top:10px;
}
.logosec {
    display: flex;
    align-items: center;
}
.logosec a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logosec img {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
}
.logotext {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    color: #333;
}
.logotext .ustsatir {
    font-family:'Fredoka',sans-serif;
    font-size: 17.6px;
    font-weight:500;
    color:#B4893B;
}

.logotext .altsatir {
    font-family:'Fredoka',sans-serif;
    font-size: 14px;
    color:#291D73;
    color: #666;
}
.kucukfoto{
    display:none !important;
}
.rightsechref{
    display:inline-block !important;
}
.rightsechref2{
    display:inline-block !important;
}
.rightsechref2 button{
    margin-left:9px;
    background-color:#291D73;
    color:#FFF;
    width:40px;
    border-radius:50%;
    border:none !important;
    height:40px;
}
.rightsechref span{
    margin-right:12px;
}
.rightsechref a{
    line-height:80px;
    color:#B4893B;
    font-family:'Fredoka',sans-serif;
    font-size:15px;
    font-weight:500;
}
.button-container {
    position: fixed;
    top: 50%;
    z-index:99;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.slider-wave-static {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 50px; 
    pointer-events: none; 
    z-index: 10;
}
.slider-wave-static svg {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    display: block;
}
.side-button {
    width: 30px;
    height: 100px;
    background: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius:10px 0px 0px 10px;
}
.side-button img.icon {
    width: 20px;
    margin:auto !important;
    height: 20px;
    transition: all 0.3s ease;
}
.side-button .label {
    margin-top: 5px;
    font-size: 12px;
    display:none;
    white-space: nowrap;
}
.button-container:hover .side-button {
    width: 100px;
    height: 100px;
}
.button-container:hover .label{
    display:block;
}
.button-container:hover .side-button img.icon {
    width: 40px;
    height: 40px;
}
.button-container:hover .side-button img.icon2 {
    width: 40px;
    margin-left:20px !important;
    height: 40px;
}
.Textdetail img{
    width:100%;
    height:100%;
    margin-bottom:20px;
    object-fit:contain;
}
.Slider{
    width:100%;
    height:89vh;
    position:relative !important;
}
.Slider img{
    width:100%;
    height:89vh;
    object-fit:cover !important
}
.dropdown{
    display:inline-block !important;
}
.dropdown-menu{
    min-width:250px;
    padding:0px !important;
}
.dropdown-menu a{
    line-height:40px !important;
    border-bottom:1px solid #D9D9D9;
    padding-bottom:6px;
    font-size:14.3px;
    margin:0px !important;
}
.dropdown-menu a:hover{
    color:#FFF;
    background-color:#291d73;
    transform:scale(1);
}
.slider-wave {
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    width: 100%;
    height: 100px;
    overflow: hidden;
    opacity:70%;
}
.waves {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    max-height: 120px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
@keyframes move-forever {
    0%   { transform: translate3d(-90px,0,0); }
    100% { transform: translate3d(85px,0,0); }
}
.block992{
    display:none !important;
}
.Breadcrumb{
    position:relative !important;
    width:100%;
    height:350px;
}
.Breadcrumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.breadoverlay2{
    z-index:2;
    position:absolute;
    background-color:rgba(0,0,0,0.2);
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.breadoverlay {
    z-index:3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.breadoverlay h3{
    font-weight:500;
    font-size:40px;
    color:#FFF;
    margin-bottom:10px;
    font-family:'Fredoka',sans-serif;
}
.slider-wave-static2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 50px; 
    pointer-events: none; 
    z-index: 10;
}
.slider-wave-static2 svg {
    width: 100%;
    height: 100%;
    display: block;
}
.Textdetail{
    margin-bottom:40px;
    margin-top:40px;
}
.Textdetail h3{
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:22px;
    color:#000;
}
.Textdetail p{
    color:#333;
    line-height:24px;
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:14.2px;
    margin-top:15px;
}
#gallery img {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

#gallery img:hover {
  transform: scale(1.05);
}
.info-circle-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.info-circle-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  height: 90px;
  background-color: rgba(41, 29, 115, 0.1); 
  border-radius: 50%;
  z-index: 0;
}
.info-circle {
  position: relative;
  background-color: #291d73;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
}
.btn-primary {
  background-color: #00A69C;
  border: none;
}

.btn-primary:hover {
  background-color: #008b83;
}

.text-primary {
  color: #B9914A !important;
}

.working-hours {
  background-color: #291d73;
}

.working-hours ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 8px 0;
}
.Maps{
    margin-top:15px;
}
.Iletisim{
    margin-top:0px;
}
.Maps iframe{
    width:100%;
    height:350px;
    border:none !important;
}
.pushy a{
    font-family:'Fredoka',sans-serif;
    line-height:45px;
    border-bottom:1px solid #D9D9D9;
    padding-bottom:10px;
    padding-top:10px;
    color:#111;
    font-size:14.5px;
    display:block !important;
}
.pushy img{
    height:80px;
    width:auto;
    object-fit:contain;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14.5px;
    transition: 0.4s;
    font-family:'Fredoka',sans-serif;
    height:60px;
    border-bottom:1px solid #D9D9D9;
    padding-bottom:10px;
    padding-top:10px;
    color:#111;
    display:block !important;
}
.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.Blog{
    margin-top:40px;
    margin-bottom:40px;
}
.Blog img{
    width:100%;
    height:210px;
    object-fit:cover;
}
.Blog h1{
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:16.5px;
    color:#000;
    margin-top:15px;
}
.Blog p{
    color:#333;
    line-height:24px;
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:13.5px;
    margin-top:5px;
}
.Blog hr{
    width:100%;
    border:none;
    background-color:rgba(0,0,0,0.2);
    height:1px;
    margin-bottom:20px;
    display:block;
}
.Blog h4{
    font-weight:500;
    line-height:20px;
    font-size:17px;
    color:#03a79f;
    margin-bottom:20px;
    font-family:'Fredoka',sans-serif;
}
.team-section {
    position: relative !important;
    overflow: hidden;
}
.Ekibimiz{
    position:relative !important;
    margin-top:40px;
    margin-bottom:40px;
}
.team-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1rem 1.25rem;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.avatar-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;           
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: .75rem;
    border: 6px solid #F6B21D22;   
}
.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;            
    display: block;
    transition: transform .3s ease;
}
.team-card:hover .avatar {
    transform: scale(1.05);
}
.name {
    font-family:'Fredoka',sans-serif;
    margin: 0;
    font-weight: 500;
    font-size:16.2px;
    color: #23324a;
}
.confetti {
    position: absolute;
    width: 12px;
    z-index:999 !important;
    height: 12px;
    border-radius: 4px;
}
@media (max-width: 576px) {
  .team-card { padding: .9rem .9rem 1.1rem; }
  .section-sub { font-size: .9rem; }
}
.Etkinlikgaleri{
    margin-top:15px;
}
.Etkinlikgaleri img{
    width:100%;
    height:370px;
    object-fit:cover;
}
.Etkinlikler img{
    width:100%;
    transition:0.3s ease-in;
    height:350px;
}
.Etkinlikler img:hover{
    transform:scale(1.03);
}
.Etkinlikler h1{
    font-weight:500;
    line-height:20px;
    font-size:17px;
    color:#000;
    margin-top:15px;
    font-family:'Fredoka',sans-serif;
}
.Etkinlikler{
    margin-top:20px;
    margin-bottom:35px;
}
.hizmetbox{
    width:100%;
    padding:20px 15px;
    border-radius:20px;
    min-height:320px;
    transition: all 0.3s ease-in-out;
    border:2px solid #FFE082;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
    text-align:center;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

/* Hover ile daha enerjik */
.hizmetbox:hover{
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0px 8px 18px rgba(0,0,0,0.15);
    border-color:#FFD54F;
}

/* İçine ufak baloncuk animasyonu */
.hizmetbox::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(255, 224, 130, 0.4);
    border-radius:50%;
    top:-40px;
    right:-40px;
    transition:0.5s;
}
.hizmetbox:hover::before{
    transform: scale(1.3);
    background:rgba(255, 213, 79, 0.6);
}

.hizmetbox img{
    width:80px;
    height:80px;
    object-fit:contain;
    margin-bottom:10px;
    transition: transform 0.4s;
}
.hizmetbox:hover img{
    transform: rotate(10deg) scale(1.1);
}

.hizmetbox h1{
    font-weight:500;
    line-height:19px;
    font-size:19px;
    color:#B4893B;
    margin-top:10px;
    font-family:'Fredoka',sans-serif;
}

.hizmetbox p{
    color:#444;
    line-height:22px;
    font-family:'HelveticaNeueRegular', sans-serif;
    font-size:14px;
    margin-top:8px;
    margin-bottom:12px;
}

.topinfo{
    text-align:center !important;
    margin-bottom:23px;
}
.topinfo p{
    color:#333;
    line-height:24px;
    font-family:'HelveticaNeueRegular',sans-serif;
    font-size:14.1px;
    margin-top:10px;
    margin-bottom:14px;
}
.topinfo h3{
    font-weight:500;
    line-height:25px;
    font-size:25px;
    color:#B78E44;
    margin-top:15px;
    font-family:'Fredoka',sans-serif;
}
.yorumlar {
    position: relative;
    overflow: hidden;
}
.yorumlar-title {
    font-weight: 800;
    color: #291D73;
}
.yorumlar-sub {
    color: #5f6b7a;
}
.yorum-card {
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.yorum-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
.iletbox{
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    min-height:210px;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.yorum-ust {
    display: flex;
    align-items: center;
    margin-bottom: .85rem;
}
.veli-ad {
    margin: 0;
    font-weight: 700;
    color: #23324a;
}
.veli-detay {
    color: #7a8796;
}
.puan {
    font-size: 1rem;
    line-height: 1;
    color: #F6B21D;
    white-space: nowrap;
}
.yorum-metin {
    color: #3b4a5a;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.t覺rnak {
    position: absolute;
    top: -6px;
    right: 14px;
    font-size: 3rem;
    line-height: 1;
    color: #00A8A015; 
    pointer-events: none;
}
@media (max-width: 576px) {
  .yorum-card { padding: 1.05rem 1.05rem 1.25rem; }
}
.Iletisim h5{
    font-family:'Fredoka',sans-serif;
    color:#291D73;
    font-size:15.6px;
    font-weight:500;
    margin-bottom:10px;
}
.Iletisim a{
    transition:0.3s ease-in;
    color:#000;
    font-size:14.2px;
    font-family:'HelveticaNeueMedium',sans-serif;
    display:block;
    margin-bottom:10px;
}
.Iletisim a:hover{
    transform:scale(1.03);
}
.site-footer{
    background: linear-gradient(135deg, #FFF9C4, #FFE082);
    padding: 50px 0 20px;
    font-family: 'HelveticaNeueRegular', sans-serif;
    color: #333;
    position: relative;
    margin-top:50px;
}

.site-footer h3{
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight:600;
    color:#b4893b;
    margin-bottom: 18px;
    position:relative;
}

.site-footer h3::after{
    content:"";
    display:block;
    width:40px;
    height:3px;
    background:#FFB74D;
    margin-top:6px;
    border-radius:2px;
}

.site-footer p, 
.site-footer a, 
.site-footer li{
    font-size: 14.5px;
    line-height: 24px;
    color:#444;
    text-decoration:none;
}

.site-footer a:hover{
    color:#FF7043;
}

.site-footer ul{
    list-style:none;
    padding:0;
}

.site-footer ul li{
    margin-bottom:8px;
}

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

.social-icons{
    margin-top:12px;
}

.social-icons a{
    display:inline-block;
    width:35px;
    height:35px;
    background:#FF7043;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:35px;
    margin-right:8px;
    transition:0.3s;
}
.social-icons a:hover{
    background:#F4511E;
}

.footer-bottom{
    text-align:center;
    padding-top:15px;
    margin-top:20px;
    border-top:1px solid rgba(0,0,0,0.1);
    font-size:13px;
    color:#666;
}

@media screen and (max-width: 1400px) {
    .bin{
        width:92%;
    }
    .minwidth{
        min-width:1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .menusec a{
        font-family:'Fredoka',sans-serif;
        font-size:14.6px;
        font-weight:500;
        display:inline-block;
        margin-left:4px;
        margin-right:4px;
        line-height:80px;
        transition:0.3s ease-in;
        color:#111;
    }
}
@media screen and (max-width: 1100px) {
    .Etkinlikler img{
        width:100%;
        transition:0.3s ease-in;
        height:310px;
    }
}
@media screen and (max-width: 992px) {
    .block992{
        display:block !important;
    }
    .disnon992{
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
    .Etkinlikler{
        text-align:center;
    }
    .Etkinlikler img{
        width:100%;
        transition:0.3s ease-in;
        height:auto;
        object-fit:contain;
    }
    .breadoverlay h3{
        font-weight:500;
        font-size:35px;
        line-height:40px;
        color:#FFF;
        margin-bottom:10px;
        font-family:'Fredoka',sans-serif;
    }
    .slioverlay p{
        font-family:'HelveticaNeueMedium',sans-serif;
        font-size:14.5px;
        line-height:25px;
        color:#FFF;
    }
    .slioverlay h3{
        font-weight:500;
        line-height:50px;
        font-size:40px;
        color:#FFF;
        margin-bottom:10px;
        font-family:'Fredoka',sans-serif;
    }
    .slioverlay a{
        background-color:#291d73;
        color:#FFF;
        padding-left:25px;
        padding-right:25px;
        line-height:45px;
        display:inline-block;
        font-size:13.6px;
        font-weight:500;
        font-family:'Fredoka',sans-serif;
    }
}
@media screen and (max-width: 576px) {
    .breadoverlay h3{
        font-weight:500;
        font-size:30px;
        line-height:36px;
        color:#FFF;
        margin-bottom:10px;
        font-family:'Fredoka',sans-serif;
    }
    .rightsechref span{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .Slider{
        width:100%;
        height:91vh;
        position:relative !important;
    }
    .Slider img{
        width:100%;
        height:91vh;
        object-fit:cover !important
    }
}