@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,700;1,600&family=Bricolage+Grotesque:opsz,wght@12..96,200;12..96,300&family=Onest:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Wix+Madefor+Display:wght@400;500;600;800&display=swap');

a {
    text-decoration: none;
    font-family: Albert Sans, SemiBold !important;
}

p {
    font-family: Albert Sans, SemiBold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

li {
    list-style-type: none;
}

h1 {
    font-family: Albert Sans, SemiBold !important;
}

h2 {
    font-family: Albert Sans, SemiBold !important;
}

h3 {
    font-family: Albert Sans, SemiBold !important;
}

h4 {
    font-family: Albert Sans, SemiBold !important;
}

h5 {
    font-family: Albert Sans, SemiBold !important;
}

h6 {
    font-family: Albert Sans, SemiBold !important;
}

#subtraction {
    width: 400px;
    margin-bottom: 35px;
}

.t-blue48 {
    color: #2C3888;
    font-size: 48px;
    font-family: Albert Sans, SemiBold !important;
}

.t-blue40 {
    color: #2C3888;
    font-size: 40px;
    font-family: Albert Sans, SemiBold !important;
}

.t-blue30 {
    color: #2C3888;
    font-size: 30px;
    font-family: Albert Sans, SemiBold !important;
}

.t-blue24 {
    color: #2C3888;
    font-size: 24px;
    font-family: Albert Sans, SemiBold !important;
}

.t-gray24 {
    color: #B9B9B9;
    font-size: 24px;
    font-family: Albert Sans, SemiBold !important;
}

.t-white24 {
    color: #ffffff;
    font-size: 24px;
    font-family: Albert Sans, SemiBold !important;
}

.t-gray20 {
    color: #B9B9B9;
    font-size: 20px;
    font-family: Albert Sans, SemiBold !important;
}

