body {
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.overflow-h {
    overflow: hidden;
}

ol,
ul,
li {
    list-style-type: none;
}

.ust_ana {
    width: 100%;
    height: 750px;
    position: relative;
    /*     background-image: url(../img/bacground.png);
    background-size: cover; */
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background-image: url(../img/bacground.png);
    background-size: cover;
    opacity: .5;
    z-index: -1;
}

.ust_menu {
    width: 100%;
    height: 15%;
    display: flex;
    z-index: 1000;
    transition: 0.5s all ease-in-out;
}

.ust_menu_content,
.ust_menu_ana_content {
    display: flex;
    width: 86%;
    margin: 0 auto;
}


.ust_logo a {
    color: #4a555d;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

.ust_logo svg {
    width: 100px;
}

.logo_yazi {
    position: relative;
    width: auto;
    top: 0px;
}

.logo_yazi span {
    font-size: 10px;
    color: #4a555d;
    position: absolute;
    bottom: 34px;
}

.logo_yazi #a1 {
    left: 6px;
}

.logo_yazi #a2 {
    right: 5px;
}

.logo_yazi #a3 {
    position: absolute;
    top: 17px;
    right: 1px;
    font-size: 14px;
}

.ust_logo p {
    color: #4a555d;
    font-size: 70px;
    letter-spacing: 3px;
    font-family: 'Baqacents Semi';
}

.listt {
    display: flex;
}

.listt i {
    cursor: pointer;
}

.ust_menu_fixed {
    position: fixed;
    background: #4a555d;
    background-size: cover;
    transition: 0.5s all ease-in-out;
    height: 86px;
}

.ust_menu_fixed .ust_logo {
    display: none;
}

.fixed-logo {
    display: none;
}

.ust_menu_fixed .fixed-logo {
    display: block;
    position: relative;
    color: white;
    font-size: 10px;
    margin-top: 6px;
    background: #4A555D;
    width: 250px;
}

.ust_menu_fixed .fixed-logo svg {
    width: 75px;
    height: 75px;
}

.ust_menu_fixed .fixed-logo p {
    font-size: 65px;
    font-family: 'Baqacents Semi';
    position: absolute;
    top: -5px;
    left: 79px;
}

.ust_menu_fixed .fixed-logo span {
    position: absolute;
    font-size: 9px;
}

.ust_menu_fixed .fixed-logo #a11 {
    left: 77px;
    bottom: 4px;
}

.ust_menu_fixed .fixed-logo #a22 {
    right: 13px;
    bottom: 4px;
}

.ust_menu_fixed .fixed-logo #a33 {
    top: 11px;
    right: 8px;
    font-size: 14px;
}

.ust_menu_fixed .ust-list ul li a {
    font-size: 14px;
    color: white;
}

.ust_menu_fixed .ust-list {
    padding-top: 51px;
    padding-left: 69px;
}

.ust-list {
    padding-top: 60px;
    padding-left: 100px;
    font-family: 'Catamaran';
}

.ust-list ul li {
    display: inline-block;
    padding-right: 35px;
}

.ust-list ul li:last-child {
    padding-right: unset;
}

.ust-list ul li a {
    text-decoration: none;
    color: #4a555d;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Catamaran';
}

.down {
    position: relative;
    transition: .5s all ease-in-out;
    display: block;
    height: 40px;
}

.fa-angle-down {
    transition: .5s all ease-in-out;
}

.down:hover .fa-angle-down {
    transform: rotate(180deg);
}

.dropdownn {
    z-index: 5;
    position: absolute;
    padding-left: unset;
    top: 39px;
    left: 0px;
    width: 120%;
    background: #249454;
    transition: .2s all ease-in-out !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    opacity: 0;
    padding-top: 25px;
    visibility: hidden;
}

.down:hover .dropdownn {
    opacity: 1;
    visibility: visible;
    top: 39px;

}

.one-drop {
    padding-right: unset !important;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    width: 90%;
    border-bottom: 1px solid #ffffff75;
    padding-bottom: 5px;
    margin-left: 12px;
}

.one-drop a {
    font-size: 12px !important;
    text-transform: uppercase;
    color: white !important;
}

.fafa {
    transform: translate(0px, 2px);
    transition: .3s all;
    color: white;
    float: right;
    margin-right: 11px;
}

.ada {
    transform: rotate(90deg);
}


.dropdownn-alt {
    position: absolute;
    right: -170%;
    top: 50%;
    transform: translateY(-40%);
    width: 325px;
    padding-left: unset;
    background: #249454;
    z-index: 5;
    transition: .1s all;
    opacity: 0;
    visibility: hidden;
    padding: 13px 0;
    text-align: center;
}

.one-drop-alt {
    padding-right: unset !important;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 8px;
    width: 90%;
}

.one-drop:hover .dropdownn-alt {
    opacity: 1;
    visibility: visible;
}

.ust-list>.listt>li.down>ul>li:nth-child(1)>ul {
    top: -25px;
    transform: translateY(0);
}

.dropdown-last a {
    font-weight: 600;
    transition: .3s all;
}


.dropdown-last .one-drop-last:hover {
    transform: translateY(4%) !important;
    transition: transform .3s ease !important;
}

.dropdown-last .one-drop-last:not(:hover) {
    transform: translateY(0%) !important;
    transition: transform .3s ease !important;
}

.dropdown-last {
    padding-left: 20px;
    margin: 15px 0;
    display: none;
    text-align: left;
}

