.red-color {
    color: #e40000;
}

.grey-dark-color {
    color: #a4a4a4;
}

.text-black-color {
    color: #282828;
}

.text-black-color > li > a {
    color: #282828;
}

.text-white-color > li > a {
    color: #f2f2f2;
}

.background-grey {
    background-color: rgb(242, 242, 242);
}

.background-white {
    background-color: white;
}

.heading-border-red {
    border-left: 3px solid #e40000;
    padding: 20px 0px 20px 20px;
}

.heading-border-red h2 {
    box-sizing: inherit;
    margin-top: 0;
}

.list-custom-style {
    list-style: none;
    padding-left: 0;
}

.list-custom-style li {
    padding: 5px 0;
}

.list-custom-style li a {
    text-decoration: underline;
}

.list-custom-style-content-right li::after {
    content: "\25FC";
    color: #e40000;
    margin-left: 30px;
}

.list-custom-style-content li::before {
    content: "\25FC";
    color: #e40000;
    margin-right: 30px;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 30px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
}


/*
font-family: neue-haas-grotesk-display,
sans-serif;
font-weight: 400;
font-style: normal;
font-family: neue-haas-grotesk-display,
sans-serif;
font-weight: 600;
font-style: normal;
font-family: neue-haas-grotesk-display,
sans-serif;
font-weight: 700;
font-style: normal;
*/


/*custom classes*/


/*gaps*/

.margintop50 {
    margin-top: 50px;
}

.margintop100 {
    margin-top: 100px;
}

.margintop200 {
    margin-top: 200px;
}

.margintop400 {
    margin-top: 400px;
}

