@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url(../css/reset.css);
@import url(../css/bootstrap.min.css);
@import url(../plugins/fontawesome/css/all.min.css);
@import url(../css/margin-padding.css);
@import url(../css/variables.css);

body {
    background-color: #fff;
}

svg.iconset {
    position: absolute;
}


header {
    background-color: #fff;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.52);
    transition: ease-out all .3s;
}

header .infobar {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out all .3s;
    flex-direction: column;
    height: 100%;
}

header :where(.navbar, .menu){
    height: 100%;

}


header.scrollDown {
    height: 60px;
    transition: ease-in all .3s;
}

header a.logo img {
    transition: ease-in all .3s;
max-width: 100%;
    height: 70%;
}

header a.logo {
    display: flex;
    height: 100px;
    align-items: center;
}


header .diller .list a {
    filter: grayscale(100%);
    transition: .3s ease all;
}

header .diller .list a:last-child{
    margin-right: 0;
}

header .diller .list a:is(.active, :hover) {
    filter: grayscale(0);
}

header.scrollDown a.logo {
    height: 60px;
}

header.scrollDown a.logo img {
    height: 50px;
    width: auto;
}

header.scrollDown .infobar {
    opacity: 0;
    height: 0;
    padding: 4px 0px;
    transition: ease-in all .3s;
}

header .infobar a {
    display: inline-block;
    font-size: 24px;
    color: #b6becb;
    width: 32px;
}

header .infobar a.maliyet {
    background-color: #082f48;
    border-radius: 100px;
    color: #fff;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-right: 0;
}

header .infobar a:not(.maliyet):hover {
    color: #082f48;
}

header .infobar a > i {
    font-size: 22px;
}

header .infobar .social a:hover {
    color: #000;
}

header .infobar .social {
    border-bottom: 1px solid #79b394;
    display: block;
    padding-bottom: 5px;
}

.social {}

header .infobar .social a {
    color: #b2b2b2;
    font-size: 16px;
    margin-right: 5px;
}

header .infobar .social a > i {
}

header .menu .navbar {
    padding: 0px;
}

header .menu .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

header .menu .navbar-nav > li {
    margin: 0px 15px;
    position: relative;
}

header .menu .navbar-nav > li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #082f48;
    transform: translate(-50%, -50%);
}

header .menu .navbar-nav > li:first-child {
    margin-left: 0;
}

header .menu .navbar-nav > li:last-child {
    margin-right: 0;
}

header .menu .navbar-nav > li > a {
    color: #082f48;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}

header .menu .navbar-nav > li:hover > a:before {
    width: 50%;
}

header .menu .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0px;
    background: #193e54;
    transition: 0.3s ease all;
}

header .menu .navbar-nav > li > .dropdown-menu.mega {
    display: block;
    border-radius: 1px;
    min-width: 700px;
    max-width: 100vw;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    background: #faf7f6;
    padding: 0px 15px;
    transition: 0.3s ease max-height, 0.3s ease box-shadow;
    top: 94%;
}

header .menu .navbar-nav > li > .dropdown-menu.mega > li {
    display: inline-block;
    width: calc(100% / 3);
    margin-left: -3px;
    padding-left: 3px;
    vertical-align: top;
}

header .menu .navbar-nav > li > .dropdown-menu.mega > li > a {
    display: flex;
    width: 100%;
    font-size: 10px;
    min-height: 45px;
    font-weight: 600;
    color: #a79b97;
    border-bottom: 2px solid #efedeb;
    align-items: center;
    padding: 3px 3px;
}

header .menu .navbar-nav > li > .dropdown-menu.mega > li > a .img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

header .menu .navbar-nav > li > .dropdown-menu.mega > li:hover > a {
    background: #193e54;
    color: #fff;
}

header .menu .navbar-nav > li:hover > .dropdown-menu.mega {
    max-height: 500px;
    box-shadow: 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.08);
    overflow: inherit;
    padding: 10px 10px;
}