.one-drop-last:nth-child(3) {
    margin-bottom: unset;
}

.one-drop-last {
    padding-right: 10px !important;
    margin-bottom: 15px;
}

/*  .one-drop-alt:hover .fafa{
    transform: rotate(90deg) translate(1px ,-10px);
}  */

.ust_menu_fixed .dropdownn-alt {
    right: -185%;
    width: 325px;
}

.doner * {
    font-family: unset !important;
}

.accordion-button:not(.collapsed) {
    color: #249454 !important;
    background-color: #e7f1ff00 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill= '%23212529' %3e%3cpath fill-rule= 'evenodd' d= 'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e) !important;
}

.accordion-button:focus {
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.25rem rgb(13 15 19 / 0%) !important;
}

.ust_menu_fixed .down {
    height: 31px;
}

.ust_menu_fixed .dropdownn {
    top: 35px;
    left: 0px;
    width: 120%;

}

.ust_menu_fixed .down:hover .dropdownn {
    opacity: 1;
    visibility: visible;
    top: 35px;

}

.ust_menu_fixed .dropdownn a {
    color: white !important;
}

/* MOBİLE MENU */

.nav-button,
.nav-mobile {
    display: none;
}

.container {
    display: inline-block;
    cursor: pointer;
}


/* Nav Button Css */

.bar1 {
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 200px;
}

.bar2 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 200px;
}

.bar3 {
    width: 10px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 200px;
}

.change .bar1 {
    transform: rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(-137deg) translate(10px, 12px);
    width: 30px;
}

.en-play {
    position: absolute;
    bottom: 0;
    right: 0;
}

.eng {
    z-index: 5;
    text-align: center;
    background: #4A555D;
}

.eng a {
    text-decoration: none;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: white;
    font-size: 20px;
    transition: .3s all ease-in-out;
    font-family: 'Catamaran';
    line-height: 55px;
}

.eng a:hover {
    color: white;
}

.play {
    width: 155px;
    height: 120px;
    background: #249454;
}

.play a {
    position: absolute;
    transform: translate(-50%, 85%);
    bottom: 50%;
    left: 50%;
}

.slider {
    position: absolute;
    width: 92%;
    top: 17%;
}

.slider .swiper-slide img {
    height: 100%;
}

.slider .swiper-container {
    background: black;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 36%);
}

.slider .swiper-slide img {
    opacity: .4;
}

.slider .yazi h2 {
    font-weight: 500;
}

.swiper-container {
    height: 700px;
}

.swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.swiper-pagination-bullet ::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid black;
    position: absolute;
    top: -5.5px;
    left: -5px;
}

.swiper-pagination {
    left: 30px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 70px !important;
    position: relative;
    user-select: none;
    outline: none;
    color: #fff !important;
    background-color: #fff !important;
}

.swiper-pagination-bullet:last-child {
    margin-bottom: 0 !important;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    /*top: -5.5px;*/
    /*left: -5px;*/
}

.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    background-color: #fff;
    transform: translate(-33%, 11px);
    height: 55px
}

.swiper-pagination-bullet:last-child:after {
    display: none;
}

.swiper-pagination-bullet-active:after {
    opacity: 0.1;
}

.slide_resm {
    position: absolute;
    right: 16%;
    top: 7%;
    width: 33%;
}

.slider-kadraj {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25%;
    bottom: 50%;
    filter: blur(0);
    transform: translate(25%, 50%);
    pointer-events: none;
    z-index: 1;
}

.slider-kadraj .center-point {
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 23px -9px rgba(112, 112, 112, 1);
    -moz-box-shadow: 0 0 23px -9px rgba(112, 112, 112, 1);
    box-shadow: 0 0 23px -9px rgba(112, 112, 112, 1);
}