.t-blue16 {
    color: #2C3888;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

.t-white30 {
    color: #ffffff;
    font-size: 30px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

.t-white40 {
    color: #ffffff;
    font-size: 40px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

.t-gray16 {
    color: #B9B9B9;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

.t-black16 {
    color: #000000;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

.owl-theme .owl-nav {
    display: none;
}

#col1 {
    text-align: end;
    display: flex;
    justify-content: end;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    background: linear-gradient(0deg, #0000008f, #ffffff00 100%);
    top: 0;
    left: 0;
    padding: 20px;
}

.overlay:hover {
    background: linear-gradient(0deg, #000000bb, #ffffff00 100%);
}

.overlay:hover span i {
    margin-bottom: 30px;
    cursor: pointer;
}

.overlay i {
    transition: margin-bottom 0.3s, background-color 0.3s;
}

.navbar {
    backdrop-filter: blur(10px);
    z-index: 3;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    flex-wrap: wrap;
    z-index: 10;
}

.navbar-nav {
    align-items: center;
}

#nav2 {
    text-align: end;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    font-family: Albert Sans, SemiBold !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav .nav-item .head2 {
    font-family: Albert Sans, SemiBold !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav .nav-item .dropdown .btn {
    font-family: Albert Sans, SemiBold !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    background-color: none !important;
    border: none;
}

.navbar-nav .nav-item .dropdown .dropdown-menu {
    flex-direction: column;
    border: none;
    border-radius: 0;
}

.navbar-nav .nav-item .dropdown .dropdown-menu a:focus {
    background-color: #2C3888;
    color: #ffffff;
}

.navbar-nav .nav-item .dropdown ul li {
    display: block;
}

.flag-menu::before {
    background-color: transparent;
}

.flag-menu {
    display: block;
    opacity: 0;
    top: -200px;
    transition: top 0.5s, opacity 0.3s;
    width: 35px;
    border: none;
    z-index: -1;
    background-color: transparent;
    left: 5px;
}

.flag-menu .dropdown-item:hover {
    background-color: transparent;
}

.lang-flag .dropdown-toggle::after {
    display: none;
}

.hover-menu {
    display: block;
    opacity: 0;
    top: -400px;
    transition: top 0.5s, opacity 0.3s;
    width: 600px;
    height: auto;
    border: none;
    z-index: -1;
    background-color: transparent;
}

.hover-menu .row {
    width: 600px;
    height: 300px;
    background-color: #ffffff;
}

.hover-menu .dropdown-item {
    font-size: 16px;
    font-family: Albert Sans, SemiBold !important;
    font-weight: 500;
}

.hover-dropdown:hover>.hover-menu {
    z-index: 3;
    opacity: 1;
    top: 2rem;
}

.hover-dropdown:hover>.flag-menu {
    z-index: 3;
    opacity: 1;
    top: 3rem;
}

.menu-img {
    position: relative;
}

.hover-dropdown img {
    object-fit: cover;
}

.social-media a {
    font-size: 20px;
    margin-left: 5px;
    color: #ffffff;
}

.social-mediah2 a {
    font-size: 20px;
    margin-left: 5px;
    color: #ffffff;
}

.social-media2 a {
    font-size: 30px;
    margin-left: 25px;
    color: white;
}

.lang-flag img {
    width: 35px;
}

.flag-hover {
    position: absolute;
    display: none;
}

.lang-flag a:hover ul {
    display: block;
}

.carousel {
    z-index: 0;
}

.carousel-item .slider-item-img {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.carousel-indicators {
    width: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    /* Dikey olarak ortalamak için */
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* Alt alta sıralamak için */
    align-items: flex-end;
    /* Sağa hizalamak için */
    padding: 0;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: auto;
    /* "auto" kullanarak sol taraftan boşluk bırakmaz */
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* Daire yapmak için */
    margin: 5px 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
}



.carousel-item .slider-item-img {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.slide-to-text {
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 450px;
    height: 350px;
    background-color: #ffffff;
    padding: 40px;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    border-radius: 50%;
    width: 50px;
    /* Dairenin genişliği */
    height: 50px;
    /* Dairenin yüksekliği */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    /* Beyaz kenarlık eklemek için */
}

hr {
    margin: 0rem 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #fff;
    /* Daire içindeki ikonun rengi */
    font-size: 24px;
    /* Daire içindeki ikonun boyutu */
}



#btn1 {
    background-color: rgba(0, 0, 0, 0);
    width: 151px;
    height: 42px;
    border-color: #FFFFFF;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

#btn1:hover {
    background-color: white;
    border-color: none;
    color: #0A2876;
}

#btn1 span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn1:hover span {
    transform: translateX(-10%);
}

#btn1::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20%);
}

#btn1:hover::before {
    opacity: 1;
    transform: translateX(200%);
}




#btn2 {
    background-color: #0a2876;
    width: 151px;
    height: 42px;
    border-color: #ffffff00;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

#btn2:hover {
    background-color: #911d1f;
    border-color: none;
    color: #fff;
}

#btn2 span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn2:hover span {
    transform: translateX(-10%);
}

#btn2::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20%);
}

#btn2:hover::before {
    opacity: 1;
    transform: translateX(200%);
}

#h4_1 {
    color: #911d1f;
    font-size: 50px;
    font-family: Albert Sans;
    width: 350px;
    font-weight: 800;
    padding-top: 100px;
}

#p_1 {
    color: #fff;
    font-size: 17px;
    font-family: Albert Sans;
    width: 350px;
    padding-top: 25px;
}

#h5_1 {
    color: white;
    font-size: 36px;
    padding-top: 27px;
}

#h5_2 {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#btn3 {
    background-color: #0a2876;
    border-color: #FFFFFF;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;

}

#btn3:hover {
    background-color: #0a2876;
    border-color: none;
    color: #fff;
}

#btn3 h5 {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn3:hover h5 {
    transform: translateX(-10%);
}

#btn3::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(50%);
    font-size: 40px;
    padding-top: 40px;
    font-weight: bold;
}

#btn3:hover::before {
    opacity: 1;
    transform: translateX(250%);
}


#btn4 {
    background-color: #911d1f;
    border-color: #FFFFFF;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-left: 50px;
    z-index: 3;

}

#btn4:hover {
    background-color: #911d1f;
    border-color: none;
    color: #fff;
}

#btn4 h5 {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn4:hover h5 {
    transform: translateX(-10%);
}

#btn4::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(50%);
    font-size: 40px;
    padding-top: 40px;
    font-weight: bold;
}

#btn4:hover::before {
    opacity: 1;
    transform: translateX(250%);
}

#btn5 {
    background-color: black;
    width: 151px;
    height: 42px;
    border-color: #ffffff00;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
}

#btn5:hover {
    background-color: #fff;
    border-color: none;
    color: #192D81;
}

#btn5 span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn5:hover span {
    transform: translateX(-10%);
}

