﻿/* PRIMARY -> GOLD #bd890b || SECONDARY -> GREEN #05789b  15,82,69*/

.border-gold {
    border: 1px #bd890b2e solid;
    border-radius: 10px;
}

/* PRIMARY -> GOLD #bd890b || SECONDARY -> GREEN #0f5245  15,82,69*/
body {
    --bs-gray-900: #0f5245;
    --bs-heading-color: #0f5245 !important;
    --bs-secondary-rgb: #0f5245 !important;
}

.bg-secondary {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
    color: #0f5245 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.fill-primary {
    fill: #bd890b !important;
}

.mirror {
    transform: scaleX(-1);
}
/*.fill-main-color {
    fill: #0f5245 !important;
}*/
.gizle {
    display: none;
}

.pt-20 {
    padding-top: 20px;
}

.ctform-items .col-6, .ctform-items .col-md-6, .ctform-items .col-12, .ctform-items .col-md- {
    margin-top: 20px;
}
/*.bottom-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;*/ /* İsteğe bağlı: Görüntünün genişliğini ayarlayın */
/*}*/
.desti-badge {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #bd890b21;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #bd890b;
}

.desti-badge-span {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #051a16b4;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #fff;
}

.desti-badge-p p {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #051a16b4;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #fff;
}

.bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%; /* İsteğe bağlı: Görüntünün genişliğini ayarlayın */
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    section {
        padding-top: 1rem;
    }
    
    .smallX {
        font-size: smaller;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }

    .md-pt-10 {
        padding-top: 10px;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    body {
        position: relative;
    }

        body * {
            visibility: hidden;
        }

    .printArea, .printArea * {
        visibility: visible;
    }

    .printArea {
        position: absolute;
        left: 0;
        top: 0;
    }

    .noprint {
        display: none;
    }

    h2 {
        font-weight: 400 !important;
        font-size: 16px;
    }
}

:root,
[data-bs-theme-light] {
    --bs-link-hover-color-rgb: 15, 82, 69;
}

[data-bs-theme-dark] {
    --bs-link-hover-color-rgb: 15, 82, 69;
}
/*.nav-link:hover, .nav-link:focus {
    color: rgb(var(--bs-link-hover-color-rgb));
}*/

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bd890b;
    --bs-btn-border-color: #bd890b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f5245;
    --bs-btn-hover-border-color: #0f5245;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0f5245;
    --bs-btn-active-border-color: #3d32a3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bd890b;
    --bs-btn-disabled-border-color: #bd890b;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f5245;
    --bs-btn-border-color: #0f5245;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bd890b;
    --bs-btn-hover-border-color: #bd890b;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bd890b;
    --bs-btn-active-border-color: #3d32a3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0f5245;
    --bs-btn-disabled-border-color: #0f5245;
}

.text-suyesili {
    color: #0bbd9c !important;
}

.text-pudramavi {
    color: #0b93bd !important;
}

.text-kiremit {
    color: #bd670b !important;
}

.text-erguvan {
    color: #bd0b5e !important;
}

.fill-suyesili {
    fill: #0bbd9c !important;
}

.fill-pudramavi {
    fill: #0b93bd !important;
}

.fill-kiremit {
    fill: #bd670b !important;
}

.fill-erguvan {
    fill: #bd0b5e !important;
}

.h5-suyesili h5 {
    color: #0bbd9c !important;
    opacity: .9;
}

.h5-pudramavi h5 {
    color: #0b93bd !important;
    opacity: .9;
}

.h5-kiremit h5 {
    color: #bd670b !important;
    opacity: .9;
}

.h5-erguvan h5 {
    color: #bd0b5e !important;
    opacity: .9;
}

.bg-suyesili {
    background-color: #09c3a50d;
}

.bg-pudramavi {
    background-color: #0d93bd14;
}

.bg-erguvan {
    /*background-color: #bd0d5f14;*/
    background-color: #bd0d5f0f;
}

.bg-kiremit {
    background-color: #bd660b17;
}

.divProductIcon {
    border: .1px solid #0f5246;
    background-color: transparent !important;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.wp-fixed-image {
    position: fixed;
    bottom: 10px; /* Görselin alttan uzaklığı */
    left: 10px; /* Görselin soldan uzaklığı */
    z-index: 1000; /* Görselin diğer öğelerin üzerinde olmasını sağlar */
}

.bloglist_image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
/*.wp-fixed-image img {
    width: 100px;*/ /* Görsel genişliği */
/*height: auto;*/ /* Oranı koruyarak yüksekliği otomatik ayarlar */
/*border-radius: 10px;*/ /* Köşeleri yuvarlatmak isterseniz */
/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);*/ /* Gölge eklemek için */
/*}*/