.slider-kadraj .center-point .center-circles {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.center-circles span {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ebebeb;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: circle-1 2.5s infinite linear;
}

.center-circles .circle-2 {
    -webkit-animation-name: circle-2;
    animation-name: circle-2;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.center-circles .circle-3 {
    -webkit-animation-name: circle-3;
    animation-name: circle-3;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes circle-1 {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

@keyframes circle-2 {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.75, 1.75);
        transform: scale(1.75, 1.75);
        opacity: 0;
    }
}

@keyframes circle-3 {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

.slider-kadraj .center-point img {
    width: 70%;
    position: absolute;
}

.slider-kadraj .center-animate {
    width: 62%;
    height: 62%;
    position: absolute;
    z-index: -1;
    animation: spin 2.5s infinite linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 3px 3px 9px rgba(0, 0, 0, 0.1);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.slider-kadraj-img {
    width: 100%;
}

.yazi {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 6.5%;
    width: 36%;
    top: 30%;
    z-index: 99;
    color: #FFFFFF;
    font-family: 'Catamaran';
}

.yazi h2 {
    letter-spacing: 3px;
    font-size: 3.5rem;
    margin-bottom: unset;

}

.yazi h1 {
    font-size: 3rem;
    font-weight: 900;
}

.yazi a {
    text-decoration: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    border-radius: 100px;
    padding: 10px 0;
    width: 227px;
    font-size: 20px;
    transition: 0.3s all;
}

.yazi a:hover {
    color: white;
    letter-spacing: 0.8px;
    transform: scale(1.1);
    transition: 0.3s all;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.yazi p {
    margin: 13px 0;
    width: 84%;
}


.youtube-video {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #00000094;
    filter: drop-shadow(8px 11px 9px #00000094);
    display: none;
    transition: .3s all ease-in-out;

}

.first-video {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    transition: .3s all ease-in-out;

}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #303746;
    transition: .3s all ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 8;
}

.close:hover span {
    width: 33px;
    height: 3px;
}

.close :nth-child(1) {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, 50%) rotate(45deg);
    transition: .3s all ease-in-out;
}

.close :nth-child(2) {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, 50%) rotate(-45deg);
    transition: .3s all ease-in-out;
}

.aktiff {
    transform: scale(1.5);
    transition: .3s all ease-in-out;
}


.gelisme {
    background-color: #ececec;
    height: 800px;
    font-family: 'Catamaran';
}

.gelisme h2 {
    font-weight: 1000;
}

.izgara {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px auto;
}

.gelisme .buyuk {
    width: 81%;
    margin: 0 auto;
}

.izgara .group1 img {
    float: left;
    margin-right: 28px;
}

.izgara .group2 {
    display: flex;
    text-align: center;
    justify-content: space-around;
    width: 100%;
    margin-top: -5px;
    position: relative;
}

.group1 h2 {
    margin-bottom: 25px;
    font-size: 2.3em;
    font-weight: bolder;
}

.group1 h3 {
    color: white;
    display: initial;
    border-radius: 2px;
    font-size: 2em;
    line-height: 44px;
}

.group1 p {
    margin-top: 56px;
    width: 50%;
    margin-left: 130px;
    font-size: 20px;
}

.gelisme .alt img {
    margin-bottom: 10px;
}

.alt {
    transition: 0.3s all;
}

.alt:hover {
    transform: scale(1.1);
}

.gelisme2 {
    width: 100%;
    height: 400px;
    background-color: #4a555d;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.gelisme2 .doner {
    display: flex;
    flex-direction: column;
    width: 57%;
    align-items: baseline;
    margin-top: 50px;
    font-family: 'Catamaran';
    color: white;
}

.gelisme2 h2 {
    border-radius: 2px;
    margin-bottom: 0;
}

.gelisme2 h1 {
    margin-bottom: 15px;
    font-weight: bolder;
    font-size: 2.3em;
}

.gelisme2 p {
    margin: 25px 290px 25px 0;
    font-size: 20px;
}

.col-log {
    display: flex;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
    height: 100px;
    margin: 25px 0;
}

.gelisme2 .resms1 {
    position: absolute;
    animation-name: resim1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

.gelisme2 .resms2 {
    position: absolute;
    animation-name: resim2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

@keyframes resim1 {
    0% {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, -50);
    }

    100% {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 50);
    }
}

@keyframes resim2 {
    0% {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 50)
    }

    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes resms {
    0% {
        bottom: 100%;
        opacity: 0;
    }

    25% {
        bottom: 100%;
        opacity: 0.5;
    }

    50% {
        bottom: 0%;
        opacity: 1;
    }

    75% {
        bottom: 0%;
        opacity: .80;
    }

    100% {
        bottom: -100%;
        opacity: 0;
    }
}

.gelisme2 .resms3 {
    position: relative;
    animation-name: resmss;
    animation-duration: 3.3s;
    animation-iteration-count: infinite;
}

@keyframes resmss {
    0% {
        bottom: 100%;
        opacity: 0;
    }

    25% {
        bottom: 100%;
        opacity: 0.5;
    }

    50% {
        bottom: 0%;
        opacity: 1;
    }

    75% {
        bottom: 0%;
        opacity: .80;
    }

    100% {
        bottom: -100%;
        opacity: 0;
    }
}

.gelisme2 .resms4 {
    position: relative;
    animation-name: resms;
    animation-duration: 3.4s;
    animation-iteration-count: infinite;
}

@keyframes resms {
    0% {
        bottom: 100%;
        opacity: 0;
    }

    25% {
        bottom: 100%;
        opacity: 0.5;
    }

    50% {
        bottom: 0%;
        opacity: 1;
    }

    75% {
        bottom: 0%;
        opacity: .80;
    }

    100% {
        bottom: -100%;
        opacity: 0;
    }
}

.gelisme2 .resms5 {
    position: relative;
    animation-name: resms;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}

@keyframes resms {
    0% {
        bottom: 100%;
        opacity: 0;
    }

    25% {
        bottom: 100%;
        opacity: 0.5;
    }

    50% {
        bottom: 0%;
        opacity: 1;
    }

    75% {
        bottom: 0%;
        opacity: .80;
    }

    100% {
        bottom: -100%;
        opacity: 0;
    }
}

.doner2 {
    width: 80%;
    height: 110px;
    background: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    transform: translatey(50%);
    z-index: 5;
}

.doner2 .flex-cell img {
    width: 70%;
}

.twoA,
.twoB,
.twoC,
.twoD,
.twoE {
    opacity: 0;
}

.oneA,
.oneB,
.oneC,
.oneD,
.oneE {
    opacity: 1;
}

.oneA {
    transition: transform 3s;
    animation: doOne 6s linear 0s infinite forwards;
}

.oneB {
    transition: transform .3s;
    animation: doOne 6s linear .5s infinite forwards;
}

.oneC {
    transition: transform .3s;
    animation: doOne 6s linear 1s infinite forwards;
}

.oneD {
    transition: transform .3s;
    animation: doOne 6s linear 1.5s infinite forwards;
}

.oneE {
    transition: transform .3s;
    animation: doOne 6s linear 2s infinite forwards;
}

.twoA {
    transition: transform 3s;
    animation: doTwo 6s linear 2.5s infinite forwards;
}

.twoB {
    transition: transform .3s;
    animation: doTwo 6s linear 3.5s infinite forwards;
}

.twoC {
    transition: transform .3s;
    animation: doTwo 6s linear 4s infinite forwards;
}

.twoD {
    transition: transform .3s;
    animation: doTwo 6s linear 4.5s infinite forwards;
}

.twoE {
    transition: transform .3s;
    animation: doTwo 6s linear 6s infinite forwards;
}

@keyframes doOne {
    0% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    15% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    18% {
        opacity: 1;
        transform: translate(0, 40px);
    }

    40% {
        opacity: 1;
        transform: translate(0, 40px);
    }

    45% {
        opacity: 1;
        transform: translate(0, 40px);
    }

    50% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    100% {
        opacity: 0;
        transform: translate(0, 0px);
    }
}

@keyframes doTwo {
    0% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    15% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    18% {
        opacity: 1;
        transform: translate(0, -40px);
    }

    40% {
        opacity: 1;
        transform: translate(0, -40px);
    }

    45% {
        opacity: 1;
        transform: translate(0, -40px);
    }

    50% {
        opacity: 0;
        transform: translate(0, 0px);
    }

    100% {
        opacity: 0;
        transform: translate(0, 0px);
    }
}

.gelisme3 {
    width: 100%;
    height: 700px;
    background: #ECECEC;
    font-family: 'Catamaran';
    display: flex;
    justify-content: unset;
    align-items: center;
    color: #4A555D;
    flex-direction: column;
    position: relative;
}

.gelisme3 h1 {
    font-weight: bolder;
    font-size: 2.3em;
    margin-bottom: 15px;
}

.gelisme3 span {
    border-radius: 2px;
    color: white;
    font-size: 1.8em;
}

.gelisme3 .arge {
    width: 58%;
    flex-direction: column;
    margin-bottom: 67px;
    margin-top: 100px;
}

.gelisme3 .arge2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 80%;
}

.bolum {
    width: 20%;
    border: 1px solid #4a555d;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 23px;
    height: 200px;
    position: relative;
    transition: .5s all ease-in-out;
}

.bolum p {
    margin-top: 5px;
}

.s0,
.s1,
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8 {
    stroke: #4A565E !important;
    transition: .5s all ease-in-out;
}

.bolum.bolum-goster .s0,
.bolum.bolum-goster .s1,
.bolum.bolum-goster .s2,
.bolum.bolum-goster .s3,
.bolum.bolum-goster .s4,
.bolum.bolum-goster .s5,
.bolum.bolum-goster .s6,
.bolum.bolum-goster .s7,
.bolum.bolum-goster .s8 {
    stroke: white !important;
    transition: .5s all ease-in-out;
}

.d0,
.d1,
.d2,
.d3,
.d4,
.d5 {
    stroke: #4A565E !important;
    transition: .5s all ease-in-out;
}

.bolum.bolum-goster .d0,
.bolum.bolum-goster .d1,
.bolum.bolum-goster .d2,
.bolum.bolum-goster .d3,
.bolum.bolum-goster .d4,
.bolum.bolum-goster .d5 {
    stroke: white !important;
    transition: .5s all ease-in-out;
}

.bolum.bolum-goster .d6 {
    fill: white;
    transition: .5s all ease-in-out;
}

.f0,
.f1 {
    stroke: #4A565E !important;
    transition: .5s all ease-in-out;
}

.bolum.bolum-goster .f0,
.bolum.bolum-goster .f1 {
    stroke: white !important;
    transition: .5s all ease-in-out;
}

.bolum.bolum-goster .g0,
.bolum.bolum-goster .g1,
.bolum.bolum-goster .g2,
.bolum.bolum-goster .g3 {
    stroke: white;
    transition: .5s all ease-in-out;
}

.g1,
.g2,
.g3 {
    stroke-width: 4px;
    transition: .5s all ease-in-out;
}

.bolum::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50%;
    background-color: #4a555d;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease-in-out;
}

.bolum-goster {
    border: unset;
    background-color: #4a555d;
    color: #fff;
}

.bolum-goster.bolum::before {
    visibility: visible;
    opacity: 1;
}

.gelisme4-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gelisme4 {
    width: 100%;
    height: 175px;
    background: #4a555d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    / display: none;
    /*    / /visibility: hidden;
    / /opacity: 0;
    / */
}

.gelisme4 p {
    width: 70%;
    font-size: 18px;
}

.gosterme {
    display: none;
}

.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    color: #4a555d;
}