.margin-item {
    margin-bottom: 50px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-top-250 {
    padding-top: 250px;
}

.padding-content {
    padding: 100px 0;
}

.padding-content50 {
    padding: 50px 0;
}

.padding-content100 {
    padding: 100px 0;
}

.padding-content150 {
    padding: 150px 0;
}

.padding-content250 {
    padding: 250px 0;
}

.padding-item {
    padding: 60px 0;
}

.padding-item-left {
    padding: 15px 0 0 40px;
    max-width: 400px
}

.side-paddings {
    padding-left: 15px;
    padding-right: 15px;
}

.alignCentered {
    display: flex;
    justify-content: center;
}

.alignLeft {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.alignRight {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.alignRight-row {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}

.full-height {
    min-height: 100vh;
}

.full-height-full {
    height: 100vh;
}

.height-80 {
    min-height: 80vh;
}

.width-limit1600 {
    max-width: 1500px;
    margin: auto;
}

.width-limit1400 {
    max-width: 1200px;
    margin: auto;
}

.width-limit700 {
    max-width: 700px;
    margin: 10px auto;
}

.width-limit940 {}


/*pattern*/

.px-pattern {
    background-image: url(../img/banner/px-pattern.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -20vh;
}


/*shapes*/

.shape-ankara-main-content {
    position: absolute;
    right: 0;
    top: 30px;
}

.shape-ankara-main-content > img {
    max-width: 500px;
}


/*sections*/

.text-centered {
    text-align: center;
}

.centered-flex-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px 60px;
}

.centered-flex-column-no-gap {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.centered-flex-row {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 60px 60px;
}

.centered-flex-row-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 60px 60px;
    flex-wrap: wrap;
}

.centered-flex-row-midcenter {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 60px 60px;
    width: 100%;
}

.flex-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.flex-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
}

.flex-half {
    flex: 1 1 41%;
}

.flex-third {
    flex: 1 1 30%;
}


/*reference*/

.services-align-right {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.services-align-left {
    justify-content: flex-start;
    align-items: center;
}


/*reference*/

.section-reference {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-reference {
    width: 100%;
    margin-top: 100px;
}

.cont-reference ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    gap: 30px 30px;
    flex-wrap: nowrap;
}

.cont-reference ul li {
    flex: 1 1 14%;
    text-align: center;
}

.cont-reference ul li img {
    color: black;
    opacity: 1;
    max-width: 130px;
}

.showcase-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-size {
    width: 100%;
}

.card-text {
    position: absolute;
    bottom: 20px;
    left: 30px;
}


/*Case Study*/

.section-caseStudy {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 60px;
}

.section-caseStudy a {
    flex: 1 1 41%;
    color: white;
}

.section-caseStudy a {}


/*about*/

.about-section-1 {}

.sliding-heading {
    position: sticky;
    top: 200px;
    margin: 60px auto 40px auto;
}


/*form*/

.balkavanoz {
    display: none;
}

.form-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

form input {
    border: 0;
    border-bottom: 2px solid #a4a4a4;
    width: 100%;
    padding: 10px 10px 5px 10px;
}

form textarea {
    border: 0;
    border-bottom: 2px solid #a4a4a4;
    width: 100%;
    margin-top: 30px;
    padding: 10px 10px 5px 10px;
}

.form-group-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.form-group-cont div {
    flex: 1 1 40%;
}


/* about */

.poster-size {
    width: 100%;
    height: 100%;
}

.poster-size img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* footer */

.footer {
    background-color: #282828;
    background-image: url(/html5-boilerplate_v8.0.0/img/banner/ankara-bacground.svg);
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    color: #f2f2f2;

    z-index: -999;
    min-height: 500px;
}

.footer-logo a img {
    max-width: 200px;
}

.margin-bottom-footer {
   
}

.footer-social {
    display: flex;
}

.footer-social ul li a {
    padding: 10px;
}

.footer-lower {
    border-top: 2px solid #f2f2f2;
    max-height: 100px;
}

.footer-lower ul li a {
    padding: 10px;
}

.footer-social-contact ul li a {
    padding: 0 10px 0 0px;
}

.footer-short {
    background-color: #282828;
    background-image: url(/html5-boilerplate_v8.0.0/img/banner/ankara-bacground.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #f2f2f2;

    z-index: -999;
    height: auto;
    min-height: 200px;
}

.margin-bottom-footer-short {
   
}

@media screen and (max-width: 1440px) {
    .logo-wrap a img {
        height: 60px;
    }
    .margintop100 {
        margin-top: 50px;
    }
    .buttoncentered {
        display: flex;
        justify-content: center;
    }
    .full-height {
        min-height: 100vh;
    }
    .width-limit1600 {
        max-width: 1280px;
    }
    .width-limit1400 {
        max-width: 960px;
        margin: auto;
    }
}

@media screen and (max-width: 1280px) {
    .section-reference {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .cont-reference {
        width: 100%;
        margin-top: 100px;
    }
    .cont-reference ul {
        gap: 30px 30px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    .width-limit1400 {
        max-width: 960px;
        margin: auto;
    }
    .cont-reference ul {
        gap: 20px 20px;
    }
    .btnj {
        padding: .9rem 4rem;
        font-size: 1rem;
    }
    .cont-reference ul li {
        flex: 1 1 14%;
        text-align: center;
    }
    .cont-reference ul li img {
        max-width: 90px;
    }
    .padding-content {
        padding: 50px 0;
    }
    .header-wrapper {
        margin-left: 10px;
        width: calc(100% - 20px);
    }
    .logo-wrap a img {
        height: 50px;
    }
    .logo-wrap {
        top: 26px;
    }
    .section-caseStudy {
        gap: 20px 20px;
    }
    .card-text {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
    .card-text h3 {
        font-size: 140%;
    }
    .centered-flex-row {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-direction: column;
        gap: 20px 20px;
    }
    .sliding-heading {
        position: block;
        top: 200px;
        margin: 10px auto 10px auto;
    }
    .flex-start {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    .padding-item-left {
        padding: 15px 0 0 0px;
        max-width: 400px;
    }
    .padding-item {
        padding: 30px 0;
    }
    .form-heading {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    form input {
        border: 0;
        border-bottom: 2px solid #a4a4a4;
        width: 100%;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
    }
    form textarea {
        border: 0;
        border-bottom: 2px solid #a4a4a4;
        width: 100%;
        margin-top: 30px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
    }
    .form-group-cont {
        flex-direction: column;
        gap: 20px 60px;
        box-sizing: border-box;
    }
    .form-group-cont div {
        flex: 1 1 40%;
    }
    .full-height-full {
        height: auto;
        padding: 0 15px;
    }
    .services-align-right {
        justify-content: flex-end;
        align-items: flex-end;
        text-align: right;
        width: 100%;
    }
    .services-align-left {
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .poster-size {
        display: none;
    }
    .heading-mobile {
        margin-top: 100px;
    }
    .heading-mobile div {
        margin: 0 15px
    }
    .footer {
        min-height: 700px;
        width: 100vw;
    }
    .margin-bottom-footer {
      
    }
}