h1,h2,h4,h5,h6{
    font-family: 'Metropolis';
}
p{
    font-family: 'Inter', sans-serif;
}
h1{
    font-size: 54px;
}
h2{
    font-size: 30px;
}
section.slider p{
    font-size: 18px;
    color: white;
}
.header-top{
    background-color: #254499;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top a{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 200;
    transition: 500ms all;
    font-size: 15px;
}
.header-top .social-media{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-item a{
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact-item p{
    margin-bottom: unset;
    padding-bottom: unset;
    margin-left: 10px;
}
.header-top .social-media a, .header-top .social-media a g , .header-top .social-media a path{
    transition: 500ms all;
}

.header-top .social-media a g:hover{
    opacity: 1;
}
.header-top .social-media a:hover path{
    opacity: 1;
    color: rgba(255, 255, 255);
}
.contact-item a:hover{
    color: rgba(255, 255, 255);
}
.header-top > .container > .row{
    justify-content: center;
    align-items: center;
}
header{
    height: 125px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
}
header .language{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

header .teknik-kagit-menu a{
    text-decoration: none;
    color: #6A7777;
    font-size: 15px;
    font-weight: 400;
    transition: 500ms all;
    font-family: 'Inter', sans-serif;
}
header .teknik-kagit-menu .seperator{
    margin: 0px 10px;
}
header .teknik-kagit-menu a:hover{
    color: #254499;
}
.active-menu{
    color: #254499;
}
.image-contain{
    position: relative;
}
.image-contain img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-contain::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(19,34,77);
    background: linear-gradient(115deg, rgba(19,34,77,1) 0%, rgba(37,68,153,1) 100%);
    opacity: .85;
    z-index: 10;
    pointer-events: none;
}
.swiper-hero{
    height: 100%;
}
.hero-field {
    position: relative;
}
.hero-field .text-contain{
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
}
.hero-field .text-contain .container{
    text-align: center;
    color: white;
}
.hero-field .text-contain .container p{
    font-size: 18px;
    line-height: 35px;
    font-weight: 200;
}
.scroll-down {
    font-family: 'Inter', sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
}
.scroll-down a{
    text-decoration: none;
    color: #FFFFFF;
}
.scroll-down svg #Union_2{
    animation: .5s opacityAnimate infinite forwards;
    opacity: 0;
}
.scroll-down svg #Union_3{
    animation: 1s opacityAnimate2 infinite forwards;
    opacity: 0;
}
.scroll-down svg #Union_4{
    animation: 1.5s opacityAnimate3 infinite forwards;
    opacity: 0;

}
@keyframes opacityAnimate {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes opacityAnimate2 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes opacityAnimate3 {
    0%{
        opacity: 0;
        
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#temsilcilikler{
    padding: 30px 0px;
    background: rgb(247,247,247);
    background: linear-gradient(115deg, rgba(247,247,247,1) 0%, rgba(186,186,186,0) 49%, rgba(246,246,246,1) 100%);
    text-align: center;
}
#temsilcilikler h2{
    color:#254499;
    letter-spacing: 3px;
}
.t-logo{
    border: 1px solid #E2E2E2;
    border-radius: 15px;
}
.t-logo img{
    width: 100%;
    height: 150px;
}
.card-content{
    margin: 60px 0px;
}
.t-content{
    text-align: center;
}
.t-content p{
    margin: 1rem 0px;
}
.social-media ul{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-left: unset;
}
.social-media ul li{
    margin-right: 1rem;
    margin-left: 1rem;
}
.t-content .social-media li path{
    transition: 500ms all;
}
.t-content .social-media li:hover path{
    fill: #254499;
}
.t-buttons{
    padding: 0px 30px;
    margin-bottom: 80px;
}
.t-buttons .btn{
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 10px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms all;
}
.t-buttons a{
    text-decoration: none;
}
.btn-container:hover a{
    color: white;
}
.btn-container:hover .btn{
    background-color: #254499;
    border: 1px solid #254499;
}
.btn-container:hover:hover path{
    fill: white;
}
.btn-container .btn svg{
    padding: 3px;
}
footer{
    position: relative;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
footer > .container{
    position: relative;
}
footer::before{
    background: rgb(19,34,77);
    background: linear-gradient(115deg, rgba(19,34,77,1) 0%, rgba(37,68,153,1) 100%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .85;

}
.footer-logo{
    text-align: center;
}
.footer-content{
    margin: 60px 0px;
}
.footer-content a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 30px;
    opacity: .8;
    font-weight: 300;
    transition: 500ms all;
}
.footer-content a:hover{
    opacity: 1;
}
.footer-content{
    border-bottom: 1px solid #d8d8d82e;
    border-top: 1px solid #d8d8d82e;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Inter', sans-serif;
}

.footer-bottom{
    opacity: .8;
    color: white;
    font-family: 'Inter', sans-serif;
}
.footer-bottom p{
    text-align: center;
}
.privacy {
    text-align: right;
    display: block;
    text-decoration: none;
    color: white;
    opacity: .8;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #b9b9b969;
}

@media only screen and (max-width: 991px) {
    header .col-lg-4 a{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-logo svg{
        width: 100%;
        padding: 10px;
    }
    .footer-endright {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .image-contain img {
        width: 100%;
        height: 64vh;
        object-fit: cover;
    }
    .hero-field .text-contain .container h1{
        font-size: 35px;
    }
    .hero-field .text-contain .container p {
        font-size: 16px;
        line-height: 35px;
        font-weight: 200;
        text-align: center;
    }
    .header-top {
        background-color: #254499;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    header .language {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 25px;
    }
    header ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        height: 100%;
        margin-top: 12px;
        background: #f9f9f9;
        border-radius: 5px;
        border: 1px solid #ececec;
    }
    header {
        height: 155px;
    }
    header svg{
        padding: 3px;
        margin-bottom: 5px;
    }
    .t-buttons .btn-container{
        margin-bottom: 10px;
    }
    .card-content {
        margin: 60px 0px 0;
    }
    .privacy {
        text-align: center;
        width: 100%;
        display: block;
        text-decoration: none;
        color: white;
        opacity: .8;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom p{
        margin-top:20px;
    }
}
@media only screen and (min-width: 991px) and (max-width:1240px) {
    .image-contain {
        position: relative;
        height: 69vh;
    }
}
@media only screen and (min-width: 1240px) and (max-width:1366px) {
    header {
        height: 80px;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .image-contain {
        position: relative;
        height: 500px;
    }
}

.contact-page .footer-bottom {
    opacity: .8;
    color: #191919;
    font-family: 'Inter', sans-serif;
    padding: 30px 0px;
    font-weight: 400;
}
.contact-page .footer-bottom p{
        text-align: center;
        margin-bottom: 0;
}
.contact-page .footer-content {
    margin: 60px 0px 0;
}
.contact-page footer {
    position: relative;
    padding: 60px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*Penta Logo*/

.penta_logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .penta_logo_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .penta_logo_img {
    width: 33px;
    height: 30px;
    position: relative;
  }
  
  .penta_logo_p {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .penta_logo_y {
    display: block;
    position: absolute;
    left: 11px;
    top: 17px;
    -webkit-animation: rotatelogo 2s linear infinite;
    animation: rotatelogo 2s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  @keyframes rotatelogo {
    0% {
      transform: rotateY(0deg);
    }
    60% {
      transform: rotateY(0deg);
    }
    60% {
      transform: rotateY(180deg);
    }
  }
  
  .penta_logo_brand strong {
    overflow: hidden;
    max-width: 0;
    display: block;
    -webkit-text-fill-color: rgb(207, 207, 207) !important;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-left: 5px;
    -webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    -webkit-transition: max-width .3s ease;
    transition: max-width .3s ease;
    line-height: 1;
    font-weight: 300;
  }
  
  .penta_logo_text {
    max-width: 82px;
    -webkit-text-fill-color: rgb(207, 207, 207) !important;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-right: 5px;
    -webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
    text-align: right;
    -webkit-transition: opacity .3s ease, max-width .3s ease;
    transition: opacity .3s ease, max-width .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
  }
  
  .penta_logo {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .penta_logo:hover .penta_logo_text {
    opacity: 0 !important;
    max-width: 0 !important;
  }
  
  .penta_logo:hover .penta_logo_brand strong {
    max-width: 100px !important;
    color: black;
    text-decoration: none;
  }
  
  .penta_logo_text,
  .penta_logo_brand {
    overflow-wrap: unset !important;
  }
  
  .logo_ppenta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .kopuz_logo {
    width: 130px;
    margin-right: 20px;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  
  /*Penta Logo END*/
.footer-endright{
    display: flex;
    justify-content: end;
    align-items: center;
}  
.footer-endright a{
    text-decoration: none;
}
.contact-page .contact-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-page .footer-logo{
    color: white;
}
.contact-page .penta_logo_text {
    max-width: 82px;
    -webkit-text-fill-color: black !important;
}
.contact-page .penta_logo_brand strong {
    -webkit-text-fill-color: rgb(0 0 0) !important;
}
.contact-page footer {
    position: relative;
    padding: 120px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-logo img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 20px;
}
.t-content .social-media{
    display: none;
}
.contact-page .penta_logo_text , .penta_logo_text{
    max-width: 82px;
    -webkit-text-fill-color: black !important;
    display: none;
}
.privacy{
    display: none;
}