.opened {
    transition: 0.5s all;
}

.mobil-slider {
    display: none;
}

.gelisme5 {
    width: 100%;
    background-color: #e0dede;
    position: relative;
    font-family: 'Catamaran';
    overflow: hidden;
}

.gelisme5 .gelisme5-metin {
    padding: 75px 0 0 0px;
    width: 57%;
    margin: 0 auto;
}

.gelisme5 .gelisme5-metin span {
    color: white;
    font-size: 2em;
    border-radius: 2px;
}

.gelisme5 .gelisme5-metin h2 {
    font-size: 2.3rem;
    font-weight: bolder;
    color: #4A555D;
}

.kirmizi-slider {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 70px;
}

.gelisme5 .arka-resim {
    position: relative;
    /*width: 500px;*/
    /*height: 300px;*/
}

.gelisme5 .arka-resim img {
    height: auto;
    max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 18px !important;
    width: 100%;
}

.gelisme5 .kirmizi-slider-logo {
    position: absolute;
}

.kirmizi-container {
    height: 100% !important;
}

.oklar {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.oklar img {
    width: 30px;
}

.ok-sol,
.ok-sag {
    float: left;
    padding: 16px;
    outline: none;
    background-color: #fff;
    margin-right: 3px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.ok-sol:hover,
.ok-sag:hover {
    background-color: #dddddd;
    transition: 0.5s;
}

.footer {
    width: 100%;
    background: #4A555D;
    font-family: 'Catamaran';
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
}

.footer a {
    text-decoration: none;
    color: white;
    font-family: 'Manrope';
}

.footer a:hover {
    color: white;
}

.footer .son {
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 11px;
    margin: 0 auto;
}

.col1 {
    height: 63%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 266px;
}

.col1 img {
    width: 70%;
    cursor: pointer;
}

.footer-logo {
    display: flex;
}

.footer-logo svg {
    width: 75px;
    height: 75px;
}

.footer-logo p {
    font-size: 65px;
    font-family: 'Baqacents Semi';
    position: relative;
    transform: translate(3px, -4px);
}

.footer-logo span {
    position: absolute;
    font-size: 9px;
    font-family: 'Catamaran';
}

.footer-logo #f1 {
    bottom: 15px;
    left: 3px;
}

.footer-logo #f2 {
    bottom: 15px;
    right: 4px;
}

