body {
    background-image: url("bgsekil.svg"), url("bgsekil.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right top, left top !important;
    background-attachment: fixed !important;
    background-color: #54cbca !important;
}

/**** Renkler ***/
.mavi {
    color: #001f3b;
}

.mavi-acik {
    color: #e0ecfc;
}

.mavi-acik-bg {
    background-color: #e0ecfc!important;
}

.sari {
    color: #fffacd;
}

.sari-bg {
    background-color: #fffacd !important;
}

a {
    text-decoration: none !important;
}


.kenarcizgi {
    background-color: white;
    border: solid #001f3b 1px;
}

/**** Hover Gölge ***/
.golge {
    transition: transform 0.1s ease;
}

.golge a {
    color: #001f3b;
}

.golge:hover {
    transform: translate(-1px, -4px);
    box-shadow: black 4px 4px 2px;
}

.devambuton {
    box-shadow: black 2px 3px 1px;
    transition: transform 0.1s ease;
    text-decoration: none;
    color: black;
}

.devambuton:hover {
    box-shadow: none;
    transform: translate(1px, 3px);
}

.hakkimda-sosyal {
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: 20px;
}

.blog-sosyal{
    text-decoration: none;
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: 30px;
}


.iletisim-yazi {
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: -40px;
}

.blog-list-sag-baslik {
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: -40px;
}

.blog-resim {
    width: 100%;
    object-fit: cover;
}

/**** Slider ****/
.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/**** Navbar ****/
.navbar-desktop{
    border-radius: 100px;
    height: auto;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.navbar-mobile{
    border: solid black 1px!important;
    border-radius: 100px;
    height: auto;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 10px;
}

.navbar-logo {
    transition: transform 0.3s ease;
}

.navbar-logo:hover {
    transform: translate(1px, -3px);
}

.navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-menu li {
    margin-right: 15px;
}

.navbar-menu li a {
    text-decoration: none;
    color: #151515;
}

.navbar-menu li a:hover {
    color: red;
}

footer {
    border-top: 1px solid black;
}

.footer-sosyal{
    text-decoration: none;
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: 30px;
}

.footer-baslik {
    text-align: center;
    background-color: white;
    border: solid black 1px;
    position: relative;
    top: -20px;
    font-weight: bold;
    color: #001f3b;
}

.footer-sayfa a {
    text-decoration: none;
    color: #151515;
}

.footer-sayfa a:hover {
    color: red;
}

.search-container {
    display: none;
}

.search-container.show {
    display: block;
}

/* Bilgisayar */
@media screen and (min-width: 1201px) {
    .hide-on-desktop-lg {
        display: none !important;
    }
}

/* Tabletler */
@media screen and (max-width: 991px) {
    .hide-on-tablet {
        display: none !important;
    }
}

/* Mobil */
@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 600px) {
    body {
        background-image: none !important;
    }
}