.beyaz {
    color: #FFF !important;
}

.bilgiler .form-control {
    height: 45px;
    background: 0 0;
    border: solid 1px #680c0d;
    color: #680c0d;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #333;
}

.wa__btn_popup {
    position: fixed;
    left: 25px;
    bottom: 55px;
    cursor: pointer;
    z-index: 100;
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    left: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 10px;
    padding: 7px 0 7px 12px;
    margin-left: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    border: 1px solid #dddddd;
}

.wa__btn_popup .wa__btn_popup_icon {
    display: block;
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

textarea#qtCnt::placeholder {
    color: white;
}

textarea#qtmCnt::placeholder {
    color: white;
}


.main-slider-nav.next {
    right: 10px;
}

.main-slider-nav {
    position: absolute;
    z-index: 12;
    top: calc(50% - 12px);
    color: WHITE;
    font-size: 4.1em;
    transition: all 0.3s ease-in-out;
}

.main-slider-nav.prev {
    left: 10px;
}

.main-slider-nav {
    position: absolute;
    z-index: 12;
    top: calc(50% - 12px);
    color: WHITE;
    font-size: 4.1em;
    transition: all 0.3s ease-in-out;
}

section {
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-top: 40px;
}

.inpage-slider {
    display: block;
    max-width: 100%;
    overflow: hidden;

}

.inpage-slider .item {
}

.inpage-slider .item a {
    height: 580px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.inpage-slider-nav {
    display: block;
}

.inpage-slider-nav a {
    display: inline-block;
    max-width: 70px;
    opacity: 0.8;
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 20px;
}

.inpage-slider-nav {
    display: block;
}

.inpage-slider-nav a {
    display: inline-block;
    max-width: 70px;
    opacity: 0.8;
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 20px;
}

@media (max-width: 560px) {
    .inpage-slider .item a {
        height: 180px !important;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }

    div.main-slider-1 .my-item .big-slogan {
        right: 50%;
        width: fit-content !important;
        background: #000 !important;
        padding: 10px;
        bottom: 0;
    }

    .d-none-mobile {
        display: none;
    }

}

.outer {
    margin: 0 auto;
    max-width: 100%;
}

#thumbs .item {
    background: #C9C9C9;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    background: #000;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev {
    left: 10px;
    border-radius: 50%;
}

#big.owl-theme .owl-next {
    right: 10px;
    border-radius: 50%;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #000;
    padding: 10px !important;
    margin-left: 3px;
}

.aktif-buton {
    background-color: #FFFFFF;
    border: 1px solid rgba(34, 7, 40, 0.2);
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 30px 0px;
    color: #220728;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}


.aktif-buton:hover {
    background-color: #BFA474;
    color: white;
}

.ic-dis {
    display: block;
    margin-top: 15px;
}

.fa-arrow-right {
    color: #FFF;
}

.fa-arrow-left {
    color: #FFF;
}

.gallery .title {
    font-size: 25px;
    color: #220728;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.bilgi-talep-formu .form-group label {
    font-size: 14px;
}

input::placeholder {
    color: #333 !important;
}

.hr  {
    background-color: #680c0d;
    border-top: 2px solid rgba(0,0,0,.1);
}

.prime-btn {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}

.prime-btn:hover {
    background-color: #000;
    color: #fff;
}

.pinof span a strong {
    font-size: 22px;
    font-weight: 600;
    color: #680c0d;
}

.pinof span a strong .fa {
    font-size: 22px;
    color: #680c0d;
}

.footinf span a strong {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.footinf span a strong .fa {
    font-size: 22px;
    color: #000000;
}

.pinof-whatsapp span a strong {
    font-size: 18px;
    color:  #000;
    font-weight: 600;
}

.footinf-whatsapp span a strong {
    font-size: 28px;
    color: #000;
}

.pinof-whatsapp span a strong .fab {
    color: green;
}

.footinf-whatsapp span a strong .fab {
    color: green;
}

.prime-title {
    font-family: initial;
    letter-spacing: 3px;
}

.d-grip {
    display: grid;
}

.hero-1 {
    font-size: 44px;
    font-weight: 600;
}

.hero-2 {
    font-size: 44px;
    font-weight: 600;
}

.hero-3 {
    font-size: 30px;
    font-weight: 600;
}

.hero-4 {
    font-size: 24px;
    font-weight: 600;
}

.hero-5 {
    font-size: 30px;
    font-weight: 600;
}

.hero-sub-1 {
    font-size: 15px;
}

.hero-sub-2 {
    font-size: 15px;
}

.hero-sub-3 {
    font-size: 15px;
}

.hero-sub-4 {
    font-size: 15px;
}

.prime-section {
    padding-right: 0;
    padding-left: 0;
}

.prime-info-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.prime-pattern-white {
    background-image: url('../images/pattern-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.prime-pattern-blue {
    background-image: url('../images/pattern-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.prime-pattern-yatay {
    background-image: url('../images/pattern-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

#ulasim iframe {
    border: 7px solid #ddd !important;
}

.footer-social {
    list-style: none;
    justify-content: center;
}

.footer-social li {
    margin-right: 25px;
}

.footer-social li .fab {
    font-size: 25px;
    color:  #680c0d;
}
