/*********************** MAIN CSS **************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

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

body{
    position: relative;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    display: none; /* Scrollbarları deaktive et Chrome, Safari, and Opera */
}

html{
    scroll-behavior: smooth;
}
.header-2{
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
    border-bottom: 2px solid rgb(98, 186, 234);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.header-2 h2{
    font-size: 30px;
    font-weight: bolder;
    padding: 30px 0 27px;
    letter-spacing: 2px;
    display: inline-block;
    color: #04264F;
    text-align: center;
}

.header-2 .header-content {
    display: flex;
    justify-content: center;
    align-items: center;  
}

.header-2 #logo_img {
     height:100px; 
    width:100px;
    z-index: 6;
    padding: 10px 2px 10px 10px;
}

.main-3{
    padding: 0 60px;
}

.main-3 .sec-1{
    padding-top:50px;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    padding-bottom: 30px;
}

.main-3 .sec-1 #kentsel1{
    width: 700px;
    height: 350px;
    margin-right:30px;
    border: 1px solid #62baea;
    border-radius: 10px;
}
.main-3 .sec-1 #kentsel2{
    width: 700px;
    height: 350px;
    margin-left:30px;
    border: 1px solid #62baea;
    border-radius: 10px;

}
.main-3 .sec-1 .sec-1-exp h1{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.main-3 .sec-1 .sec-1-exp p{
    margin: 24px 0px;
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}

/* navbar */

.nav{
    position: fixed;
    width: 200px;
    height: 100vh;
    background-color:#fff; 
    border-right: 2px solid  rgb(98,186,234);
    left: -200px;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

.nav .nav-item{
    padding: 40px 0px;
    position: relative;
}

.nav .nav-item .nav-items{
    list-style: none;
    padding: 15px 20px;
    text-align: left;
}

.nav .nav-item .nav-items .nav-links{
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    padding: 10px;
    transition: all .3s ease-in-out;
    border-radius: 6px;
}

.nav .nav-item .nav-items .nav-links:hover{
    background-color:rgb(98,186,234,.6);
    font-size: 14px;
    color: #fff;
}

.hamburgers{
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
    background-color:#fff;  
    border: 2px solid rgb(98,186,234);
    border-left: none;
    padding: 5px 6.5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.hamburgers span{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: black;
}

nav.active{
    left: 0;
}

/* main başlangıcı */

/* sec-2 başlangıcı */

.main-3 .sec-2,
.main-3 .sec-3{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 100px;
}

.main-3 .sec-3{
    margin: 200px 0;
}

.main-3 .sec-2 img,
.main-3 .sec-3 img{
    max-width: 360px;
    max-height: 280px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.main-3 .sec-2 h3,
.main-3 .sec-3 h3{
    margin: 70px 0 20px;
    font-size: 20px;
}

.main-3 .sec-2 ul,
.main-3 .sec-3 ul{
    margin-left: 22px;
}

.main-3 .sec-2 ul li,
.main-3 .sec-3 ul li{
    font-size: 13px;
    margin: 4px 0;
}

/* footer başlangıcı */

footer{
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 2px;
    margin-top: 50px;
    column-gap: 4px;
    background-color:  #f3f3f3;
    border-top: 2px solid rgb(98, 186, 234);

}

footer .a-footer{
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(128, 128, 128, 0.4);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border: 2px solid rgb(98, 186, 234);

}

footer .a-footer .icon{
    font-size: 22px;
    width: 100%;
    height:100%;
}

footer .a-footer:hover{
    background-color: #62baea;
}

footer p{
    flex: 1; 
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 70px;
    justify-content: center;
}

footer img{
    width: 250px;
    height: 80px;
    padding-right: 0px;
}
/* Footer Text - KVKK Link */
footer .footer-text {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    justify-content: center;
    color: #333;
}

footer .footer-text p {
    margin: 5px 0 0;
    line-height: normal;
}

footer .footer-text .kvkk-link {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #333; 
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-text .kvkk-link:hover {
    color: #62baea; 
}


/*********************** RESPONSIVE CSS **************************************************************************************************************************************************************/

@media (max-width: 1450px){
    
    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 300px;
        width: 100%;
        height: 100%;
        max-height: 200px;
    }
}

@media (max-width: 1250px){

    .main-3  .sec-1{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .main-3 .sec-1 img{
        width: 360px;
        height: 260px;
        display: block;
        margin: 0 auto 15px;
    }
    .main-3 .sec-1 #kentsel1{
        width: 700px;
        height: 350px;
        display: block;
        margin: 0 auto 15px;
        border: 1px solid #62baea;
    }
    .main-3 .sec-1 #kentsel2{
        width: 700px;
        height: 350px;
        display: block;
        margin: 0 auto 15px;
        order:-1;
        border: 1px solid #62baea;
    }
    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 260px;
        width: 100%;
        height: 100%;
        max-height: 160px;
    }
}

@media (max-width: 1050px){

    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 220px;
        width: 100%;
        height: 100%;
        max-height: 120px;
    }

    /* footer */

    footer{
        position: relative;
    }

    footer .a-footer{
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: none;
    }

    footer .a-footer.show{
        display: block;
    }

    footer p{
        margin: auto;
        padding-left: 20px;
    }
}

@media (max-width: 920px){

    .main-3 .sec-2,
    .main-3 .sec-3{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 100px;
    }

    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 340px;
        width: 100%;
        height: 100%;
        max-height: 240px;
    }
}