.footer-logo #f3 {
    font-size: 11px;
    top: 14px;
    right: 0px;
}

.col1 #sn {
    color: #9ea7ae;
    top: 40%;
    cursor: context-menu;
    font-weight: 800;
}

.col1 #sn span {
    color: white;
    cursor: pointer;
    font-weight: normal;
    margin-top: 7px;
    display: inline-block;
}

.col1 #xs {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    bottom: 20%;
}

.col1 #xs i {
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    border: 2.5px solid #249454;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s all;
}

.col1 #xs i:hover {
    transform: rotateZ(360deg);
}

.col2 h3 {
    padding-left: 28px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 600;
}

.col2 ul li {
    padding-bottom: 9px;
}

.col3 {
    height: 44%;
}

.col3 h3 {
    padding-left: 28px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 600;
}

.col3 ul li {
    padding-bottom: 9px;
}

.sonuc {
    background: #4A555D;
    color: white;
    padding: 0px 101px 0px 127px;
    font-size: 11px;
    letter-spacing: 2;
    letter-spacing: 2px;
    font-family: 'Catamaran';
    display: flex;
    justify-content: space-between;
}

.logo-button {
    display: none;
}

.footer::after {
    content: "";
    position: absolute;
    width: 87%;
    bottom: 13px;
    left: 7%;
    height: 1px;
    background-color: #b1b1b1;
}

.footer ul li {
    transition: 0.3s all;
}

.footer ul li:hover {
    transform: scale(1.01);
    font-weight: 600;
}

.cerez1 {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 126px;
    font-size: 11px;
    font-family: 'Catamaran';
    color: white;
}

.cerez {
    background: #249454;
    color: white;
    font-family: 'Catamaran';
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
    display: none;
    padding-block: 10px;

}

.cerez p {
    margin: unset;
    text-align: center;
}

.cerez a {
    color: white;
    text-decoration: none;
    transition: .3s all;
    font-weight: 700;
}

.cerez a:hover {
    color: white;
    font-weight: 600;
}

.cerez-btn {
    border-radius: 50%;
    background-color: #249454;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    transition: 0.3s all;
    font-family: 'Catamaran';
    width: 28px;
    height: 28px;
    margin: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cerez-btn:hover {
    color: #249454;
    font-weight: 900;
    background-color: white;

}

.cerez-one {
    position: fixed;
    transition: 0.5s all ease-in-out;
    height: 40px;
    bottom: 0%;
    width: 100%;
    z-index: 5;
}

.cerez-one .xc {
    display: none;
}


/*  ***************************
            HAKKIMIZDA
    ************************** */

.fixed-logo a {
    text-decoration: none;
    color: white;
}

.fixed-logo a:hover {
    text-decoration: none;
    color: white;
}

.title {
    position: relative;
    background-image: url(../img/Untitled-2.png);
    padding-top: 87px;
    margin: 0 auto;
    color: #4A555D;
    background-size: 70% 50%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Catamaran';
}

.title,
.ust_menu_content,
.ust_menu_ana_content {
    width: 86%;
}


.title .giris {
    opacity: .7;
    font-size: 14px;
}

.cap-con {
    margin: 60px auto;
    width: 96%;
}

.cap-abo {
    margin: 60px auto;
}

.title ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
    color: #4A555D;
    padding: unset;
}

.title h2 {
    font-family: 'Baqacents Semi';
    font-size: 3em;
    letter-spacing: 1.7px;
}

.title .er {
    position: absolute;
    font-size: 14px;
    left: 118px;
}

/* .giris2 span {
    font-size: 18px;
} */

.giris2 p {
    margin: 25px 0;
    line-height: 28px;
    width: 90%;
}

.title2 {
    height: 500px;
    width: 100%;
    background-color: #ECECEC;
    position: relative;
    font-family: 'Catamaran';
}

.title2 .pic {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    top: 400px;
    width: 75%;
    text-align: center;
    height: fit-content;
}


