.swiper {
    width: 100%;
    height: 820px;
}

.autoplay-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff33;
  z-index: 10;
  overflow: hidden;
}

.autoplay-progress .progress-bar {
  height: 100%;
  width: 0%;
  background-color: #026002;
  transition: width 0s linear;
}

.swiper-image
{
    position: relative;
}

.swiper-image, .swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .swiper-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(47.94% 169.87% at 0% 0.83%, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(22.94% 38.87% at 100% 0%, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    }

.swiper-text-area {
    position: absolute;
    top: 0;
    max-width: 1600px;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 180px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.swiper-text {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.swiper-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    width: 600px;
}

.swiper-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    width: 300px;
}

.swiper-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 12px;
    background: #fff;
    width: max-content;
    max-width: 100%;
    border-radius: 4px;
}

.swiper-box-image, .swiper-box-image img {
    width: 140px;
    aspect-ratio: 2/1.75;
    object-fit: cover;
    border-radius: 2px;
}

.swiper-box-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
    width: 180px;
    max-width: 100%;
    word-break: break-word;
}

.swiper-box-button-area {
    height: 100%;
    display: flex;
    align-items: end;
}

.swiper-box-button {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #026002;
    border-radius: 50px;
}





/*Ürünlerimiz*/

.products-section {
    padding-top: 75px;
    padding-bottom: 130px;
    background: #fff;
}

.products-cards {
    columns: 3;
}

.product-card {
    background: gainsboro;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.product-card-image, .product-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 620px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 420px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 520px;
}


.product-card-text {
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    padding: 0 42px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
}

.product-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}

.product-card-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F7F8F3;
    padding: 17px 20px;
    border: 1px solid transparent;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
    transition: .3s;
}

.product-card:hover .product-card-button {
    border: 1px solid #fff;
    transition: 1.5s;
}

.product-card-button-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}

.product-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.26%, rgba(0, 0, 0, 0.62) 100%);
    user-select: none;
    pointer-events: none;
}

.product-card:hover .product-card-button-wrapper
{
    max-height: 60px;
    transition: max-height .4s;
}

.product-card:hover .product-card-image img
{
    transform: scale(1.1);
    transition: .4s;
}


/*Evini Tasarla*/

.dyh-section {
    padding-top: 75px;
    padding-bottom: 130px;
    background: #343434;
    position: relative;
}

.dyh-section::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.6%, rgba(0, 0, 0, 0.4) 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.design-cards {
    columns: 2;
}

.design-card {
    background: gainsboro;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.design-card-image, .design-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.design-cards .design-card:nth-child(1), .design-cards .design-card:nth-child(4) {
    height: 400px;
}

.design-cards .design-card:nth-child(2), .design-cards .design-card:nth-child(3) {
    height: 500px;
}

.design-card-text {
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    padding: 0 42px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
}

.design-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}

.design-card-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F7F8F3;
    padding: 17px 20px;
    border: 1px solid transparent;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
    transition: .3s;
}

.design-card:hover .design-card-button {
    border: 1px solid #fff;
    transition: 1.5s;
}

.design-card-button-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}

.design-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.26%, rgba(0, 0, 0, 0.62) 100%);
    user-select: none;
    pointer-events: none;
}

.design-card:hover .design-card-button-wrapper
{
    max-height: 60px;
    transition: max-height .4s;
}

.design-card:hover .design-card-image img
{
    transform: scale(1.1);
    transition: .4s;
}

.design-card-small-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.design-card-titles {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


/*Hakkımızda*/

.about-us-section {
    padding-top: 75px;
    padding-bottom: 130px;
    background: #fff;
    position: relative;
}

.about-us-image {
    position: relative;
}

.about-us-image, .about-us-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
    border-radius: 4px;
}

.about-us-image-area {
    position: relative;
}

.about-us-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000004f, transparent);
}

