ul li{
    list-style-type: none;
}
.site-padding {
    padding-left: 7%;
    padding-right: 7%;
}
a{
    text-decoration: none;
}
.link-1 {
    position: relative;
    transition: 0.3s ease-in-out;
    height: 40px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.link-1:hover {
    color: #E71B27;
}
.link-1:hover .slash-5 {
    opacity: 1;
    left: 100%;
}


.header{
    z-index: 2;
}
.logo-box {
    background-color: #E71B27;
    padding: 0px 110px 0px 0px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);

    position: absolute;
    height: 148px;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 7%;
    display: inline-flex;
    align-items: center;
}
/*.logo-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 148px;
    background: #E71B27;
    top: 0;
    z-index: 2;
} */

.nav-top{
    background-color: #EBEBEB;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-right: 0;
}

.header-contact{
    display: inline-flex;
    align-items: center;
    width: 50%;
}
.header-contact .slash{
    margin-right: 20px;
}
.nav-top .t-gray-16{
    margin-right: 20px;
}
.nav-top .t-gray-16  img{
    margin-right: 10px;
}
.header-whatsapp{
    background-color: #465254;
    clip-path: polygon(12% 0%, 100% -100vw, 100vw 100%, 0% 100%);
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    position: absolute;
    top: 0;
    right: 50px;
    transition: 0.3s ease-in-out;
}
.header-whatsapp:hover{
    background-color: #14af00;
    clip-path: polygon(0 0%, 100% -100vw, 100vw 100%, 0% 100%);
}
.header-whatsapp:hover::after {
    background-color: #14af00;
}
.header-whatsapp:hover a{
    color: #ffffff;
}
.header-whatsapp:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 48px;
    background: #465254;
    top: 0;
    transition: 0.3s ease-in-out;
} 
.header-whatsapp .t-green-16  i{
    margin-right: 10px;
}


.header-wp-btn {
    background-color: #465254;
    padding: .6em 7% .6em 2em;
    color: #14af00;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: -webkit-fill-available;
    transition: all .6s ease-in-out;
}


.header-wp-btn:hover {
    background-color: #14af00;
    padding-right: 7%;
    color: #FFFFFF;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: -webkit-fill-available;
}



.lang-button{
}
.header-page-menu{
    padding: 0px;
}
.nav-bottom {
    background-color: #ffffff;
    height: 100px;
    display: inline-flex;
    justify-content: end;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    z-index: 1;
    padding-right: 0;
}
/*.nav-bottom:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100px;
    background: #ffffff;
    z-index: 1;
}
 */
.navbar{
    width: 100%;
    padding-right: 7%;
}
.sub-menu{
    position: absolute;
    width: 99vw;
    min-height: 100vh;
    height: min-content;
    
    left: 0px;
    top: -200vh;
    z-index: 1;
    transition: 0.4s ease-in-out;
    padding-top: 148px;
    display: inline-flex;
    min-height: fit-content;
}
.sub-menu-left{
    width: 33.33%;
    background-color: #FFFFFF;
    padding: 20px 5% 0 5%;
}
.sub-menu-center {
    width: 33.33%;
    background-color: #EFEFEF;
    padding: 20px 5% 0 5%;
}
.sub-menu-right {
    width: 33.33%;
    background-color: #E2E2E2;
    padding: 20px 5% 0 5%;
}
.sub-menu-title-1{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}
.sub-menu-title-1 .t-red-22{
    margin-left: 15px;
    margin-bottom: 0px;
}
.sub-menu .t-gray-20-2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub-menu-li{
    margin-bottom: 10px;
}
.sub-menu-close-button{
    position: absolute;
    bottom: 40px;
    left: 48%;
    cursor: pointer;
}
.sub-menu-close-button i{
    margin-right: 10px;
}
.hover-active{
    cursor: pointer;
}

.nav-bottom .navbar .nav-item{
    margin-right: 40px;
}
.menu-1 {
    position: relative;
    transition: 0.3s ease-in-out;
}

.menu-1:hover {
    color: #E71B27;
}

.menu-1:hover .slash-2 {
    opacity: 1;
    left: 100%;
}

.slash {
    width: 2px;
    height: 30px;
    transform: rotate(20deg);
    background-color: #E71B27;
}
.slash-2 {
    position: absolute;
    width: 2px;
    height: 30px;
    left: 0;
    top: 5px;
    opacity: 0;
    transform: rotate(20deg);
    background-color: #E71B27;
    transition: 0.3s ease-in-out;
}
.slash-3 {
    width: 2px;
    height: 40px;
    transform: rotate(20deg);
    background-color: #E71B27;
    position: absolute;
    left: 0;
    top: -5px;
}
.slash-4 {
    width: 2px;
    height: 15em;
    transform: rotate(20deg);
    background-color: #E71B27;
    position: absolute;
    left: 6%; /* Ortada olması için */
    top: -5%; /* Ortada olması için */
    transform-origin: bottom center; /* Slash'ın orta altından başlaması için */
}


.slash-5 {
    position: absolute;
    width: 2px;
    height: 1em;
    left: 0;
    top: 5px;
    opacity: 0;
    transform: rotate(20deg);
    background-color: #E71B27;
    transition: 0.3s ease-in-out;
}

.slash-6 {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: -20px;
    transform: rotate(20deg);
    background-color: #FFFFFF;
}

