﻿body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.custom_heading {
    color: #030404;
}

    .custom_heading span {
        color: #0976e3;
    }



.hero_area {
    margin-top: 30px;
    height: 98vh;
    position: relative;
}

    .hero_area::before {
        
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: transparent;
    }
.sub_page .hero_area {
    height: auto;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section {
    background-color: #f6f8f7;
    padding-top: 15px;
}

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .header_section .nav_container {
        margin: 0 auto;
    }

    .header_section .quote_btn-container a {
        color: #434242;
        text-transform: uppercase;
    }
.navbar .navbar-brand {
    font-size: 24px;
    float: left;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 30px;
    color: #434242;
    text-align: center;
    text-transform: uppercase;
}
.footer_section {
    background-color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

.contact_info {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

    .contact_info ul {
        list-style-type: none;
        padding: 0;
    }

        .contact_info ul li {
            margin-bottom: 8px;
        }

    .contact_info a {
        color: #555;
        text-decoration: none;
    }

        .contact_info a:hover {
            color: #333;
            text-decoration: underline; 
        }
.footer-line {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px auto;
    width: 80%;
}

.footer_section p {
    margin: 5px 0;
    color: #333;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.5s linear infinite;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}
.hero_area {
    display: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }



.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.aboutofimage{
    margin-left:10px;
    width:100px;
    height:120px;
}

.navbar-brand,
.navbar-brand:hover {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
    background-image: url('/lib/img/search-icon.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .navbar-brand img {
        margin-right: 5px;
    }

    .navbar-brand span {
        font-size: 20px;
        font-weight: 700;
        color: #191919;
        margin-top: 5px;
    }

.custom_nav-container {
    z-index: 99999;
    padding: 5px 0;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url('/lib/img/menu.png');
            background-size: 55px;
        }

.slider_section {
    background-image: url('/lib/img/Mavike.jpg');
    padding: 3% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


.btn-image {
    width: 600px;
    height: auto;
    margin-left: 10px;
}
.slider_detail-box h1 {
    color: black;
    font-size: 52px;
}

    .slider_detail-box h1 span {
        display: inline-block;
        color: black;
        font-weight: bold;
    }

.slider_detail-box p {
    color: #f6f8f7;
    margin-top: 80px;
    margin-bottom: 40px;
}

.slider_detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: black;
    margin-right: 10px;
}

    .slider_detail-box .btn-box .btn-1:hover {
        background-color: transparent;
        color: #ffffff;
    }

.slider_detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 45px;
    border-radius:20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: black;
}

    .slider_detail-box .btn-box .btn-2:hover {
        background-color: transparent;
        color: #ffffff;
    }

.btn-primary{
    margin-top:50px;
}

#info-panel {
    border-left: 2px solid #ddd;
    display: none;
    transition: all 0.3s ease-in-out;
}

.about_section {
    background-image: url('/lib/img/about-bg.png');
    background-size: cover;
}

    .about_section .row {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .about_section .img-box img {
        width: 100%;
    }

    .about_section .detail-box p {
        margin: 25px 0;
    }

    .about_section .detail-box a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #ffd500;
        border: 1px solid #ffd500;
        color: #ffffff;
    }

        .about_section .detail-box a:hover {
            background-color: transparent;
            color: #ffd500;
        }

.service_section .row .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


.client_section {
    background-color: #f2f2f2;
    padding: 60px 0;
    text-align: center;

}

    .client_section .custom_heading {
        font-size: 36px;
        color: #333;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .client_section .lead {
        font-size: 18px;
        font-weight: 300;
        color: #555;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .client_section p {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .client_section .container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .client_section .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .client_section .text-center {
        text-align: center;
    }

    .client_section .lead,
    .client_section p {
        text-align: justify;
        font-family: "Poppins", sans-serif;
    }

    .client_section .container {
        background-color: #ffffff; /* Beyaz arka plan */
        border-radius: 10px; /* Köşe yuvarlama */
        padding: 40px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    }

/* Görsellerin boyutu ve yerleşimi */
.section-image {
    width: 100%; /* Görselin tam genişlikte olması */
    height: auto; /* Görselin oranını koruyarak boyutlandırması */
    border-radius: 10px; /* Görselin köşelerini yuvarlatma */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Görsele gölge ekleme */
}

/* Kolonlar arasındaki mesafeyi ayarlamak */
.client_section .col-md-4 {
    margin-bottom: 20px;
}

.newimage{
    margin-left:300px;
}
.service_section .img_box {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



    .service_section .img_box img {
        margin-bottom:10px;
    }
.detail_box {
    padding: 10px;
    border-radius:20px;
    margin-top: 25px;
}

    .service_section .detaill_box h6 {
        font-weight: bold;
    }

.detaill_box {
    border: 2px solid black;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
}

.service_section a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ffd500;
    border: 1px solid #ffd500;
    color: #ffffff;
}

    .service_section a:hover {
        background-color: transparent;
        color: #ffd500;
    }

.gallery-section {
    background-image: url('/lib/img/Mavike.jpg');
    padding: 2% 0;
    background-size: cover;
    text-align:center;
    align-items:center;
    margin-top:50px;
    margin-bottom:50px;
    background-repeat: no-repeat;
}

    .gallery-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        text-align: center;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .gallery-section .container h2 {
            color: black;
            text-align: center;
            font-weight: bold;
            align-items: center;
        }
#infoBox {
    width: 100%;
    max-width: 960px; /* Max genişlik, içerik fazla genişlemesin diye */
    margin: 20px auto; /* Yatayda ortalama */
    padding: 20px; /* İçerik için biraz boşluk */
    text-align: center; /* Metin ortalama */
    background-color: #fff; /* Beyaz arka plan */
    border-radius: 10px; /* Köşeleri yuvarlama */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    display: flex; /* Flexbox kullanarak içerikleri düzenleme */
    flex-direction: column; /* İçerikleri dikey sırayla yerleştirme */
    align-items: center; /* Yatayda ortalama */
    justify-content: center; /* Dikeyde ortalama */
}

    #infoBox iframe {
        max-width: 100%;
        height: 315px;
        margin-bottom: 20px;
    }

    #infoBox button {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 16px;
    }