/*mavili tasarım*/
/* PRIMARY -> ORANGE #bd890b rgb(236, 141, 34) || SECONDARY -> BLUE #05789b  15,82,69*/
/*body {
    --bs-gray-900: #05789b;
    --bs-heading-color: #05789b !important;
    --bs-secondary-rgb: #05789b !important;
    --bs-nav-link-hover-color: #05789b !important;*/
    /*--bs-primary-rgb: #bd890b !important;*/
/*}

.bg-secondary {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-green {*/
    /*color: #05789b !important;*/
    /*color: #05789b !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.fill-primary {
    fill: #bd890b !important;
}

.mirror {
    transform: scaleX(-1);
}

.text-blue {
    color: #05789b !important;
}*/
/*.fill-main-color {
    fill: #05789b !important;
}*/
/*.gizle {
    display: none;
}

.pt-20 {
    padding-top: 20px;
}

.ctform-items .col-6, .ctform-items .col-md-6, .ctform-items .col-12, .ctform-items .col-md- {
    margin-top: 20px;
}*/
/*.bottom-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;*/ /* İsteğe bağlı: Görüntünün genişliğini ayarlayın */
/*}*/
/*.desti-badge {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #bd890b21;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #bd890b;
}

.desti-badge-span {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #05789bb4;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #fff;
}

.desti-badge-p p {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #051a16b4;
    padding: 2px 6px;
    margin: 0 6px 6px 0;
    color: #fff;
}

.bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;*/ /* İsteğe bağlı: Görüntünün genişliğini ayarlayın */
/*}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    section {
        padding-top: 1rem;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }

    .md-pt-10 {
        padding-top: 10px;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    body {
        position: relative;
    }

        body * {
            visibility: hidden;
        }

    .printArea, .printArea * {
        visibility: visible;
    }

    .printArea {
        position: absolute;
        left: 0;
        top: 0;
    }

    .noprint {
        display: none;
    }

    h2 {
        font-weight: 400 !important;
        font-size: 16px;
    }
}

:root,
[data-bs-theme-light] {
    --bs-link-hover-color-rgb: 24, 101, 125;
}

[data-bs-theme-dark] {
    --bs-link-hover-color-rgb: 24, 101, 125;
}

:root {*/
    /*  --bs-nav-link-hover-color-rgb: green !important;
    --bs-nav-link-hover-color:green !important;*/
/*}

.nav-link:hover, .nav-link:focus {
    color: rgba(var(--bs-link-hover-color-rgb));
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bd890b;
    --bs-btn-border-color: #bd890b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #05789b;
    --bs-btn-hover-border-color: #05789b;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #05789b;
    --bs-btn-active-border-color: #3d32a3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bd890b;
    --bs-btn-disabled-border-color: #bd890b;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #05789b;
    --bs-btn-border-color: #05789b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bd890b;
    --bs-btn-hover-border-color: #bd890b;
    --bs-btn-focus-shadow-rgb: 107, 95, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bd890b;
    --bs-btn-active-border-color: #3d32a3;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #05789b;
    --bs-btn-disabled-border-color: #05789b;
}

.text-suyesili {
    color: #0bbd9c !important;
}

.text-pudramavi {
    color: #0b93bd !important;
}

.text-kiremit {
    color: #bd670b !important;
}

.text-erguvan {
    color: #bd0b5e !important;
}

.fill-suyesili {
    fill: #0bbd9c !important;
}

.fill-pudramavi {
    fill: #0b93bd !important;
}

.fill-kiremit {
    fill: #bd670b !important;
}

.fill-erguvan {
    fill: #bd0b5e !important;
}

.h5-suyesili h5 {
    color: #0bbd9c !important;
    opacity: .9;
}

.h5-pudramavi h5 {
    color: #0b93bd !important;
    opacity: .9;
}

.h5-kiremit h5 {
    color: #bd670b !important;
    opacity: .9;
}

.h5-erguvan h5 {
    color: #bd0b5e !important;
    opacity: .9;
}

.bg-suyesili {
    background-color: #09c3a50d;
}

.bg-pudramavi {
    background-color: #0d93bd14;
}

.bg-erguvan {*/
    /*background-color: #bd0d5f14;*/
    /*background-color: #bd0d5f0f;
}

.bg-kiremit {
    background-color: #bd660b17;
}

.divProductIcon {
    border: .1px solid #0f5246;
    background-color: transparent !important;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.wp-fixed-image {
    position: fixed;
    bottom: 10px;*/ /* Görselin alttan uzaklığı */
    /*left: 10px;*/ /* Görselin soldan uzaklığı */
    /*z-index: 1000;*/ /* Görselin diğer öğelerin üzerinde olmasını sağlar */
/*}*/
/*.wp-fixed-image img {
    width: 100px;*/ /* Görsel genişliği */
/*height: auto;*/ /* Oranı koruyarak yüksekliği otomatik ayarlar */
/*border-radius: 10px;*/ /* Köşeleri yuvarlatmak isterseniz */
/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);*/ /* Gölge eklemek için */
/*}*/