.header {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-fligran {
    height: 300px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 50px;
}

.header-fligran h2 {
    color: #fff;
    padding-top: 0;
}

.navbar-top {
    background: rgb(74, 75, 75);
    background: linear-gradient(180deg, rgba(20, 96, 113, 0.5550814075630253) 0%, rgba(20, 96, 113, 0) 100%);
    text-align: center;
    transition: all .3s;
}

    .navbar-top:hover {
        background: rgba(159, 159, 159, .7);
        transition: all .3s;
    }

.fixed-top {
    background: rgba(74, 75, 75, 1) !important;
    text-align: center;
    transition: all .3s;
}

.navbar-top-noindex {
    background: rgba(159, 159, 159, .7);
}

.coll-card div {
    background-color: #eee;
    margin-bottom: 15px;
}

.coll-card a {
    color: #333;
}

.coll-card img {
    height: 100px;
    margin: 5px;
}

.pro-card div {
    background-color: #eee;
    margin-bottom: 22px;
}

.pro-card a {
    color: #333;
}

.pro-card img {
    height: 300px;
    margin: 5px;
}

.pro-card span {
    display: block;
    text-align: center;
    padding: 8px 8px;
    color: #999;
}

.site-logo-top {
    width: 150px;
    height: auto;
    position: relative;
    text-align: center;
    margin: 10px auto 0;
    padding: 10px;
}

.site-logo-top img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.page-header {
    height: 400px;
    padding: 0 0 20px 0;
}

.page-header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}

.page-header h1 b {
    font-weight: 600;
}

.collections-header {
    padding: 20px 0 10px 0;
}

.collections-header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}

.collections-header h1 b {
    font-weight: 600;
}

.products-header {
    height: 250px;
    padding: 0 0 20px 0;
}

.products-header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}

.products-header h1 b {
    font-weight: 600;
}

.carousel-item {
    height: 600px !important;
    text-align: center !important;
}