#btn5::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20%);
}

#btn5:hover::before {
    opacity: 1;
    transform: translateX(200%);
}

#btn6 {
    margin-left: 50px;
    z-index: 1;
    background-color: #0a2876;

    border-color: #FFFFFF;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;

}

#btn6:hover {
    background-color: #0a2876;
    border-color: none;
    color: #fff;
}

#btn6 h5 {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn6:hover h5 {
    transform: translateX(-10%);
}

#btn6::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(50%);
    font-size: 40px;
    padding-top: 40px;
    font-weight: bold;
}

#btn6:hover::before {
    opacity: 1;
    transform: translateX(250%);
}

#btn7 {
    margin-bottom: 300px;
    margin-top: 25px;
    background-color: #0a2876;
    width: 151px;
    height: 42px;
    border-color: #ffffff00;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

#btn7:hover {
    background-color: #911d1f;
    border-color: none;
    color: #fff;
}

#btn7 span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn7:hover span {
    transform: translateX(-10%);
}

#btn7::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20%);
}

#btn7:hover::before {
    opacity: 1;
    transform: translateX(200%);
}


#btn8 {
    background-color: #0a2876;
    width: 151px;
    height: 42px;
    border-color: #ffffff00;
    color: #fff;
    font-family: Albert Sans, Medium;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-right: 40px;
}

#btn8:hover {
    background-color: #911d1f;
    border-color: none;
    color: #fff;
}

#btn8 span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

#btn8:hover span {
    transform: translateX(-10%);
}

#btn8::before {
    content: '\2192';
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20%);
}

#btn8:hover::before {
    opacity: 1;
    transform: translateX(200%);
}

#p1 {
    position: absolute;
    left: 280px;
    padding-top: 0px;
    top: -100px;
    color: #0a2876;
    font-size: 50px;
    font-weight: 800;
}

#p2 {
    position: absolute;
    left: 280px;
    padding-top: 10px;
    top: -50px;
    color: #0a2876;
    font-size: 32px;
    font-weight: 800;
}

#p3 {
    position: absolute;
    left: 680px;
    padding-top: 0px;
    top: -100px;
    color: #911d1f;
    font-size: 50px;
    font-weight: 800;
}

#p4 {
    position: absolute;
    left: 680px;
    padding-top: 0px;
    top: -50px;
    color: #911d1f;
    font-size: 50px;
    font-weight: 800;
}

#p5 {
    position: absolute;
    left: 680px;
    padding-top: 10px;
    top: -50px;
    color: #911d1f;
    font-size: 32px;
    font-weight: 800;
}

#p6 {
    position: absolute;
    left: 1080px;
    padding-top: 0px;
    top: -100px;
    color: #0a2876;
    font-size: 50px;
    font-weight: 800;
}

#p7 {
    position: absolute;
    left: 1080px;
    padding-top: 10px;
    top: -50px;
    color: #0a2876;
    font-size: 32px;
    font-weight: 800;
}




#img2 {
    width: 350px;
    position: absolute;
    left: 140px;
    padding-top: 90px;
    z-index: 4;
}

#img3 {
    width: 243px !important;
    position: absolute;
    left: 1000px;
    /*padding-top:115px; */
    z-index: 2;
    top: -116px;
}
#img7 {
    width: 243px !important;
    position: absolute;
    left: 600px;
    /*padding-top:115px; */
    z-index: 2;
    top: -116px;
}

#img4 {
    width: 350px;
    position: absolute;
    left: 1400px;
    padding-top: 90px;
    z-index: 0;
}

#img5 {
    /*background-image: url('https://acarkardesler.postajans.com.tr/assets/img/imaj2.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
    background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
    #img5 {
        background-attachment: scroll;
        position: relative;
    }
}

#img6 {
    width: 310px;
    cursor: pointer;
}


#col_2 {
    text-align: start;
}



#resim2 img {
    width: 350px;
    transition: transform 0.3s, margin 0.3s ease-in-out;
}

#resim2:hover img {
    transform: scale(1.1);
    /* You can adjust the scale factor as needed */
}

#resim2:hover::before {
    opacity: 1;
    transform: translateX(500%) scale(1.0);
}


.carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding-bottom: 230px;

}


.carousel-caption .t-white-60-b {
    margin-right: 5px;
}

