body {
    font-family: "Montserrat", sans-serif;
}

.sechead {
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
}

@media screen and (max-width: 992px) {
    .sechead {
        font-size: 35px;
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 40px 0 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    nav {
        overflow: visible;
    }
}
@media screen and (max-width: 576px) {
    nav {
        padding: 15px 0 10px 0;
    }
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .container .navlogo img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    nav .container .navlogo img {
        height: 45px;
    }
}

nav .container .navmobilebtn {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    display: none;
}

@media screen and (max-width: 992px) {
    nav .container .navmobilebtn {
        display: flex;
    }
}

nav .container .navul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

nav .container .navul .navclose {
    display: none;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background-color: #53A298;
    margin-bottom: 20px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    nav .container .navul {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        padding: 50px 20px 20px 20px;
        align-items: flex-end;
        right: -100%;
    }

    nav .container .navul .navclose {
        display: flex;
    }

    nav .container .navul.navopen {
        right: 0;
    }
}

nav .container .navul li a {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    nav .container .navul li a {
        font-size: 15px;
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    nav .container .navul li a {
        font-weight: 400;
        font-size: 18px;
    }
}

nav .container .navul li.contactli {
    margin-left: 10px;
    position: relative;
}

nav .container .navul li.contactli a {
    color: #fff;
}

nav .container .navul li.contactli::before {
    content: "";
    background: #53A298;
    background: linear-gradient(0deg, #53A298 0%, #253C39 100%);
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 140px;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    nav .container .navul li.contactli {
        margin-left: 5px;
    }
}

@media screen and (max-width: 992px) {
    nav .container .navul li.contactli a {
        color: #000;
    }

    nav .container .navul li.contactli::before {
        display: none;
    }
}

#mainsec {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    #mainsec {
        height: 70vh;
    }
}

#mainsec .owl-mainsecbuttons {
    position: absolute;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    z-index: 6;
    pointer-events: none;
    top: 0;
}

@media screen and (max-width: 1200px) {
    #mainsec .owl-mainsecbuttons {
        height: 65%;
    }
}

@media screen and (max-width: 992px) {
    #mainsec .owl-mainsecbuttons {
        height: 60%;
    }
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsecbuttons {
        height: 100%;
    }
}
@media screen and (max-width: 576px) {
    #mainsec .owl-mainsecbuttons {
        height: 70%;
    }
}

#mainsec .owl-mainsecbuttons .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mainsec .owl-mainsecbuttons .container > * {
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

#mainsec .owl-mainsecbuttons .container > * img {
    width: 50px;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    #mainsec .owl-mainsecbuttons .container > * img {
        width: 30px;
    }
}

#mainsec .owl-mainsec {
    background-color: #000;
}

#mainsec .owl-mainsec .owl-dots {
    position: absolute;
    z-index: 3;
    bottom: calc(25% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #mainsec .owl-mainsec .owl-dots {
        bottom: calc(35% - 30px);
    }
}

@media screen and (max-width: 992px) {
    #mainsec .owl-mainsec .owl-dots {
        bottom: calc(40% - 30px);
    }
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .owl-dots {
        bottom: 30px;
    }
}

#mainsec .owl-mainsec .owl-dots button {
    width: 50px;
    height: 2px;
    background-color: #f1ece9;
    margin: 0 5px;
}

#mainsec .owl-mainsec .owl-dots button.active {
    background-color: #BF9B7B;
}

#mainsec .owl-mainsec .item {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item {
        height: 70vh;
    }
}

@media screen and (max-width: 576px) {
    #mainsec {
        height: 50vh;
    }

    #mainsec .owl-mainsec .item {
        height: 50vh;
    }
}

#mainsec .owl-mainsec .item .mainsecitemtop {
    height: 75%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #mainsec .owl-mainsec .item .mainsecitemtop {
        height: 65%;
    }
}

@media screen and (max-width: 992px) {
    #mainsec .owl-mainsec .item .mainsecitemtop {
        height: 60%;
    }
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item .mainsecitemtop {
        height: calc(100% - 100px);
    }
}

#mainsec .owl-mainsec .item .mainsecitemtop img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: absolute;
}

#mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent {
    position: relative;
    z-index: 2;
    background: #111;
    background: linear-gradient(90deg, #111 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    padding: 20px;
}

#mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container .mainsecitemtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container .mainsecitemtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    #mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container .mainsecitemtitle {
        font-size: 16px;
    }
}

#mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container .mainsecitembtn {
    padding: 10px;
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    color: #fff;
    width: 200px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item .mainsecitemtop .mainsecitemtopcontent .container .mainsecitembtn {
        width: 150px;
        font-size: 15px;
    }
}

