﻿#messToplumsalCinsiyet,
#messkodlama {
    background-color: #f1f1f1;
}


#messGalery {
    background-color: #ffffff;
}

.messtomorrow-table img {
    width: 100%;
    border-radius: 3px;
}

#circel-program .messtomorrow-details {
    position: absolute;
    top: 29%;
    left: 11%;
    max-width: 250px;
    margin: 0px 10px 7px 20px;
}


.messtomorrow-details {
    max-width: auto !important;
}

#contactNavbar {
    display: block;
}

#map {
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: #eb5528 0px 0px 3px 1px;
    position: relative;
    overflow: hidden;
    width: 700px;
    height: 400px;
    margin: auto;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.owl-dots {
    display: none;
}

#owl-demo .item .main-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.rectangle {
    width: 244px;
    height: 48px;
    margin: 64px 7px 0 8px;
    padding: 12px 58px 12px 59px;
    border-radius: 28px;
    background-image: linear-gradient(to right, #a68aed, #959dfe 95%);
    font-family: Santral;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

    .rectangle:hover {
        color: white !important;
    }

.arrow-small_long_right {
    width: 24px;
    height: 24px;
    margin: 0 0 0 6px;
    object-fit: contain;
}

.wp-iletisim {
    position: fixed;
    right: 0px;
    bottom: 90px;
    z-index: 9999999;
}

.social-a {
    font-size: 14px;
    color: white !important;
}

    .social-a img {
        margin-top: -5px;
        margin-right: 10px;
    }

.owl-nav {
    position: absolute;
    width: 130px;
    bottom: 90px;
    left: 30px;
}

.owl-prev .fa {
    color: white;
    position: absolute;
    left: 20px;
    top: 50%;
    background: #02284e;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff2b;
    box-shadow: 0px 0px 13px -3px #ffffffba;
    border-radius: 100%;
    padding-top: 13px;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.owl-next .fa {
    color: white;
    position: absolute;
    right: 0;
    top: 50%;
    background: #02284e;
    border: 1px solid #ffffff2b;
    width: 50px;
    box-shadow: 0px 0px 13px -3px #ffffffba;
    height: 50px;
    border-radius: 100%;
    padding-top: 13px;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#owl-demo:hover .owl-next .fa,
#owl-demo:hover .owl-prev .fa {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#map {
    width: 100% !important;
}

.video-promo {
    position: relative !important;
    min-height: 370px;
    margin: 50px 0 70px 0;
    border-radius: 7px;
    box-shadow: 0px 5px 7px 1px #df9479;
    padding: 145px 233px;
}

    .video-promo:hover {
        cursor: pointer;
        transform: scale(1.02);
        box-shadow: 0px 0px 16px 5px #02284e94;
    }

    .video-promo.video1 {
        background: url(/images/project/video-img/vid1.jpg);
        background-size: cover;
        background-position: center center;
        position: relative;
    }

    .video-promo.video2 {
        background: url(/images/project/video-img/vid2.jpg);
        background-size: cover;
        background-position: center center;
        position: relative;
    }

@media only screen and (max-width: 766.98px) {
    .contact-address {
        padding: 25px 0 30px 55px !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {


    #circel-program .messtomorrow-details {
        position: absolute;
        left: 12%;
        margin: 83px 10px 7px 20px;
        max-width: 287px !important;
    }

    .double-bounce1, .double-bounce2 {
        display: none !important;
    }
}