header .menu .navbar-nav > li > .dropdown-menu.normal {
    display: block;
    border-radius: 1px;
    min-width: 200px;
    max-width: 100vw;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    background: #ffffff;
    padding: 0px;
    transition: 0.3s ease max-height, 0.3s ease box-shadow;
    top: 94%;
}

header .menu .navbar-nav > li > .dropdown-menu.normal > li .dropdown-menu.normal {
    display: block;
    border-radius: 1px;
    overflow: hidden;
    left: 100%;
    top: -2px;
    border: 0px;
    background: #faf7f6;
    padding: 0px;
    transition: 0.3s ease all;
    max-width: 0px;
    min-width: 0px;
    opacity: 0;
}

header .menu .navbar-nav > li .dropdown-menu.normal > li {
    position: relative;
}

header .menu .navbar-nav > li .dropdown-menu.normal > li > a {
    color: #a79b97;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 8px 0px;
    border-bottom: 1px solid #ede9e8;
    white-space: nowrap;
}

header .menu .navbar-nav > li .dropdown-menu.normal > li:hover > a,
header .menu .navbar-nav > li .dropdown-menu.normal > li > a.active {
    background-color: #193e54;
    color: #fff;
    border-color: transparent;
}

header .menu .navbar-nav li.submenu:hover > .dropdown-menu.normal, header .menu .navbar-nav .dropdown-menu.normal > li.submenu:hover > .dropdown-menu.normal {
    box-shadow: 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.08);
    max-width: 250px;
    min-width: 200px;
    overflow: inherit;
    opacity: 1;
}

header .menu .navbar-nav > li:hover > .dropdown-menu.normal {
    max-height: 500px;
    box-shadow: 0px 1px 5.74px 1.26px rgba(0, 0, 0, 0.08);
    overflow: inherit;
}

header .menu .navbar-nav > li:hover > a {
}


section.fullvideo {
    width: 100%;
    height: calc(100vh);
    z-index: 4;
    position: relative;
    margin-top: 110px;
    display: block;
}

section.fullvideo .video:after {
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: url(../img/slider_pattern.png);
    background-repeat: repeat;
    background-position: center;
    opacity: 0.5;
    position: absolute;
    z-index: 8;
}

section.fullvideo .icerik {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.fullvideo .video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0;
    z-index: -1;
}

section.fullvideo .icerik {
    text-align: center;
}

section.fullvideo .icerik h1 {
    font-size: 38px;
    line-height: 1;
    color: #ffffff;
    position: relative;
}

section.fullvideo .icerik h1:after {
    content: '';
    border: 3px solid #fff;
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
}

section.fullvideo .video {
    width: 100%;
    height: calc(100vh - 110px);
    z-index: -1;
    overflow: hidden;
    position: relative;
}


section.slider .swiper-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vw * 700 / 1705);
}
section.slider .video .text-container {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    height: 75vh;
    bottom: 0;
    display: flex;
    align-items: center;
}
section.slider .video .swiper-text {
    color: #fff;
    font-size: 58px;
}

section.slider .swiper-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);

}

