@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('products-style.css?v=5');
* {
    -webkit-tap-highlight-color: transparent;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: white;
}

:root {
    --logoKoyu: #1f2035;
    --logoAcik: #31bdbe;
    --white: #fff;
    --toothpaste: #4ca8a6;
    --brightener: #83754f;
    --cleanser: #00a2e5;
}

a {
    text-decoration: none;
}

nav {
    background: rgb(255, 255, 255);
    color: rgb(5, 5, 5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 10em;
    z-index: 10;
}

nav .mainMenu {
    display: flex;
    list-style: none;
    position: relative;
}

nav .mainMenu li {
    position: relative;
}

nav .mainMenu li a {
    display: inline-block;
    padding: 15px 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 16px;
    transition: 0.1s ease;
    position: relative;
}

nav .mainMenu:hover li a {
    color: rgba(0, 0, 0, 0.6);
}

nav .mainMenu li a:hover {
    color: rgba(0, 0, 0, 1) !important;
}

nav .mainMenu li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: var(--logoKoyu);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

nav .mainMenu li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

nav .mainMenu li a:not(:hover)::after {
    transform-origin: right;
}

nav .openMenu {
    font-size: 2rem;
    margin: 20px;
    display: none;
    cursor: pointer;
}

.openMenu img {
    width: 1em;
}

nav .mainMenu .closeMenu,
.icons i {
    font-size: 2rem;
    display: none;
    cursor: pointer;
}

.fa-facebook:hover {
    color: rgb(0, 110, 255);
}

.fa-twitter:hover {
    color: rgb(86, 154, 243);
}

.fa-instagram:hover {
    color: rgb(255, 0, 191);
}

.fa-github:hover {
    color: rgb(255, 123, 0);
}

nav .logo {
    margin: 6px;
    cursor: pointer;
    text-transform: uppercase;
}

nav .logo img {
    width: 10em;
}

.personal-area {
    display: flex;
    justify-content: end;
    align-items: center;
}

.login-cart {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    position: relative;
    left: 70px;
}


.login-cart img {
    width: 22px;
}

.personal-area img {
    width: 22px;
}

.personal-area .cart {
    position: relative;
}

.personal-area .cart span {
    position: absolute;
    top: -14px;
    right: -14px;
    background-color: rgb(255, 30, 0);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 14px;
}

.personal-area>div {
    cursor: pointer;
    width: auto;
}

.language-select {
    position: relative;
    width: 52px;
    height: 28px;
    user-select: none;
    margin-right: 20px;
}

.language-select .selected-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.language-select .selected-lang img {
    height: 28px;
    width: 28px;
    border-radius: 50%
}

.language-select-box {
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0 10px;
    transform: translateX(-50%);
    width: max-content;
    height: 0;
    background-color: #ffffffce;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0px 4px 6px 0px #00000050;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.language-select-box.active {
    height: auto;
    padding: 10px 10px;
}

.language-select-box .text-lang {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    cursor: default;
}

.language-select-box .select-lang {
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    transition: .2s ease-in-out;
}

.language-select-box .text-lang+.select-lang~.select-lang {
    border-top: 1px solid #00000020;
}

.language-select-box .select-lang:hover {
    background-color: #00000020;
}

.language-select-box .select-lang img {
    height: 22px;
    width: 22px;
    border-radius: 50%
}

/*  */

.country-select {
    position: relative;
    width: 52px;
    height: 28px;
    user-select: none;
}

.country-select .selected-ctry {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.country-select .selected-ctry img {
    height: 28px;
    width: 28px;
    border-radius: 50%
}

.country-select-box {
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0 10px;
    transform: translateX(-50%);
    width: max-content;
    height: 0;
    background-color: #ffffffce;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0px 4px 6px 0px #00000050;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.country-select-box.active {
    height: auto;
    padding: 10px 10px;
}

.country-select-box .text-ctry {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    cursor: default;
}

.country-select-box .select-ctry {
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    transition: .2s ease-in-out;
}

.country-select-box .text-ctry+.select-ctry~.select-ctry {
    border-top: 1px solid #00000020;
}

.country-select-box .select-ctry:hover {
    background-color: #00000020;
}

.country-select-box .select-ctry img {
    height: 22px;
    width: 22px;
    border-radius: 50%
}

.language {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.language img {
    width: 35px;
    border-radius: 10px;
}

.homepage-body {
    padding: 20px 150px;
}

.h_banner .splide {
    border-radius: 20px;
    overflow: hidden;
}

.h_banner .splide__slide {
    overflow: hidden;
    cursor: grab;
    border-radius: 20px;

}

.h_banner .splide__slide img {
    width: 100%;
    border-radius: 20px;
}

.h_banner .splide__arrow {
    background: transparent !important;
}

.h_banner .splide__arrow svg {
    fill: #fff !important;
    height: 2em !important;
    width: 2em !important;
}



.h_banner .gradient-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000080, rgba(255, 255, 255, 0));
}


.h_banner .splide__slide p {
    position: absolute;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
    cursor: auto;
}

.h_products {
    margin-top: 50px;
}

.h_products h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 10px;
    font-family: 'montserrat';
}

