html,
body {
    position: relative;
    height: 100%;
}

/*    SLİDER    */
@media (min-width: 768px) {
    .first-area {
        background: url(../img/is-mahal-bg.jpg?=v2) no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
}
.logo-f {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 53%;
}
.desc-sticker {
    position: absolute;
    width: 16%;
    left: 6%;
    bottom: 2%;
}
.desc-sticker-2 {
    position: absolute;
    right: 4%;
    top: 7%;
    width: 18%;
}
@media (max-width: 767px) {
    .first-area {
        display: none;
    }
}

/*   SLİDER BİTİŞ     */


/* FOOTER   */


.col-lg-8.contact-bg {
    background: #253a71;
}

.contact-bg {
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    min-height: 110px;
}

.contact-adress {
    color: #fff !important;
    margin-bottom: 0 !important;
}
.contact-adress {
    font-size: 20px !important;
    font-weight: bold;
}

.contact-adress span {
    display: block;
    font-size: 17px;
    border-top: 1px solid #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.social-m {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-m li a {
    margin-right: 20px;
    font-size: 25px;
    color: #fff;
}
.col-lg-4.contact-bg {
    background: #ddd;
}

.col-lg-4.contact-bg a {
    display: block;
    color: #253a71;
    font-size: 20px;
    border: solid 2px #253a71;
    padding: 10px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
}
.copyright {
    background: #253a71;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.copyright p {
    margin-bottom: 0;
    padding: 5px 0;
    color: #fff;
    font-weight: 600;
}

.copyright p a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.col-lg-4.contact-bg a:hover {
    background: #253a71;
    color: #fff;
    border-color: #253a71;
}

/* FOOTER  BİTİŞ */

/* GALERİ*/

.gallery-pages {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gallery-page.open {
    display: block;
}

.gallery-page {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    display: none;
}
.gallery-title {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: -30px;
}

.gallery-title h3 {
    font-size: 94px;
    font-weight: 300;
}
.gallery-item {
    width: 100%;
    height: 535px;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
}












/* GALERİ BİTİŞ*/

/* PROJE */
.our-projects {
    background: var(--secondary-color) url(https://demo.awaikenthemes.com/html-preview/builtup/images/our-projects-bg.png) no-repeat;
    background-position: left bottom;
    background-size: auto;
    padding: 100px 0;
}
.light-bg-section {
    margin: 0 25px;
}
.section-row .section-title {
    text-align: center;
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h3 {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    cursor: none;
}
.section-row .section-title p {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
}
.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
}
.project-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.project-image {
    overflow: hidden;
    border-radius: 40px;
}
.project-image a {
    position: relative;
    cursor: pointer;
    display: block;
}
.project-item .project-image a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
figure {
    margin: 0;
}
.project-image img {
    width: 100%;
    border-radius: 40px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.project-body {
    position: absolute;
    bottom: 10px;
    right: 40px;
    left: 40px;
    text-align: left;
    z-index: 2;
    transform: translateY(75%);
    transition: all 0.5s ease-in-out;
}
.project-body-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.project-content {
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.project-content p {
    color: white;
}
.project-content-footer .readmore-btn {
    position: relative;
    font-family: yellow;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: yellow;
    padding-right: 30px;
    transition: 0.4s ease-in-out;
}
.project-content-footer .readmore-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    background-image: url(../images/readmore-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    transition: 0.4s ease-in-out;
}
.project-item:hover .project-body {
    transform: translateY(0%);
    bottom: 20px;
}
.project-item:hover .project-content {
    opacity: 1;
}
.new-gallery .container {
    width: 100%;
    height: 100vh;
    margin: 5% 0%;

}
.new-gallery .owl-item .item {
    width: 100%;
    transform: translate3d(0,0,0);
    transition: all 0.25s ease-in-out;
    margin: 50px 0px;
}
.slider_div .owl-item .item img{
    width: 400px;
    height: 350px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    transition: .3s;
    transform: scale(.8);
}
.slider_div .owl-item .item img{
    transform: scale(1.3);
    object-fit: cover;
}
.slider_div .owl-item.active
{
    margin-left: -74px;
}
.slider_div .owl-nav{
    text-align: center;
}
.slider_div .owl-nav button{
    font-size: 24px !important;
    margin: 10px;
}
.slider_div .active::before{

        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
        border-radius: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
        transition: all 0.4s ease-in-out;
}