@media (max-width: 850px){

    .main-3{
        padding: 0 30px;
    }
   
    .main-3 .sec-1 #kentsel1{
        width: 320px;
        height: 210px;
        display: block;
        margin: 0 auto 15px;
        border: 1px solid #62baea;
    }
    .main-3 .sec-1 #kentsel2{
        width: 320px;
        height: 210px;
        display: block;
        margin: 0 auto 15px;
        order:-1;
        border: 1px solid #62baea;
    }
    .main-3 .sec-1 .sec-1-exp h1{
        font-size: 25px;
    }
    
    .main-3 .sec-1 .sec-1-exp p{
        font-size: 14px;
        margin: 14px 0px;
        line-height: 18px;
    }

    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 300px;
        width: 100%;
        height: 100%;
        max-height: 200px;
    }

       footer img{
        width: 230px;
        height: 70px;
    }
}

@media (max-width: 655px){

    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 260px;
        width: 100%;
        height: 100%;
        max-height: 160px;
    }

    /* footer */

    footer p{
        max-width: 300px;
        line-height: 30px;
    }

    footer .footer-text .kvkk-link {
        font-size: 13px;
        max-width: 300px;
        padding-left: 20px;
    }

}

@media (max-width: 550px){

    .main-3 .sec-2,
    .main-3 .sec-3{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(750px, auto);
        margin-top: 20px;
        margin-left: 20px;
    }

    .main-3 .sec-2 img,
    .main-3 .sec-3 img{
        max-width: 380px;
        width: 100%;
        height: 100%;
        max-height: 280px;
    }
    .header-2 #logo_img {
        height:80px; 
        width:80px;
    }
    .main-3 .sec-2 h3,
    .main-3 .sec-3 h3{
        margin: 20px 0 20px;
        font-size: 20px;
    }
    
    /* footer bölümü */

    footer{
        padding: 10px 0px;
    }

    footer .a-footer {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        transition: .4s ease-in-out;
        color: black;
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    footer p{
        font-size: 11px;
        max-width: 240px;
        line-height: 20px;
        
    }

    footer .footer-text .kvkk-link {
        font-size: 10px;
        max-width: 240px;
        padding-left: 20px; 
    }

    footer img{
        width: 200px;
        height: auto;
    }
}

@media (max-width: 430px){

    .main-3 .sec-1 img{
        width: 260px;
        height: 200px;
        display: block;
        margin: 0 auto;
    }

    /* footer bölümü */

    footer{
        padding: 10px 0px;
    }

    footer .a-footer {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        transition: .4s ease-in-out;
        color: black;
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    footer p{
        font-size: 11px;
        max-width: 200px;
        line-height: 20px;
        
    }

    footer .footer-text .kvkk-link {
        font-size: 10px;
        max-width: 200px;
        padding-left: 20px; 
    }

    footer img{
        width: 200px;
        height: auto;
    }

}

@media (max-width: 350px){

    .main-3 .sec-1 img{
        width: 150px;
        height: 110px;
        display: block;
        margin: 0 auto;
    }
    footer p{
        max-width: 200px;   
    }     
}