.h_products .splide__slide {
    width: 100%;
    height: 800px;
    border-radius: 20px;
    cursor: grab;
}

.h_products .splide__slide .product-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.h_products .splide__slide .product-image img {
    transition: .3s ease-in-out;
    width: 400px;
}

.h_products .splide__slide:hover .product-image img {
    transform: scale(1.05);
    ;
}

.h_products .splide__slide .product-title {
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
}

.h_products .splide__slide .product-title span {
    font-weight: 300;
    letter-spacing: 2px;
}

.h_products .splide__slide .product-price {
    margin-top: -40px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.h_products .splide__slide .product-price small {
    font-size: 14px;
}

.h_products .splide__slide .add-to-cart {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 50px;
    border-radius: 6px;
    font-size: 20px;
    color: var(--white);
    background: #3EBAB6;
    outline: none;
    border: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.h_products .splide__arrow--prev {
    left: -4em;
}

.h_products .splide__arrow--next {
    right: -4em;
}

.h_products .splide__arrow {
    background: transparent !important;
}

.h_products .splide__arrow svg {
    fill: var(--logoKoyu) !important;
    height: 2em !important;
    width: 2em !important;
}

.company-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    margin: 30px 0;
    background-color: #f7f7f7;
    gap: 100px;
}

.company-content img {
    width: 220px;
    margin-bottom: -20px;
}

.company-content div {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #939393;
}

.covers {
    padding: 20px 150px;
    position: relative;
    display: grid;
    row-gap: 40px;
}

.covers .cover {
    position: relative;
    width: 100%;
    height: 750px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.covers .cover img {
    width: 100%;
}

.covers .cover .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-weight: 300;
    font-size: 40px;
    font-family: 'montserrat';
}

.covers .cover .content .bold {
    font-weight: 500 !important;
    font-size: 55px;
}

.covers .cover .line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    margin: 30px 0;
    height: 2px;
    width: 20%;
    background-color: var(--white);
}

.covers .cover button {
    border: 0;
    outline: 0;
    padding: 15px 30px;
    background-color: var(--white);
    color: var(--logoKoyu);
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.custom-bg-color {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 70vh;
    background-color: #f7f7f7;
}

.blog-products {
    padding: 20px 150px;
}

.blog_products {
    margin-top: 50px;
}

.blog_products h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 10px;
    font-family: 'montserrat';
}

.blog_products .splide__slide {
    padding: 0 0 20px;
    cursor: grab;
    overflow: hidden;
}

.blog_products .splide__slide .blog-image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.blog_products .splide__slide .blog-image img {
    transition: .3s ease-in-out;
    width: 100%;
}

.blog_products .splide__slide:hover .blog-image img {
    transform: scale(1.05);
}

.blog_products .splide__slide .blog-content {
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    padding: 10px 20px;
}

.blog_products .splide__slide .blog-content .blog-title {
    font-weight: 600;
    color: #303030;
    font-size: 18px;
    margin: 5px 0;
}

