@font-face {
    font-family: 'nexa';
    src: url('../Nexa-Book.woff2') format('woff2'),
        url('../Nexa-Book.woff') format('woff');
}

@font-face {
    font-family: 'nexa-bold';
    src: url('../Nexa-Bold.woff2') format('woff2'),
        url('../Nexa-Bold.woff') format('woff');
}

html {
    font-family: 'nexa', sans-serif;
}

body {
    font-family: 'nexa', sans-serif;

}

strong {
    font-family: 'nexa-bold', sans-serif;
}

.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    background: url('../images/header-menu.png') no-repeat center center;

}

/* MOBİL MENÜ */
.navbar-toggler-icon::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('images/easyvit-logo-top.webp') no-repeat center center;
    background-size: cover;
    margin-right: 10px;
    vertical-align: middle;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    /* mobilde dropdown iconları sağa linkleri sola hizalar. */
    align-items: center;
    padding: 10px;
}

.menu-item a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.dropdown-button {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0px 20px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
}

.dropdown-button i {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0px;
    bottom: 4px;
    position: relative;
}

.offcanvas-title {
    align-items: center;
    display: contents;
}

.btn-close {
    border: 1px solid black;
}

/* MASAÜSTÜ MENÜ */

.nav-item {
    padding: 0px 15px;
}

.nav-link {
    font-size: 14px;
    padding: 0px 15px;
    color: black;
    font-weight: 700;
}

.nav-link:hover {
    font-size: 14px;
    padding: 0px 15px;
    color: #333333;
}

.red-line {
    border-top: 4px solid #e93443;
}

/* BANNER */

.banner .desktop-banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -35px;
}

.banner .mobile-banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: black;
    font-family: 'nexa', Sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}

/* BANNER ALTI */

.banner-alt .feature-content p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: black;
    font-family: 'nexa', Sans-serif;
    font-weight: 700;
}

.banner-alt .feature {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-bottom: 30px;
    height: 320px;
    justify-content: space-between;
    position: relative;
}

.banner-alt .feature-1 {
    background: #FEEDFA;
    display: flex;
    justify-content: right;
}

.main-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 270px;
}

