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

html {
    scroll-behavior: smooth;
}


img {
    display: block;
}

body {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.mobile {
    display: none;
}

.projeheader {
    width: 100%;
    height: 80px;
    box-shadow: 0 0 10px black;
    align-content: center;
    background-color: white;
    z-index: 15;
}

.projeheader ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 35px;
}



.projeheader>ul>li a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding: 15px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 15px;
}

.websitesi {
    width: 100%;
    height: 80px;
    box-shadow: 0 0 10px black;
    align-content: center;
    background-color: white;
    z-index: 15;
}

.websitesi ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 35px;
}



.websitesi>ul>li a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding: 15px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 15px;
}



section {

    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3),
        -10px 0 10px rgba(0, 0, 0, 0.3);

    overflow: hidden;
    background-color: #e0dcdc;

    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: 0.8s ease;
}

section.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.adminContainer {
    display: flex;
    justify-content: space-around;

}

.adminResim {
    width: auto;
    height: calc(100vh - 85px);
    border-radius: 15px;
}

.adminContainer .leftAdmin {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.leftAdmin h1 {
    font-size: 50px;
}

.socialMedia {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}



.socialBox {
    border: solid 2px black;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;


}

.socialBox a {
    cursor: pointer;
    z-index: 99;
}

.socialBox i {
    font-size: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 99;

}

.socialBox::after {
    content: '';
    left: -100px;
    top: 0;
    background-color: #fcfcfc71;
    width: 50px;
    height: 100%;
    transform: skewX(-10deg);
    position: absolute;
    transition: all 1s ease;
    pointer-events: none;
}

.socialBox.active::after {
    left: 115px;
}

.socialBox:nth-child(1) i {
    color: #1877F2;
}

.socialBox:nth-child(2) i {
    color: #0088CC;
}

.socialBox:nth-child(3) i {
    color: #E1306C;

}

.socialBox:nth-child(4) i {
    color: #000000;
}

.socialBox:nth-child(5) i {
    color: #000000;
}



/* Hakkımızda start */

.hakkimizdaContainer {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.hakkimizdaContainer img {
    width: auto;
    height: calc(100vh - 80px);
    object-fit: cover;
}

.hakkimizdaRight {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    align-content: center;
    text-align: center;

}



.info {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#4caf50 0, #ddd 0);
    animation: fill 1.5s ease-in forwards;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.info::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: white;
    border-radius: 50%;
}

.info span {
    position: relative;
    font-weight: bold;
    font-size: 20px;
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}


@keyframes fill {
    from {
        --progress: 0;
    }

    to {
        --progress: var(--value);
    }
}

/* Hakkımızda stop */

/* Ekiplerimiz start */

.ekiplerimizContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
}

.ekiplerimizContainer .team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: black;
}


.ekiplerimizContainer .team img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: solid 15px rgba(151, 151, 151, 0.986);
    margin-bottom: 10px;
}

.ekiplerimizContainer .team h3 {
    letter-spacing: .2em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.ekiplerimizContainer .team h4 {
    letter-spacing: .2em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Ekiplerimiz stop */



/* projeler start */

.projecontainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px;
}

.projebox {
    position: relative;
    text-decoration: none;
    box-shadow: 0 0 7px black;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: all .6s ease;
    display: inline-block;
}

.projebox img {
    width: 100%;
    height: 75%;
}

.projebox .projefooter {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;

}







/* projeler Stop */


/* İletisim Start */

#iletisim {
    display: flex;
    justify-content: center;
}

.iletisimContainer {
    padding: 25px;
    box-shadow: 0 0 10px black;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    overflow: hidden;

}

.iletisimform {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.iletisimtext {
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 50px;
    text-align: start;
    padding-left: 100px;
}

.iletisimtext h1 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
}

.iletisimtext h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -110px;
    width: 95px;
    height: 5px;
    background-color: black;
}

.iletisimtext h1::after {
    content: '';
    flex: 1;
    height: 5px;
    background: black;
    border-radius: 50px;
}

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

.iletisimformbox form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: solid 1px rgba(0, 0, 0, 0.37);
    padding: 40px;
}

.formtopbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.formtopbox input {
    width: 150px;
    padding: 10px;
    background-color: rgba(179, 173, 173, 0.678);
    border: none;
    text-align: center;

}

.formtopbox input::placeholder {
    font-weight: bolder;
    color: black;
    letter-spacing: 2px;
}

.iletisimmesaj {
    width: 500px;
}

.iletisimmesaj textarea {
    width: 500px;
    background-color: rgba(179, 173, 173, 0.678);
    resize: none;
}

.iletisimmesaj textarea::placeholder {
    color: black;
    font-weight: bolder;
    padding-left: 15px;
    padding-top: 15px;
}

.iletisimbtn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.iletisimbtn button {
    padding: 15px 45px;
    font-weight: bolder;
    background-color: #2e302e;
    color: white;
    border-radius: 5px;
    letter-spacing: .2em;
}

.iletisimfooter {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 15px;
}

.iletisimfooter a {
    border: solid 1px black;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;

}

.iletisimfooter i {
    font-size: 30px;

}

.iletisimfooter a:nth-child(1) i {
    color: #1877F2;
}

.iletisimfooter a:nth-child(2) i {
    color: #0088CC;
}

.iletisimfooter a:nth-child(3) i {
    color: #E1306C;

}

.iletisimfooter a:nth-child(4) i {
    color: #000000;
}

.iletisimfooter a:nth-child(5) i {
    color: #000000;
}

/* İletisim Stop */