.blog_products .splide__slide .blog-content .blog-description {
    font-size: 14px;
    color: #303030;
    background: linear-gradient(to bottom, rgb(30, 30, 30), rgb(230, 230, 230));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.blog_products .splide__slide:hover .blog-content .blog-description {
    background: linear-gradient(to bottom, rgb(30, 30, 30), rgb(30, 30, 30));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog_products .splide__slide .more-info {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 18px;
    color: #303030;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: #30303030;
    transition: .3s ease-in-out;
}

.blog_products .splide__slide:hover .more-info {
    transform: translateX(-50%) scale(1.05);
}

.blog_products .splide__arrow--prev {
    left: -4em;
}

.blog_products .splide__arrow--next {
    right: -4em;
}

.blog_products .splide__arrow {
    background: transparent !important;
}

.blog_products .splide__arrow svg {
    fill: var(--logoKoyu) !important;
    height: 2em !important;
    width: 2em !important;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 3.5rem;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 100px 200px 300px 100px;
    text-decoration: none;
    list-style: none;
}

.footer-content-text {
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    grid-column: span 4;
}

.footer-content img {
    width: 40%;
}

.footer-content p {
    width: 70%;
    line-height: 20px;
    margin: 30px 0;
}

.footer-content h4 {
    color: #5a5a5a;
    margin-bottom: 1rem;
    font-size: 20px;
}

.footer-content li {
    margin-bottom: 10px;
}

.footer-content li a {
    display: block;
    color: #353535be;
    font-size: 16px;
    font-weight: 400;
    transition: .2s ease-in-out;
}

.footer-content li a:hover {
    color: black;
    text-decoration: underline;
}

.footer-content .footer-icons a {
    display: inline-block;
    font-size: 30px;
    color: var(--logoKoyu);
    margin-right: 10px;
}

.footer-jpg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer-jpg img {
    width: 100%;
}

.cards {
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 5px;
}

.cards img {
    width: 220px;
}

.why-oxo {
    position: relative;
    margin: 100px 0 10px;
    padding: 10px 0;
    height: 50vh;
    width: 100%;
    font-family: 'montserrat';
    overflow: hidden;
    background-image: url(../images/why-oxo.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.why-oxo .why-oxo-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: var(--logoKoyu);
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.why-oxo .why-oxo-text .title {
    font-weight: 400;
    font-size: 50px;
}

.why-oxo .why-oxo-text .text-1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    width: 50%;
}

.why-oxo .why-oxo-text button {
    padding: 20px 30px;
    outline: 0;
    border: 0;
    background-color: white;
    color: #1f2035;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.flex-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.bar-for-mobil {
    display: none;
}

@media only screen and (max-width: 600px) {

    .header-area .menu-d,
    .header-area .personal-area,
    .header-area .language {
        display: none;
    }

    .header-area {
        justify-content: center;
    }

    .header-area .logo-header {
        flex: none;
    }

    .homepage-body {
        padding: 20px 10px;
    }

    .h_banner .splide {
        border-radius: 5px;
        overflow: hidden;
    }

    .h_banner .splide__slide {
        overflow: hidden;
        cursor: grab;
        border-radius: 5px;
    }

    .h_banner .splide__slide img {
        width: 100%;
        border-radius: 5px;
    }

    .h_banner .splide__arrow svg {
        display: none;
    }

    .h_banner .splide__slide p {
        left: 10px;
    }


    .why-oxo .why-oxo-text .title {
        font-size: 38px;
    }

    .why-oxo .why-oxo-text .text-1 {
        font-size: 18px;
        width: 80%;
        margin-bottom: 30px;
    }

    nav {
        padding: 1em;
        position: sticky;
        top: -90px;
        z-index: 10;
        box-shadow: 0px 1px 5px 0px #00000030;
        display: grid;
        grid-template-columns: auto auto;
    }

    nav .mainMenu li a {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .country-select-box {
        left: 0;
    }

    .logo {
        text-align: center;
        grid-column: span 2;
    }

    .personal-area {
        position: relative;
        right: 20px;
    }

    .login-cart {
        display: none;
        gap: 10px;
        position: relative;
        left: -120px;
    }

    .login-cart img {
        width: 26px;
    }

    nav .logo img {
        width: 10em;
    }

    nav .mainMenu {
        height: 100vh;
        position: fixed;
        top: -110%;
        right: 0px;
        left: 0px;
        z-index: 55;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgb(255, 255, 255);
        transition: top 1s ease 0s;
        display: flex;
        padding: 0;
    }

    nav .mainMenu .closeMenu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    nav .openMenu {
        display: block;
    }

    nav .mainMenu li a:hover {
        background: none;
        color: rgb(255, 123, 0);
    }

    .icons i {
        display: inline-block;
        padding: 12px;
    }


    .h_products {
        margin-top: 40px;
    }

    .h_products h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .h_products .splide__slide {
        height: auto;
        border-radius: 10px;
        border: 0px !important;
    }

    .h_products .splide__slide .product-image {
        display: flex;
        justify-content: center;
    }

    .h_products .splide__slide .product-image img {
        transition: .3s ease-in-out;
        width: 200px;
    }

    .h_products .splide__slide:hover .product-image img {
        transform: scale(1.05);
    }

    .h_products .splide__slide .product-title {
        margin-top: -20px;
        font-size: 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        font-weight: 500;
        text-transform: uppercase;
    }

    .h_products .splide__slide .product-title span {
        font-weight: 300;
        letter-spacing: 2px;
    }

    .h_products .splide__slide .product-price {
        margin-top: -25px;
        font-size: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        font-weight: 500;
    }


    .h_products .splide__slide .product-price small {
        font-size: 14px;
    }

    .h_products .splide__slide .add-to-cart {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        border-radius: 6px;
        font-size: 15px;
        color: var(--white);
        cursor: pointer;
        border: 0;
        outline: 0;
        transition: .3s ease-in-out;
    }

    .h_products .splide__arrow--prev {
        left: -4em;
    }

    .h_products .splide__arrow--next {
        right: -4em;
    }

    .h_products .splide__arrow {
        background: transparent !important;
    }

    .h_products .splide__arrow svg {
        fill: var(--logoKoyu) !important;
        height: 2em !important;
        width: 2em !important;
    }

    .company-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 sütun */
        gap: 20px;
        justify-content: center;
    }

    .company-content img {
        width: 150px;
        /* Mobilde daha küçük boyut */
        margin-bottom: 0;
    }

    .company-content div {
        font-size: 18px;
        margin: 0;
    }

    .blog-products {
        padding: 10px;
    }

    .covers .cover {
        height: auto;
        border-radius: 10px;
    }

    .covers .cover .content {
        bottom: 30px;
        font-size: 16px;
    }

    .covers .cover .content .bold {
        font-size: 30px;
    }

    .covers {
        padding: 10px;
    }

    .covers .cover button {
        padding: 10px 15px;
        background-color: var(--white);
        color: var(--logoKoyu);
        border-radius: 4px;
        font-weight: 500;
        font-size: 11px;
        cursor: pointer;
        margin-top: 10px;
    }

    .covers .cover .line {
        display: none;
    }

    .covers .cover img {
        height: 100%;
    }

    .h_products h1 {
        font-size: 25px;
        letter-spacing: 2px;
        margin: 0;
    }

    .blog_products h1 {
        font-size: 25px;
        letter-spacing: 2px;
        margin: 0 0 20px 0;
    }

    .custom-bg-color {
        height: 30vh;
    }

    .footer {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 30px 300px 30px;
        gap: 1em;
    }

    .gr-2 {
        grid-column: span 2;
    }

    .footer-content-text {
        grid-column: span 2;
        font-size: 18px;
        margin: 20px;
    }

    .footer-content p {
        margin: 30px 0 0;
    }

    .footer-content img {
        width: 50%;
    }

    .footer-content p {
        width: 100%;
    }

    .footer-jpg img {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }

    .footer-content .footer-icons {
        margin: 20px 0 0;
    }

    .cards {
        margin-bottom: 70px;
    }

    .bar-for-mobil {
        position: fixed;
        bottom: 0;
        z-index: 9;
        display: flex;
        width: 100%;
        height: 60px;
        background-color: white;
        gap: 5px;
        justify-content: space-around;
        align-items: center;
        box-shadow: 4px 0px 5px #00000020;
        overflow: hidden;
    }

    .bar-for-mobil div {
        margin: 10px;
    }

    .bar-for-mobil img {
        width: 20px;
    }
    .why-oxo .why-oxo-text button{
        font-size: 12px;
    }
    .why-oxo{
        background-position: center;
    }
    .product-title p {
        min-height: 40px;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 850px) and (max-width:1300px){
    nav{
        padding: 1em 1em;
    }
}
@media (min-width: 1301px) and (max-width:1600px){
    nav{
        padding: 1em 5em;
    }
}