@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    background: url(https://plus.unsplash.com/premium_photo-1674235766088-80d8410f9523?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center fixed;
    background-size: cover;
    font-family: "Playfair Display", serif;
    width: 100%;
    height: auto;
}

.bg{
    width: 100%;
    height: 100%;
    background: #f3ece4c7;
    backdrop-filter: blur(5px);
}
header{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .container{
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .nav__btn a{
    text-decoration: none;
    color: white;
}
.nav__btn {
    text-decoration: none;
    color: white;
    background: #4d6061;
    padding: 14px 30px;
    border-radius: 16px;
    position: relative;
}

/* Dropdown Menü */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: #4d6061;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4d6061;
    width: auto;
    margin-top: 17px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
}

.dropdown-content a:hover {
    background-color: #313d3d;
}

.content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.content .container{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content .container .title{
    font-size: 2.4em;
    text-align: center;
    color: #4d6061;
    margin-top: 20px;
}

.skils{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.skil{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.skil .icon {
    width: 40px;  
    height: 40px;  
    aspect-ratio: 1/1; /* Genişlik ve yükseklik oranını eşitleyerek kare yapar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4d6061cc;
    margin-right: 10px;
    border-radius: 8px;
}

.skil .text{
    font-size: 1em;
}

.line{
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #4d6061, transparent);
    margin-top: 40px;
    margin-bottom: 30px;

}
.prices{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pr_content .icon{
    
    height: 30px;  
    aspect-ratio: 1/1; /* Genişlik ve yükseklik oranını eşitleyerek kare yapar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4d6061cc;
    margin-right: 10px;
    border-radius: 8px;
}
.pr_header .icon{
    
    height: 80%;  
    aspect-ratio: 1/1; /* Genişlik ve yükseklik oranını eşitleyerek kare yapar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4d6061;
    margin-right: 10px;
    border-radius: 8px;
}
.pr_card{
    margin: 10px;
    width: 60%;
    height: 50vh;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 8px;
    background: #f3ece48e;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
}
.pr_header{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 13%;
}

.pr_header .text{
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.pr_header .text .name{
    font-size: 1.2em;
}
.pr_header .text .price{
    font-size: 0.9em;
    color: #4d6061;
}


.pr_content{
    width: 100%;
    height: 70%;
}
.pr_content .icerik .elment{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.pr_content .icerik .elment .text{
    font-size: 0.9em;
}
.pr_footer{
    width: 100%;
    height: 13%;
    text-decoration: none;
    color: white;
    background: #4d6061;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:8px;
}
.subtitle{
    font-size: 1.3em;
}

.cards{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card{
    height: auto;
    width: 70%;
    border-radius: 8px;
    display: flex;
    background: #d4d4c44f;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 20px;
    box-shadow: #00000025 0px 0.0625em 0.0625em, #00000025 0px 0.125em 0.5em, #00000025 0px 0px 0px 1px inset;
}

.card .stars{
    color: rgba(0, 0, 0, 0.582);
margin-bottom: 10px;
}

.card .stars i:nth-of-type(-n+3) {
    color: rgb(223, 223, 0);
}

.card .cm_content{
    font-family: "Poppins", sans-serif;
}

.card .cd_footer{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .cd_footer .logo{
    width: 40px;  
    height: 40px;  
    aspect-ratio: 1/1; /* Genişlik ve yükseklik oranını eşitleyerek kare yapar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4d6061cc;
    margin-right: 10px;
    border-radius: 8px;
}

.card .cd_footer .text{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.card .cd_footer .text .date{
    font-family: "Poppins", sans-serif;
    font-size: 0.8em;
}

swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet-active{
    background: #4d6061 !important;
}
.sk_cards {
    margin-bottom: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 sütun */
    grid-template-rows: repeat(2, 1fr); /* 2 satır */
    width: 100%;
    height:45vh;
    gap: 20px;
    font-family: "Poppins", sans-serif;
}
.c_card {
    border: 1px solid rgba(0, 0, 0, 0.253);
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column; /* İçeriği dikey yönde hizalar */
    justify-content: flex-start; /* İçeriği en üstte hizalar */
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; /* İçeriğin dış kenarlarla temasını önler */
}


.c_container{
    width: 80%;
    height: 80%;
}

.c_container .c_icon{
    width: 40px;  
    height: 40px;  
    aspect-ratio: 1/1; /* Genişlik ve yükseklik oranını eşitleyerek kare yapar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4d6061cc;
    margin-right: 10px;
    border-radius: 8px;
}

.c_container .c_title{
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.2em

}

.c_container .c_comment{
    font-weight: 300;
    font-size: 0.9em
}

.LoginBtn{
    width: 100%;
    text-decoration: none;
    color: white;
    height: 7vh;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d6061;
    font-size: 1.5em;
    border-radius: 8px;
    margin-bottom: 50px;
}

footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f3ece4c7;
    backdrop-filter: blur(5px);
    border-top: 1px solid #4d60617e;
    padding-top: 20px;
}

.links{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links a{
    text-decoration: none;
    color: #4d6061d2;
}

.links .d_line{
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    background: #4d6061;
}

.copyright{
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    color: #4d6061;
}
.f_line{
    width: 20%;
    height: 1px;
    background: linear-gradient(90deg,transparent,#4d6061,transparent);
    margin-top: 10px;
    margin-bottom: 10px;
}

.created{
    font-family: "Poppins", sans-serif;
    color: #4d6061;
}

.bydigital {
    text-decoration: none;
    font-weight: bold;
    background: -webkit-linear-gradient(49deg, rgba(98,34,204,1) 0%, rgb(128, 49, 253) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* Metnin arka planın tamamını almasını sağlamak için */
}


@media (min-width: 768px) and (max-width: 1024px) {
    
    header .container{
        width: 65% !important;
    }
    .content .container{
        width: 65% !important;
    }
  }


  @media (min-width: 481px) and (max-width: 767px) {
    
    header .container{
        width: 90% !important;
    }
    .content .container{
        width: 90% !important;
    }
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
  
    header .container{
        width: 950% !important;
    }
    .content .container{
        width: 95% !important;
    }
  }

  .social{
    position: fixed;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;

  }

  .social a{
    text-decoration: none;
    border-radius: 50%;
    
  }
  .social a:nth-child(1){
    background: #DD2A7B !important;
    border: 1px solid #DD2A7B !important;
  }
  .social a:nth-child(2){
    border: 1px solid #25D366 !important;
    background: #25d365 !important;
  }
  .social a:nth-child(3){
    border: 1px solid #2c4f6c !important;
    background: #2c4f6c !important;
  }

  .social a:nth-child(1):after{
    content: 'Instagram';
    background: #DD2A7B !important;
    border: 1px solid #DD2A7B !important;
  }
  .social a:nth-child(2):after{
    content: 'Whatsapp';
    border: 1px solid #25D366 !important;
    background: #25d365 !important;
  }
  .social a:nth-child(3):after{
    content: 'Telefon';
    border: 1px solid #2c4f6c !important;
    background: #2c4f6c !important;
    
  }
  .social a{
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100%;
  }
  .social a:hover::after{
    opacity: 1;
    left: -90px;
  }
  .social a::after{
    transition: all 0.35s ease-in-out;
    position: absolute;
    font-size: 0.6em;
    left: -0px;
    opacity: 0;
    padding: 5px 10px;
    border-radius: 4px;
  }