.sub-menu-ul{
    margin-top: 20px;
}
.banner-1{
    margin-top: 50px;
}
.banner-1 p{
    margin: 0px;
}
.banner-1-title-2{
    display: inline-flex;
    align-items: center;
}
.banner-1-title-2 .t-red-96{
    margin-left: 30px;
}
.banner-1 .link-1{
    margin-left: 30px;
}
.banner-1-right{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-1-right img{
    margin: 0 35px 0 35px;
    height: 95px;
}


.b1-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;

}

.b1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, #E71B27, #ffffff00 50%);
    z-index: 1;
    opacity: 1;
    transition: background-color 0.7s ease-in-out;
}

.b1-overlay:hover {
    opacity: 1;
    background: linear-gradient(0, #E71B27, #ffffff00 100%);
}

.b1-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.b1-img-box:hover .b1-image {
    transform: scale(1.1);
}


.sidebar-logo-box {
    padding: 1em 10em;
    background-color: var(--pink-color);
    height: fit-content;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);

}


.sidebar-btn {
    outline: none;
    border: none;
    font-size: 2.5em;
    background-color: transparent;
}

/* 08.03.2024 akif */
.slash-7 {
    width: 2px;
    height: 18px;
    transform: rotate(20deg);
    background-color: #E71B27;
}
.slash-8 {
    width: 2px;
    height: 100%;
    transform: rotate(19deg);
    background-color: #E71B27;
}
.slash-9 {
    width: 2px;
    height: 100%;
    transform: rotate(-19deg);
    background-color: #E71B27;
}
.page-banner{
    margin-top: 50px;
}
.page-banner .page-banner-right{
    display: inline-flex;
    align-items: start;
    justify-content: end;
}
.page-banner-link-box{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
.page-banner .slash-7{
    margin: 0 7px 0 7px;
}
.partners-banner{
    margin-top: 50px;
}
.partner-a{
    margin-top: 30px;
}
.partner-a-left{
    position: relative;
}
.partner-a-left .slash-8{
    position: absolute;
    right: 30px;
    top: 0;
}
.partner-a-box{
    padding: 5em 1.5em 5em 1.5em;
    background-color: #F2F2F2;
    text-align: center;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.partner-a-box img{
    height: 4em;
}
.partner-a-right{
    display: inline-flex;
    align-items: center;
    padding-left: 50px;
}
.partner-a-right .t-gray-16{
    text-align: justify;
    line-height: 2em;
}


.partner-b {
    margin-top: 30px;
}
.partner-b-right {
    position: relative;
}
.partner-b-right .slash-9 {
    position: absolute;
    left: 30px;
    top: 0;
}

.partner-b-box {
    padding: 5em 1.5em 5em 1.5em ;
    background-color: #F2F2F2;
    text-align: center;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}

.partner-b-box img {
    height: 4em;
}

.partner-b-left {
    display: inline-flex;
    align-items: center;
    padding-right: 50px;
}

.partner-b-left .t-gray-16 {
    text-align: justify;
    line-height: 2em;
}
/* 08.03.2024 akif */


.body-area {
    padding-top: 148px;
}


@media only screen and (max-width: 1200px) {

    .logo-box {
        padding: 0px 90px 0px 7%;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    
    }
    /* 08.03.2024 akif */
    .partners-banner .slash-8 {
        transform: rotate(6deg);
        right: 0px;
    }

    .partners-banner .slash-9 {
        transform: rotate(-6deg);
        left: 0px;
    }

    .partner-a-box,
    .partner-b-box {
        height: 100%;
    }

    /* 08.03.2024 akif */
  }
  
  @media only screen and (max-width: 992px) {
    .logo-box {
        padding: 0px 80px 0px 7%;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    
    }
    /* 08.03.2024 akif */
    .partners-banner .slash-8 {
        transform: rotate(6deg);
        right: 0px;
    }

    .partners-banner .slash-9 {
        transform: rotate(-6deg);
        left: 0px;
    }
    .partner-a-box,
    .partner-b-box {
        height: 100%;
    }
    /* 08.03.2024 akif */
  }
  
  @media only screen and (max-width: 768px) {
    .logo-box {
        padding: 0px 70px 0px 7%;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    
    }

    /* 08.03.2024 akif */

    .partners-banner .slash-8{
        transform: rotate(3deg);
        right: 0px;
    }
    .partners-banner .slash-9{
        transform: rotate(-3deg);
        left: 0px;
    }

    .partner-a-box,
    .partner-b-box{
        height: 100%;
    }

    /* 08.03.2024 akif */
  }
  
  @media only screen and (max-width: 576px) {
    .logo-box {
        padding: 0px 30px 0px 5%;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    
    }
  
  }
  
  @media only screen and (max-width: 468px) {
    .logo-box {
        padding: 0px 20px 0px 1%;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    
    }
    
  
  }
  
  
  @media only screen and (max-width: 350px) {

    
  
  }






















@media only screen and (max-width: 1200px) {
    body {
        font-size: 14px;
    }
    .owl-carousel .slider-item {
        height: 65vh;
    }
  }

  @media only screen and (max-width: 992px) {
    body {
        font-size: 12px;
    }

    .owl-carousel .slider-item {
        height: 60vh;
    }
  }

  @media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .owl-carousel .slider-item {
        height: 55vh;
    }
  }

  @media only screen and (max-width: 576px) {
    body {
        font-size: 14px;
    }

    .owl-carousel .slider-item {
        height: 50vh;
    }
  }