.feature-content {
    margin: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-content .btn {
    background: rgba(255, 46, 46, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    gap: 10px;
    color: #E31D2F;
}

.banner-alt .feature-1 p {
    color: #E31D2F;
}


.banner-alt .feature-2 {
    background: #E5F6F7;
    display: flex;
    justify-content: right;

}


.feature-2 .feature-content .btn {
    background: rgba(0, 174, 239, 0.1);
    color: #085F81;
}

.banner-alt .feature-2 p {
    margin: 10px 0;
    color: #1A1919;
}

.owl-buttons {
    display: none;
}

.swiper {
    height: 520px !important;
}

@media (min-width: 1440px) {}

@media (min-width: 768px) and (max-width: 1439px) {
    .banner-alt .feature {
        height: 330px;
    }

}

@media (max-width: 767px) {
    .banner-alt .feature {
        height: 420px;
    }

    .banner-alt .feature-1 .main-image {
        left: auto;
        height: 200px;
    }

    .banner-alt .feature-2 .main-image {
        height: 200px;
    }

    .banner-alt .feature-1,
    .banner-alt .feature-2 {
        justify-content: center;
        text-align: center;
    }

    .gallery-items {
        margin-bottom: 20px;
    }

    .gallery-items div {
        width: 25%;
    }

    .red-line {
        position: absolute;
    }


    .feature-content {
        margin: 40px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 20px;
    }

    .feature-content>div>img {
        width: 170px;
    }

    .ProductSwiper .product-title {
        text-align: center;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1.2em !important;
    }

    .ProductSwiper .text-left {
        text-align: center !important;
    }

    .ProductSwiper .align-items-start {
        align-items: center !important;
    }

    .ProductSwiper .product-title2 {
        font-size: 1.6em !important;

    }

    .ProductSwiper .product-content {
        text-align: center;
    }

    .ProductSwiper .product-content::before {
        display: none !important;
        visibility: 0;
    }

    .swiper-nav {
        left: calc(50% - 60px) !important;
    }

    .product-page {
        width: 100% !important;
        overflow: hidden;
    }

    .product-page .swiper-slide img {
        width: 250px !important;
        height: auto;
        object-fit: cover;
    }

    .product-item>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-item .badge {
        width: 100% !important;
    }

    .product-item h2 {
        font-size: 20px;
        text-align: center;
    }

    .form-btn {
        display: block !important;
    }

    .form-btn .btn-send {
        margin-top: 5px;
        width: 100%;
        display: block;
    }

    .ProductSwiper .product-content {
        font-size: 1em !important;
        padding: 0 !important;
    }

    .dropdown-toggle:empty::after {
        margin-top: 10px;
    }

    .offcanvas-start {
        width: 100% !important;
    }

    .offcanvas-header .btn-close {
        position: absolute;
        right: 20px;
    }

    .banner-alt .feature-1 p {
        margin: 0;
    }

    .owl-buttons {
        display: none;
    }

    .title {
        margin: 0;
        padding: 20px 0 !important;
    }

    .swiper {
        height: 380px !important;
    }


}


@media (max-width: 400px) {
    .title {
        font-size: 25px;
        width: 100%;
    }
}

/* product swiper */

.ProductSwiper .product-title {
    font-size: 1.7em;
    color: #E31D2F;
    font-family: 'nexa', Sans-serif;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.ProductSwiper .product-title2 {
    font-size: 2.5em;
    color: #E31D2F;
    font-family: 'nexa-bold', Sans-serif;
    font-weight: 700;
    margin: 0;
}

.ProductSwiper .product-content {
    font-size: 1.5em;
    color: black;
    font-family: 'nexa', Sans-serif;
    margin: 10px 0;
    position: relative;
    padding-left: 22px;
}

.ProductSwiper .product-content::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    border: 2px solid #E31D2F;
    margin-right: 10px;
    vertical-align: middle;
}


/* product-section */

.product-section {
    background-color: #e93443;
}

.product-section .products-title {
    font-size: 36px;
    color: white;
    font-weight: bolder;
}

.product-link {
    color: white;
    text-decoration: none;
}

.product-link:hover {
    color: rgb(228, 228, 228);
}

.product-link:focus {
    color: rgb(228, 228, 228);
}

/* ProductSwiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.swiper-slide img {
    margin-top: 30px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-nav {
    position: absolute;
    left: 0;
    bottom: -50px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: flex;
    gap: 20px
}

.s-button-next {
    background: rgba(255, 46, 46, .1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 7px;
}

.s-button-prev {
    background: rgba(255, 46, 46, .1);
    border-radius: 7px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    z-index: 999;

}

.swiper-pagination-bullet {
    background-color: black;
    /* Navigator dairelerinin arka plan rengini beyaz yapar */
}


/* arastirma ve geliştirme */

.arastirma-metin h2 {
    font-size: 34px;
    color: black;
    font-weight: 700;
}

.arastirma-metin a {
    color: #e93443;
    text-decoration: none;
}

.arastirma-metin a:hover {
    color: #333333;
}

.arastirma-metin>div>a>button {
    font-size: 20px;
    font-weight: 700;
    fill: white;
    color: white;
    background-color: #FFBA00;
    border: none;
    border-radius: 72px 72px 72px 72px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 27px 27px 27px 27px;
    transition: all .2s ease-in-out;
    outline: none;
}

.arastirma-metin>div>a>button:hover,
.arastirma-metin button:focus {
    background-color: #FF7E00;
    transform: scale(.9);
    -webkit-transform: scale(.9);
}

.arastirma-metin>div>a {
    font-size: 20px;
    font-weight: 700;
    fill: white;
    color: white;
}

/* İletisim */


#form1 {
    background: #fff;
    /* Frame 3852/success */
    box-shadow: 0px 256px 102px rgba(0, 0, 0, 0.01), 0px 144px 86px rgba(0, 0, 0, 0.05), 0px 64px 64px rgba(0, 0, 0, 0.08), 0px 16px 35px rgba(0, 0, 0, 0.09);
    border-radius: 24px;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;

}

#form1 h3 {
    font-size: 40px;
    font-family: 'nexa-bold', Sans-serif;
}

#form1 span {
    color: #E31D2F;
}

#form1 label {
    font-family: 'nexa', Sans-serif;
    font-size: 12px;
    color: #E31D2F;
}

#form1 p {
    font-family: 'nexa', Sans-serif;
}

/* Inputlara placeholder olmadan ve yuvarlak kenarlıklar */
.form-control {
    background-color: white;
    border-radius: 8px;
    border-color: #E0E0E0;
}

/* Inputlara hover ettiğimizde rengini değiştirme */
.form-control:hover {
    background-color: #d3d3d3;
    color: white;
}

.form-control:focus {
    outline: none;
}

/* Gönder düğmesini özelleştirme */
.btn-send {
    background-color: rgba(255, 46, 46, .1);
    color: #E31D2F;
    border-radius: 5px;
}

