/**********
    GENEL
**********/

:root {
    --saruhan-color: #4aa6ae;
    --base-color: #4aa6ae;
    --saruhanbg: #F4F1ED;
    --saruhan1: #20248b;
    --saruhan2: #1b529a;
    --saruhan3: #3377af;
    --saruhan4: #3b8fc6;
    --saruhan5: #3ca8c2;
    --saruhan6: #44b8ce;
    --saruhan7: #87d1d1;
}
.bg-saruhan-color {
    background-color: var(--saruhan-color);
}
.bg-saruhan{
    background-color: var(--saruhanbg);
}
.btn.btn-saruhan-color {
    background-color: var(--saruhan-color);
    color: var(--white);
    border: solid #eee 1px;
}
.text-saruhan{
    color: var(--saruhan3);
}
.tiny h2 {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny h3 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny h4 {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny ul li {
    list-style: disc;
}


/**********
    HEADER
**********/

header .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 60px;
    height: 60px;
}
.page-title-extra-small h1 {
    font-size: 55px;
    line-height: 2rem;
}
.container.menu {
    max-width: 1300px;
}
.top-space-margin {
    margin-top: 80px;
}
header .header-top-bar {
    height: 30px;
}
.topbar{
    height: 30px;
}
.rezervasyon a {
    background-color: #1b529a;
    padding: 5px 10px;
    color: #ffffff !important;
    border-radius: 10px 5px;
    font-size: 14px;
}
.rezervasyon::after {
    content: "|";
    color: #ffffff99;
    margin: 0 20px;
}


/**********
    FOOTER
**********/

footer .footer-logo img {
    max-height: 70px;
}
.footer-dark a:hover {
    color: #ffffff;
}


/**********
    ANASAYFA
**********/

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    color: #333333;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    background: #333333;
}
img.analogo {
    padding: 50px;
    background-color: var(--saruhan-color);
    border: solid #eee 1px;
    border-radius: 20px 50px;
}


/**********
    İLETİŞİM
**********/

.ilebil{
    width: 50%;
}


/**********
    WHATSAPP
**********/

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.whatsapp-icon {
    margin-top:15px;
}


/**********
    FORM
**********/

.contact-form-style-03 .form-group .form-icon {
    color: #fff;
}
.contact-form-style-03 input::placeholder,
.contact-form-style-03 textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}
.contact-form-style-03 input:-ms-input-placeholder,
.contact-form-style-03 textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.contact-form-style-03 input::-ms-input-placeholder,
.contact-form-style-03 textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}


/**********
    FORM BİLDİRİM
**********/

.notification-container {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    pointer-events: none;
}
.notification-container .alert {
    pointer-events: auto;
    margin-bottom: 0;
    min-width: 300px;
    max-width: 500px;
    animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}


/**********
    MEDİA
**********/

@media (min-width: 1px) and (max-width: 767.98px) {
    .slideyazi p span{
        font-size: 20px !important;
    }
    .slideyazi p{
        margin-bottom: 10px !important;
    }
    .ilebil{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slideyazi p span{
        font-size: 26px !important;
    }
    .slideyazi p{
        margin-bottom: 10px !important;
    }
}


/**********
    00000
**********/