@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --blue: oklch(.546 .245 262.881);
    --black: #111;
}

html{
  scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: var(--black);
    font-size: 18px;
    font-family: "Inter", sans-serif;
    cursor: default;
}

body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23cacaca' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: repeat;
}
.cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #111;
  opacity: 0.3;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

.cursor-hovered {
  width: 50px;
  height: 50px;
}


.header-top{
    width: 100%;
    padding: 20px;
    position: relative;
    align-items: center;
    text-align: center;
    color: white;
    background-image: url(images/bluebg.jpg);
    background-color: var(--blue);
    background-position: center;
    background-size: cover;
}

header {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.header-left {
    width: 20%;
    height: 100%;
}

.header-left img {
    width: 100%;
    max-width: 200px;
    height: 100%;
    object-fit: contain;
    transition-duration: 0.3s;
}

.header-left img:hover {
    opacity: 0.5;
}

.header-mid {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-mid a {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-mid a::after {
    content: "";
    width: 0;
    background-color: #ccc;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
}

.header-mid a:hover::after {
    width: 100%;
}

.header-right {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.blue-button {
    background-color: oklch(.546 .245 262.881);
    color: white;
    border-radius: 500px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.3s;
    background-image: url(images/bluebg.jpg);
    background-position: center;
    background-size: 500%;
}

a.button {
    background-color: var(--black);
    color: white;
    border-radius: 500px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.3s;
    font-size: 14px;
}

a.white-button {
    border: 1px solid #666;
    color: var(--black);
    border-radius: 500px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.3s;
    font-size: 14px;
}

a.button:hover {
    opacity: 0.5;
}

a.blue-button:hover {
    background-size: 100%;
}

a.white-button:hover {
    opacity: 0.5;
}

h1,
h2 {
    font-family: "Lexend", serif;
}

h1 strong,
h2 strong {
    font-family: "Lexend", serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.hero-section {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    gap: 20px;
}

.hero-section h1 {
    font-size: 64px;
    line-height: 50px;
    text-align: center;
    max-width: 800px;
    padding-bottom: 10px;
}

.hero-section div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-section h1 strong {
    font-size: 64px;
    line-height: 50px;
    color: var(--blue);
}

.hero-section h1 span {
    position: relative;
}

.hero-section p {
    color: #666;
    max-width: 550px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.hero-section .info{
    color: #666;
    max-width: 550px;
    line-height: 13px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: color 0.3s;
}

.hero-section .info:hover{
    color: #111;
}

.fill-blue-300\/70 {
    fill: var(--blue);
    opacity: 0.3;
    position: absolute;
    left: -5%;
    z-index: -1;
    height: 1.5rem;
    width: 110%;
    top: 50%;
}

img.hero{
    width: 98%;
    height: auto;
    border-radius: 20px;
    margin-top: 20px;
    max-width: 1000px;
}

section.blue{
    width: 100%;
    padding: 100px;
    position: relative;
    align-items: center;
    text-align: center;
    color: white;
    background-image: url(images/bluebg.jpg);
    background-position: center;
    background-size: cover;
}

section.blue h1{
    color: white;
}

section.blue p{
    color: white;
    font-weight: 300;
    margin-top: 50px;
    white-space: pre-line;
}

section{
    margin-top: 100px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section h1{
    font-size: 40px;
}

.asamalar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.asama{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 3px solid #ccc;
}

.asama span{
    margin-top: 10px;
}

.asama div{
    background-color: var(--blue);
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-width: 40px;
    color: white;
    font-weight: 700;
}

.asama p{
    color: #666;
    font-size: 20px;
    margin-top: 10px;
}

.asama h1{
    font-size: 25px;
    margin-top: 10px;
    text-align: left;
}

.container {
    width: 100%;
}

h1 {
    text-align: center;
}

.hizmetler{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    margin-top: 50px;
}

.hizmet{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    border-radius: 10px;
}

.hizmet box-icon{
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    border-radius: 50%;
}

.hizmet h2{
    font-size: 25px;
}

.hizmet p{
    font-weight: 400;
    color: #444;
}

.faq{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: border-color 0.3s;
    border: 2px solid white;
}

.faq:hover{
    border-color: #ccc;
}

.faq-title{
    font-weight: 600;
    font-size: 20px;
}

.faq p{
    margin-top: 20px;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    display: none;
}

.projeler{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    margin-top: 50px;
}

.proje{
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    overflow: hidden;
    border-radius: 10px;
}

.proje p{
    color: white;
    font-weight: 600;
    opacity: 0;
    transition-duration: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proje img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transition-duration: 0.3s;
}

.proje:hover img{
    opacity: 0.3;
}

.proje:hover p{
    opacity: 1;
}

.bloglar{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    margin-top: 50px;
}

.blog{
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.blog img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.blogimage{
    width: 80%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.blog h2{
    font-size: 25px;
}

.blog p{
    color: #444;
    font-weight: 400;
}

.hakkimizda{
    width: 80%;
    white-space: pre-line;
    text-align:center;
    line-height: 25px;
    margin-top: 20px;
}

.hakkimizda b{
    color: var(--blue);
}

.hakkimizda a{
    text-decoration: underline;
    color: var(--blue);
}

.menu-button{
    display: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.navbar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: var(--blue);
    transition: right 0.3s ease-in-out;
    padding-top: 60px;
    z-index: 10000;
}

.navbar.active {
    right: 0;
}

.navbar a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
    transition: background 0.3s;
}

.navbar a:hover {
    background: rgb(35, 112, 255);
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    border: none;
    background: none;
    font-size: 40px;
    cursor: pointer;
    border-radius: 50%;
}

.whatsappicon{
    position: fixed;
    right: 90px;
    bottom: 20px;
    width: 60px;
    height: 60px;
}

.whatsappicon img{
    width: 100%;
    height: 100%;
}



footer{
    margin: 50px;
    width: calc(100% - 100px);
    border-radius: 40px;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 50px #ededed;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: space-between;
    background-color: white;
}

footer img{
    width: 200px;
}

.footer-left{
    width: 45%;
}

.footer-right{
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
}

.footer-right div{
    display: flex;
    flex-direction: column;
}

footer h6{
    font-weight: 600;
}

footer a,p{
    font-weight: 400;
    color: #555;
    transition-duration: 0.3s;
    margin-top: 5px;
    font-size: 15px;
}

footer a:hover{
    color: #111;
}

.footer-bottom{
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 40px;
}

@media (max-width: 1500px) {
    .hero-section {
        width: 95%;
    }
    .hero-section div{
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    section{
        width: 90%;
    }
    .projeler{
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }
    .bloglar{
        width: 90%;
    }
    .lottie{
        display: none;
    }
    .hero-section h1{
        text-align: center;
    }
    .hero-section p{
        text-align: center;
    }
    .menu-button{
        display: flex;
    }
    footer{
        flex-direction: column;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
        margin-top: 50px;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    header{
        padding-left: 2%;
        padding-right: 1%;
    }
    .trustedby div img{
        width: 100%;
    }
    .hizmetler{
        grid-template-columns: repeat(3, 1fr);
    }
    .bloglar{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .header-top{
        font-size: 15px;
    }
    header{
        padding-left: 5%;
        padding-right: 5%;
    }
    .header-left{
        width: 50%;
    }
    .header-mid{
        display: none;
    }
    .header-right{
        display: none;
    }
    .hizmetler{
        grid-template-columns: repeat(2, 1fr);
    }
    .asama{
        width: 100%;
        margin-bottom: 20px;
    }
    .hero-section h1{
        font-size: 40px;
        line-height: 40px;
    }
    .hero-section h1 strong{
        font-size: 40px;
        line-height: 40px;
    }
    .projeler{
        grid-template-columns: repeat(1, 1fr);
    }
    .proje{
        height: 220px;
    }
    .proje img{
        height: 220px;
    }
    .bloglar{
        grid-template-columns: repeat(1, 1fr);
    }
    section.blue{
        padding: 20px;
    }
}


@media (max-width: 500px) {
    .hizmetler{
        grid-template-columns: repeat(1, 1fr);
    }
    footer{
        margin: 10px;
        margin-top: 50px;
        width: calc(100% - 20px);
        padding: 30px;
    }
}