.carousel-caption .t-white-60 {
    border-bottom: solid 2px #ffffff;
}

.carousel-caption p {
    font-size: 60px;
    font-family: Albert Sans, Italic;
    color: #FFFFFF;
    line-height: 95px;
}

#contprev {
    text-align: end;
}

#contnext {
    text-align: start;
}

#cen {
    text-align: start;
}

#img1 {
    position: relative;
    bottom: -100px;
    right: -200px;
}

#img1head {
    position: relative;
    bottom: 80px;
    right: -1200px;
    width: 472px;
}

#img1head2 {
    position: relative;
    bottom: -50px;
    right: -1200px;
    width: 472px;
}

.egik-div {
    background-color: #0A2876;
    /*width: 383px;*/
    /*height: 38px;*/
    height: 75px;
    transform: skewX(-10deg);
}
@media (max-width: 1440px) {
    .egik-div {height: 55px;}
    .carousel-caption p {line-height: 65px;}
}
@media (max-width: 1024px) {
    .egik-div {height: 30px;}
    .carousel-caption p {line-height: 30px;}
    .carousel img {height: 100vh;}
}
@media (max-width: 768px) {
    .egik-div {height: 30px;}
    .carousel-caption p {line-height: 30px;}
    .carousel img {height: 75vh !important;}
    /*#section2 {padding-top: 155px; !important;}*/
}


.egik-div2 {
    background-color: #0a2876;
    transform: rotate(-90deg);
    width: 350px;
    height: 150px;
}

.egik1 {
    transform: skewX(-10deg);
    font-weight: 900;
}

#row1 {
    width: 100%;

}


#div3 {
    background-color: white;
    border-radius: 40px;
    padding: 30px 30px 0 30px;
    margin-top: 100px;
    margin-bottom: 0px;
    text-align: center;
}

#div4 {
    background-color: white;
    border-radius: 40px;
    padding: 30px;
    margin-top: 200px;
    margin-bottom: 0px;
    text-align: center;
}

.parallax {
    /* The image used */
    background-image: url("https://acarkardesler.postajans.com.tr/assets/img/parallax.png");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@supports (-webkit-touch-callout: none) {
    .parallax {
        background-attachment: scroll;
        position: relative;
    }
}

#counter {
    font-family: Albert Sans, Bold;
}

#counter2 {
    font-family: Albert Sans, Bold;
}

#counter3 {
    font-family: Albert Sans, Bold;
}


.parallax2 {
    /* The image used */
    background-image: url("https://acarkardesler.postajans.com.tr/assets/img/imaj.png");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#div1 {
    background-color: white;
    border-radius: 40px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#col3 {
    height: 230px;
    margin-left: 30px;
}

#col4 {
    text-align: start;

}





div.containerr {
    width: 1200px;
    height: 530px;
    position: relative;
    margin: 0 55px 0 55px;

}

div.image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.before {
    width: 50%;
    z-index: 2;

}

div.after {
    width: 100%;
    z-index: 1;
}

#con2 {
    margin-bottom: 50px;
}


input.slider {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    position: absolute;
    margin: 0px;
    z-index: 3;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    z-index: 4;
}

input.slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background-color: white;
    cursor: pointer;
}

input.slider::-webkit-slider-thumb {
    width: 6px;
    height: 530px;
    background-color: white;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.slider-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 21px);
    cursor: pointer;
    z-index: 3;
}

div.slider-button:before {
    color: #555;
    position: absolute;
    top: 3px;
    left: 0px;
    content: "\2B9C";
}

div.slider-button:after {
    color: #555;
    position: absolute;
    top: 3px;
    right: 0px;
    content: "\2B9E";
}

#ref1 {
    display: inline-block;
    width: 350px;
    height: auto;
    background-color: #911E1E;
    color: #fff;
    padding-top: 5px;
    font-size: 22px;
    font-weight: 700;
}

#ref1 p {
    height: 70px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ref2 {
    display: inline-block;
    width: 350px;
    height: 40px;
    background-color: #0A2876;
    color: #fff;
    padding-top: 5px;
    font-weight: 400;
}

#divp p {
    color: #393939 !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.whatsappbutton {
    position: fixed;
    right: 1%;
    bottom: 3%;
    border-radius: 50%;
    z-index: 9;
}