.product-mat-prew {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.product-mat {
    display: block;
    padding: 10px;
    text-align: center;
}

.product-mat a {
    display: inline-block;
    margin: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.product-vr {
    border-right: 1px solid #eee;
}

.product-hr {
    border-bottom: 0px solid #eee;
}

.product-detail {
    font-size: 14px;
    color: #999;
    font-weight: 200;
    padding: 10px;
}

.product-detail b {
    display: block;
    padding-top: 15px;
    text-align: center;
}

.product-detail p {
    font-size: 14px;
    color: #999;
    font-weight: 200;
    padding: 20px;
}

.slogane {
    padding-top: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 10px;
    color: #999;
}

.about-page img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.about-page p {
    display: block;
    padding: 20px;
    font-size: 12px;
    color: #999;
    text-align: justify;
}

.events-case b {
    color: #ccc;
    font-size: 40px;
    font-weight: 100;
}

.events-case span {
    color: #ccc;
    font-size: 16px;
    font-weight: 200;
}

.events-case p {
    color: #999;
    font-size: 14px;
    font-weight: 200;
}

.events-case img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.media-case {
    height: 200px;
}

.img {
    display: block;
    padding: 0 0 0px 0;
    position: relative;
}

.img img {
    width: 100%;
    height: auto;
}

h2 {
    position: relative;
    text-align: center;
}

/* h2::before {
    position: absolute;
    bottom: -2px;
    content: "";
    border-bottom: 2px solid #00CED1;
    width: 30px;
    left: 50%;
}
 */


h4 {
    position: relative;
    display: inline-block !important;
    margin: 0 auto;
    color: #333;
    padding: 0 0 10px 0;
}


h5 {
    color: #333;
}

h6 {
    position: relative;
    text-align: center;
    display: inline-block !important;
    margin: 0 auto;
}

p {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}

.date-bar {
    padding: 5px;
    font-size: 12px;
    color: #999;
}

.date-bar span {
    padding: 5px;
    font-size: 12px;
    color: #333;
    background-color: #e2e2e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.social-media-top {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #00CED1;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.social-media-top a b {
    display: none;
}

.social-media-top a {
    padding: 0px;
    margin: 0;
    color: #fff;
}

.social-media-top a:hover {
    padding: 0px;
    margin: 0;
    color: #135C5D;
}



.social-media-top a span {
    display: inline-block;
    padding: 0;
}

.img-effect {
    background-color: rgba(0, 206, 209, 0.2);
    height: 100vh;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.card a:hover .img-effect {
    height: 0;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.card-more-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.video-card {
    display: block;
}

.bayii-card {
    display: block;
    padding: 30px;
    height: 300px;
    background-color: #fff;
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.bayii-card .btn-card-group {
    display: block;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bayii-card .btn-card-group a {
    margin: 10px !important;
}

.bayii-harita {
    display: block;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.img-thumbs-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    overflow: hidden;
}

.img-200 {
    height: 200px;
}

.img-250 {
    height: 250px;
}

.img-300 {
    height: 300px;
}

.bottom-middle-logo {
    display: inline-block;
    background-color: rgba(11, 171, 173, 0.8);
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.bottom-middle-logo img {
    width: 150px;
}

/* Genel stil */
.bottom {
    background-image: url('uploads/GenelResimler/footer.png');
    background-size: contain; /* Resmi tamamen kutuya sığdır */
    background-repeat: no-repeat;
    background-position: center center;
    max-height : fit-content;
    width: 100%;
    aspect-ratio: 1910 / 285; /* Oranı belirler (genişlik / yükseklik) */
}



.bottom-astar {
    width: 100%;
    background-color: rgba(11, 171, 173, 0.8)
}

.yan-menu {
    color: #666;
    padding-top: 25px;
}

.yan-menu a {
    display: block;
    color: #666;
    font-size: 14px;
    padding: 15px 15px 15px 5px;
    border-top: 1px solid #e2e2e2;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.yan-menu a:hover {
    display: block;
    color: #000;
    padding: 15px 0px 15px 20px;
}

.yan-menu a span {
    margin-right: 10px;
}

.adres-menu {
    color: #666;
    padding: 25px 0;
}

.adres-menu .adres-item {
    display: block;
    color: #666;
    font-size: 14px;
    padding: 15px 15px 15px 5px;
    border-top: 1px solid #e2e2e2;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.adres-menu .adres-item span {
    margin-right: 10px;
}

.bottom-menu-01 {
    color: #666;

}

.bottom-menu-01 a {
    display: inline-block;
    color: #eee;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.bottom-menu-01 a:hover {
    color: #fff;
    border-bottom: 1px solid #0C4653;
}

.bottom-menu-02 {
    color: #eee;

}

.bottom-menu-02 a {
    display: block;
    color: #eee;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.bottom-menu-02 a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;

}

.bottom-menu-02 a:hover {
    color: #fff;
    padding: 5px 5px 5px 0px;
}

.mail-list-form {
    margin: 5px 0;
    padding: 8px;
    background-color: #fff;
    border: none;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.mail-list-btn {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px 5px 0 0;

}

.mail-list-btn i {
    color: #A75B44;
    font-size: 40px;
    padding: 5px;
    transform: rotate(45deg);

}

.top-btn {
    color: #A75B44;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 30px;
    padding: 5px;
    background-color: #fff;
    border: 3px solid #146071;
    margin-top: -25px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-decoration: none;
    z-index: 99999;
}


.social-media-bottom {
    display: inline-block;
}

.social-media-bottom a span {
    font-size: 20px;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    border-radius: 3px;
    width: 40px;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.social-media-bottom a:hover span {
    border: 1px solid #fff;
    background-color: #fff;
    color: #00CED1;
}

.social-media-bottom a b {
    color: #666;
    font-weight: 400;
    padding: 3px 0px;
    font-size: 12px;
    display: none;
}


/*--- Extra large devices (large desktops, 1400px and up) ----*/

@media (max-width: 1400px) {}

/*--- Extra large devices (large desktops, 1200px and up) ----*/

@media (max-width: 1200px) {
    .pro-card img {
        width: 97% !important;
        height:auto
    }
}

/*--- Large devices (desktops, 992px and up) ----*/

@media (max-width: 992px) {}

/*--- Medium devices (tablets, 768px and up) ----*/

@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .header-logo img {
        width: 240px;

    }

    .user-side {
        display: none;
    }

    .side-menu {
        display: inline-block;
        color: #fff;
        font-size: 30px;
        padding: 20px;
        position: absolute;
        right: 10px;
    }

    .side-menu:hover {
        display: inline-block;
        color: #129BDB;
        font-size: 30px;
        padding: 20px;
        position: absolute;
        right: 10px;
    }

    .carousel-item {
        height: 200px !important;
        text-align: center !important;
    }

    .product-vr {
        border-right: 0px solid #eee;
    }

    .product-hr {
        border-bottom: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

/* Small devices (landscape phones, 320px and up) */

@media (max-width: 340px) {}

/* Small devices (landscape phones, 576px and up) */