.title2 .pic a {
    text-decoration: none;
    border: 1px solid #4a555d;
    color: #4a555d;
    text-align: center;
    border-radius: 100px;
    padding: 11px 43px;
    width: 227px;
    font-size: 20px;
    transition: 0.3s all;
}

.title2 .pic a:hover {
    background-color: #4a555d;
    color: white;
    letter-spacing: 0.8px;
    transform: scale(1.1);
    transition: 0.3s all;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}

.title2 .pic p {
    margin-bottom: 60px;
    line-height: 30px;
    font-family: 'Catamaran';
}

.title2 .image {
    width: 80%;
    position: relative;
    top: -30%;
    /* left: 50%; */
    /* transform: translate(-50%, 15%); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 210px;
}

.title2 .image .image-bg {
    position: relative;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title2 .image .image-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.image span {
    position: absolute;
    font-size: 13px;
    top: 0;
    right: -2px;
}

.image img {
    width: 100%;
    height: 100%;
    opacity: .4;
}

.center {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 3%;
    align-items: center;
}

.center img {
    opacity: 1;
    width: 8%;
    margin: 30px;
    display: inline-block;
    transition: .5s all ease-in-out;
}

.center-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 33px;
    height: 250px;
    width: 100%;
}


/*  ***************************
            İLETİŞİM
    ************************** */

.contact {
    display: flex;
    width: 96%;
    font-family: 'Catamaran';
    margin: 0px auto;
    height: 540px;
}

.con1 {
    height: 450px;
    width: 33.33333333%;
}


.con1 h2 {
    font-family: 'Baqacents Semi';
    font-size: 3em;
    color: #249454;
    letter-spacing: 1.7px;
    position: relative;
}


/* .con1 span {
    position: absolute;
    font-size: 14px;
    left: 116px;
} */

.con1 h3 {
    font-size: 2.5rem;
    font-family: 'Catamaran';
    color: rgb(77, 77, 77);
}

.con1 p {
    width: 70%;
}

.ref {
    margin: 60px auto;
    width: 96%;
}

.refere {
    background: none;
}

.reff {
    margin-bottom: 20px;
}

.reff h2 {
    font-family: 'Baqacents Semi';
    font-size: 4.5em;
    color: #249454;
    letter-spacing: 1.7px;
    position: relative;
    display: inline;
}

.reff .logo-text-r {
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 0px;
}

.reff h3 {
    font-size: 2.5rem;
    font-family: 'Catamaran';
    color: rgb(77, 77, 77);
    padding-top: 20px;
}

.containers {
    width: 88%;
    margin: 0 auto;
}

.containers .row {
    margin: 20px 0;
}

.logo-text-h2 {
    position: relative;
}

.logo-text {
    position: absolute;
    top: 80%;
    font-size: 8px;
    left: 0;
}

.logo-text-right {
    right: 5px;
    left: auto;
}

.con2,
.con3 {
    width: 372px;
    height: 500px;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    box-shadow: 0 6px 24px 0 rgb(174 174 186 / 80%);
    background: white;
    margin-right: 50px;
}

.overley img {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
}

.overley {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.5s all ease-in-out;
}

.a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    transition: 0.5s all ease-in-out;
}