.whatsappbutton img {
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.contact-form input,
textarea {
    background-color: #E8E8E8;
    border: none;
    width: 100%;
    min-height: 60px;
    padding: 5px 20px;
}

#headercontact {
    background-color: #E8E8E8;
    padding: 5px 10px;
    width: 150px;
    border: none;
}

.czm-box {
    width: 100%;
    height: 300px;
    position: relative;
}

.czm-box img {
    width: 100%;
    /*height: 200px;*/
    margin-bottom: 80px;
    object-fit: cover;
}

.czm-box-bottom {
    height: 90px;
    width: 100%;
    background-color: #0A2876;
    position: absolute;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    text-align: center;
}

.czm-box:hover .czm-box-bottom {
    height: 100%;
    background-color: #0a297685;
    backdrop-filter: blur(5px);
}

.czm-box-bottom .link-2 {
    display: none;
    width: 80px;
}

.czm-box:hover .czm-box-bottom .link-2 {
    display: inline-block;
}

.custom-box {
    border: 1px solid #cbc9c9;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.owl-carousel .owl-item img {
    height: 180px;
    object-fit: cover;
}

.owl-dots {
    display: none;
}

#galery-prev,
#galery-prev3 {
    background-color: #911D1F;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#galery-next,
#galery-next3 {
    background-color: #911D1F;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#video-prev,
#galery-prev2 {
    background-color: #0A2876;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#video-next,
#galery-next2 {
    background-color: #0A2876;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#galery-next,
#galery-prev,
#galery-next2,
#galery-prev2,
#video-prev,
#video-next,
#galery-next3,
#galery-prev3 {
    color: #ffffff;
}

#uretim1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#afteranimation {
    display: none;
}

#slowly {
    transition: max-height 1s ease-in-out;
    max-height: 400px;
    overflow: hidden;
}

.fade-out {
    max-height: 0;
    /* Yavaşça kaybolması için maksimum yüksekliği sıfıra ayarla */
}

ul.dropdown-menu.show {
    display: flex !important;
    flex-wrap: wrap;
    min-width: 15rem;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 40px);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-toggle.toogl::after {
    color: #ffffff;
}

.dropdown-toggle.toogl2::after {
    color: #ffffff;
}

.passive-flags {
    opacity: 0;
    position: absolute;
    padding: 0;
    top: -30px;
    transition: 0.5s;
    visibility: hidden;
}

.flags {
    position: relative;
    cursor: pointer;
}

.active-flag i {
    transition: 0.5s;
    color: #1D1D1D;
}

.flags img {
    width: 18px;
}

.flags:hover .passive-flags {
    opacity: 1;
    top: 32px;
    visibility: visible;
}

.flags:hover .active-flag i {
    transform: rotate(180deg);
}

#pd10 {
    color: #ffffff;
}

.category-list {
    position: sticky;
    top: 150px;
    margin-left: 0;
    padding-left: 0;
}

.category-list li {
    margin-bottom: 15px;
}

.menu-default {
    display: flex;
    height: 48px;
    background-color: #F0F0F0;
    color: #2C3888;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    padding-left: 10px;
}

.menu-active {
    background-color: #F0F0F0;
    color: #911d1f;
    display: flex;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    padding-left: 10px;
}

.holder::-webkit-scrollbar {
    display: none;
}

.slides {
    display: none;
}

.slides img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 16.66%;
    /*bottom: 65px;*/
    position: relative;
}

.slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
    width: 100px;
    height: 60px;
}

.active,
.slide-thumbnail:hover {
    opacity: 1;

}

.catalog-link {
    display: inline-block;
    padding: 10px 15px;
    background-color: #2C3888;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 40px;
}

.catalog-link:hover {
    background-color: #182057;
}

.accordion-button {
    font-size: 26px;
    font-family: Albert Sans, SemiBold !important;
}

.accordion-body {
    font-size: 16px;
    color: #3e3e3e;
    font-family: Albert Sans, SemiBold !important;
}

.accordion-body ul li,
.accordion-body p {
    font-size: 16px;
    color: #3e3e3e;
    font-family: Albert Sans, SemiBold !important;
    font-weight: 600;
}

#accordionFlushExample {
    margin: 50px 0px;
}

#urunlerbody {
    margin-top: 25px;
}

#urunlerbody :where(h1, h2, h3, h4, h5, h6, p, ul li) {
    font-family: Albert Sans, SemiBold !important;
}

