/*
Theme Name: Dr Mehmet Korkmaz
Theme URI: https://drmehmetkorkmaz.com
Description: Bu site Dr. Mehmet Korkmaz için özel olarak yapılmıştır.
Author: Vedat ŞEKER
Author URI: https://vedatseker.com
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root{
    --primary: #3966ff;
    --secondary: #06d2c9;
    --dark-color:#030d6f;
    --orange:#ff7300;
    --white: #fff;
    --black: #000;
    --gray: #f7f7f7;
    --dark-gray: #262626;
}
*{
    font-family: "Titillium Web", sans-serif;
}
header{
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--white);
    z-index: 99;
}
.logo{
    max-height: 70px;
}
.logo img, .logo a{
    height: 100%;
}

.slide{
    background-color: var(--gray);
    min-height: 300px;
    overflow: hidden;
}
.custom-title{
    position: relative;
    padding-bottom: 20px;
}
.custom-title.dark{
    color: var(--gray);
}
.custom-title:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--orange);
    bottom: 0px;
    left: calc(50% - 50px);
}
.custom-bottom-title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(var(--secondary), var(--primary));
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
.custom-bottom-title:before{
    content: "";
}
.custom-bottom-title div.title-left-arrow{
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms;
}
.custom-bottom-title div.title-right-arrow{
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms;
}
.custom-bottom-title:hover div.title-left-arrow{
    width: 20px;
}
.custom-bottom-title:hover div.title-right-arrow{
    width: 0;
}
.bio-link{
    background-color: #3d3d3d;
    min-height: 300px;
    overflow: hidden;
}
.bio-link a{
    text-decoration: none !important;
}
.bio-card{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    min-height: 100px;
    text-decoration: none !important;
}
.bio-card-icon{
    background: -webkit-linear-gradient(var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
}
.bio-card-title {
    color: var(--dark-color);
    font-weight: 400;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
}
.bio-card:hover .bio-card-icon{
    background: -webkit-linear-gradient(var(--orange), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bio-card:hover .bio-card-title{
    color: var(--primary);
    font-weight: 100;
    letter-spacing: 5px;
}
.bio{
    min-height:100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bio-title, .title{
    font-size: 35px;
    font-weight: 100;
}
.bio-desc{
    font-size: 16px;

}
.bio-contact{
    width: 150px;
}
.sss{
 position: relative;
}
.sss img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    opacity: 0.4;
}
.sss-zindex{
    z-index: 5;
}
.sss-left{
    background-color: var(--white);
    min-height: 100%;
    overflow: hidden;
}
.sss::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, var(--secondary), var(--orange)); /* Burada istediğiniz gradienti ayarlayın */
    opacity: 0.5;
    pointer-events: none; /* Gradientin tıklanabilir olmasını engeller */
    z-index: -1;
}

.custom-card {
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.custom-card-top{
    position: relative;
}
.custom-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.custom-card-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, var(--secondary), var(--orange)); /* Burada istediğiniz gradienti ayarlayın */
    opacity: 0.3;
    pointer-events: none; /* Gradientin tıklanabilir olmasını engeller */
}
.custom-card-number {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 4rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: end;
    line-height: 1;

}

.custom-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.custom-card-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.custom-btn-primary {
    background-color: #d80064;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
}
.custom-card-bottom{
    width: 100%;
    box-sizing: border-box;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-gray);
    color: var(--white);
}


/* */

.vlog-cover{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.vlog-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, var(--secondary), var(--orange)); /* Burada istediğiniz gradienti ayarlayın */
    opacity: 0.3;
    pointer-events: none; /* Gradientin tıklanabilir olmasını engeller */
    z-index: 0;
    width: 100%;
    height: 100%;
}
.vlog-cover img{
    object-fit: cover;
    z-index: -2;
    width: 100%;
    height: 250px;
}
.vlog-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}
.vlog-title{
    font-size: 18px;

}
.vlog-desc{
    font-weight: 100;
    font-size: 14px;
}
.vlog-cover i{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    color: var(--white);
    opacity: 0.5;
    transition: all 250ms;
    z-index: 10;
}
.vlog-cover:hover  i{
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    font-size: 70px;
    opacity: 0.8;
}
.blog-c{
    background-color: var(--gray);
    min-height: 300px;
    overflow: hidden;
}
.blog a{
    text-decoration: none;
}
.blog-card{
    background-color: var(--white);
    border-radius: 10px;
overflow: hidden;

    scale: 1;
    transition: all 250ms;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
.blog-card:hover{
    scale: 1.1;
    z-index: 99;
}
.blog-cover{
    padding: 0;
}
.blog-cover img{
    object-fit: cover;
    object-position: 0px 0;
    width: 100%;
    min-height: 150px;
    max-height: 200px;
    height: 100%;
}
.blog-title{
    color: var(--dark-gray);
    padding-bottom: 10px;
    font-weight: 600;
}
.blog-desc{
    color: var(--dark-gray);
}

.pll-parent-menu-item{
    background: linear-gradient(45deg, var(--primary), var(--orange)); 
   border-radius:10px;
   color:var(--white);
}
.pll-parent-menu-item>a{
   color:var(--white);
}
.archive-title{
    background-color: var(--gray);
}
.sss-archive .accordion-button {
    background-color: var(--gray);
}
.sss-archive .accordion-body {
    border:solid 1px var(--gray);
}
.blog-single-cover{
    border-radius:20px;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    background-color: var(--gray);
}
.blog-single-cover img{
    width: 100%;
    height:300px;
    z-index: 0;
    object-fit: cover;
}
.blog-single-title{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--white);
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0) 100%);
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    padding:30px 0px 10px 0px;
    font-size:30px;
    font-weight:100;
}

.blog-single-title h1{
    font-size:30px;
}
.share-icon{
    width: 40px;
    height: 40px;
    background-color: var(--gray);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: var(--dark-color);
    scale: 1;
    transition: all 250ms;
}
.share-icon:hover{
    scale: 1.3;
}
ul.blog-single-desc{
    padding:0;
    margin:0;
    display:flex;
    gap:10px;
    list-style-type: none;
    font-size:14px;
    align-items: center;
    justify-content: center;
}
ul.blog-single-desc a{
    color: var(--white);
}
.single-post-bottom{
  gap: 10px;
}
.single-post-bottom .share-icon{
    margin: 0;
}