.fabrika {
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

.harita {
    opacity: 1;
    transition: 0.5s all ease-in-out;
}

.con2:hover .fabrika {
    opacity: 1;
}

.con2:hover .harita {
    opacity: 0;
}

.con3:hover .fabrika {
    opacity: 1;
}

.con3:hover .harita {
    opacity: 0;
}

.overley-text {
    width: 62%;
    margin: 15px 12px;
}

.con2 a,
.con3 a {
    text-decoration: none;
    color: #ff5745;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    transform-origin: left;
}

.con2 a:hover,
.con3 a:hover {
    color: #ff5745;
    font-weight: 700;
    transform: scale(1.1);
}


.overley h4 {
    font-weight: 900;
    margin-bottom: 30px;
}

.forms {
    width: 45%;
    height: 500px;
}

.flo-con {
    display: flex;
}

.flo-con input {
    flex: 50%;
}

.forms textarea {
    height: 145px;
    width: 100%;
}

.inp {
    display: flex;
    position: relative;
}

.inp img {
    border: 0;
    position: absolute;
}

.forms input,
textarea {
    color: #798885;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #e2dfdf;
    font: 14px 'avenir-next-regular', Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: transparent;
}

input[type="submit"] {
    width: 180px;
    border: 1px solid black;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
    height: 50px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-color: #303746;
    color: white;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: white;
    background-color: #7a8986;
    border: 1px solid transparent;
}

.can {
    display: flex;
    height: 515px;
    width: 96%;
    margin: 0 auto;
}

.irtibat {
    width: 20%;
    margin-right: 194px;
}

.irtibat p {
    font-weight: 400;
}

.cer {
    height: 800px;
}

.cerezza {
    width: 75%;
    margin: 0 26px;
}

.cap-cer {
    margin: 60px auto;
    width: 96%;
}

.cerezza a {
    text-decoration: none;
    color: #4A565E;
    font-weight: 600;
}

.cerezza a:hover {
    color: #4A565E;
}

.con-slider {
    display: none;
}


/* *******************
ÜRÜN GRUPLARI
******************* */

.products {
    width: 96%;
    margin: 60px auto;
}

.products-slider {
    width: 75%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.products-slider img {
    max-width: 100%;
}

.products-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: unset;
}

.products-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrows {
    width: 130px;
    position: absolute;
    top: -31px;
    right: 42px;
    z-index: 6;
    height: 70px;
}

.arrows svg {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    fill: white;
    position: absolute;

}

.button-next {
    float: left;
    width: 50%;
    background: #4A555D;
    height: 100%;

}

.button-next svg {
    top: 25%;
    left: 13%;
}

.button-prev {
    float: right;
    width: 50%;
    height: 100%;
    background: #64686b;
}

.button-prev svg {
    top: 25%;
    right: 13%;
}

.uruns {
    background-image: unset !important;
}

.red-title {
    font-size: 24px;
    border-radius: 2px;
    color: white;
    background: #249454;
    text-transform: uppercase;
    word-spacing: 2px;
    cursor: default;
    font-weight: 600;
    padding: 10px 0px 10px 34px;
    font-family: 'Catamaran';
}

.product-content {
    width: 86%;
    margin: 55px auto;
    display: flex;
    height: 500px;
}

.left-content {
    width: 26%;
    height: 205px;
    margin: 70px 0;
    background-color: #ececec;
    padding: 35px 0;
}

.left-content ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.left-content a {
    text-decoration: none;
    color: rgb(77, 77, 77);
    transition: .3s all ease-in-out;
}

.right-content {
    width: 60%;
    margin: 0 auto;
}

.tabcontent {
    display: none;
}

.pro svg {
    width: 13px;
    height: 13px;
    float: right;
}

.left-content li {
    transition: .3s all ease-in-out;
}

.left-content li:hover a {
    color: rgb(77, 77, 77);
    font-weight: 600;
    margin-left: 20px;
}

.prot {
    background-image: url(/img/product-detailb.png);
    background-position: center;
    background-size: 100%;
}

/* ***********************
           Referanslar
    ********************** */

.title-refere {
    display: flex;
    width: 86%;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
}

.title-refere .filters {
    display: none !important;
}

.filters {
    display: flex;
    height: auto;
    margin-bottom: 12px;
}

.form-select {
    border: unset !important;
    border-bottom: 1px solid #0000004a !important;
    border-radius: unset !important;
    font-family: 'Catamaran';
    letter-spacing: 1.2px;
}


.form-select:focus {
    border: unset;
    box-shadow: unset !important;
}

.ayar {
    color: rgb(77, 77, 77) !important;
}

.ayar:hover {
    background-color: none !important;

}


.coll {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    transition: .5s all ease-in-out;
    position: relative;
}

.coll img {
    width: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
    box-sizing: border-box;
    transform: scale(1);
}

.coll h3 {
    font-family: 'Catamaran';
    font-weight: 500;
    font-display: swap;
    color: white;
    position: absolute;
    bottom: -50%;
    left: 25px;
    font-size: 13px;
    opacity: 0;
    display: inline-block;
    transition: .5s all cubic-bezier(0.12, 0.34, 0.51, 1);
}

.coll:hover h3 {
    opacity: 1;
    bottom: 0;

}

.coll:hover img {
    transform: scale(1.1) translateY(-15px);
    width: 100%;
    object-fit: cover;

}


.hide {
    animation: hide 1s ease 0s 1 normal forwards;
    transform-origin: center;
    display: none;
}


@keyframes hide {
    0% {
        /* transform: scale(1); */
    }

    100% {
        /* transform: scale(0); */
        width: 33.3333333% !important;
        height: 0;
        margin: 0;
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes show {
    0% {
        /*  transform: scale(0); */
        width: 0;
        height: 0;
        margin: 0;
    }

    100% {
        /*  transform: scale(1); */
        display: flex;
        flex-wrap: wrap;

    }
}


/* ********************
            Press           
    ******************** */
.press {
    background: none;
}

.cap-press {
    width: 96%;
    margin: 60px auto;
}

/* .container-press {
    width: 84%;
    margin: 60px auto;
    background: url(/img/Untitled-2.png);
    background-position: center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    font-family: 'Catamaran';
} */
.container-press {
    width: 100%;
    margin: 0 auto;
    font-family: 'Catamaran';
    background-color: #e0e0e021;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.container-press-blog {
    width: 86%;
    margin: 0 auto;
}

.container-press .col-lg-3 {
    padding-left: 0 !important;
}

.news {
    background-color: transparent !important;
    align-items: center !important;
}

.container-press .swiper-container {
    height: auto;
    width: 50%;
    height: 100%;
}

.slider-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.slider-cards h3 {
    font-size: 2rem;
}

.slider-cards a {
    display: block;
}

.slider-buttons {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 119px;
    background: #ececec;
    right: 0%;
}

.slider-body {
    text-align: center;
    margin-left: 20px;
}

.slider-body a {
    color: black;
    text-decoration: none;
}

.slider-body p {
    width: 85%;
    margin: 0 auto;
}

.slider-body:hover a {
    color: black;
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: #31313180 !important;
}

.slider-link {
    width: 45%;
    margin: 2rem 0;
}

.slider-link img {
    width: auto;
    height: auto;
    object-fit: unset;
    backface-visibility: hidden;
}

.cards {
    /*height: 450px;*/
    /*width: 315px !important;*/
    margin-right: 50px;
    box-shadow: 3px 6px 20px 0 #aeaeba8c;
    border: none !important;
    padding: 10px 0;
    transition: .5s all ease-in-out;
    overflow: hidden;
    position: relative;
    border-radius: unset !important;
    margin-bottom: 3rem;
}

.cards img {
    max-width: 100%;
    backface-visibility: hidden;
    transition: .3s all ease-in-out;
}

.cards:hover img {
    transform: scale(1.05);

}

.cards .card-img-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    transition: .5s all ease-in-out;
    object-fit: cover;
    border-radius: unset !important;
}

.card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-evenly;
    padding: 0 !important;
    margin-top: 10px;
}

.card-body .history {
    border-bottom: thin solid #249454;
    transition: .3s all ease-in-out;
}

.card-body .history a {
    letter-spacing: 1.2px;
    color: #249454;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.card-body .history svg {
    fill: #249454;
    stroke: #249454;
    width: 20px;
    transform: translateX(-30px);
    transition: .3s all ease-in-out;
    opacity: 0;
    position: absolute;
}

.card-body .history:hover svg {
    opacity: 1;
    transform: translateX(10px);
}

.card-body .history:hover a {
    font-weight: 600;
}

.card-body .history:hover {
    transform: translateX(10px);
}


/* ********************
        Press-Detail           
    ******************** */

.refere-pic {
    width: 58%;
    margin: 35px auto;
}

.refere-pic img {
    width: 100%;
    height: auto;
}

.refere-text {
    width: 58%;
    margin: 55px auto;
    line-height: 28px;
    letter-spacing: .2px;
    font-family: 'Catamaran';
}

.text-title {
    width: fit-content;
    color: white;
    padding-right: 5px;
    margin-bottom: 30px;
    background: #249454;
    line-height: normal;
    padding-left: 12px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

/* ********************
        Production          
    ******************** */

.container-pro {
    width: 86%;
    margin: 30px auto;
}

.slider-pro {
    width: 430px;
    height: 430px;
    overflow: hidden;
}

.slider-pro .swiper-container {
    width: inherit;
    height: inherit;
}

.slider-pro .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.slider-pro .swiper-slide {
    width: inherit;
    height: inherit;
}

.slider-pro .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tesis {
    font-family: 'Catamaran';
    color: #4a555d;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.tesis h1 {
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.tesis h1::after {
    content: "";
    width: 7%;
    height: 5px;
    position: absolute;
    bottom: -9px;
    border-radius: 5px;
    left: 0;
    background-color: #249454;
}

.tesis p {
    line-height: 28px;
    width: 95%;
}

.container-pro :not(:last-child) {
    margin-bottom: 30px;
}

.container-card {
    width: 84%;
    margin: 80px auto;
    padding-right: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container-card .row {
    justify-content: space-between;
}

.card-pro {
    /* display: flex;
      flex-direction: column; */
    overflow: hidden;
    text-align: center;
    align-items: center;
    box-shadow: 3px 6px 20px 0 rgb(174 174 186 / 55%);
    border-radius: .25px;
    padding-left: unset !important;
    padding-right: unset !important;
    color: #4a555d;
    font-family: 'Catamaran';
    justify-content: space-around;
}

.card-pro img {
    object-fit: cover;
    width: 100%;
}

.inp img {
    margin-top: 15px;
}

.overlay {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 94%;
}

.alt p {
    width: 95%;
}

.overlay h4 {
    margin: 0 auto;
    position: relative;
}

.overlay h4::after {
    content: "";
    width: 50%;
    height: 5px;
    position: absolute;
    bottom: -16px;
    border-radius: 5px;
    left: 25%;
    background-color: #249454
}

.container-pro .swiper-pagination {
    bottom: 10px !important;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: unset !important;
    flex-wrap: wrap !important;
    height: 15px;
    flex-direction: unset !important;
    top: unset !important;
}

.container-pro .swiper-pagination-bullet {
    margin-bottom: unset !important;
}

.container-pro .swiper-pagination-bullet::after {
    content: unset;
}

.container-pro .swiper-pagination-bullet::before {
    content: unset;
}

.urun-wrapper .row {
    margin-bottom: 20px;
}

.red-title-wrapper .products-slider {
    margin-bottom: 20px;
}

.list-ul>li>ul {
    display: none;
}

.list-ul>li>ul>li>ul {
    display: none;
}

.accordion-body img {
    width: auto;
    height: auto;

}


.newsfromus-title {
    display: flex;
    justify-content: center;
}

.newsfromus-title>p {
    margin-top: 120px;
    font-size: 39px;
    font-weight: 600;
    color: #212529;
    width: 57%;
}


.buyuk-alt-title {
    width: 75%;
    background: #249454;
    padding: 5px;
}



.news-fromus-box {
    background-color: white;
    box-shadow: 0px 3px 12px 2px #0000004d;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.news-fromus-box-image {
    position: relative;
    overflow: hidden;
}

.news-fromus-box-image>img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-fromus-box-desc>a {
    color: white;
    background-color: #4a555d;
    padding: 20px;
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 19px;
    transition: background-color .3s;
}

.news-fromus-box-desc>a:hover {
    color: white;
    background-color: #2f3840;
}

.news-fromus-box-desc h5 {
    padding-top: 10px;
}

.uretimaltresim {
    position: relative;
}

.uretimaltresim:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 15px 60px #808080e6;
}

.uretimaltresim>p {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
}


.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, 40px) !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    top: 55% !important;
}

.accordion-button {
    padding: 1rem 0 !important;
}

.referenceContainer .col-lg-4 {
    width: 29.333333%;
    margin: 10px;
}


.referenceContainer {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr)) !important;
    gap: 10px;
}

.referenceContainer-item {
    width: 100%;
}