#urunlerbody :where(h1, h2, h3, h4, h5, h6) {
    color: #2C3888;
}

#urunlerbody p,
#urunlerbody ul li {
    font-family: Albert Sans, SemiBold !important;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
}


.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #a2a2a2;
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button {
    margin: 0 10px;
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: normal;
    font-size: 12px;
}

.belgeler .col-md-12 {
    height: 50px;
    display: flex;
    background-color: #f1f1f1;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.belgeler .col-md-12 a p {
    color: #2C3888;
    font-size: 16px;
    font-family: Albert Sans, SemiBold !important;
    margin-bottom: 0px;
}

.belgeler .col-md-12 a {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.belgeler {
    margin-bottom: 50px;
}

#hoverfooter a p {
    transition: font-weight 0.3s ease;
}

#hoverfooter a p:hover {

    font-weight: 600 !important;
}

#beforeanimation {
    height: 800px;
    max-height: 800px;
}

#afteranimation {
    height: 800px;
    max-height: 800px;
}

#corporate {
    margin-top: 150px;
}

#corporateimg {
    width: 530px;
}

#corporateimg2 {
    width: 530px;
}

#afteranimation div h2 {
    position: relative;
    top: 150px;
    z-index: 5;
    margin-left: 10%;
    color: #FFFFFF;
    font-size: 100px;
    font-weight: 700;
}

#slowly {
    text-align: center;
    padding-top: 200px;
}

.slowlydiv {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

#corporatetext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.czm-box-bottom p {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
}

#productspad {
    padding: 0px;
}

#productimg {
    width: 475px;
}

#productionvideo_html5_api {
    width: 100vw;
    height: 98vh;
    object-fit: cover;
}

.productionvideo-dimensions {
    height: 98vh;
    width: 100vw;
}

#productiondiv {
    background-color: #0A2876;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding-left: 50px;
    justify-content: center;
    position: relative;
    top: -100px;
}

#sec1 {
    margin-bottom: 200px;
}

#sec1 .col-md-8 {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 50px 50px 0px 50px;
}

#gallerydiv {
    background-color: #0A2876;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#gallerydiv2 {
    background-color: #911D1F;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#contactleft {
    padding-left: 100px;
}

#contactbottom {
    width: 100%;
    margin-bottom: 100px;
}

#ssssec {
    margin-top: 200px;
}

#sssimg {
    width: 400px;
}

#tbletki p {
    color: #2C3888;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

#pdetailt p {
    color: #2C3888;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

#producitontb p {
    color: #2C3888;
    font-size: 16px;
    font-family: Albert Sans, Medium !important;
    font-weight: 400;
}

#homeidd {
    /* background-color: white; */
    border-radius: 40px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.wp-button {
    width: 250px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#modal-fuar {
    width: 45%;
    position: fixed;
    margin: 0 auto;
    top: 5%;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #0000003d;
    z-index: 20;
}

#modal-button {
    float: right;
    font-size: 25px;
    color: #d30000;
    border: none;
    background-color: transparent;
}

.modal-fuar-content {
    display: inline-flex;
    justify-content: center;
}

.modal-fuar-content img {
    width: 95%;
    object-fit: contain;
}


.home-prod-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100%;
}

.home-prod-card img {
    width: 300px;
    margin-left: -50%;
}

.home-prod-img-1 {
    margin-top: 200px;
}

.rotate-button {
    transform: rotate(-90deg);
    min-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2876;
    color: #fff !important;
    text-decoration: none;
    flex-direction: column;
    padding: 10px 10px 30px;
}

.rotate-button h5 {
    display: block;
    margin: 0;
}

.hideShowButton{
    width: 270px;
    padding: 10px 30px;
    border: none;
    color: #911D1F;
    transition: all .5s;
    background-color: #fff;
}
.hideShowButton:hover{
    background-color: #911D1F;
    color: #fff;
}
/* Mobile Portrait */
@media (max-width: 599px) {
    .home-prod-column {
        flex: 0 0 100% !important;
    }

    .home-prod-card img {
        width: 300px;
        margin: auto;
    }
}

/* Tablet Portrait */
@media (min-width: 600px) and (max-width: 899px) {
    .home-prod-column{
        flex: 0 0 50% !important;
    }
    .home-prod-card img {
        width: 175px;
    }
}

/* Tablet Landscape */
@media (min-width: 900px) and (max-width: 1199px) {
    .home-prod-card img {
        width: 175px;

    }
}

