﻿.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;
}

@media (max-width: 767.98px) {
    .contact-address {
        padding: 25px 0 30px 55px !important;
    }


    #hero-area {
        background-image: url('../../images/anasayfa/350x350-2.jpg');        
        background-size: contain !important;        
        background-position: center 82px !important;
    }

        #hero-area .container-fluid {
            padding-right: 0px !important;
            padding-left: 20px !important;
            min-height: 450px !important
        }
}