*body{overflow-x: hidden !important;}
.navbar-links{position: relative;font-size: 16px;}
.navbar-links li { display: table-cell; position: relative; }
.navbar-links a:after {    content: "";display: block;height: 2px;left: 50%;position: absolute;background: #fff;transition: width 0.3s ease 0s, left 0.3s ease 0s;width: 0;margin-top: 5px;
}
.header{transition: 900ms;}
.navbar-links a:hover:after {width: 100%; left: 0;}
.fixed-top{position: fixed !important}
.navbar-links a{text-decoration: none;color: inherit;}
.tab-content{transition: 2s ease-in-out;}
p{text-align: justify;}
#sirketlerimiz{overflow: hidden !important;}
.bg-secondary{transform: skewY(-3deg);padding-top: 5%;padding-bottom: 2%;}
.main-img{max-height: 400px;max-width: 250px;z-index: 1;overflow: hidden;}
.bize-ulasin-alani a{color: #212529 !important;text-decoration: none !important;text-transform: none !important;}
@media(min-width:972px){.side1{transform: translateX(70px);z-index: 0;}}
.bize-ulasin-alani textarea{resize: none;}
.bize-ulasin-alani .btn{background-color: #333333 !important;border-radius: 0px;color: white !important;}
.bize-ulasin-alani i{font-size: 26px;}
.copyright i{font-size: 20px;}
#owl-demo .item img{display: block;width: 100%;height: auto;}
.markalar .swiper {width: 100%;padding-bottom: 100px;}
.markalar .swiper-slide {background-position: center;background-size: cover;max-width: 300px;overflow: hidden;}
.markalar .swiper-slide img {display: block;object-fit: contain;}
.carousel-item img{filter: brightness(0.6);}
.slider-text-area{position: absolute;display: flex;flex-direction: column;color: white;font-weight: bold;justify-content: start;align-items: start;bottom: 40%;left: 15%;z-index: 2;}
.slider-text-area h1{font-size:3vw;}
.slider-text-area h1:after{content: '';display: block;position: absolute;width: 110%;height: 2px;background-color: white;margin-top: 10px;}
.slider-text-area p{font-size: 1.5vw;font-weight: lighter;padding-top: 15px;padding-left: 0px !important;}

.nav-link{border: 0px solid !important;}

/* @media(min-width:768px) and (max-width:978px){.tab-content{height: 900px;}}
.tab-pane{min-height:800px;} */
.swiper-pagination-bullet-active{background: white !important;}
#kurumsal h2{text-transform: uppercase;}
@media(max-width:972px){
  .carousel-item img{height: 70vh;object-fit: cover;}.slider-text-area h1{font-size: 7vw !important;}.slider-text-area p{font-size: 4vw; width:235px;}
  .slider-text-area{bottom: 35%;left: 20%;}.slider-text-area h1:after{width: 100%;}
  .tab-content{padding: 0% 7%}.mySwiper{scale: 0.8;}
  .bize-ulasin-alani{padding: 0% 7%;}
  .navbar-brand img{height: 70px;padding-left: 8%;}
  .navbar{padding: 2% 1%;}
  .nav-link{scale: 0.6;}
  .copyright div{padding: 2% 0%;}
  .nav-item{height: 90px;}
  .slider-text-area h1{width: 200px;}
  #kurumsal{padding: 2% 6%;}
}
  .nav-link.active{background-color: transparent !important;border: 0px solid white ;border-bottom: 2px solid white !important;}
.slider-text-area h1{text-transform: uppercase !important;}
footer a{text-decoration: none !important;color: inherit !important;}
.mySwiper5 .swipder-slide{display: flex;justify-content: center;align-items: center;}
.mySwiper5 .swiper-slide img{width: 100%;scale: 0.7;}
.swiper-pagination-bullet-active{background: #6C757D !important;}
.btn-primary{background-color: rgb(0,0,0,0.8);outline: 0px !important; border: 0px !important;transition: 800ms;}
.btn-primary:hover{background-color: rgb(0,0,0,0.4) !important;}
.copyright a{color: inherit !important;text-decoration: none !important;text-transform: none !important;}
.background_dark{background-color: rgb(0,0,0,0.8) !important;}
.banner img{width:100%;height:400px;object-fit:cover;filter:brightness(.6)
}
.banner h2{position:absolute;z-index:999;color:white;letter-spacing:5px;font-size:44px}
@media(max-width:972px){
    .vizyonumuz{padding:60px 7% 10px 7%}
}
.vizyonumuz{padding:60px 2% 10px 2%}
.nav-mobil {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0,.7);
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
}
.nav-mobil a{color:white !important;text-decoration:none;display:block;margin:10px 0px;}
.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

    .check:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(34, 50, 84, 0.03);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .check svg {
        position: relative;
        z-index: 1;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #c8ccd4;
        stroke-width: 1.5;
        transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
    }

#check_area a.active {
    color: red !important;
}

.check svg.active {
    stroke: red !important;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #4285f4;
}

#cbx:checked + .check svg {
    stroke: #4285f4;
}

    #cbx:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    #cbx:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }
.copyright > .container > div > a{
    margin-left:15px;
}

@media(max-width:675px){
.nav-tabs img{width:350px !important;height:auto}
.nav-tabs .nav-item:last-child img{width:500px !important;}
    .nav-link.active{border:2px solid white !important;}
    .navbar .container{padding-right:25px;padding-top:1px}
}
.bize-ulasin-alani h2 {
    font-size: calc(1.275rem + .3vw) !important}
body{overflow-x:hidden !important;}
.navbar{transition:600ms}
.navbar.active{background-color:rgb(0,0,0,.9) !important;}