/* custom scroll bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    background-color: #262626;
}

.navbar {
    background: transparent !important;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    padding: 2rem 10rem;
    -webkit-transition: padding 300ms linear;
    -ms-transition: padding 300ms linear;
    transition: padding 300ms linear;
}

.active a {
    color: #00ffbb !important;
    font-weight: 500 !important;
}

.sticky {
    background-color: #212121 !important;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    padding: 1rem 10rem;
    -webkit-transition: padding 300ms linear;
    -ms-transition: padding 300ms linear;
    transition: padding 300ms linear;
}

.navbar-brand {
    font-weight: bold;
    font-size: 34px;
}

#home {}

.inhome {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: auto;
}

.inhome div {
    font-weight: bold;
    font-size: 60px;
}

.inhome span {
    color: #00ffbb;
}

#about, #services, #team, #contact {
    padding-top: 80px;
    max-width: 1920px;
    margin: auto;
}

.nav-item {
    padding: 0 1rem;
}

.nav-item:last-of-type {
    background: #00ffbb;
    /*box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);*/
    border-radius: 30px;
    font-weight: bold;
}

.nav-item .nav-link.contact {
    color: #303030 !important;
}

.contact:active {}

.navbar-brand span {
    color: #00ffbb;
}

.centerdiv {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.line {
    display: inline-block;
    width: 4rem;
    height: .22rem;
    background: #00ffbb;
    border-radius: 5px;
}

.iletisimdiv {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-top: 40px;
}

.iletisimdiv-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    height: 230px;
}

.iletisimdiv div {}

.iletisimdiv-items div {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
}

.fontawsome {
    margin: 0 0 0 10px !important;
    font-weight: bold;
    color: white;
}

.fontawsome:hover {
    text-decoration: none;
    color: white !important;
}

i.fa {
    display: flex;
    background-color: #00ffbb;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    float: left;
}

.contact-form input {
    height: 3.6rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    font-family: SF Pro Display, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff
}

.contact-form input::placeholder {
    font-family: SF Pro Display, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #c4c4c4
}

.contact-form input,
.contact-form textarea {
    background: #262626;
    box-shadow: 0 .8rem .4rem rgba(51, 51, 51, .25);
    border-radius: 3rem;
    display: block;
    width: 100%;
    border: 1px solid #fcfcfc
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none;
    outline: none;
    border: .1rem solid #0fb
}

.contact-form textarea {
    border-radius: 1rem;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #fff
}

.contact-form textarea::placeholder {
    color: #c4c4c4
}

.contact-form button {
    height: 4rem;
    width: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0fb;
    box-shadow: 0 1.6rem 1.6rem rgba(51, 51, 51, .25);
    border-radius: 3rem;
    font-family: SF Pro Display, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    color: #303030;
    border: none;
}

.contact-form button:active,
.contact-form button:visited {
    outline: none;
    border: none;
    box-shadow: none
}

/*---------------------HAKKINDA---------------------*/
.about_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin-top: 20px;
}

.about_grid div {
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about_grid_2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
}

.about_grid_2 div {
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_grid_2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/*---------------------SERVICES---------------------*/
.services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-top: 40px;
}

.services_grid_item {
    height: 200px;
    padding: 1rem;
    color: #cecece;
    border: #cecece solid 2px;
    border-radius: 1rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.services_grid_item:hover {
    border: #00ffbb solid 2px;
    color: #00ffbb;
    cursor: pointer;
}

/*-------------------TAKIM-------------------*/
/*OWL Item*/
.item {
    background-color: #343434;
    border-radius: 20px;
    padding: 20px 0 20px 0;
    height: auto;
}

.item img {
    width: 90% !important;
    margin: auto;
    object-fit: cover;
    border-radius: 15px;
}

.item p {
    text-align: center;
}

.comment {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item div {
    display: flex;
    justify-content: center;
}

.item div a {
    color: #00ffbb !important;
}

.fa {
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none !important;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.user_line {
    display: inline-block;
    width: 70%;
    margin: auto;
    height: 0.1rem;
    background: #9d9d9d;
    border-radius: 5px;
}

@media screen and (max-width:1200px) {
    .navbar {
        padding: 1rem 2rem;
    }

    .navbar-brand {
        font-size: 30px;
    }

    .centerdiv {
        width: 92%;
    }

    .inhome {
        width: 92%;
    }

    .inhome div {
        font-weight: bold;
        font-size: 40px;
    }

    #home {}

    #about {
        padding-top: 70px;
    }

    #services {
        padding-top: 70px;
    }

    #team {
        padding-top: 70px;
    }

    #contact {
        padding-top: 70px;
    }

    .iletisimdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .iletisimdiv div form {
        margin-top: 20px;
    }

    .contact-form button {
        margin: 0 auto
    }

    .about_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about_grid_2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:600px) {
    .navbar {
        padding: 1rem 1rem;
    }

    .navbar-brand {
        font-size: 26px;
    }

    .centerdiv {
        width: 94%;
    }

    .inhome div {
        font-weight: bold;
        font-size: 30px;
    }

    .services_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about_grid {
        grid-template-columns: 1fr;
    }

    .about_grid_2 {
        grid-template-columns: 1fr;
    }

    .about_grid_2 div:nth-child(1) {
        grid-row-start: 2;
    }

    .about_grid_2 div:nth-child(2) {
        grid-row-start: 1;
    }
}