#mainsec .owl-mainsec .item .mainsecitembottom {
    background-color: #000;
    height: 25%;
    padding-top: 50px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #mainsec .owl-mainsec .item .mainsecitembottom {
        height: 35%;
    }
}

@media screen and (max-width: 992px) {
    #mainsec .owl-mainsec .item .mainsecitembottom {
        height: 40%;
    }
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item .mainsecitembottom {
        height: 100px;
    }
}

#mainsec .owl-mainsec .item .mainsecitembottom p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #mainsec .owl-mainsec .item .mainsecitembottom p {
        display: none;
    }
}

#featuredproject .featuredprojecttop {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: calc(100vh - 180px);
}

#featuredproject .featuredprojecttop img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

#featuredproject .featuredprojecttop .featuredprojecttopcontent {
    position: absolute;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#featuredproject .featuredprojecttop .featuredprojecttopcontent .featuredprojecttitle {
    font-size: 55px;
    letter-spacing: 20px;
    margin-bottom: 20px;
    font-family: "Inria Serif", serif;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    #featuredproject .featuredprojecttop {
        height: calc(50vh - 180px);
        background-color: #253C39;
    }

    #featuredproject .featuredprojecttop img {
        opacity: .4;
        background-color: #253C39;
    }

    #featuredproject .featuredprojecttop .featuredprojecttopcontent {
        top: 20px;
        z-index: 1;
    }

    #featuredproject .featuredprojecttop .featuredprojecttopcontent .featuredprojecttitle {
        text-align: center;
        color: #fff;
        letter-spacing: 10px;
        font-size: 25px;
    }

    #featuredproject .featuredprojecttop .featuredprojecttopcontent .featuredprojecttitle {
        font-size: 45px;
    }
}

@media screen and (max-width: 576px) {
    #featuredproject .featuredprojecttop .featuredprojecttopcontent .featuredprojecttitle {
        font-size: 30px;
        letter-spacing: 10px;
        margin-bottom: 15px;
    }
}

#featuredproject .featuredprojecttop .featuredprojecttopcontent a {
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
}

#featuredproject .featuredprojectbottom {
    background-color: #253C39;
    padding: 30px 0;
}

#featuredproject .featuredprojectbottom p {
    margin-bottom: 0;
    font-family: "Inria Serif", serif;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    #featuredproject .featuredprojectbottom p {
        font-size: 18px;
    }
}

#featuredproject .featuredprojectbottom .featuredprojectcontactcol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #featuredproject .featuredprojectbottom .featuredprojectcontactcol {
        margin-top: 25px;
    }
}

#featuredproject .featuredprojectbottom .featuredprojectcontactcol .formlink {
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #featuredproject .featuredprojectbottom .featuredprojectcontactcol .formlink {
        width: 100%;
        padding: 10px;
    }
}

#featuredproject .featuredprojectbottom .featuredprojectcontactcol .tellink {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-family: "Inria Serif", serif;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    #featuredproject .featuredprojectbottom .featuredprojectcontactcol .tellink {
        font-size: 16px;
    }
}

#projects {
    padding: 100px 0;
}


#projects .owl-projectsowlthumbs {
    position: absolute;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    z-index: 6;
    pointer-events: none;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1200px) {
    #projects .owl-projectsowlthumbs {
        height: 65%;
    }
}

@media screen and (max-width: 992px) {
    #projects .owl-projectsowlthumbs {
        height: 60%;
    }
}

@media screen and (max-width: 768px) {
    #projects .owl-projectsowlthumbs {
        height: 50%;
    }
}
@media screen and (max-width: 576px) {
    #projects .owl-projectsowlthumbs {
        height: 50%;
    }
}

#projects .owl-projectsowlthumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#projects .owl-projectsowlthumbs .container > * {
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

#projects .owl-projectsowlthumbs .container > * img {
    width: 50px;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    #projects .owl-projectsowlthumbs .container > * img {
        width: 30px;
    }
}


#projects .projectsowlthumbs {
    width: 100%;
    background-color: #f1ece9;
    margin-top: 30px;
}

#projects .projectsowlthumbs .container {
    position: relative;
    display: flex;
    align-items: center;
}

#projects .projectsowlthumbs .container .projectsowlthumbsrow {
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#projects .projectsowlthumbs .container .projectsowlthumbsrow button {
    width: 100%;
    padding: 10px;
    height: 120px;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: "Inria Serif", serif;
    font-size: 22px;
    font-weight: 300;
    transition: 0.3s ease;
    width: 25%;
    z-index: 3;
    color: #000;
}