.container {
    text-align: center; /* Yazıyı yatayda ortalamak için */
    margin-bottom: 20px; /* Alt boşluk ekleyelim */
}

    .container span {
        font-size: 36px; /* Yazı büyüklüğünü artırma */
        font-weight: bold; /* Yazıyı kalın yapma */
        color: #333; /* Yazının rengini koyu gri yapmak */
        display: inline-block; /* Yatayda ortalama için inline-block yapalım */
        margin: 20px 0; /* Üst ve alt boşluk */
        text-transform: uppercase; /* Yazıyı büyük harf yapmak */
        letter-spacing: 2px; /* Harfler arasında boşluk bırakma */
    }

        #infoBox button:hover {
            background-color: #45a049; /* Butona hover efekti */
        }

    .gallery-section .img_box {
        margin: 15px 0;
    }

        .gallery-section .img_box img {
            width: 100%;
            height: 100%;
        }

        .gallery-section .img_box.box-1 {
            width: 28%;
        }

        .gallery-section .img_box.box-2 {
            width: 70%;
        }

        .gallery-section .img_box.box-3 {
            width: 32%;
        }

        .gallery-section .img_box.box-4 {
            width: 32%;
        }

        .gallery-section .img_box.box-5 {
            width: 32%;
        }

.buy_section {
    text-align: center;
}

    .buy_section p {
        margin: 25px 0;
    }

    .buy_section a {
        display: inline-block;
        padding: 12px 65px;
        background-color: #0976e3;
        border: 1px solid #0976e3;
        color: #ffffff;
    }

        .buy_section a:hover {
            background-color: #0976e3;
            color: #ffd500;
        }

.client_section .pl-100 {
    padding-left: 100px;
}

.client_section .client_container {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius:20px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #606060;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

    .client_section .client_container .img_box {
        width: 200px;
        margin-left: -100px;
    }

        .client_section .client_container .img_box img {
            min-width: 100%;
        }

    .client_section .client_container .detaill_box {
        padding: 0 35px;
    }

.client_section .carousel-indicators li {
    background-color: #0dc3ff;
}

.client_section .carousel-indicators .active {
    background-color: #8c8a8a;
}

.map_section {
    position: relative;
}

    .map_section #map {
        position: absolute;
    }

    .map_section .form_container {
        position: relative;
        width: 50%;
        z-index: 9;
    }

        .map_section .form_container form {
            background-color: rgba(255, 255, 255, 0.98);
            padding: 45px;
            margin: 75px 0;
        }

        .map_section .form_container input {
            border: none;
            outline: none;
            background-color: transparent;
            border-bottom: 1px solid #111111;
            padding-top: 35px;
            width: 100%;
        }

            .map_section .form_container input.message-box {
                padding-top: 55px;
            }

        .map_section .form_container button {
            display: inline-block;
            padding: 12px 20px;
            background-color: #ffd500;
            border: 1px solid #ffd500;
            color: #ffffff;
            border-radius: 30px;
            width: 100%;
            margin-top: 35px;
        }

            .map_section .form_container button:hover {
                background-color: transparent;
                color: #ffd500;
            }

.info_section {
    background-color: #0dc3ff;
}
.yazi2 {
    color: #0976e3;
    font-weight:bold;
}
.info_items {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


    .info_items .item {
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .info_items .item {
            width: 80px;
            height: 80px;
            border-radius: 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .info_items .item .detail-box {
            margin-top: 5px;
            color: #fff;

        }


.info_items {
    position: relative;
}

    .info_items a {
        position: relative;
    }

    .info_items .item .img-box.box-1 {
        background-image: url('/lib/img/location-white.png');
    }

    .info_items .item .img-box.box-2 {
        background-image: url('/lib/img/telephone-white.png');
    }

    .info_items .item .img-box.box-3 {
        background-image: url('/lib/img/envelope-white.png');
    }

/* footer section*/
.footer_section {
    background-color: #fbfdfd;
    padding: 20px;
    font-weight: 500;
}

    .footer_section p {
        color: #292929;
        margin: 0;
        text-align: center;
    }

    .footer_section a {
        color: #292929;
    }

/* end footer section*/
/*# sourceMappingURL=style.css.map */