.about-us-image-link {
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.about-us-image-link-box {
    display: flex;
    align-items: end;
    padding: 16px;
    background: #FFFFFF;
    column-gap: 20px;
    border-radius: 4px;
}

.about-us-image-link-box-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    width: 145px;
    max-width: 100%;
}

.about-us-image-link-box-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #026002;
    border-radius: 50px;
}

.about-us-image-link a {
    text-decoration: none;
}

.about-us-cards-and-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    justify-content: space-between;
    height: 100%;
}

.about-us-cards {
    columns: 2;
}

.about-us-card-image, .about-us-card-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
    border-radius: 4px;
}

.about-us-card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about-us-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.about-us-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

/*Sürdürülebilirlik*/

.sustainability-section {
    padding-top: 75px;
    padding-bottom: 130px;
    background: #FAFAFA;
    position: relative;
}

.sustainability-image {
    position: relative;
}

.sustainability-image, .sustainability-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
    border-radius: 4px;
}

.sustainability-image-area {
    position: relative;
}

.sustainability-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000004f, transparent);
}

.sustainability-image-link {
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.sustainability-image-link-box {
    display: flex;
    align-items: end;
    padding: 16px;
    background: #FFFFFF;
    column-gap: 20px;
    border-radius: 4px;
}

.sustainability-image-link-box-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    width: 145px;
    max-width: 100%;
}

.sustainability-image-link-box-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #026002;
    border-radius: 50px;
}

.sustainability-image-link a {
    text-decoration: none;
}

.sustainability-cards-and-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    justify-content: space-between;
    height: 100%;
}

.sustainability-cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
}

.sustainability-card-image, .sustainability-card-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
    border-radius: 4px;
}

.sustainability-card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.sustainability-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.sustainability-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.sustainability-cards a {
    text-decoration: none;
}

/*Blog*/

.blogs-section {
    padding-top: 75px;
    padding-bottom: 130px;
    background: #fff;
    position: relative;
}

.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card:hover .blog-card-image img
{
    transform: scale(1.1);
    transition: .4s;
}

.blog-card-image img
{
    transition: .4s;
}

.blog-card-image, .blog-card-image img {
    aspect-ratio: 2/1.6;
    object-fit: cover;
    border-radius: 4px;
}

.blog-card-text {
    position: absolute;
    width: calc(100% - 48px);
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 24px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    justify-content: space-between;
}

.blog-card-button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #026002;
    border-radius: 50px;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid #026002;
    transition: .4s;
}

.blog-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.blog-card .blog-card-button svg path {
    transition: .4s;
}


.blog-card .blog-card-button:hover {
    background: #fff;
    transition: .4s;
}

.blog-card .blog-card-button:hover svg path {
    stroke: #026002;
    transition: .4s;
}

.mobile-blog-cards
{
    display: none;
}

.blogs-carousel .owl-dots {
    margin-top: 24px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
}

.blogs-carousel .owl-dots button span {
    width: 8px!important;
    height: 8px!important;
    margin: 0!important;
    background: #C3C3C36B!important;
}

.blogs-carousel .owl-dots button.active span
{
    background: #026002!important;
}


@media only screen and (max-width: 1640px)
{
    .swiper-text-area {
    max-width: 1440px;
}


}

@media only screen and (max-width: 1440px)
{
    .swiper-text-area {
    max-width: 1320px;
}


}

@media only screen and (max-width: 1399px)
{
    .swiper-text-area
    {
        max-width: 1240px;
    }

    

.product-card-title {
    font-size: 24px;
    line-height: 32px;
}

.product-card-button {
    column-gap: 8px;
    font-size: 13px;
    line-height: 23px;
    padding: 12px 16px;
}

.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 520px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 320px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 420px;
}




.design-card-title {
    font-size: 24px;
    line-height: 32px;
}



.design-card-button {
    column-gap: 8px;
    font-size: 13px;
    line-height: 23px;
    padding: 12px 16px;
}

}

@media only screen and (max-width: 1280px)
{

    .swiper-text-area
    {
        max-width: 1150px;
    }

    
    
}

