@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');


ul{
    list-style: none;
}

a{
    text-transform: none;
    text-decoration: none;
}

html{
    font-family: 'Roboto', sans-serif;
}

body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

section{
    height: calc(100vh - 12vh);
}

/*MENU*/

.bottom-menu{
    position: fixed;
    bottom: 0;
    height: 12%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1000;
}

.menu-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.left-menu{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-menu{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-wrapper ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.menu-wrapper ul li{
    margin: 10px;
}
.menu-wrapper ul li a{
    font-size: 20px;
    color: #354545;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 10px 15px;
    transition: .2s ease-in-out;
}
.menu-wrapper ul li a:hover{
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    border: 3px solid #038787;
    transition: .2s ease-in-out;
}
.bottom-hr{
    border-left: 2px solid #5c5c5b;
    height: 25px;
    margin: 15px;
}

.menu-wrapper .menu-logo{
    width: 15%;
    transform: translateY(-27px);
}
.menu-wrapper .menu-logo img{
    width: 100%;
}

.marginleft{
    margin-left: -150px;
}

/*MENU*/

/*TOP-MENU*/

.top-menu{
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1000;
    width: 300px;
    right: 20px;
    display: flex;
}
.top-menu .social{
    display: flex;
    justify-content: left;
    align-items: center;
}
.top-menu .social ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu .social ul li{
    margin: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    border: 1px solid #ebecec;
    border-radius: 100%;
    justify-content: center;
    align-items: end;
}
.social ul li a img{
    width: 15px;
}
.contact-button{
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #ebecec;
    padding: 2px 15px;
    border-radius: 20px;
}
.contact-button a{
    color: #ebecec;
}
.white-hr{
    height: 35px;
    border-right: 2px solid #ebecec;
    margin: 10px;
}
.proje-button{
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #ebecec;
    padding: 2px 15px;
    border-radius: 20px;
}
.proje-button a{
    color: #ebecec;
}

.proje-select{
    display: none;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #ebecec;
    padding: 2px 15px;
    border-radius: 20px;
}
.proje-select a{
    color: #ebecec;
}
.proje-select a img{
    width: 14px;
    transform: translateX(-7px);
}

.proje-select-single{
    display: none;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #ebecec;
    padding: 2px 15px;
    border-radius: 20px;
}
.proje-select-single a{
    color: #ebecec;
}
.proje-select-single a img{
    width: 14px;
    transform: translateX(-7px);
}

.menu{
    position: fixed;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #ebecec;
    margin-left: 17px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s cubic-bezier(
        .74,-0.03,.83,.67
    );
}

.menu-open{
    background: #105a5a;
    height: 400px;
    opacity: 1;
    visibility: initial;
}
.wrapper-menu a{
    color: #929eb3;
    font-size: 20px;
    border-bottom: 1px solid;
    margin: 17px;
    text-align: center;
    width: fit-content;
}
.wrapper-menu a.active{
    color: #ebecec;
}
.wrapper-menu{
    display: grid;
}

.menu-single{
    position: fixed;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #ebecec;
    margin-left: 17px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s cubic-bezier(
        .74,-0.03,.83,.67
    );
}
.open-menu{
    background: #105a5a;
    height: 450px;
    opacity: 1;
    visibility: initial;
}
.wrapper-menu-single a{
    color: #929eb3;
    font-size: 20px;
    border-bottom: 1px solid;
    margin: 15px;
    text-align: center;
    width: fit-content;
}
.wrapper-menu-single a.active{
    color: #ebecec;
}
.wrapper-menu-single{
    display: grid;
}
/*TOP-MENU*/


/*HEADER*/


.header{
    width: 100%;
    object-fit: cover;
    position: relative;
}
.header video{
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;

}
.blue-filter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #144350;
    opacity: 0.7;
}
.header-text{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.text-slider{
    width: 400px;
    height: 100px;
    margin-left: 100px;
    position: absolute;
}
.text-slider h1{
    color: #ebecec;
    font-size: 40px;
    width: 400px;
    font-weight: 600;
}

/*HEADER*/

/*KURUMSAL*/

.kurumsal{
    background: #105a5a;
}

.kurumsal-image img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.kurumsal-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kurumsal-wrapper .kurumsal-container{
    width: 1000px;
    padding: 10px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 50px;
}
.kurumsal-image{
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kurumsal-container p{
    width: 1000px;
    color: #ebecec;
    font-size: 16px;
    line-height: 1.7;
}
.yan-kurumsal{
    position: absolute;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yan-kurumsal h1{
    color: #ebecec;
    font-size: 25px;
    transform: rotate(-90deg);
    position: absolute;
    top: 100px;
    background: #105a5a;
    padding: 5px;
}
.yan-kurumsal h1 a{
    color: #ebecec;
}
.yan-kurumsal h2{
    color: #ebecec;
    font-size: 50px;
    transform: rotate(-90deg);
    position: absolute;
    text-transform: uppercase;
    width: 500px;
    margin-left: 100px;
    margin-top: -80px;
    text-align: center;
}
.yan-kurumsal .text-hr{
    border-right: 4px solid #ebecec;
    height: 50%;
    width: 2px;
    position: absolute;
    bottom: 150px;
}

.kurumsal-container h1{
    color: #ebecec;
}

/*KURUMSAL*/

/*PROJELER*/

.proje{
    background: #105a5a;
}
.proje-image{
    width: 200px;
    height: 200px;
}
.proje-image img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.proje-card{
    width: 200px;
    height: 270px;
    margin: 20px;
}
.proje-card p{
    color: #ebecec;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
}
.proje-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proje-wrapper .proje-container{
    width: 1000px;
    height: calc(100vh - 250px);
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}
.top-nav{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.top-nav a {
    color: #929eb3;
}
.top-nav h2{
    font-size: 17px;
    margin: 10px;
}
.top-nav a.active{
    color: #ebecec;
}
.nav-container{
    width: 1000px;
    display: flex;
    margin-top: 20px;
    margin-left: 60px;
}
.proje-container::-webkit-scrollbar {
    width: 5px;
    display: none;
}
.proje-container::-webkit-scrollbar-track {
    background-color: darkgrey;
    color: black;
}
.proje-container::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

/*PROJELER*/


/*CONTACT*/


.box{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas:
        "form info"
        "form map";
    grid-gap: 20px;
    height: 565px;
}
.contact{
    background: transparent;
    box-shadow: 0 5px 35px rgba(0,0,0,30%);
}
.contact h3{
    color: #333333;
    margin-bottom: 10px;
    font-size: 1.4em;
}
.formBox{
    position: relative;
    width: 100%;
}
.formBox .row50{
    display: flex;
    gap: 20px;
}
.inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}
.formBox .row100 .inputBox{
    width: 100%;
}
.inputBox span{
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}
.inputBox input{
    padding: 10px;
    font-size: 1.1em;
    color: #ebecec;
    outline: none;
    background: transparent;
    text-transform: none;
    border: 1px solid #ebecec;
}
.inputBox textarea{
    padding: 10px;
    font-size: 1.2em;
    outline: none;
    border: 1px solid #ebecec;
    resize: none;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: none;
    min-height: 220px;
    background: transparent;
    color: #ebecec;
}
.inputBox textarea::placeholder{
    font-family: 'Roboto', sans-serif;
    color: #ebecec;
}
.inputBox textarea
.inputBox input[type="submit"]
{

    border: 1px solid #105a5a;
    font-size: 1.1em;
    text-transform: none;
    max-width: 120px;
    cursor: pointer;
    padding: 14px 15px;
}
.inputBox ::placeholder{
    color: rgba(0,0,0,0.4);
}
.info h3{
    color: #105a5a;
}
.info .infoBox div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info .infoBox div span{
    min-width: 50px;
    height: 50px;
    color: #fff;
    background: transparent;
    border: 1px solid #ebecec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
}
.info .infoBox div p{
    color: #ebecec;
    font-size: 1.1em;
}
.info .infoBox div a{
    color: #ebecec;
    text-decoration: none;
    text-transform: none;
    font-size: 1.1em;
}
.sci{
    margin-top: 40px;
    display: flex;
}
.sci li{
    list-style: none;
    margin-right: 15px;
}
.sci li a{

    font-size: 2em;
    color: #ccc;
}
.sci li a:hover{
    color: #dfae51;
}
.map{
    padding: 0;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.contact.form{
    grid-area: form;
    padding: 40px 40px 0px;
}
.contact.form.ilk{
    display: none;
}
.contact.info{
    grid-area: info;
}
.contact.map{
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}
.contact.map img{
    width: 300px;
}
.contact-menu .contact-social{
    width: 100%;
}
.contact-menu ul{
    width: 100%;
    display: flex;
}
.contact-menu ul li{
    margin: 0px 7px;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.contact-social ul li a img{
    width: 20px;
    transform: translateY(2px);
}
.infoBox span img{
    width: 30px;
}


/*END CONTACT*/


.kurumsal-container::-webkit-scrollbar {
    width: 5px;
    display: none;
}
.kurumsal-container::-webkit-scrollbar-track {
    background-color: darkgrey;
    color: black;
}
.kurumsal-container::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

@media(max-width:900px){
    .yan-kurumsal h1{
        top: 200px;
        width: 40vh;
    }
    .menu-wrapper ul li a{
        font-size: 16px;
    }
    .menu-wrapper .menu-logo{
        width: 15%;
        transform: translateY(-17px);
        padding: 0px 15px;
    }
    .left-menu{
        justify-content: inherit;
        width: 40%;
        padding: 0px 12px;
    }
    .right-menu{
        width: 40%;
        justify-content:end;
    }
    .bottom-menu{
        height: 10%;
    }
    .menu-wrapper ul{
        width: 100%;
    }
    section{
        height: calc(100vh - 10vh);
    }
    .top-nav h2{
        font-size: 16px;
    }
    .menu-wrapper ul li{
        margin: 5px;
    }
    .kurumsal-image{
        width: 90%;
        margin-left: 60px;
    }
    .kurumsal-container p{
        width: 90%;
        margin-left: 60px;
    }
    .kurumsal-container h1{
        margin-left: 60px;
    }
    /* CONTACT */

    .box{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "form"
            "info"
            "map";
        margin-left: 0px;
        margin-top: 20px;
    }
    .map{
        min-height: 300px;
    }
    .contact{
        padding: 20px;
    }
    .contact.form{
        width: 95%;
        padding: 28px 28px 0px;
    }
    .contact.info{
        width: 80%;
    }
    .contact.map{
        width: 100%;
        padding: 0;
    }
    .formBox .row50{
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .inputBox{
        width: 100%;
    }
}

@media(max-width:770px){
    .top-nav h2{
        font-size: 14px;
    }
    .header video{
        height: calc(100vh - 80px);
    }
}

@media(max-width:500px){
    .kurumsal-image{height: 225px}
    .kurumsal-image img{height: 225px}
    .header video{
        height: calc(100vh - 60px);
    }
    .mobil-nav{
        display: none;
    }
    .left-menu{
        justify-content: flex-start;
        width: 38%;
        padding: 0px;
    }
    .right-menu{
        width: 38%;
        justify-content:flex-start;
    }
    .menu-wrapper .menu-logo{
        width: 24%;
        transform: translateY(-13px);
        padding: 0px;
    }
    .bottom-hr{
        margin: 5px;
    }
    .menu-wrapper ul{
        width: 50%;
    }
    .menu-wrapper ul li{
        margin: 0;
    }
    .menu-wrapper ul li a{
        font-size: 1.6vh;
        font-weight: 500;
        letter-spacing: 0;
        padding: 0;
    }
    .menu-wrapper ul li a:hover{border: none;clip-path: none}
    section{
        height: calc(100vh - 10vh);
    }
    .bottom-menu{
        height: 10%;
    }
    .box{
        margin-top: 5px;
    }
    .bottom-hr{
        border-left: 1px solid #5c5c5b;
    }
    .marginleft{
        margin-left:-5px;
    }
    .proje-wrapper .proje-container{
        height: calc(100vh - 190px);
        padding: 50px 30px;

    }
    .yan-kurumsal .text-hr{
        height: 55%;
        bottom: 70px;
        margin-left: -70px;
    }
    .yan-kurumsal h1{
        margin-left: -70px;
        top: 100px;
    }
    .kurumsal-wrapper .kurumsal-container{
        height: calc(100vh - 190px);
    }
    .kurumsal-image{
        width: 93%;
        margin-left: 25px;
    }
    .kurumsal-container p{
        width: 93%;
        margin-left: 25px;
    }
    .kurumsal-container h1{
        margin-left: 25px;
    }
    .top-menu{
        right: 0px;
    }
    .contact-button{
        display: none;
    }
    .proje-card{
        width: 140px;
        height: 140px;
        margin: 5px;
    }
    .proje-image{
        width: 140px;
        height: 140px;
    }
    .proje-image img{
        width: 140px;
        height: 140px;
    }
    form .box-container .box .inputBox input,
    form .box-container .box .inputBox textarea,
    form .box-container .box .inputBox select{
        width: 95%;
    }
    .bottom-hr{
        height: 15px;
        margin: 0 7px;
    }
    .header-text{
        width: 50%;
        justify-content: center;
    }
    .text-slider h1{
        width: 100%;
    }
    .text-slider{
        width: 200px;
    }
    .header img{
        height: calc(100vh - 70px);
    }
}
@media(max-width:375px){
    .contact.form{
        width: 88%;
    }
    .contact.info{
        width: 88%;
    }
    .contact.map{
        width: 100%;
    }
    .box{
        margin-left: 10px;
    }
}
@media(max-width:355px){
    .header video{
        height: calc(100vh - 45px);
    }
}
