/*
Theme Name: Kayadibi Theme
Theme URI: kayadibi.com
Author: Murat Kurtuldu
Description: Custom WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
*/
/* Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css');
/* Google Fonts - Albert Sans */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* Owl Carousel */
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Styles */
body {
    font-family: 'Albert Sans', sans-serif;
    line-height: normal;
    color: #333;
}
strong {
	font-weight: 700;
}

/* Header */

.instagram-icon-gradient {
  font-size: 36px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.topbar {
    background-color: #222222;
}

.topbar li a,
.fsm li a {
    color: #606060;
}

.topbar nav li:last-child,
.fsm nav li:last-child {
    background-color: #1AB690;
    padding: 15px;
    font-size: 1rem;
    font-weight: bolder;
}

.topbar nav li:last-child small,
.fsm nav li:last-child small {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: left;
}

.topbar nav li:last-child img,
.fsm nav li:last-child img {
    padding-left: 10px;
    height: 25px;
}

.topbar nav li:last-child a,
.fsm nav li:last-child a {
    color: black;
}

/* Main Navigation */
.anamenu nav {
    background-color: #1AB690;
    padding: 10px 0;
}

/*.anamenu nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}*/

.anamenu nav ul li {
    margin: 0 15px;
}

.anamenu nav ul li a {
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
}

.anamenu nav ul li a:hover {
    color: black;
}
.anamenu .dropdown-menu {
	border: 0;
	border-radius: 0;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/* Main Content */

/* Anaslide */
.anaslide,
.urun-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.anaslide .owl-nav,
.urun-slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.anaslide .owl-nav button,
.urun-slide .owl-nav button {
    background-color: #1AB690;
    border: none;
    padding: 100px;
    border-radius: 50%;
    color: white;
}

.anaslide .owl-nav button:hover,
.urun-slide .owl-nav button:hover {
    background-color: #1A8B6D;
}

.anaslide .owl-nav button span,
.urun-slide .owl-nav button span {
    font-size: 0;
}

.anaslide .owl-nav button.owl-prev::after,
.urun-slide .owl-nav button.owl-prev::after {
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 2rem;
}

.anaslide .owl-nav button.owl-next::after,
.urun-slide .owl-nav button.owl-next::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 2rem;
}

.anaslide .slide-bg {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.anaslide .slide-content {
    color: #fff;
    padding: 50px 0;
}

.anaslide .slide-content h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.anaslide .slide-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.anaslide .slide-content .btn {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(49.5px);
    border: none;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}

.anaslide .slide-content .btn:hover {
    background-color: #3a4643;
    color: white;
}

/* Main */
main {
    background: url('assets/img/bg-main-top.jpg') no-repeat center center;
    background-size: cover;
    min-height: 600px;
}

/* Markalar Spot */
.markalar-spot {
    margin-top: -30px;
    position: relative;
    z-index: 1111;
}

.markalar-spot-ic {
    background: url('assets/img/bg-markalar.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}

.markalar-spot-ic .marka {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.markalar-spot-ic .marka img {
    max-width: 50%;
    height: auto;
}

.hakkimizda {}

.hakkimizda .gorsel {}

.hakkimizda-icerik {
    background: white;
}

.hakkimizda-count {
    border-bottom: 5px solid #ebeaeacc;
}

.hakkimizda-count .card {
    border: none;
    border-radius: 0;
    background: transparent;
    border-left: 1px solid #ebeaeacc;
}

.hakkimizda-count .card-body {
    text-align: center;
    padding: 20px 0;
}

.hakkimizda-count .card-body h5 {
    font-size: 3rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -2px;
    color: #000;
}

.hakkimizda-count .card-body p {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 700;
    color: #333;
}

.hakkimizda-spot h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hakkimizda-spot h1 {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: -2px;
}

.genel-btn {
    background: #d2cdcb;
    border: 0;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1px;
    color: #333;
    border: 5px solid #d2cdcb;
}

.genel-btn.v2 {
    background: transparent;
    border: 5px solid #d2cdcb;
}

.haberler {
    background: url('assets/img/bg-haberler.jpg') no-repeat center -50px;
    background-size: 100% auto;
    padding: 50px 0;
    position: relative;
}

.haberler::after {
    background: url('assets/img/logo-kayadibi-w.svg') no-repeat center center;
    background-size: 500px;
    content: '';
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    top: -70px;
    width: 100%;
    height: 300px;
}

.haberler .container {
    z-index: 1111;
    position: relative;
}

.haberler .baslik {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.haberler .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.haberler .card .card-img-top {
    position: relative;
    border-radius: 0;
}

.haberler .card .card-body {
    border-radius: 0;
}

.haberler .card .card-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 182, 144, 0.0792) 0%, rgba(22, 53, 96, 0.99) 100%);
    z-index: 1111;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.haberler .card .card-effect a {
    color: white;
}

.haberler .card a {
    text-decoration: none;
}

.haberler .card .card-body {
    font-size: 0.9rem;
    font-weight: 300;
    color: #606060;
    border-left: 7px solid #d9d9d9;
}

.haberler .card .card-effect .btn {
    border-radius: 0;
    border: 0;
    background: #163560;
    color: #C3BDBB;
    padding: 10px 15px;
}
.kategori img.card-img-top.wp-post-image {
    height: auto;
    width: 100%;
}
/* Haber Kategori */
.haber {
	background: white;
	padding: 15px;
}
.haber img {
	border-radius: 0 !important;
	height: 150px;
	width: auto !important;
}
.haber .text-muted {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 2px;
}
.haber h5 a {
	color: black;
	text-decoration: none;
}

.servis {
    margin: 50px 0;
}

.servis .baslik {
    font-size: 1.5rem;
    padding: 20px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    background-color: #163560;
    margin: 0;
}

.servis-marka {
    background: url('assets/img/bg-servis.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px;
}

.servis-marka .s-ic {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(49.5px);
    padding: 40px;
}

.servis-marka .smarka img {
    width: 50%;
}

.servis-marka .smarka .btn {
    border-top: 1px solid #cccccc7e;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 1.2rem;
}

footer {
    background: url('assets/img/bg-footer.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

footer .f-ic {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
}

footer .flogo p {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.601);
    padding-top: 10px;
}

footer .fmenu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

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

footer .fmenu ul li {
    margin: 20px 15px;
    font-weight: 100;
}

footer .fmenu ul li:first-child {
    font-weight: 600 !important;
}

footer .fmenu ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #ffffffc1;
}

footer .fmenu ul li a:hover {
    color: #1AB690;
}

.fsm nav li:last-child {
    background-color: #31353E;
}

.fsm nav li:last-child a {
    color: white !important;
}

footer .foot-link {
    position: absolute;
    z-index: 111;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 10px;
}

footer .foot-link a {
    font-size: 0.6rem;
    font-weight: 300;
    color: #ffffffc1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Alt */

.sayfa-baslik {
    background: url(assets/img/bg-footer.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    text-align: center;
}

.sayfa-baslik h1 {
    font-size: 2rem
    font-weight: 900;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
}

.sayfa-baslik li {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.sayfa-baslik .breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.sayfa-icerik .sayfa-ic {
    background: white;
}

.sayfa-icerik .sayfa-ic-icerik {
    background: white;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 300;
    min-height: 450px;
}

.kat, 
.kat .sayfa-ic,
.kat .sayfa-ic-icerik {
    background: transparent;
}

.kategori .card,
.kategori .card-img-top {
    border: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease-in;
}
.kategori .card:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.kat .card-text {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: normal !important;
		color: gray;
}
.kategori .card:hover .card-img-top h6 {
    backdrop-filter: blur(1px);
    letter-spacing: 4px;
    transition: all 0.3s ease;
}
.kategori .card::after {
    content: '';
    position: absolute;
    z-index: 1111;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 10px;
    background: #163560;
}
.kategori .card-img-top h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    z-index: 1111;
    opacity: 1;
    padding: 20px;
    margin: 0;
    color: white;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 0.7rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.kategori .card .card-title {
    font-weight: 700;
}
.kategori .card .card-title a {
    color: #222222;
    text-decoration: none;
}
.btn-biziara {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1111;
    background: #1AB690;
    border: 0;
    padding: 20px 20px 15px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #333;
    text-align: left;
    line-height: 12px;
}
.btn-biziara:hover {
    background: white;
}
.btn-biziara small {
    display: block;
    font-size: 0.8rem;
    font-weight: 300;
}
.btn-biziara img {
    padding-left: 10px;
    height: 35px;
}
.urun .sayfa-ic-icerik {
    min-height: 600px;
}
.urun .nav-link {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #606060;
}
.urun .nav-link.active {
    border-bottom: 1px solid #000000a4 !important;
}
.urun .tab-content {
    padding-top: 50px;
}
.urun .tab-content blockquote {
    font-size: 1.6rem;
    font-weight: 100;
}
.gallery-item img {
	width: 100%;
	height: auto;
	border: 0 !important;
}
.gallery-item {
	padding: 10px;
	border:0;
}
.urun-fiyat {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    background: #cccccc24;
}
.urun-isim {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

/* Media Queries */

/* iPad Air */
@media screen and (max-width: 820px) {
    .anaslide .slide-bg {
        height: 60vh;
    }

    .anaslide .slide-content h3 {
        font-size: 2.5rem;
    }

    .markalar-spot-ic .marka img {
        max-width: 70%;
    }

    .hakkimizda-spot h1 {
        font-size: 2rem;
    }

    .haberler {
        background-size: auto 300px;
    }
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
    .anaslide .slide-bg {
        height: 65vh;
    }

    .markalar-spot-ic .marka img {
        max-width: 60%;
    }

    .hakkimizda-count .card-body h5 {
        font-size: 2.5rem;
    }

    .haberler {
        background-size: auto 200px;
    }
}

/* Tablet */
@media screen and (max-width: 768px) {
    .anaslide .slide-bg {
        height: 70vh;
    }

    .anaslide .slide-content h3 {
        font-size: 2.2rem;
    }

    .anaslide .slide-content p {
        font-size: 1rem;
    }

    .markalar-spot-ic .marka:nth-child(2) {
        margin: 40px 0;
    }

    .hakkimizda-count .card {
        border: none;
        border-radius: 0;
        background: transparent;
        border: 1px solid #ebeaeacc;
    }

    .haberler {
        background-size: auto 250px;
    }

    .haberler .card h4 {
        font-size: 1rem;
    }

    .servis-marka {
        padding: 60px;
    }

    .servis-marka .baslik {
        font-size: 0.9rem;
    }

    .servis-marka .smarka {
        margin-bottom: 40px;
    }

    .servis-marka .smarka img {
        width: 80%;
    }

    .servis-marka .smarka:last-child {
        margin-bottom: 0;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {

    header,
    section,
    main,
    footer {
        overflow-y: hidden;
    }

    .anaslide .slide-bg {
        height: 50vh;
    }

    .anaslide .slide-content h3 {
        font-size: 1.8rem;
    }

    .anaslide .slide-content p {
        font-size: 0.9rem;
    }

    .anaslide .slide-content .btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    .urun .btn-biziara {
        display: none;
    }
    .urun .nav-item {
        width: 100%;
        text-align: center;
        display: block;
    }
    .urun .nav-item button {
        width: 100%;
        text-align: center;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .urun .nav-link.active {
        background: #cccccc5d
    }
}
/* Navbar Dropdown Hover */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    
    .navbar .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
