/* ===================================
    Qualita Creative - Griperpt
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


/* variable */
:root {
    --alt-font: 'Roboto', sans-serif;
    --primary-font: 'Montserrat', sans-serif;
    --base-color: #ffdd00; 
    --dark-gray:#1d1d1a;
}
body{
    font-size: 17px;
    line-height: 32px;
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
header .navbar-brand img {
    max-height: 39px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgba(255, 221, 4,.15);
}
.bg-base-color-light {
    background-color: rgba(255, 221, 4,.15);
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -100px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}

.cover-background-c {
    background-size:contain;
    	background-repeat: no-repeat;
	background-position: center;
}



/* Galeri genel stil */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    width: 100%;
    height: auto;
    position: relative;
}

/* Thumbnail küçük resimler */
.thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 20px;
}

.thumbnail {
    width: 80px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.thumbnail:hover {
    opacity: 0.7;
}

/* Büyük resim alanı */
.large-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.large-image {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    height:400px;
    object-fit: contain;
}

/* Sol ve sağ oklar */
.large-image-container .prev, .large-image-container .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.large-image-container .prev {
    left: 10px;
}

.large-image-container .next {
    right: 10px;
}

/* Mobil görünüm için medya sorguları */
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
        align-items: center;
    }

    .thumbnails {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .thumbnail {
        height: 60px;
        width: auto;
        margin: 5px;
    }

    .large-image-container {
        max-width: 100%;
    }

    .large-image-container .prev, .large-image-container .next {
        font-size: 20px;
        padding: 8px;
    }
}


  /* Tab nav item renkleri */
  .nav-tabs .nav-link {
    background-color: #ffdd00;
    color: #000;
    border-color: transparent;
    margin-right: 5px;
    transition: background-color 0.3s ease;
}

/* Aktif olan sekmenin rengi */
.nav-tabs .nav-link.active {
    background-color: #000;
    color: #ffdd00;
    border-color: #ffdd00;
}

/* Sekmelere hover efekti */
.nav-tabs .nav-link:hover {
    background-color: #333333;
    color: #ffdd00;
}

/* İçerik kısmının arka plan rengi */
.tab-content {

    border-radius: 10px;
    background-color: #ffdd00;
    color: #000;
    padding: 40px;
    
}

.tab-content ul li{

   list-style-type: disc;
    
}

.tab-content .docs a{

    color: #000;
    font-size: 15px;
     
 }

 .tab-content .docs a i{

    font-size: 40px;;
     
 }

 .tab-content .docs a:hover{

    color: #fff;
     
 }



 /* Tabların yan yana durması için */
.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

/* Tab butonlarının yan yana görünümünü sağlaması için */


/* Tablar mobilde daha küçük görünmesi için */
@media (max-width: 576px) {
    .nav-tabs .nav-item {
        flex: 1 1 auto;
        text-align: center;
        align-items: center;
    }

}



/*industrial area*/

.industrial-area {
    background-color: #ffdd00;
}



.nav-link img {
    
    border-radius:10px;
    
    object-fit:contain;
}

.tab-content {
    
    
    border-radius: 10px;
    min-height: 350px;
}

.content-display {
    margin-top: 15px;
}

.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scale:1;
transition: transform 0.3s ease, scale 0.3s ease; /* Zoom ve background için animasyon */
}

.usage .swiper-slide:hover {
scale:1.1;
transition: transform 0.3s ease, scale 0.3s ease; /* Zoom ve background için animasyon */
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.ofh{
    overflow:hidden;
}

.products .image {
    transition: transform 0.3s ease, background 0.3s ease; /* Zoom ve background için animasyon */
}

.products .image:hover {
    background: #ffdd00;
    transform: scale(1.1); /* Zoom efekti */
}


.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; /* Okları düzgün konumlandırmak için relative yapıyoruz */
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000; /* Okların rengi */
    background-color: rgba(255, 255, 255, 0.8); /* Oklar için yarı saydam bir arka plan */
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%; /* Dikey olarak ortalıyoruz */
    transform: translateY(-50%);
    z-index: 10; /* Okların slider üzerinde kalmasını sağlıyoruz */
    cursor: pointer;
}

.swiper-button-next {
    right: 10px; /* Sağ oka konum veriyoruz */
}

.swiper-button-prev {
    left: 10px; /* Sol oka konum veriyoruz */
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}
