﻿#solutions-main-title {
    position: absolute;
    top: 50%;
    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);
}


p {
    font-size: 16px;
    line-height:1.8;
    text-align:justify;
}

.row.justify-content-center{ hyphens:none !important; }

.bigger-and-bolder {
    font-size: 21px;
    font-weight: 500;
    text-align:left;
    color: #232323;
}
/* 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.8) !important;
    color: #fff;
    border: 0;
    width: 44px;
    height: 44px;
    font-size: 28px;
}

.mys-logo-section{
    padding: 80px 0px 10px 0px!important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: white !important;
}

.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;
}

.company-section-left {
    padding: 30px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
}

.company-section-right {
    padding: 30px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
}

.mys-logo-size {
    width: 50%
}

.eng-logo-size {
    width: 90%
}

.company-container {
    display: flex;
    gap:30px;
    flex-direction: column-reverse;
    height: 100%;
}

.company-container-left {
    display: flex;
    gap:30px;
    height:100%;
    flex-direction: column-reverse;
}

.company-text-container {
    width: 100%;
/*    letter-spacing:0px;*/
}

.company-owl{
    height:100%;
}

.company-owl .owl-stage-outer{
    height:100%;
}

.company-owl .owl-stage-outer .owl-stage{
    height:100%;
}

.company-owl .owl-stage-outer .owl-stage .owl-item{
    height:100%;
}

.company-owl .owl-stage-outer .owl-stage .owl-item .item{
    height:100%;
}

.company-owl-container-left {
    width: 100%;
    flex: 1 1 0;
    height:100%;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-video-right{
   display:flex;
   justify-content:end;
   align-items:start;
   width:100%;
   height:100%;
}

.company-video-left {
    display: flex;
    justify-content: end;
    padding-right:35px;
    align-items: start;
    width: 100%;
    height: 100%;
}

.company-owl-container-right {
    width: 100%;
    flex: 1 1 0;
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mys-logo-start {
    width: 100%;
    display: flex;
    position:relative;
    justify-content: center;
}

.eng-link-size{
    position:absolute;
    width:100%;
    height:100%;
}

.mys-logo-end {
    width: 100%;
    display: flex;
    justify-content: center;
}

.company-video-wrapper {
    width: 100%;
    /* istersen max-width falan da koyabilirsin */
}

.company-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* 16:9 oranı sabit */
    display: block;
    border: 0;
}

@media (min-width: 768px) {
    #solutions-main-title {
        font-size: 100px;
    }
}

@media( min-width: 991px ) {
    .mys-logo-start {
        width: 100%;
        display: flex;
        justify-content: start;
    }

    .mys-logo-size {
        width: 27%
    }

    p {
        font-size: 16px;
    }

    .eng-logo-size {
        width: 50%
    }

    .eng-link-size {
        width: 50%;
    }

    .company-section-left {
       
        height: max-content;
    }

    .company-section-right {
        height: max-content;
/*        padding:50px 0 !important;*/
    }

    .mys-logo-end {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .company-owl-container-right {
        width: 50%;
        padding-bottom: 0px;
        display:flex;
        justify-content:center;
        align-items:start;
        padding-top:5px;
        padding-left:10px;
        height: 100%;
        /*        padding: 10px 0px 10px 20px;*/
    }

    .company-owl-container-left {
        width: 100%;
        height: 100%;
        display:flex;
        justify-content:center;
        align-items:start;
        padding-bottom: 0px;
        padding-top:5px;
        padding-right:10px;
        /*        padding: 10px 20px 10px 0px;*/
    }

    .company-container {
        flex-direction: row;
    }

    .company-container-left {
        display: flex;
        padding-bottom: 0px;
        flex-direction: row-reverse;
    }

    .company-text-container {
        width: 30%;
    }
}

@media( min-width: 1199px ){
    p {
        font-size: 17px;
    }
}

@media( min-width: 1200px ) {

    .company-owl-container-right {
          /* width: 35%;*/
          padding-bottom:4px;
    }

    .company-owl-container-left {
        /*        width: 35%;*/
        padding-bottom:5px;
    }

    .company-text-container {
/*        width: 65%;*/
    }

    .company-section-left {
/*        height: auto;*/
/*        padding-bottom:510px;*/
/*        border:1px solid black;*/
    }

    .company-section-right {
/*        height: auto;*/
        /*        padding:50px 0 !important;*/
/*        border: 1px solid black;*/
    }
}

@media( min-width: 1440px ) {
    p {
        font-size: 18px;
    }
}