@media (max-width:1024px) {
    .leftAdmin h1 {
        font-size: 40px;
    }

    .leftAdmin h3 {
        font-size: 16px;
    }

    .hakkimizdaRight {
        gap: 25px;
    }

    .ekiplerimizContainer {
        padding-top: 0;
        gap: 20px;
        justify-content: space-around;
    }

    .ekiplerimizContainer .team {
        width: 220px;
        height: 265px;
    }

    .ekiplerimizContainer .team img {
        width: 150px;
        height: 150px;
        border: solid 10px rgba(151, 151, 151, 0.986);
    }

    .ekiplerimizContainer .team h3 {
        letter-spacing: normal;
    }

    .ekiplerimizContainer .team h4 {
        letter-spacing: normal;
    }

    .projebox {
        width: 200px;
        height: 200px;
    }
}

@media (max-width:900px) {
    .leftAdmin h1 {
        font-size: 30px;
    }

    .leftAdmin h3 {
        font-size: 14px;
    }

    .hakkimizdaRight {
        gap: 25px;
    }

    .socialMedia {
        gap: 10px;
    }

    .socialBox i {
        font-size: 25px;
    }

}

@media (max-width:700px) {
    .websitesi ul {
        gap: 5px;
    }

    .websitesi>ul>li a {
        padding: 10px 18px;
    }

    .socialBox {
        background-color: white;
    }

    .adminContainer {
        position: relative;
    }

    .adminContainer img {
        position: relative;
        width: 95%;
        height: auto;
    }

    .adminContainer .leftAdmin {
        position: absolute;
        bottom: 20%;
        left: 35%;
        z-index: 99;
        color: white;

    }

    .hakkimizdaContainer {
        height: calc(100vh - 80px);
        align-items: center;
    }

    .hakkimizdaContainer img {
        width: 70%;
        height: auto;

    }

    .hakkimizdaRight {
        width: 30%;
    }

    .hakkimizdaRight .info {
        width: 100px;
        height: 100px;
    }

    .info::before {
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
    }

    .info span {
        position: relative;
        font-weight: normal;
        font-size: 15px;
    }
}

@media (max-width:550px) {

    .websitesi {
        display: none;
    }

    .mobile {
        display: block;
        height: 80px;
        width: 100%;
        align-content: center;
    }

    .mobile ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style-type: none;
    }

    .mobile ul li a {
        text-decoration: none;
        color: black;
    }

    .mobile ul li a i {
        font-size: 30px;
    }

    #anasayfa,
    #hakkimizda {
        align-content: center;
    }



    .adminContainer .leftAdmin {
        bottom: 0;
    }

    .socialMedia {
        margin-top: 10px;
    }

    .hakkimizdaContainer {
        position: relative;
    }

    .hakkimizdaContainer img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .hakkimizdaRight {
        position: absolute;
        bottom: 40px;
        width: 100%;
        left: 0;
        display: flex;
        column-gap: 50px;

    }

    .ekiplerimizContainer {
        gap: 0;
    }

    .ekiplerimizContainer .team {
        width: 200px;
        height: 200px;
    }

    .ekiplerimizContainer .team img {
        width: 125px;
        height: 125px;
        border: solid 7px rgba(151, 151, 151, 0.986);
    }

    .team h3 {
        font-size: 15px;
    }

    .team h4 {
        font-size: 13px;
    }

    .iletisimContainer {
        width: 95%;
        padding: 15px 0;
        height: 95%;

    }

    .iletisimtext h1 {
        font-size: 15px;
    }

    .formtopbox {
        flex-direction: column;
        row-gap: 15px;
        align-items: center;

    }

    .formtopbox input {
        width: 250px;
    }

    .iletisimbtn {
        justify-content: center;
    }

    .iletisimfooter {
        margin-top: 10px;
    }
}

@media (max-width:500px) {

    .iletisimContainer {
        width: 90%;
    }

    .iletisimformbox form {
        width: 100%;
        padding: 10px 5px;
    }

    .iletisimtext {
        height: 30px;
    }

    .iletisimtext {
        justify-content: center;
    }


    .iletisimmesaj {
        width: 100%;
    }

    .iletisimmesaj textarea {
        width: 100%;
    }

}

@media (max-width:400px) {

    .adminContainer .leftAdmin {
        width: 100%;
        left: 0;
        bottom: 15px;

    }

    .adminContainer .leftAdmin h1 {
        margin-bottom: 30px;
    }

    .adminContainer .leftAdmin h1::after {
        content: 'Ben Ersin Kara';
        position: absolute;
        top: 40px;
        left: 50%;
        width: 50%;
        height: 20px;
        font-size: 15px;
        transform: translate(-40%);
    }

    .adminContainer .leftAdmin h3 {
        display: none;
    }

    .socialMedia {
        margin-top: 0;
        gap: 8px;
    }

    .hakkimizdaRight {
        bottom: 125px;
        left: 0;
        gap: 5px;

    }

    .ekiplerimizContainer .team {
        width: 150px;
    }

    .ekiplerimizContainer .team h3 {
        font-size: 13px;
    }

    .ekiplerimizContainer .team h4 {
        font-size: 12px;
    }

    .iletisimfooter {
        gap: 5px;
    }

    .iletisimContainer {
        width: 100%;
    }

    .hakkimizdaRight .info {
        width: 75px;
        height: 75px;
    }

    .hakkimizdaRight .info span {
        font-weight: bolder;
        font-size: 12px;
    }

    .hakkimizdaRight .info::before {
        width: 55px;
        height: 55px;
    }



}