/* Gönder düğmesine hover ettiğimizde rengini değiştirme */
.btn-send:hover {
    background-color: rgba(255, 46, 46, .8);
    color: white;
}

.footer-fish {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
}

/* FOOTER */

footer {
    background-color: #e53432;
    font-size: 15px;
}

.footer-content>p {
    margin-bottom: 5px;
}

.footer-content>p>a {
    text-decoration: none;
    color: white;
}

.footer-content>p>a:hover {
    color: #d1d1d1;
}

.footer-social>h2 {
    font-size: 21px;
    font-weight: 400;
}

.footer-end>p {
    margin-bottom: 5px;
}

.contact {
    background: url('../images/contact-bg.png') no-repeat center center;
    background-size: cover;
}


/* Banner title */

.banner {
    background-color: #e93443;
    padding-top: 10px !important;
}

.banner.blue {
    background-color: #085F81;
}

.welcome p {
    font-size: 1.2em;
    padding: 0;
    line-height: 1.3em;
}

.banner-title {
    font-size: 30px;
    font-family: 'nexa-bold', Sans-serif;
    font-weight: bolder;
    color: white;
}



/* heading title */

.heading-title {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 34px;
    font-weight: 800;
}

.heading-p {
    font-size: 23px;
    padding-left: 45px;
    padding-right: 45px;
}


/* easydestek */
.border-right {
    border-right: 1px solid black;
}

.circle {
    font-size: 20px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 4px;
    border: 3px solid #69727d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.circle>i {
    width: 1em;
    height: 1em;
    margin-bottom: 5px;
}

