@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


:root {
    --primary-color: #3f368d;
    --white-color: #fff;
    --gray-color: #a2a2a2;
    --bg-gray-color: #fafafa;
    --sora-font: "Sora", sans-serif;

    --text-l: 24px;
    --text-xl: 32px;
    --line-spaciong-21: 21px;
    --line-spaciong-31: 31px;
    --line-spaciong-43: 43px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    font-family: var(--sora-font) !important;
    font-optical-sizing: auto;
    font-style: normal;
    background: #fff;
}


nav {
    color: #707070;
    font-size: 1.1rem;
}

.nav-item {
    transition: all .3s ease-in-out;
}

.nav-item-active {
    font-weight: 600;
    color: #022E52;
}

.nav-item:hover {
    color: #022E52;
}


.home-slick-1-item {
    width: 100%;
    height: 88vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
    color: var(--white-color);
}

.home-slick-1-item .slick-track {
    height: 88vh;
}

#navbar {
    position: relative;
    /* Default positioning */
    transition: top 0.3s;
    /* Smooth transition */
}

#navbar.fixed {
    position: fixed;
    /* Fixes the navbar at the top */
    top: 0;
    /* Aligns it to the top */
    width: 100%;
    /* Ensure it spans the full width */
    z-index: 1000;
    /* Stays on top of other elements */
}

.home-slick-1-text-1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.home-slick-1-text-2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.home-slick-1-content {
    font-size: 1rem;
    font-weight: 200;
}

.custom-btn-white {
    --c: #FFFFFF;
}

.custom-btn-gray {
    --c: #6D6F72;
}

.custom-btn-red {
    --c: #AD0B1B;
}

.custom-btn-blue {
    --c: #022E52;
}

.custom-btn-1 {
    --fs: 1rem;
}

.custom-btn-1-5 {
    --fs: 1.5rem;
}

.custom-btn-2 {
    --fs: 2rem;
}

.custom-btn {
    color: var(--c);
    padding: .7rem 1.5rem;
    border: 1px solid var(--c);
    border-radius: .8rem;
    width: max-content;
    font-weight: 400;
    font-size: var(--fs);
}

.home-section-2-title-gray {
    font-weight: 200;
    color: #192833;
    font-size: 1.1rem;
}

.home-section-2-title-red-bold {
    color: #A50B22;
    font-size: 1.5rem;
    font-weight: 600;
}

.home-section-2-title-red {
    color: #A50B22;
    font-size: 1.5rem;
}


.home-section-2-content {
    font-size: .9rem;
    color: #6D6F72;
    width: 80%;
}


.home-section-2-card {
    aspect-ratio: 1/1;
    background-color: #f4f4f4;
    transition: all .3s ease-in-out;
    color: #6D6F72;
    font-weight: 600;
    font-size: 1.1rem;
}



/* .home-section-2-card:hover {
    background-color: #c8cacc;
    color: #A50B22;
} */


/* .home-section-2-card:hover .home-section-2-card-imgs img:nth-child(1) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.home-section-2-card:hover .home-section-2-card-imgs img:nth-child(2) {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
} */

.home-section-2-card .home-section-2-card-imgs img:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.home-middle-section {
    background: linear-gradient(to bottom, white 33.33%, gray 33.33%, gray 66.66%, white 66.66%);
}

.catalog-centered-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 23%;
    transition: all .3s ease-in-out;
    /* Bu satırı isteğinize göre koruyabilirsiniz */
}

.catalog-centered-image:hover {
    width: 25%;
}

.corporate-identity-section-2 {
    background: linear-gradient(to right, #DEDEDE 50%, #F7F7F7 50%);
    width: 100%;
}

.corporate-identity-section-2 input {
    width: 100%;
    height: 3rem;
    border: none;
    outline: none;
}

.bg-newspaper {
    background-repeat: no-repeat;
    background-position: right;
}

.footer-social-icon {
    border-radius: 50%;
    background-color: #FFFFFF;
    background-color: #FFFFFF;
    padding: .4rem;
    aspect-ratio: 1/1;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-news-img {
    aspect-ratio: 2/1; object-fit: contain;
}

.footer-border-b {
    border-bottom: 1px solid #FFF;
}

.page-banner-link {
    color: #AEAEAE;
    font-size: .95rem;
}

.page-banner-i {
    color: #AEAEAE;
    font-size: .2rem;
}

.page-title {
    margin-top: 1rem;
    color: #96C02E;
    font-size: 1.5rem;
    font-weight: 700;
}


.home-about-section-statistics {
    padding: 1.5rem;
  }
  
  .home-about-section-statistics > div {
    padding: 1.5rem;
  }
  
  .home-about-section-count {
    color: #AD0B1B;
    font-weight: 800;
    margin-bottom: 0.6rem;
  }
  
  .home-about-section-value {
    color: #AD0B1B;
    letter-spacing: 0.1rem;
    width: 43%;
  }

.custom-divide > div {
    border-left: 1px solid #A2A2A2;
  }
  
  .custom-divide > div:first-child {
    border: none;
  }
  

.custom-rounded-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .6rem;
    border: 1px solid #6D6F72;
    color: #6D6F72;
    width: max-content;
    padding: .8rem 1.4rem;
    font-size: .9rem;
}

/* contact form */

.contact-form input,
textarea {
  width: 100%;
  padding: 1rem !important;
  border: 1px solid #96C02E;
  color: #96C02E;
}

.contact-form input:focus,
textarea:focus {
  outline: none;
}

.contact-form input::placeholder {
  color: #96C02E; /* Placeholder text color */
  opacity: 1; /* Ensures the placeholder text is not transparent */
}

/* Optional: To support older browsers */
.contact-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #96C02E;
}