/* Desktop (Small) */
@media (min-width: 1200px) and (max-width: 1399px) {

}

/* Desktop (Large) */
@media (min-width: 1400px) and (max-width: 1799px) {
    .home-prod-card img {
        width: 245px;

    }
}

/* Desktop (Extra Large) */
@media (min-width: 1800px) {
    /* Buraya çok büyük masaüstü ekranlar için stil kurallarını ekleyin */
}

@media (max-width: 768px) {
    .home-prod-card {
        flex-direction: column;
        /* Küçük ekranlarda buton ve görseli dikeyde hizalar */
        align-items: center;
        /* Ortalamayı sağlar */
    }

    .rotate-button {
        transform: rotate(0deg);
        /* Küçük ekranlarda butonu dik konumda gösterir */
        height: auto;
        /* Butonun boyutlarını daha uygun hale getirir */
        width: auto;
        /* Butonun genişliğini ayarlar */
    }
}

.blog-card{
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    position: relative;
    height: 450px;
    width: 100%;
}
.blog-card img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-card .blog-btn{
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0a2876;
    display: block;
    width: 90%;
    text-align: center;
    transition: all 0.5s;
    position: absolute;
    bottom: 10px;
}
.blog-card .blog-btn i{
    font-size: 14px;
    margin-left: -10px;
    opacity: 0;
    transition: all 0.5s
}
.blog-card:hover .blog-btn i{
    margin-left: 5px;
    opacity: 1;
}
.blog-card .blog-btn:hover{
    background-color: #911d1f;
}

.news-side-card img{
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
}
.news-side-card{
    /* padding: 10px; */
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: var(--bs-card-border-radius);
    word-wrap: break-word;
    transition: all 0.5s
}
.news-side-card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
    transition: transform 0.2s;
}
.news-card:hover {
transform: scale(1.02);
}
.btn-primary {
background-color: #911d1f;
border: none;
}
.section-title {
    font-weight: 800;
    color: #911d1f;
}
.subheading {
    font-weight: 600;
    color: #444;
}
.news-meta {
    font-size: 0.875rem;
    color: #888;
}
.news-image {
    max-height: 300px;
    object-fit: cover;
}


.blog-slider, .slider-item, .slider-item img{ height: 650px; overflow: hidden; border-radius: 20px}
  .slider-img{ height: 650px !important; object-fit: cover; border-radius: 20px}

  .blur-info-box{
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: absolute; z-index: 2;
    display: flex; align-items: center;
    border-radius: 30px
  }
  .content-box{
    width: 100%;
    padding: 30px 40px;
    position: absolute; z-index: 2;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .blog-card-two{
    border-radius: 15px;
    padding: 10px;
    height: 480px;
    width: 100%;
    border: 1px solid transparent;
    transition: all .4s;
  }
  .blog-card-two:hover{
    border: 1px solid #2C3888;
    scale: 1.02;
  }
  .blog-card-two:hover p.h5{
    color: #2C3888 !important;
  }
  .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }

  .image-wrapper img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 15px
  }

  /* Shine efekti */
  .image-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.4) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: rotate(25deg) translateX(-100%);
    transition: transform 0.8s ease;
    z-index: 2;
    pointer-events: none;
  }

  .blog-card-two:hover .image-wrapper::before {
    transform: rotate(25deg) translateX(100%);
  }
  .blog-overlay{
    /* background: rgba(0,0,0,0.4); */
    background: linear-gradient(10deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0; left: 0; width: 100%; height: 100%;
  }

  @media (max-width: 576px) {
    .blog-slider, .slider-item, .slider-item img{ height: 400px; overflow: hidden; border-radius: 20px}
    .slider-img{ height: 400px !important; object-fit: cover; border-radius: 20px}

    .content-box{width: 100%;padding: 15px 20px; background-color: rgba(0, 0, 0, 0.2); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);}
    .blur-info-box{padding: 8px 12px; font-size: 13px}
    .content-box p.h3{font-size: 17px !important}
    .content-box p.text-white{font-size: 14px}
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .blog-card-two {height: 570px;}
  }


.custom-tab-btn{
    background-color: #f1f3f5;
    min-width: 200px;
    text-align: center;
    color: #343a40;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1rem;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.custom-tab-btn.active{
    background-color: #2C3888;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    border-color: #2C3888;
}