*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    color: white;
}
.Container{
    height: 100%;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    background-size: cover;
    background-color: rgb(10, 10, 10)
  
    
}
.nav-container .logo{
    width: 50px;
}
.nav-container .logo img{

    border-radius: 20%;
}

.logo{
    color:yellow;
   background-color:rgba(225, 219, 219, 0.91);

   position: relative;
   border-radius: 50px;

      right: -1px;
    }
 .logo>a>img {
    width: 140px;
    
    }
.navbar{
    height: 20%;
    display: flex;
    justify-content:space-between ;
    align-items: center;
    background-color: black;
    width:100%;
  

}
nav ul{
    list-style: none;
    display: flex;
    column-gap: 20px;
}
nav ul li a{
   color:rgb(239, 238, 238); 
   text-decoration: none;
   transition: ease 0.5s;
}
nav ul li a:hover{
    color: rgb(10, 10, 10);
    
}



.Galer>img{
    width: 100%;
}
header{
    background-color: coral;
    width: 1275px;
    text-align: center;
    border-radius: 20px;
    
   
    
}
@media screen  and (max-width: 1366px)
{
    .Container{
        width: 100%;
       height: 100%;
        
    }
    .nav-container .logo{
        width: 50%;
    }
    .nav-container .logo img{
    
        border-radius: 20%;
    }
    
    .logo{
        color:yellow;
       background-color:rgba(225, 219, 219, 0.91);
    
       position: relative;
       border-radius: 50px;
    
          right: -1px;
        }
     .logo>a>img {
        width: 60px;
        
        }
    .navbar{
      

        width: 100%;
        column-gap: 70px;
      
    
    }
    nav ul{
       
        column-gap: 9px;
        width: 25%;
        font-size: 9px;
    }
    nav ul li a{
       color:rgb(239, 238, 238); 
       text-decoration: none;
       transition: ease 0.5s;
       width: 10px;
    }
    nav ul li a:hover{
        color: rgb(10, 10, 10);
        
    }
    
    
    
    .Galer>img{
        width: 140%;
    }
    header{
        background-color: coral;
        width: 345px;
        text-align: center;
        border-radius: 20px;
        
       
        
    }
}



.card-group{
    display: flex;
    gap: 130px;
    

}

.card{
    width: 225px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
   justify-content: space-between;
    
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: 0.5s;
}

.card.layer{

    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75%;
    opacity: 0;
    transition: 0.3s;
    justify-content: space-between;

}

.card .info{
    position: absolute;
    bottom: -50%;
    padding: 15px;
    opacity: 0;
    transition: 0.5s bottom, 1.75s opacity;
    justify-content: space-between;
}

.info p{
    font-size: 14px;
    margin-top: 3px;

}

.info button{
    background: #490CCC;
    border: none;
    padding: 8px 12px;
    font-weight: bold;
     border-radius: 8px;
     margin-top: 8px;
}


.card:hover,
.card:hover img,
.card:hover layer{
    transform: scale(1.1);
}

.card:hover> .layer{
    opacity: 1; 
}

.card:hover> .info{
    bottom: 0;
    opacity: 1;

}

.card-group:hover >.card:not(:hover){
    filter: blur(5px);
}

.card p{
    color: rgb(254, 253, 253);
}
.card h1{
    color: coral;
}

h1{
    color: rgb(247, 244, 244);
}

.hakkımızda{
    display: inline-flex;
    gap: 500px;
    
}
p{
    color: coral;
}

.iletisim{
    display: inline-flex;
    background-color: coral;
}

.iletisim p{
    color: white;
}

.city{
   width: 428px;
   height: 390px;
   
    overflow: hidden;
    position: relative;
    
    cursor: pointer;
   justify-content: space-between;
    
}



.galeri>img{
    width: 100%;
    height: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    gap: 1rem;
    column-gap: 5px;
   
}

.galeri{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    column-gap: 15px;
    
} 


@media screen  and (max-width: 1366px){
    .card-group{
        display: flex;
        gap: 10px;
        
    
    }
    
    .card{
        width: 225px;
        height: 350px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        transition: 0.5s;
        cursor: pointer;
       justify-content: space-between;
        
    }
    
    .card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        transition: 0.5s;
    }
    
    .card.layer{
    
        background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75%;
        opacity: 0;
        transition: 0.3s;
        justify-content: space-between;
    
    }
    
    .card .info{
        position: absolute;
        bottom: -50%;
        padding: 15px;
        opacity: 0;
        transition: 0.5s bottom, 1.75s opacity;
        justify-content: space-between;
    }
    
    .info p{
        font-size: 14px;
        margin-top: 3px;
    
    }
    
    .info button{
        background: #490CCC;
        border: none;
        padding: 8px 12px;
        font-weight: bold;
         border-radius: 8px;
         margin-top: 8px;
    }
    
    
    .card:hover,
    .card:hover img,
    .card:hover layer{
        transform: scale(1.1);
    }
    
    .card:hover> .layer{
        opacity: 1; 
    }
    
    .card:hover> .info{
        bottom: 0;
        opacity: 1;
    
    }
    
    .card-group:hover >.card:not(:hover){
        filter: blur(5px);
    }
    
    .card p{
        color: rgb(254, 253, 253);
    }
    .card h1{
        color: coral;
    }
    
    h1{
        color: rgb(247, 244, 244);
       font-size: 17px;
    }
    
    .hakkımızda{
        width: 160%;
       display: inline-flex;
       font-size: 8px;
       column-gap: 20px;
    }
    p{
        color: coral;
    }
    
    .iletisim{
        display: inline-flex;
        background-color: coral;
        column-gap: 8px;
    }
    
    .iletisim p{
        color: white;
    }
    
    .city{
       width: 110px;
       gap: 1rem;
       height: 120%;
       
        
    } 


    .iframe {
        width: 300px;
        height: 200px;
    }
}