@media only screen and (max-width: 1199px)
{

    .swiper-text-area
    {
        max-width: 990px;
    }
    


.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 420px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 220px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 320px;
}

.product-card-text {
    bottom: 20px;
    padding: 0 24px;
}

.design-card-text {
    bottom: 20px;
    padding: 0 24px;
}

.product-card-title {
    font-size: 18px;
    line-height: 26px;
}

.design-card-title {
    font-size: 18px;
    line-height: 26px;
}

}

@media only screen and (max-width: 991px)
{
    .swiper-text-area {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.swiper-title {
    font-size: 30px;
    line-height: 42px;
    width: 340px;
}

.swiper-box-title {
    font-size: 18px;
    line-height: 26px;
    width: 125px;
}

.swiper-description {
    width: 260px;
}

.swiper {
    width: 100%;
    height: 725px;
}



.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 350px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 220px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 285px;
}

.product-card .product-card-button-wrapper
{
    max-height: 60px;
}

.design-card .design-card-button-wrapper {
    max-height: 60px;
}

.product-card-button {
    border: 1px solid #fff;
}
.design-card-button {
    border: 1px solid #fff;
}



.dyh-section {
    padding-bottom: 84px;
}

.about-us-section {
    padding-bottom: 84px;
}



.about-us-cards
{
    display: none;
}

.sustainability-cards {
    display: none;
}

.about-us-image-link-box-title {
    width: 165px;
}

.about-us-image-link {
    left: 20px;
    bottom: 20px;
}

.mobile-blog-cards
{
    display: block;
}

.desktop-blog-cards
{
    display: none;
}

}

@media only screen and (max-width: 767px)
{
    .swiper-title {
    font-size: 26px;
    line-height: 36px;
    width: 280px;
}

.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 280px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 220px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 250px;
}

.product-card-button {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 12px;
}

.product-card-title {
    font-size: 15px;
    line-height: 23px;
}

.products-cards {
    columns: 2;
}



.design-card-title {
    font-size: 15px;
    line-height: 23px;
}



.design-cards .design-card:nth-child(1), .design-cards .design-card:nth-child(4) {
    height: 350px;
}

.design-cards .design-card:nth-child(2), .design-cards .design-card:nth-child(3) {
    height: 450px;
}

.blogs-carousel .owl-stage {
    padding-left: 0!important;
}

}

@media only screen and (max-width: 575px)
{
    .swiper-description
    {
        display: none;
    }

    .products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 250px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 190px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 220px;
}

.design-cards .design-card:nth-child(1), .design-cards .design-card:nth-child(4) {
    height: 300px;
}

.design-cards .design-card:nth-child(2), .design-cards .design-card:nth-child(3) {
    height: 350px;
}

.about-us-image, .about-us-image img {
    aspect-ratio: 2/1.5;
}

}

@media only screen and (max-width: 490px)
{
    .products-cards {
    columns: 1;
}

.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 500px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 300px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 400px;
}

.design-cards {
    columns: 1;
}

}


@media only screen and (max-width: 425px)
{
    .swiper-title {
    width: 100%;
}

.swiper-box-image, .swiper-box-image img {
    width: 90px;
}

.swiper-box-title {
    font-size: 16px;
    line-height: 24px;
    width: 150px;
}

.swiper-box-button {
    width: 30px;
    height: 30px;
}

.swiper-box-button svg {
    width: 20px;
    height: 20px;
}

.swiper-box-button-area {
    align-items: center;
}

.products-cards .product-card:nth-child(1), .products-cards .product-card:nth-child(6) {
    height: 450px;
}

.products-cards .product-card:nth-child(2), .products-cards .product-card:nth-child(5) {
    height: 250px;
}

.products-cards .product-card:nth-child(3), .products-cards .product-card:nth-child(4) {
    height: 350px;
}

.blog-card-text {
    width: calc(100% - 30px);
    bottom: 15px;
    padding: 14px;
}


.blog-card-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

.blog-card-title {
    font-size: 15px;
    line-height: 23px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

}