section.slider .swiper-bg .swiper-text {
    display: flex;
    width: 50%;
    height: 75vh;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
    padding-top: 100px;
    flex-direction: column;
}
section.slider .swiper-bg .swiper-text span{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    bottom: 150px;
    opacity: 0;
    transition: .9s .3s ease all;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

section.slider .swiper-slide-active .swiper-text span{
    opacity: 1;
    bottom: 0
}

section.slider .swiper-bg .swiper-text p{
    position: relative;
    bottom: -150px;
    opacity: 0;
    transition: .9s .3s ease all;
    color: #fff;
}
section.slider .swiper-slide-active .swiper-text p{
    opacity: 1;
    bottom: 0
}


section.slider-bot {
    position: relative;
    z-index: 9;
    padding: 30px 0;
    margin-top: 50px;
}

section.slider .swiper-nav{
    position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    padding: 0 40px;
}

section.slider .swiper-nav div{
    -webkit-mask-image: url(../img/slider-caret.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 27px;
    height: 45px;
    background: #2AA8E1;
    transition: .3s ease all;
    position: relative;
    cursor: pointer
}

section.slider .swiper-nav div:hover{
    background: #fff;

}

section.slider .swiper-nav .mainslide-next{
    transform: rotate(180deg);
}



section.slider-bot .box {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 320px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.slider-bot .box:hover {
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 1);
}

section.slider-bot .box .box-content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.slider-bot .box .box-content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    padding: 15px;
    transition: all ease .3s;
    width: 150px;
    position: absolute;
    bottom: 0;
}

section.slider-bot .box .box-content .list {
    position: absolute;
    bottom: -440px;
    transition: all ease .5s;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

section.slider-bot .box .box-content .list ul {
    display: block;
    position: relative;
    margin: 15px;
}

section.slider-bot .box .box-content .list ul li {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 12px;
}

section.slider-bot .box:hover .box-content .title {
    bottom: calc(100% - 80px);
    z-index: 9;
}

section.slider-bot .box:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 31, 39, 0.7);
    z-index: 2;
    transition: all 0.5s ease-out;
}

section.slider-bot .box:hover .box-content .list {
    bottom: 0;
    z-index: 9;
    width: 100%;
}

section.slider-bot .box .box-content .list ul li:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}


section.slider-bot .title {
    font-size: 28px;
    color: #0e354c;
    font-weight: 900;
    margin-bottom: -8px;
}
section.urunList .container{
    position: relative;
    height: 100%;
}

.urunslayt-nav{
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    left: -50px;
    right: -50px;
    transform: translateY(-50%);
}

.urunslayt-nav > div{
    width: 50px;

    height: 50px;

    text-align: center;

    border-radius: 50%;

    padding-right: 4px;
    transition: .3s ease all;
    background: #fff;
}

.urunslayt-nav > div i{

    font-size: 50px;

    color: #235167;

    transition: .3s ease all;
}

.urunslayt-nav > div:hover{

    background: #364B80
}

.urunslayt-nav > div.urunslayt-next{
    padding-left: 4px;
    padding-right: 0;
}

.urunslayt-nav > div:hover i{

    color: #fff;
}

section.slider-bot .arrow i {
    cursor: pointer;
    color: #d9d9d9;
    font-size: 50px;
    transition: all ease-out .3s;
}

section.slider-bot .arrow div:hover i {
    color: rgba(33, 31, 39, 1);
    transition: all ease-in .3s;
}

section.dokumanlar {
    margin-top: 120px;
    margin-bottom: 200px;
}

section.dokumanlar h3.title{
    font-size: 28px;
    color: #0e354c;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    text-align: right;
}

section:is(.urunList, .slidingContainer) h2.listTitle{
    color: #0e354c;
    margin: 50px 0 15px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
}

section.dokumanlar h3.title strong {
    font-weight: 900;
}

section.dokumanlar .content {
    height: 248px;
    display: flex;
    align-items: center;
    margin-top: -6px;

}



section.dokumanlar .content p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    display: block;
}

