body {
    text-shadow: 0px 0px 20px black;
}

html {
    scroll-behavior: smooth;
}


@media (max-width: 800px) {
    .inners {
    display: block !important;
    text-align: center;
    }
    .carousel {
    width:100% !important;
    }

    .cards {
        display: block !important;
        justify-items: center;
    }

    .typewrite {
    font-size: 15px !important;
    }

    .kayan-yazi1, .kayan-yazi2, .kayan-yazi {
        font-size: 15px !important;
        padding-top: 5px;
    }

    .footer .footer-box li {
        font-size: 14px !important;
    }
}

.anket {
    width: 100%;
    background-color: #5ab353;
    padding: 10px;
    text-align: center;
}

.anket a {
    color: wheat;
    font-size: 15px;
    text-decoration: none;
    transition: all .6s;
}

.anket a:hover {
    color: #b4e2b1;
}

.anket h5 {
    color: #006400;
    transition: all .6s;
    text-decoration: none;
}

.anket button {
    height: 28px;
    overflow: hidden;
    transition: all .6s;
    /* padding-top: 20px; */
    border-radius: 15px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.anket button:hover {
    background-color: #87ee87;    
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container-fluid {
    background-color: #dddddd !important;
}

.inners {
    display: flex;
}
.carousel {
    width:100%;
}

.carousel img {
    padding:5px;    
    max-height: 700px !important;
}

.kayan-yazi-container {
    width: 100%; /* Container'ı ekran genişliğine yay */
    overflow: hidden; /* Taşan kısımları gizle */
}

.kayan-yazi {
    font-size: 18px;
    text-align: center;
    position: relative; /* Pozisyonu belirle */
    animation: kayanYazi 20s linear infinite; /* Animasyonu tanımla */
}

@keyframes kayanYazi {
    0% {
        left: 100%; /* Başlangıç pozisyonu, sağdan başlasın */
    }
    100% {
        left: -100%; /* Bitiş pozisyonu, soldan kaybolsun */
    }
}

.container-fluid a {
    font-size:25px;
    color: #006400 !important;
    
}

.kayan-yazi1 {
    font-size: 36px;
    text-align: center;
    position: relative; /* Pozisyonu belirle */
    animation: kayanYazi 30s linear infinite; /* Animasyonu tanımla */
}

@keyframes kayanYazi {
    0% {
        left: 100%; /* Başlangıç pozisyonu, sağdan başlasın */
    }
    100% {
        left: -100%; /* Bitiş pozisyonu, soldan kaybolsun */
    }
}

.kayan-yazi2 {
    font-size: 36px;
    text-align: center;
    position: relative; /* Pozisyonu belirle */
    animation: kayanYazi 35s linear infinite; /* Animasyonu tanımla */
}

@keyframes kayanYazi {
    0% {
        left: 100%; /* Başlangıç pozisyonu, sağdan başlasın */
    }
    100% {
        left: -100%; /* Bitiş pozisyonu, soldan kaybolsun */
    }
}

.inners img {
    border-radius: 30px;
    box-shadow: 5px 5px 10px gray;
    margin-bottom: 10px;    
    margin-left: 10px;
    width: 99% !important;
}

.promosyon {
    background-color: #dddddd;
    /* background-image: url("img/Damaklogo1.png");
    background-size:70px; */
}
.cards {
    display: flex;
    justify-content: space-around;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: calc(100%) !important;
}

.card img {
    padding: 30px;
    border-radius: 50px;
}

.kayan-yazi-container {
    color: #181704;
    background-color:rgb(177, 214, 170);
}

.typewrite {
    font-size: 30px;
    /* color: black; */
    text-shadow: 1px 1px black
}

.w-link {
   margin-left: 33px;
   margin-bottom: 10px;;
}

.footer {
    display: flex;
    background-color: #5ab353;;
    color: wheat;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
}

.footer .footer-box {
    width: 100%;
    height: 80px;
    background-color: green;
    text-align: center;
}

.footer .footer-box ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-inline-start: 0px;
    margin-bottom: 10px !important;
}

.footer .footer-box li {
    justify-content: space-between;
    font-size: 25px;
    color: wheat;
    padding: 5px;
    text-shadow: 1px 1px black
}

.footer .footer-box li:hover {
    color: darkslategray;
}

.footer .footer-box a {
    text-decoration: none;
}

.footer .footer-box a {
    color: wheat;
    transition: all .5s;
}

.footer .footer-box a:hover {
    color: darkslategray;
}

#backtotop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}

#backtotop i {
    color: #FC997C;
    font-size: 45px;
    transition: color .6s;
    opacity: 0.5;
}

#backtotop i:hover {
    color:#fb6537;
    opacity: 0.8;
}

#backtotop_whatsapp {

    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99999;
}

#backtotop_whatsapp i {
    color: #5ab353;    
    font-size: 77px;
    transition: color .6s;
    z-index: 99999;
}

#backtotop_whatsapp h6{
    text-shadow: 2px 2px wheat !important;
    text-align: center;
    color:black;
    font-size: 15px;
    transition: color .6s;
}

#backtotop_whatsapp i:hover {
    color:#006400;
}

#blog {
    display: flex;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
}

#blog img {    
    width: 100% !important;
}

.neon-text {
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

.wave-text span {
    display: inline-block;
    font-size: 1rem;
    animation: wave 3s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}