@media screen and (max-width: 1200px) {
    #projects .projectsowlthumbs .container .projectsowlthumbsrow button {
        height: 80px;
    }
}

@media screen and (max-width: 992px) {
    #projects .projectsowlthumbs .container .projectsowlthumbsrow button {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    #projects .projectsowlthumbs .container .projectsowlthumbsrow button {
        font-size: 15px;
        height: 60px;
    }
}

@media screen and (max-width: 576px) {
    #projects .projectsowlthumbs .container .projectsowlthumbsrow button {
        font-size: 13px;
        height: 60px;
        line-height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#projects .projectsowlthumbs .container .projectsowlthumbsrow button.active {
    color: #fff;
}

#projects .projectsowlthumbs .container .projectsowlthumbsrow .projectsowlthumbactivebg {
    position: absolute;
    height: 100%;
    left: 0;
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    transition: 0.3s ease;
    z-index: 2 !important;
}

#projects .owl-projects .owl-dots {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#projects .owl-projects .owl-dots button {
    width: 55px;
    height: 3px;
    background-color: #f1ece9;
    margin: 0 5px;
}

#projects .owl-projects .owl-dots button.active {
    background-color: #253C39;
}

#projects .owl-projects .item .projectitemimage {
    height: 550px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #projects .owl-projects .item .projectitemimage {
        height: 475px;
    }
}

@media screen and (max-width: 992px) {
    #projects .owl-projects .item .projectitemimage {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    #projects .owl-projects .item .projectitemimage {
        height: 300px;
    }
}

#projects .owl-projects .item .projectitemimage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#projects .owl-projects .item .projectitemimage .projectitemtitle {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    background: #111;
    background: linear-gradient(90deg, #111 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #projects .owl-projects .item .projectitemimage .projectitemtitle {
        font-size: 16px;
        padding: 10px 20px;
    }
}

#projects .owl-projects .item .projectitemimage .projectitemtitle a {
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-left: 25px;
}

@media screen and (max-width: 768px) {
    #projects .owl-projects .item .projectitemimage .projectitemtitle a {
        padding: 10px 15px;
        font-size: 16px;
    }
}

#projects .owl-projects .item p {
    margin: 20px 0;
    font-size: 17px;
    font-weight: 300;
}

.arasec {
    background-color: #253C39;
    position: relative;
    height: 400px;
}

.arasec img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    -webkit-mask-image: linear-gradient(to right, transparent 25%, black 75%);
    mask-image: linear-gradient(to right, transparent 25%, black 75%);
}

@media screen and (max-width: 768px) {
    .arasec img {
        opacity: 0.3;
    }
}

.arasec .container {
    position: relative;
    z-index: 2;
    padding: 50px;
    display: flex;
    align-items: center;
    height: 100%;
}

.arasec .container .araseccont {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .arasec .container .araseccont {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .arasec .container .araseccont {
        width: 100%;
    }
}

.arasec .container .araseccont p {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .arasec .container .araseccont p {
        font-size: 16px;
    }
}

.arasec .container .araseccont .formlink {
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    text-align: center;
    width: 200px;
}

.arasec .container .araseccont .tellink {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-family: "Inria Serif", serif;
    font-size: 18px;
}

#haberler {
    padding: 100px 0;
}

#haberler .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#haberler .container .sechead {
    margin-bottom: 50px;
}

#haberler .container .owlhaberlerlink {
    text-align: center;
    display: inline-block;
    margin-top: 35px;
    color: #000;
    transition: 0.3s ease;
}

#haberler .container .owlhaberlerlink:hover {
    transform: scale(1.05);
}

#haberler .container .item {
    margin: 20px 0;
}

#haberler .container .item .haberlerimg {
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    #haberler .container .item .haberlerimg {
        height: 375px;
    }
}

@media screen and (max-width: 576px) {
    #haberler .container .item .haberlerimg {
        height: 500px;
    }
}

#haberler .container .item .haberlerimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#haberler .container .item .haberlertitle {
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    font-size: 20px;
    font-family: "Inria Serif", serif;
    height: 55px;
}

#haberler .container .item .haberlerdate {
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #000;
}

#haberler .container .item:hover .haberlerimg img {
    transform: scale(1.1);
}

#haberler .container .owl-haberler .owl-dots {
    z-index: 3;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#haberler .container .owl-haberler .owl-dots button {
    width: 55px;
    height: 3px;
    background-color: #f1ece9;
    margin: 0 5px;
}

#haberler .container .owl-haberler .owl-dots button.active {
    background-color: #253C39;
}