.sertifika-link {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.sertifika-link:hover {
    color: black;
}

.sertifika-link strong {
    color: #eb2d3c;
}

.sertifika-link strong:hover {
    color: #333;
}


/* card */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    border-radius: 25px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front-yellow,
.flip-card-back-yellow,
.flip-card-front-green,
.flip-card-back-green,
.flip-card-front-blue,
.flip-card-back-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front-yellow {
    background-color: #FFC100;
    color: white;
    border-radius: 25px;
}

/* Style the back side */
.flip-card-back-yellow {
    background-color: #DDA806;
    color: white;
    transform: rotateY(180deg);
    border-radius: 25px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front-green {
    background-color: #61CE70;
    color: white;
    border-radius: 25px;
}

/* Style the back side */
.flip-card-back-green {
    background-color: #23A455;
    color: white;
    transform: rotateY(180deg);
    border-radius: 25px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front-blue {
    background-color: #6EC1E4;
    color: white;
    border-radius: 25px;
}

/* Style the back side */
.flip-card-back-blue {
    background-color: #5999B4;
    color: white;
    transform: rotateY(180deg);
    border-radius: 25px;
}

.card-content i {
    font-size: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

em {
    font-size: 13px;
    color: #999;
}


.line {
    width: 90px;
    height: 1px;
    background-color: white;
}

@media (max-width: 768px) {
    .line {
        width: 41.7vw;
        height: 1px;
        background-color: white;
    }
}

.fa-dot-circle {
    color: white;
    position: relative;
    bottom: 10px;
    width: 0px;
    right: 8px;
}

.km-title {
    margin-bottom: 19px;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 0.1em;
    font-size: 25px;
}

.km-content {
    margin-bottom: 19px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}





.urun-link {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.urun-link:hover {
    color: black;
}

.urun-link strong {
    color: #eb2d3c;
}

.urun-link strong:hover {
    color: #333;
}

.urun-dot {
    padding-right: 6px;
}

.urun-dot i {
    font-size: 7px;
    position: relative;
    bottom: 2px;
}

.urun-color-kids {
    color: #6ec1e6;
}

.urun-bg-kids {
    background-color: #6ec1e6;
}

.urun-color-cilek {
    color: #f26e65;
}

.urun-bg-cilek {
    background-color: #f26e65;
}

.urun-color-q {
    color: #BA6EE4;
}

.urun-bg-q {
    background-color: #BA6EE4;
}

.urun-color-betaglukan {
    color: #FF7E00;
}

.urun-bg-betaglukan {
    background-color: #FF7E00;
}

.urun-color-multi {
    color: #B9D333;
}

.urun-bg-multi {
    background-color: #B9D333;
}

.urun-color-plus {
    color: #14435C;
}

.urun-bg-plus {
    background-color: #14435C;
}

.urun-color-propolis {
    color: #8d371d;
}

.urun-color-grow {
    color: #6ebab2;
}

.urun-bg-grow {
    background-color: #6ebab2;
}

.urun-bg-propolis {
    background-color: #8d371d;
}

.urun-color-adult {
    color: #2397A4;
}

.urun-bg-adult {
    background-color: #2397A4;
}

.urun-color-mom {
    color: #fb6a90;
}

.urun-bg-mom {
    background-color: #fb6a90;
}

.urun-color-sjomanns {
    color: #044845;
}

.urun-bg-sjomanns {
    background-color: #044845;
}

.urun-btn {
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bolder;
}


.product-item {
    background: #fff;
    filter: drop-shadow(0px 32px 13px rgba(67, 61, 61, 0.02)) drop-shadow(0px 18px 11px rgba(67, 61, 61, 0.06)) drop-shadow(0px 8px 8px rgba(67, 61, 61, 0.11)) drop-shadow(0px 2px 4px rgba(67, 61, 61, 0.12));
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 400px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.product-item h2 {
    font-size: 20px;
}

.product-item p {
    margin: 0;
}

.product-item.orange-1 {
    background-color: rgba(255, 171, 72, .2);
}

.product-item.purple {
    background-color: rgba(102, 74, 158, .2);
}

.product-item.green {
    background-color: rgba(110, 186, 178, .2);
}

.product-item.green2 {
    background-color: rgba(2, 135, 85, .2);
}

.product-item.orange {
    background-color: rgba(239, 68, 56, .1);
}

.product-item.solmon {
    background-color: rgba(141, 55, 29, .1);
}

.product-item.blue {
    background-color: rgba(16, 69, 93, .1);
}

.product-item.easymom {
    background-color: rgba(223, 99, 133, .1);
}

.product-item.vitamind3 {
    background-color: #F4F1E8;
}

.product-item.Multivit {
    background-color: #FCE8DF;
}

.product-item.Biotin {
    background-color: #E5E3D9;
}

.product-item.coenzyme {
    background-color: #F9D4D5;
}

.product-item.vitaminb12 {
    background-color: #F2EAF2;
}

.product-item.vitamind3k2 {
    background-color: #FCE9D7;
}


.yellow-bg {
    background: #FFFBEA;
}

.blue-bg {
    background: #E5F7FD;
}

.product-item .badge {
    margin: 10px 0;
    background: #F26E65;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 7px 5px 5px 5px;
    box-shadow: 0 0 0;
}

.product-item .badge.purple {
    background-color: #664A9E;
}

.product-item .badge.green {
    background-color: #6EBAB2;
}

.product-item .badge.green2 {
    background-color: #028755;
}

.product-item .badge.orange {
    background-color: #EF4438;
}

.product-item .badge.solmon {
    background-color: #8D371D;
}

.product-item .badge.blue {
    background-color: #123358;
}

.product-item .badge.easymom {
    background-color: #DF6385;
}

.product-item .badge.vitamind3 {
    background-color: #D5AE2B;
}

.product-item .badge.Multivit {
    background-color: #E9652C;
}

.product-item .badge.Biotin {
    background-color: #1BB2A7;
}

.product-item .badge.coenzyme {
    background-color: #E64051;
}

.product-item .badge.vitaminb12 {
    background-color: #80297F;
}

.product-item .badge.vitamind3k2 {
    background-color: #9F3343;
}



.product-item .urun-li {
    font-size: 14px;
    font-weight: 700;
}

.product-item .urun-li .urun-dot {
    background: url("../images/product-arrow.png") no-repeat 0 5px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.product-item .gallery {
    flex-direction: column;
    align-content: space-between;
    justify-content: space-around;
}

.gallery .gallery-items a {
    border: 1px solid #F26E65;
    display: block;
    border-radius: 5px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .menu-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .menu-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */

.easymom-bg {
    background-color: #F8D7EA;
    opacity: 1;
}

.heading-p-easymom {
    font-size: 23px;
}

th {
    color: white;
    font-weight: bold;
    text-align: left;
}

tr:nth-child(odd) {
    background-color: #F8D7DC;
}

tr:nth-child(even) {
    background-color: white;
}

td {
    text-align: left;
}

.border-orange {
    border-style: solid;
    padding: 20px;
    border-width: 3px 3px 3px 3px;
    border-color: #FFBA00;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    transition: background 0.3s, border 0.1s, border-radius 0.1s, box-shadow 0.1s;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
}

.border-orange:hover {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFBA00;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.bg-pink {
    background-color: #FEEDFA;
}

.text-left {
    text-align: left;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}