@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: 0.50s ease;
    text-decoration: none ;
    outline: none;
    border: none;
    text-transform: capitalize;
    
}

html::-webkit-scrollbar{
    width: 0.5rem;
    background-color: black;

}

html::-webkit-scrollbar-thumb{
    border-radius: 5rem;
    background-color: black;

}

html::-webkit-scrollbar-track{
    border-radius: 0.1rem;
    background-color: rgba(227, 184, 27, 0.40);
    

}

body{
    background-color: black;
    height: 200vh;
}
.banner{  
    width: 100%;
    height: 100vh;
    background-image: url("Fotoğraf/logo.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    
}

.logo{
    font-family: "Cinzel", serif;   
    margin-top: -30px;
    margin-left: 50px;
    color: white;
    cursor: pointer;
    position: sticky;
        
}

.navbar{
    background-color: rgba(227, 184, 27, 0.40);
    width: 100%;
    margin: 7px 0%;
    padding: 20px 25%;    
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 2rem;
    box-shadow: 0px 0px 17px -2px rgba(255, 213, 0, 0.75);
    position: sticky;
    top: 50px;
    z-index: 1000%;

}

.banner .navbar a{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin: -0.5rem 0rem;
    font-size: 1.1rem;
    color: white;
    border-bottom: 0.1rem solid transparent;
    
}
.banner .navbar .active,
.banner .navbar a:hover{
    border-color: black;
    padding: 0.3rem 2rem;
    opacity: 0.8;
    color: rgba(206, 178, 21, 0.783);
    background-color: black;
    box-shadow: 0px 0px 100px 10px rgba(255, 213, 0, 0.75);
    border-radius: 1rem;
    
}
.content{
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    margin-top: 10rem;
    text-align: center;
    color: white;
    
}

.content p{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
    width: 500;
    margin-top: 20px;
    color: white;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: 0.50rem 3rem;
    border-radius: 30rem;
    font-size: 1.7rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.60);
    cursor: pointer;
    
    
}
.btn1{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 1rem;
    display: inline-block;
    padding: 0.01rem 2rem;
    border-radius: 30rem;
    font-size: 1.2rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.60);
    cursor: pointer;
    
}

.btn2{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 1rem;
    display: inline-block;
    padding: 0.01rem 2rem;
    border-radius: 30rem;
    font-size: 1.2rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.60);
    cursor: pointer;
    
}

.btn3{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 1rem;
    display: inline-block;
    padding: 0.01rem 2rem;
    border-radius: 30rem;
    font-size: 1.2rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.60);
    cursor: pointer;
    
}

.Açıklama{
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    width: 75%;
    margin: 0 12%;
    padding: 15%;
    color: white;
    text-align: center;
    
}


/*! header start */
.logom img {
    margin-top: 0px;
    margin-left: 9.2%;
    height: 10rem;
    position: sticky;
    top: 0px;
    
}

/*! header end */

/*! foto start */

.heading{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 2rem;
    margin-left: 4rem;
    margin-inline-end: 5rem;
    margin-top: 5rem;
    border-bottom: 0.001rem solid rgba(206, 178, 21, 0.783);
    text-transform: uppercase;
    
    
}

.heading span{
    color: rgba(206, 178, 21, 0.783);
    text-transform: uppercase;
    border: 1rem white;
}
.foto .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10vh, 50vh));
    gap: 10vh;
    margin-left: 4rem;
    margin-top: 4rem;

}
.foto .box-container .box{
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.75);
    min-height: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.foto .box-container .box img{
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


.btn:hover{
    opacity: 0.8;
    color: rgba(206, 178, 21, 0.783);
    background-color: black;
    box-shadow: 0px 0px 100px 10px rgba(255, 213, 0, 0.75);
}

.btn1:hover{
    opacity: 1;
    color: rgba(206, 178, 21, 0.783);
    background-color: black;
    box-shadow: 0px 0px 17px -2px rgba(255, 213, 0, 0.75);
}

.btn2:hover{
    opacity: 1;
    color: white;
    background-color: black;
    box-shadow: 0px 0px 25px 5px black;
}

.btn3:hover{
    opacity: 1;
    color: white;
    background-color: black;
    box-shadow: 0px 0px 10px 1px white;
}

/*! foto end */
    
/*! hakkında start */

.hakkında .row{
    display: flex;
}

.hakkında .row .image{
        flex: 1 1 45rem;
        
        }

.hakkında .row img{
        width: 100%;
        padding: 4rem;
    }

.hakkında .row .content{
        flex: 1 1 45rem;
        margin-inline-end: 4rem;
        text-align: left;
        margin-top: 4rem;
    }

.hakkında .row .content .misyon, .vizyon{
        font-family: "Cormorant Garamond", serif;
        font-weight: 500rem;
        font-style: normal;
        font-size: 1.5rem;
    }

.hakkında .row .content .btn3{
        margin-top: 22rem;
    }


/*! hakkında end */