.arasec2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .arasec2{
        display: none;
    }
    .arasec2 > img {
        opacity: 0.3;
    }
}

.arasec2 .container {
    position: relative;
    height: 100%;
    position: absolute;
}

.arasec2 .container .arasec2cont {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .arasec2 .container .arasec2cont {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .arasec2 .container .arasec2cont {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .arasec2 .container .arasec2cont {
        width: 100%;
        padding: 10px;
    }
}

.arasec2 .container .arasec2cont img {
    width: 200px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .arasec2 .container .arasec2cont img {
        width: 150px;
    }
}

@media screen and (max-width: 992px) {
    .arasec2 .container .arasec2cont img {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .arasec2 .container .arasec2cont img {
        width: 100px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .arasec2 .container .arasec2cont img {
        width: 80px;
        margin-bottom: 7px;
    }
}

.arasec2 .container .arasec2cont p {
    font-size: 25px;
    font-family: "Inria Serif", serif;
}

@media screen and (max-width: 1200px) {
    .arasec2 .container .arasec2cont p {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .arasec2 .container .arasec2cont p {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .arasec2 .container .arasec2cont p {
        font-size: 14px;
    }
}

#contact {
    padding: 100px 0;
}

#contact .container form {
    padding: 50px 20px;
    background-color: #253C39;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #contact .container form {
        padding: 50px 30px;
    }
}

#contact .container form .contacthead {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #contact .container form .contacthead {
        font-size: 30px;
    }
}

#contact .container form p {
    text-align: center;
    width: 500px;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    #contact .container form p {
        font-size: 16px;
    }
}

#contact .container form .contactinputs {
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
}

#contact .container form .contactinputs input,
#contact .container form .contactinputs textarea {
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#contact .container form .contactinputs button {
    background-color: #53A298;
    color: #fff;
    font-weight: 200;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    outline: none;
    box-shadow: none;
}

#contact.contactpage {
    padding-top: 200px;
}

#contact.contactpage .row {
    width: 100%;
}

#contact.contactpage .contactpageinfo {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contact.contactpage .contactpageinfo li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

#contact.contactpage .contactpageinfo li i {
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact.contactpage .contactpageinfo li a,
#contact.contactpage .contactpageinfo li span {
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
}

footer {
    background-color: #253C39;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 30px;
    }
}

.map iframe {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    margin-bottom: -20px;
}

@media screen and (max-width: 768px) {
    footer iframe {
        height: 300px;
    }
}

footer .footercont {
    padding: 30px 0;
}

footer .footercont .footerlogo img {
    width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    footer .footercont .footerlogo img {
        width: 150px;
    }
}

footer .footercont .footercontact {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

footer .footercont .footercontact .footeradres {
    font-weight: 200;
    color: #fff;
}

footer .footercont .footercontact .footertel {
    text-decoration: none;
    color: #fff;
    font-weight: 200;
}

footer .footercont .footernav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    footer .footercont .footernav {
        flex-wrap: wrap;
        width: 70%;
        align-self: flex-end;
    }
}

@media screen and (max-width: 768px) {
    footer .footercont .footernav {
        align-items: flex-start;
        flex-direction: column;
        align-self: flex-start;
        width: 100%;
        margin-top: 15px;
    }
}

footer .footercont .footernav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    footer .footercont .footernav li a {
        margin: 0;
        padding: 10px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    footer .footercont .footernav li {
        margin: 5px;
    }
}

@media screen and (max-width: 768px) {
    footer .footercont .footernav li {
        margin: 0;
    }
}

footer .footercont .socialmedia {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    footer .footercont .socialmedia {
        justify-content: flex-start;
    }
}

footer .footercont .socialmedia li {
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    footer .footercont .socialmedia li:first-child {
        margin-left: 0;
    }
}

footer .footercont .socialmedia li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #253C39;
    font-size: 25px;
    text-decoration: none;
}

.detailpagesections {
    padding: 50px 0;
}

