﻿#solutions-main-title {
    position: absolute;
    top: 50%;
    z-index:1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 40px;
    /*    text-shadow: 0px 0px 3px rgba(0,0,0,1);*/
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.1);
}

body{
    user-select:auto;
}

.contact-box h6{
    font-size:16px;
}


h7{
    font-size:13px;
    line-height:1.5;
}

strong, span,a{
    line-height: 1.5;
}

.contact-row {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.5) 4%, rgba(0,0,0,0.4) 5%, rgba(0,0,0,0.3) 6%, rgba(0,0,0,0.2) 7%, rgba(0,0,0,0.1) 8%, rgba(0,0,0,0.05) 9%, rgba(0,0,0,0.04) 10%, rgba(0,0,0,0.03) 11%, rgba(0,0,0,0.03) 11%, rgba(0,0,0,0.02) 12%, rgba(0,0,0, 0.01) 25%, rgba(0, 0, 0, 0) 50% );
}

#country-info-dept {
    font-size: 24px;
    font-weight: 500;
}

#country-info-address {
    font-size: 20px;
    font-weight: 300;
}

#country-info-contact-name {
    font-size: 20px;
    font-weight: 400;
}

#country-info-contact-name-2 {
    font-size: 20px;
    font-weight: 400;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid rgba(35,35,35,0.3);
}

#country-info-contact-title {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

#country-info-contact-title-2 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

#country-info-phone {
    font-size: 16px;
    font-weight: 400;
}

#country-info-fax {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}

#country-info-email {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

#country-address-info {
    display: flex;
    flex-direction: column;
    padding: 5px;
    /* border: 1px solid green; */
    width: 100%;
}

#country-info {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
}

#country-map {
    flex: 1 1 0;
    /* border: 1px solid purple; */
    padding: 0;
    min-height: 40vh; /* gerekirse artır */
    width: 100%;
    z-index:50;
}

.owl-country-title {
    width: max-content;
    padding: 5px 40px;
    cursor: pointer;
}

.owl-item.active.center {
    background-color: rgba(35,35,35,0.7);
    color: white;
}

/* overlay içindeki owl okları beyaz olsun */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(35,35,35,0.7) !important;
    color: #fff;
    border-radius: 0px !important;
    margin: 0px !important;
    width: 44px;
    height: 40px;
    font-size: 28px;
}

    .owl-nav button.owl-prev:hover,
    .owl-nav button.owl-next:hover {
        background: rgba(205,205,205,0.8) !important;
        box-shadow:0px 0px 10px 3px rgba(35,35,35,0.1);
    }

        .owl-nav button.owl-prev:hover svg,
        .owl-nav button.owl-next:hover svg {
            fill: #232323;
        }

.owl-nav button.owl-prev {
    left: 0px;
}

.owl-nav button.owl-next {
    right: 0px;
}

@media( min-width: 768px ){
    #solutions-main-title {
        font-size: 100px;
    }
}

@media( min-width: 991px ) {
    

    #country-map {
        min-height: 50vh;
        width: auto;
    }

    #country-info {
        flex-direction: row;
    }

    #country-address-info {
        width: 40%;
    }
}