section.dokumanlar .content a {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.dokumanlar .content a img {
    max-width: 90px;
    margin-bottom: 10px;
}

section.dokumanlar .content a span {
    font-size: 18px;
    color: #fff;
}

.owl-haberler {
    padding-bottom: 40px;
}

section.haberler .title {
    font-size: 32px;
    color: #0e354c;
    font-weight: 500;
}

section.haberler .title strong {
    font-weight: 900;
}

section.haberler .haber {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 25px 0px rgba(135, 100, 249, 0.18);
    border-radius: 15px;
    transition: all ease .3s;
}

section.haberler .haber:hover {
    background-color: #1f2853;
    color: #fff;
}

section.haberler .haber:hover .content h3 {
    color: #fff;
}

section.haberler .haber span.img {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 63%;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

section.haberler .haber .content {
    padding: 40px 26px 26px 26px;
    position: relative;
}

section.haberler .haber .content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #082f48;
}

section.haberler .haber .content span.date {
    color: #a4acb2;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

section.haberler .haber .content span.date span {
    font-weight: 400;
    margin-left: 8px;
}

section.haberler .haber .content span.date i {
}

section.haberler .haber .content p {
    font-weight: 400;
    color: #a4acb2;
    font-size: 14px;
    line-height: 18px;
    min-height: 126px;
}

section.haberler .haber .content a.button {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(39, 74, 92);
    font-weight: bold;
    border-radius: 100px;
    width: 105px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.owl-haberler .owl-stage-outer {
    margin: 0 -25px;
    padding: 30px 25px;
}

footer {
    position: relative;
    padding: 50px 0;
}

footer:after {
    content: '';
    background-image: url('../img/cizgi-bg.png');
    height: 1884px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

footer .social {
    padding: 50px 0;
}

footer .social span {
    color: #0c324a;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: -1px;
}

footer .social .links {
    text-align: center;
    padding: 30px 0px;
}

footer .social .links a {
    display: inline-block;
    margin: 0 12px;
    color: #cccccc;
    font-size: 32px;
}

footer .social .links a:hover {
    color: #0c324a;
}

footer h4.title {
    font-size: 18px;
    font-weight: 400;
    color: #0c324a;
    margin-bottom: 15px;
}

footer h4.title strong {
    font-weight: 900;
}

footer .owl-yeniUrunler {
}

footer .owl-yeniUrunler a.urun {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .owl-yeniUrunler a.urun .left {
    position: relative;
    height: 155px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 170px;
    display: block;
    margin-right: 15px;
}

footer .owl-yeniUrunler a.urun .left:after {
    content: '';
    position: absolute;
    background-image: url('../img/footer_urunBG.png');
    width: 167px;
    height: 144px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

footer .owl-yeniUrunler a.urun .right {
}

footer .owl-yeniUrunler a.urun .right .cat {
    font-size: 12px;
    font-weight: 300;
    color: #235167;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

footer .owl-yeniUrunler a.urun .right .title {
    color: #0c324a;
    font-size: 14px;
    font-weight: bold;
}

footer .owl-yeniUrunler a.urun .right .title small {
    font-size: 12px;
    display: block;
}

footer .contact {
}

footer .contact p {
    font-size: 14px;
    font-weight: 600;
    color: #0c324a;
    margin-bottom: 8px;
}


.copyright {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*background-color: #f2f2f2;*/
    height: 34px;
    padding: 0 12px;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin: 0;
    border-radius: 100px;
}

a.crater {
    display: block;
}

a.crater span {
    font-size: 12px;
    letter-spacing: -1px;
    color: #9d9d9d;
    display: inline-block;
    margin-bottom: 5px;
}

a.crater svg {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.gotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: #235167;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    z-index: 9999;
}

.gotop i {
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #235167;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #184154;
}


section.page-header {
    aspect-ratio: 1920/400;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 110px;
    padding-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

section.page-header:after {
    /* content: ''; */
    background-image: url('../img/page-header.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

section.page-header:before {
    content: '';
    background-color: rgb(17 23 36 / 62%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.page-header h4.title {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 110px;
}

.page-header ul {
    background-color: #082f48;
    box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.25);
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 50px;
}

.page-header ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
    font-size: 13px;
}

.page-header ul li:last-child {
    margin-right: 0;
}

.page-header ul li:not(:last-child):after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: -3px;
    top: 0px;
}

.page-header ul li a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 190px;
}

.page-header ul li a i {
}

section.page {
    position: relative;
    z-index: 2;
    margin-top: -135px;
    padding-bottom: 50px;
}

section.page .page-container {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 45.57px 3.43px rgba(0, 0, 0, 0.05);
    min-height: 750px;
    padding: 35px 25px;
}

section.page .page-container .img-fluid.sayfacover {
    width: 100%;
}

section.page .katalog-item{
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
section.page .katalog-item:before{
    content: '';
    background: linear-gradient(
            0deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: all ease .3s;
}
section.page .katalog-item:hover:before{
    height: 150%;
}

section.page .katalog-item span{
    position: absolute;
    color: #fff;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.haberlerList .haber {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 25px 0px rgba(135, 100, 249, 0.18);
    border-radius: 15px;
    transition: all ease .3s;
    margin-bottom: 40px;
}

.haberlerList .haber:hover {
    background-color: #082f48;
    color: #fff;
}

.haberlerList .haber:hover .content h3 {
    color: #fff;
}

.haberlerList .haber span.img {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 63%;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.haberlerList .haber .content {
    padding: 40px 26px 26px 26px;
    position: relative;
}

.haberlerList .haber .content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #082f48;
}

.haberlerList .haber .content span.date {
    color: #a4acb2;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.haberlerList .haber .content span.date span {
    font-weight: 400;
    margin-left: 8px;
}

.haberlerList .haber .content span.date i {
}

.haberlerList .haber .content p {
    font-weight: 400;
    color: #a4acb2;
    font-size: 14px;
    line-height: 18px;
    min-height: 126px;
}

.haberlerList .haber .content a.button {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(39, 74, 92);
    font-weight: bold;
    border-radius: 100px;
    width: 105px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}


section.page .haberler {
    padding: 0 23px;
}

section.page .haberler .item {
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    border: 4px solid transparent;
    border-radius: 6px;
}

section.page .haberler .item:not(.haber-detay):hover {
    border: 4px solid rgb(39, 74, 92);
    box-shadow: 0px 0px 26.88px 5.12px rgba(52, 52, 52, 0.19);
}

section.page .haberler .item.big img {
    height: 283px;
}

section.page .haberler .item img {
    width: 100%;
    border-radius: 6px;
}

section.page .haberler .item .text {
}

section.page .haberler .item .text h4 {
    font-size: 22px;
    font-weight: 900;
    color: #000000;
    margin: 0;
    line-height: 100%;
}

section.page .haberler .item .text small {
    line-height: 1;
}

section.page .haberler .item .text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

    overflow: hidden;
    margin: 10px 0;
}

section.page .haberler .item.haber-detay {
}

section.page .haberler .item.haber-detay .text {
    padding: 0;
}

section.page .haberler .item.haber-detay .text h4, section.page .haberler .item.haber-detay .text small {
    margin-bottom: 10px !important;
    display: block;
}

section.page .haberler .haber-detay-foto {
}

section.page .haberler .haber-detay-foto .item {
    padding: 0;
}

section.page .haberler .haber-detay-foto .item span.img {
    padding-bottom: 68%;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
}

section.page .haberler .haber-detay-foto .item span.text {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
}

section.page .haberler .haber-detay-foto .item {
    border: unset !important;
}


section.page .haberler .item:hover span.text {
    opacity: 1;
}

section.page .haberler .item span.text {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: rgba(39, 74, 92, 0.8);
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease .3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}

section.page .kurumsalImage {
    position: absolute;
    left: 0;
    right: 0;
    top: -270px;
}

section.page .content {
    margin-top: 300px;
}

section.page h3.underTitle {
    font-size: 20px;
    font-weight: 900;
    color: #082f48;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

section.page h3.underTitle:after {
    content: '';
    height: 3px;
    width: 60px;
    background-color: #c1cbd1;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.page p {
    font-size: 12px;
    color: #082f48;
    font-weight: 500;
    line-height: 18px;
    text-align: justify;
}

.kurumsal-iconlar {
}

.ral-kodlari {
}

.ral-kodlari .ral {
    position: relative;
    margin-bottom: 50px;
}

.ral-kodlari .ral .color {
    height: 82px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.ral-kodlari .ral .text {
    background-color: rgb(247, 245, 245);
    border-radius: 10px;
    height: 67px;
    position: absolute;
    bottom: -26px;
    left: -10px;
    right: -10px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1b;
    box-shadow: 0px 3px 25px 0px rgba(135, 100, 249, 0.18);
}

/*
section.page.sektorler .box {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    transition: opacity 0.5s ease-in;
    margin-bottom: 30px;
}

section.page.sektorler .box .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

section.page.sektorler .box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: rgba(33, 31, 39, 0.7);
    z-index: 9;
    transition: opacity 0.5s ease-out;
}

section.page.sektorler .box:hover:after {
    content: '';
    background: unset;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

section.page.sektorler .box span {
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    padding: 15px;
}

section.page.sektorler .box span:not(.img) {
    width: 200px;
}

section.page.sektorler .box:hover span {
    text-shadow: 0 0 20px rgb(0, 0, 0);
}*/


section.page .brosurler {
}

section.page .brosurler h4 {
    font-size: 24px;
    color: #1d1d1b;
    font-weight: 900;
    text-align: center;
    display: block;
    padding: 30px 0;
}

section.page .brosurler .item {
    display: block;
    padding: 18px;
    margin-bottom: 30px;
    position: relative;
}

section.page .brosurler .item span.img {
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    z-index: 9;
    transition: all ease .3s .2s;
    background-size: cover;
}

section.page .brosurler .item span.text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    color: #1d1d1b;
    margin-top: 10px;
    background-color: #eceaea;
    border-radius: 5px;
    height: 90px;
    position: absolute;
    bottom: -27px;
    right: 0;
    left: 0;
    padding-bottom: 15px;
    transition: all ease .3s .2s;
}

section.page .brosurler .item:hover span.text {
    background-color: #082f48;
    color: #fff;
}

section.page .brosurler .item:hover span.img {
    transform: translateY(-10px);
}

section.page .brosurler .item span.img:after {
    content: '';
    transition: all ease .1s .3s;
    background-image: url('../img/golge.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 21px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background-size: contain;
    opacity: 0;
}

section.page .brosurler .item:hover span.img:after {
    content: '';
    opacity: 1;
    transition: all ease .1s .1s;
}



section.urunList a.urun {
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

section.urunList a.urun .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
}

section.urunList a.urun .right {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    transition: .3s ease all;
    min-height: 80px;
    text-align: center;
}

section.urunList a.urun .right .icon {
    border-radius: 10px;
    background-color: rgb(8, 47, 72);
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 15px;
}

section.urunList a.urun .right .icon img {
    filter: brightness(0) invert(1);
    height: 70%;
}

section.urunList a.urun .right .text {
    /*flex: 0 0 auto;*/
    font-size: 15px;
}

section.urunList a.urun .right .text .title {
    display: block;
    font-size: 16px;
    color: #0c324a;
    font-weight: 400;
}

section.urunList a.urun .right .text .code {
    font-size: 16px;
    color: #0c324a;
    font-weight: 600;
}

section.urunList a.urun:hover .right {
    background-color: #053e63;
}

section.urunList a.urun:hover .right .icon {
    background-color: rgb(255, 255, 255);
}

section.urunList a.urun:hover .right .icon img {
    filter: invert(20%) sepia(38%) saturate(1922%) hue-rotate(175deg) brightness(90%) contrast(101%);
}

section.urunList a.urun:hover .right .text .title,
section.urunList a.urun:hover .right .text .code {
    color: #fff;
}

section.urunDetay {
}

section.urunDetay a.img {
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    padding: 25px;
}

section.urunDetay a.img span.image {
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.urunDetay .urundetay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

section.urunDetay .urundetay span {
    font-size: 14px;
    font-weight: 400;
    color: #0c324a;
    display: block;
}

section.urunDetay .urundetay span strong {
    font-weight: 700;
}

section.urunDetay .urundetay .urun-content {
    margin-top: 20px;
}

section.urunDetay .urundetay .urun-content p {
    color: #082f48;
    font-size: 14px;
    font-weight: 400;
}

section.page.urunDetay .page-container {
    min-height: 400px;
}

.buttons {
    text-align: right;
    margin-top: auto;
}

a.belge {
    display: inline-block;
    border: 1px solid #082f48;
    border-radius: 100px;
    padding: 4px 18px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    transition: all ease .3s;
    margin-left: 5px;
}

a.belge i {
}

a.belge:hover {
    background-color: #082f48;
    border: 1px solid transparent;
    color: #fff;
}

section.page.iletisim {
}

section.page.iletisim .iletisimBilgileri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}

section.page.iletisim .iletisimBilgileri .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.page.iletisim .iletisimBilgileri .item i {
    color: #b2b2b2;
    font-size: 24px;
}

section.page.iletisim .iletisimBilgileri .item p {
    font-size: 14px;
    font-weight: 500;
    color: #082f48;
    margin-bottom: 0;
}

section.page.iletisim .iletisimBilgileri .item a {
    font-size: 14px;
    font-weight: 400;
    color: #082f48;
    display: block;
}

section.page.iletisim .iletisimBilgileri .item .sub {
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}

section.page.iletisim .iletisimBilgileri .item .sub:after {
    content: '';
    background-image: url('../img/iletisim-golge.png');
    height: 64px;
    width: 7px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

#harita {
    height: 400px;
    border-radius: 15px;
    margin-top: 40px;
}

.iletisim form {
    padding: 50px 0;
    padding-bottom: 0;
}

.form-control {
    transition: 0.3s ease all;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #082f48;
    padding: 10px 20px;
    font-size: 11px;
    color: #082f48;
    font-weight: 600;
}

.form-control:focus {
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    border-color: #475155;
}

textarea.form-control {
    border-radius: 15px;
}

input.form-control {
    height: 30px;
    border-radius: 25px;
}

.send-contact {
    display: inline-block;
    border: 1px solid #082f48;
    border-radius: 100px;
    padding: 4px 18px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    transition: all ease .3s;
    margin-left: 5px;
    background-color: #fff;
}

.send-contact:hover {
    background-color: #082f48;
    border: 1px solid transparent;
    color: #fff;
}

section.page .fotograflar h4 {
    font-size: 24px;
    color: #1d1d1b;
    font-weight: 900;
    text-align: center;
    display: block;
    padding: 30px 0;
}

section.page .fotograflar .item {
    display: block;
    border-radius: 5px;
    border: 2px solid #d9d6d6;
    padding: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

section.page .fotograflar .item:hover {
    border-color: #082f48;
    box-shadow: 0px 0px 26.88px 5.12px rgba(52, 52, 52, 0.19);
    background-color: rgba(236, 234, 234, 0);
}

section.page .fotograflar .item span.img {
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    background-size: cover;
}

section.page .fotograflar .item span.text {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: rgba(8, 47, 72, 0.8);
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease .3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
}

section.page .fotograflar .item:hover span.text {
    opacity: 1;
}

#iletisimHata {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #082f48;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
}


section.page.sektorler.hover-content .box {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 320px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.page.sektorler.hover-content .box:hover {
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 1);
}

section.page.sektorler.hover-content .box .box-content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.page.sektorler.hover-content .box .box-content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    padding: 15px;
    transition: all ease .3s;
    width: 150px;
    position: absolute;
    bottom: 0;
}

section.page.sektorler.hover-content .box .box-content .list {
    position: absolute;
    bottom: -440px;
    transition: all ease .5s;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

section.page.sektorler.hover-content .box .box-content .list ul {
    display: block;
    position: relative;
    margin: 15px;
}

section.page.sektorler.hover-content .box .box-content .list ul li {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 12px;
}

section.page.sektorler.hover-content .box:hover .box-content .title {
    bottom: calc(100% - 80px);
    z-index: 9;
}

section.page.sektorler.hover-content .box:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 31, 39, 0.7);
    z-index: 2;
    transition: all 0.5s ease-out;
}

section.page.sektorler.hover-content .box:hover .box-content .list {
    bottom: 0;
    z-index: 9;
    width: 100%;
}

section.page.sektorler.hover-content .box .box-content .list ul li:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.urun-gruplari:after {
    content: '';
    background: linear-gradient(
            0deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: all ease .3s;
}

.urun-gruplari {
    height: unset;
    /*aspect-ratio: 1920/790;*/
    aspect-ratio: 744/300;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.urun-gruplari:hover:after {
    height: 150%;
}

.urun-gruplari .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.urun-gruplari .text {
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 10px;
    z-index: 5;
}

.urun-gruplari .text h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.biz-kimiz {
    background-color: #1f2853;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.biz-kimiz h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
}
.biz-kimiz p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.biz-kimiz .image {
    border-radius: 25px;
    overflow: hidden;
    max-width: 80%;
    margin-left: auto;
    position: relative;
}

.biz-kimiz .image .img-bg{
    padding-bottom: 150%;
}
.biz-kimiz .image:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.biz-kimiz .image img {}

.footer-menu {
    padding: 50px 0;
    text-align: center;
}
.footer-menu li {
    color: #0c324a;
    font-weight: bold;
    font-size: 18px;
}
.footer-menu li:first-child {
    margin-bottom: 12px;
}
.footer-menu li a {
    font-weight: 400;
    font-size: 16px;
}

.contact-text {
    color: #666666;
    line-height: 23px;
    letter-spacing: -1px;
    text-align: center;
}

section.slider .swiper-container {
    width: 100%;
    height: calc(100vw * 700 / 1705);
}

section.slider  .swiper-slide {
    overflow: hidden;
}

.video-parent{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vw * 700 / 1705);
}

.video video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

.slidingContainer{
    position: relative;
}

.slidingContainer .absolutecontainer{

    position: absolute;

    inset: 40px 0 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

    max-width: 90vw;

    padding: 7vw 0;

    pointer-events: none;

    user-select: none;
}

.slidingContainer .absolutecontainer .slidingText{

    width: 20%;

    align-self: flex-start;
}

.slidingContainer .absolutecontainer .slidingText span{

    color: #151F53;

    font-weight: bold;

    font-size: 25px;

    line-height: 1;

    margin-bottom: 15px;

    display: block;
}

.slidingContainer .absolutecontainer .slidingText span:first-line{
    color: #2b73bf;
}

.slidingContainer .absolutecontainer .slidingText.right{
    align-self: flex-end;
}
.slidingContainer .absolutecontainer .slidingText p{

    line-height: 1.2;

    font-size: 17px;
}

.slidingContainer .absolutecontainer .slidingText.right :is(span, p){

    text-align: right;
}
.twentytwenty-container img{
    width: 100%;
}


@media (min-aspect-ratio: 16/9) {
    .video video {
        margin-left: 0;
    }
}

.customContainer{
    max-width: 1800px;
    width: 90%;
    margin: 0 auto;
}


.wp-fixed{
    position: fixed;
    right: 80px;
    bottom: 10px;
    background: #25D366;
    padding: 10px 12px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.wp-fixed .wp-icon{

    background: #fff;

    -webkit-mask-image: url(../img/wp.svg);

    width: 30px;

    height: 30px;
}

.wp-fixed span{

    max-width: 0px;

    overflow: hidden;

    white-space: nowrap;

    transition: .4s ease all;

    color: #fff;

    margin-left: 0;

    font-size: 14px;
}

.wp-fixed:hover{

}

.wp-fixed:hover span{

    max-width: 200px;

    margin-left: 10px;
}