.detailpagesections .container .detailpagesecbtns button {
    width: 33%;
    padding: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.detailpagesections .container .detailpagesecbtns button.active {
    background: #253C39;
    background: linear-gradient(180deg, #253C39 0%, #53A298 100%);
    color: #fff;
}

@media screen and (max-width: 768px) {
    .detailpagesections .container .detailpagesecbtns button {
        padding: 10px 5px;
        font-size: 14px;
    }
}

.detailpagesections .detailsection {
    padding: 25px 0;
}

.detailpagesections .detailsection.secgaleri .owl-projectgallery .item img {
    height: 550px;
    -o-object-fit: contain;
    object-fit: contain;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media screen and (max-width: 768px) {
    .detailpagesections .detailsection.secgaleri .owl-projectgallery .item img {
        height: 300px;
    }
}

.detailpagesections .detailsection.secgaleri .owl-projectgallerythumbs {
    background-color: #000;
}

.detailpagesections .detailsection.secgaleri .owl-projectgallerythumbs .owl-item.current .item img {
    border-color: #53A298;
}

.detailpagesections .detailsection.secgaleri .owl-projectgallerythumbs .item {
    padding: 30px 10px;
}

.detailpagesections .detailsection.secgaleri .owl-projectgallerythumbs .item img {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
    border: 5px solid transparent;
}

.detailpagesections .detailsection.seckatplani .owl-dots {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .detailpagesections .detailsection.seckatplani .owl-dots {
        margin-top: 20px;
    }
}

.detailpagesections .detailsection.seckatplani .owl-dots button {
    width: 55px;
    height: 3px;
    background-color: #f1ece9;
    margin: 0 5px;
}

.detailpagesections .detailsection.seckatplani .owl-dots button.active {
    background-color: #253C39;
}

.detailpagesections .detailsection.seckatplani .katplanibloklarbtns button {
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    padding: 5px;
}

.detailpagesections .detailsection.seckatplani .katplanibloklarbtns button.active {
    font-weight: 600;
}

.detailpagesections .detailsection.seckatplani .katplani img {
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .detailpagesections .detailsection.seckatplani .katplani img {
        height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.detailpagesections .detailsection.seckatplani .katplani .katplanititle {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .detailpagesections .detailsection.seckatplani .katplani .katplanititle {
        font-size: 22px;
    }
}

.detailpagesections .detailsection.seckatplani .katplani ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.detailpagesections .detailsection.seckatplani .katplani ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    .detailpagesections .detailsection.seckatplani .katplani ul li {
        font-size: 16px;
    }
}

.detailpagesections .detailsection.seckatplani .katplani ul li:first-child {
    border-bottom: 1px solid #000;
}

.detailpagesections .detailsection.seckatplani .katplani p {
    margin-top: 10px;
    margin-bottom: 0;
}

.detailpagesections .detailsection.secprojeharitasi .projeharitasiimg {
    position: relative;
    margin-bottom: 15px;
}

.detailpagesections .detailsection.secprojeharitasi .projeharitasiimg .projeharitasioverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #253C39;
    background: linear-gradient(90deg, #253C39 0%, #53A298 100%);
    opacity: 0.6;
}

.detailpagesections .detailsection.secprojeharitasi .projeharitasiimg img {
    width: 100%;
}

.detailpagesections .detailsection.secprojeharitasi p {
    text-align: center;
    font-size: 18px;
}

.detailpagegrids {
    background-color: #53A298;
}

.detailpagegrids .detailpagegrid {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .detailpagegrids .detailpagegrid {
        height: 300px;
    }
}

.detailpagegrids .detailpagegrid img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 50px);
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .detailpagegrids .detailpagegrid img {
        width: 100%;
        opacity: 0.1;
        height: 300px;
    }
}

.detailpagegrids .detailpagegrid p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.detailpagegrids .detailpagegridimg {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .detailpagegrids .detailpagegridimg {
        height: 300px;
    }
}

.detailpage {
    padding: 150px 0 100px 0;
}

.detailpage .detailpageimg {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.detailpage .detailpagehead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.detailpage .detailpagehead h1 {
    color: #53A298;
}

.detailpage .detailpagehead span {
    display: flex;
    align-items: center;
}

.detailpage .detailpagehead span i {
    margin-right: 5px;
    font-size: 25px;
}

.projelerlistbtn{
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #53A298;
    border-radius: 10px;
    
}
#projelercollapse{
    margin-top: 30px;
}
#projelercollapse .card{
    border: none;
    padding: 0;
}
.projectslist{
    list-style: none;
    padding: 0;
    margin: 0;
}

.projectslist li{
    width: 100%;
    padding: 10px;
    cursor: pointer;
    transition: .3s ease;
}

.projectslist li:hover{
    background-color: #53A298;
    color: #fff;
}

.projectslist li.active{
    background-color: #53A298;
    color: #fff;
}

.langbtns{
    padding: 10px;
    display: flex;
    align-items: center;
}

.langbtns > *{
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    color: #222;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(255,255,255,.4);
}

.langbtns > *.active{
    background: linear-gradient(0deg, #53A298 0%, #253C39 100%);
    color: #fff;
    border-color: #53A298;
}


/*# sourceMappingURL=style.css.map */