.contact-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #96C02E;
}

.contact-form textarea::placeholder {
  color: #96C02E; /* Placeholder text color */
  opacity: 1; /* Ensures the placeholder text is not transparent */
}

/* Optional: To support older browsers */
.contact-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #96C02E;
}

.contact-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #96C02E;
}

.contact-title {
  font-size: 1.2rem;
  color: #96C02E;
}

.contact-value {
  font-size: 1.2rem;
  color: #96C02E;
}

.contact-card {
  padding: .5rem;
  border: 1px solid #96C02E;
  color: #96C02E;
}

.contact-card-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: .3rem;
}




.contact-hero-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 40vh;
    color: var(--white-color);
}

/* custom link */

.custom-link {
    position: relative;
    display: inline-block;
    padding-bottom: 0.6rem;
    text-decoration: none;
    color: var(--c);
  }
  
  .custom-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--c, black);
    transition: width 0.3s ease-in-out;
  }
  
  .custom-link:hover::after {
    width: 90%;
  }
  
  .custom-link-primary {
    --c: #96C02E;
  }



  /* product detail */

  .productdetail-img {
    aspect-ratio: 1/1 !important;
    border: 1px solid #A2A2A2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

 /* .productdetail-img img {
    max-width: 85%;
    max-height: 75%;
  }  */


  /* home service */
/* 1. card */
.services-container:nth-child(1) .service-card {
    background-color: #022E52; 
}

/* 2. card */
.services-container:nth-child(2) .service-card {
    background-color: #96C02E; 
}

/* 3. card */
.services-container:nth-child(3) .service-card {
    background-color: #2E99C0;
}

/* 4. card */
.services-container:nth-child(4)  .service-card{
    background-color: #910D18;
}

.detailed-info-btn {
    background-color: #022E52;
    transition: all .3s ease-in-out;
}

.detailed-info-btn:hover {
    background-color: #96C02E;
}

.services-section-card {
    line-height: 2rem;
    font-size: .9rem;
}

.services-section-card:nth-child(3n + 1)  {
    background-color: #F8F8F8; 
    color: #3B3C3E;
}

.services-section-card:nth-child(3n + 1) .services-title  {
    color: #022E52;
}



/* 2. card */
.services-section-card:nth-child(3n + 2) {
    background-color: #96C02E; 
    color: #FFFFFF;
}

.services-section-card:nth-child(3n + 2) .services-title  {
    color: #FFFFFF;
}

/* 3. card */
.services-section-card:nth-child(3n) {
    background-color: #022E52;
    color: #FFFFFF;
}

.services-section-card:nth-child(3n + 2) .services-title  {
    color: #FFFFFF;
}

.services-section-card:nth-child(2n + 1) .services-section-card-flex {
    flex-direction: row;
}
.services-section-card:nth-child(2n) .services-section-card-flex {
    flex-direction: row-reverse;
}

.services-section-card:nth-child(2n + 1) .services-section-card-img-wrap {
    justify-content: end;
}
.services-section-card:nth-child(2n) .services-section-card-img-wrap {
    justify-content: start;
}


@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .home-slick-1-item {
        height: 50vh;
    }

    .home-slick-1-text-1 {
        font-size: 1.7rem;
    }

    .home-slick-1-text-2 {
        font-size: 1.7rem;

    }

    
.home-section-2-content {
    width: 100%;
}

.home-news-img {
    aspect-ratio: auto; 
    object-fit: cover;
    height: 100%;
}

.catalog-centered-image {
    left: auto;
    right: 0;
    transform: translate(0, 0);
    top: 10%;
}


.corporate-identity-section-2 {
    background: linear-gradient(to right, #DEDEDE 50%, #DEDEDE 50%);
}

.corporate-identity-section-2-2{
    background: #F7F7F7 !important;
}



.contact-hero-img {
    height: 20vh;
}

.home-about-section-statistics {
    padding: .3rem;
  }
  
  .home-about-section-statistics > div {
    padding: .3rem;
  }

  .home-about-section-value {
    width: 90%;
  }

}

@media only screen and (max-width: 576px) {
    html {
        font-size: 12px;
    }

}


/* .home-slick-1-text-1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.home-slick-1-text-2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.home-slick-1-content {
    font-size: 1rem;
    font-weight: 200;
} */