<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css?family=Open+Sans|Teko:300,400,700&amp;subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap";
@import "line-awesome.min.css";
/*main-color #5ab2e1*/
*:active, *:focus {
    outline: 0
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.cf:after, .cf:before {
    display: table;
    content: " "
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.row-no-padding {
    margin-left: 0;
    margin-right: 0
}

.row-no-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

a {
    color: inherit;
    text-decoration: none
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    background-color: inherit;
    color: inherit
}

html, body {
    height: 100%;
    min-height: 100%
}

body {
    font-size: 14px;
    color: #444;
    font-family: "Roboto" ;
    font-weight: 400;
    overflow-x: hidden
}

.bg-f5f5f5 {
    background: #f5f5f5;
}


.member-menu-box.active {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.member-menu-box ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.member-menu-box ul li a {
    color: black;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    transition: .3s ease-in-out;

}

.member-menu-box ul li:last-child a {
    border-bottom: none;
}

.member-menu-box ul li a:hover {
    background: #E1E1E1;
    transition: .3s ease-in-out;
}

[class^='icon-']::before, [class*=' icon-']::before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.click-menu {
    color: white;
    font-family: 'Roboto', SansSerif;
    font-size: 20px;
    letter-spacing: 1px;
}


/*SÄ°TE Ä°Ã‡Ä°N YENÄ°*//*SÄ°TE Ä°Ã‡Ä°N YENÄ°*//*SÄ°TE Ä°Ã‡Ä°N YENÄ°*//*SÄ°TE Ä°Ã‡Ä°N YENÄ°*/

.header__top {
    background: #1c1c1c;

}

.header__top-left a {
    color: white;
    transition: .3s ease-in-out;
}

.header__top-left a:hover {
    color: #28C0DA;
    transition: .3s ease-in-out;
}

.header__top-right {

}

.header__top-right &gt; ul {
    padding: 0;
    margin: 0;
    /*display: flex;*/
}

.header__top-right ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header__top-right ul li &gt; a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    transition: .3s ease-in-out;
}

.header__top-right ul li:hover &gt; a {
    color: #28C0DA;
    transition: .3s ease-in-out;

}

.header__top-right ul li:last-child &gt; a {
    border-right: none;
    padding-right: 0;

}

.header__top-right ul li &gt; a i {
    font-size: 20px;
}

.header__top-right .header__top-basket {
    position: absolute;
    right: 0;
    width: 360px;
    background: white;
    box-shadow: 0 0 5px 1px rgba(85, 85, 85, 0.2);
    padding: 20px;
    visibility: hidden;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: 999;
}

.header__top-right .header__top-basket::after {
    content: '';
    position: absolute;
    right: 5px;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;


}

.header__top-right .product-list-title a,
.header__top-right .product-list-remove a {
    color: black;
}

.header__top-right .product-list-remove a {
    font-size: 20px;

}

.header__top-right .product-list-remove a:hover {
    color: red;
}

.header__top-right li:hover .header__top-basket {
    visibility: visible;
    transition: .3s ease-in-out;
    opacity: 1;
}

.header__main {
    background: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
}

.sticky-bar {
    position: fixed;
    transition: .3s ease-in-out;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-bottom: none;

}

.header__top-right-member {
    position: relative;
}

.header__top-right-member &gt; .member-name {
    color: white;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
    display: block;
    border-right: 1px solid #636363;
}

.header__top-right-member ul {
    position: absolute;
    z-index: 99;
    right: 0;
    background: white;
    box-shadow: 0 0 5px 1px rgba(85, 85, 85, 0.2);
    padding: 0;
    margin: 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;

}

.header__top-right-member:hover ul {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;

}

.header__top-right-member ul &gt; li {
    display: block;
    padding: 0;
    margin: 0;
}

.header__top-right-member ul &gt; li &gt; a {
    display: block;
    padding: 10px;
    color: #222222;
    border-right: none;
    border-bottom: 1px solid #dadada;
}

.header__top-right-member ul &gt; li:last-child &gt; a {

    border-bottom: none;
}

.header__top-right-member ul::after {
    content: '';
    position: absolute;
    right: 25%;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;


}

.section__main-slider {
    background: #F5F5F5;
}

.main__slider {
    padding: 100px 0 !important;
    position: relative;
}

.main__slider .main__slider-title {
    font-weight: 800;
    font-size: 90px;
    color: #333333;
    line-height: 100px;
}

.main__slider .main__slider-title-alt {
    font-weight: 800;
    font-size: 90px;
    color: #28C0DA;
    line-height: 100px;

}

.main__slider .main__slider-title-text {
    font-size: 20px;
    color: #222222;
    font-weight: 300;
    width: 80%;
    margin-top: 25px;
}

.main__slider .main__slider-title-button a {
    font-weight: 700;
    color: #222222;
    font-size: 24px;
    margin-top: 35px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    background: #fff;
    border: 3px solid #222222;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s ease-in-out;
}

.main__slider .main__slider-title-button a:hover {
    background: #222222;
    color: white;
    transition: .3s ease-in-out;
}

.moved__div {
    display: flex;
    align-items: center;
    justify-content: center;

}

.main__slider-arrows {
    position: absolute;
    right: 0px;
    bottom: 35px;
    display: flex;
    z-index: 999;
}

.main__slider-arrows .main__slider-next,
.main__slider-arrows .main__slider-prev {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #222222;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.main__slider-arrows .main__slider-next {
    margin-left: 5px;
}

.main__slider-arrows .main__slider-next:hover,
.main__slider-arrows .main__slider-prev:hover {
    transition: .3s ease-in-out;
    color: white;
    background: #222222;
}

.main__slider-pagi {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.main__slider-pagination span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    margin-bottom: 10px;
    background: #222222;
    transition: .3s ease-in-out;
    position: relative;
}

.main__slider-pagination span.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: -15px;
    height: 3px;
    width: 15px;
    background: #222222;
    transition: .3s ease-in-out;
}

.main__slider .swiper-slide {
    visibility: hidden;
    opacity: 0;
    background: #F5F5F5;
    overflow: hidden;
}

.main__slider .swiper-slide-active {
    visibility: visible;
    opacity: 1;
}

.main__slider .moved__img-tranform {
    transition: all .6s ease-in-out;
    transform: translateX(350px);
}

.main__slider .swiper-slide-active .moved__img-tranform {
    transition: all .6s ease-in-out;
    transform: translateX(0px);
}

.main__slider .main__slider-title {
    transition: all .6s ease-in-out;
    transform: translateY(150px);
}

.main__slider .swiper-slide-active .main__slider-title {
    transition: all .6s ease-in-out;
    transform: translateY(0px);
}

.main__slider .main__slider-title-alt {
    transition: all .6s ease-in-out;
    transform: translateY(150px);
}

.main__slider .swiper-slide-active .main__slider-title-alt {
    transition: all .6s ease-in-out;
    transform: translateY(0px);
}

.main__slider .main__slider-title-text {
    transition: all .6s ease-in-out;
    transform: translateY(150px);
}

.main__slider .swiper-slide-active .main__slider-title-text {
    transition: all .6s ease-in-out;
    transform: translateY(0px);
}

.main__slider .main__slider-title-button {
    transition: all .6s ease-in-out;
    transform: translateY(150px);
}

.main__slider .swiper-slide-active .main__slider-title-button {
    transition: all .6s ease-in-out;
    transform: translateY(0px);
}


.section__two {
    padding: 100px 0;
    position: relative;
}

.section__two .section__two-title {
    font-family: "Teko", sans-serif;
    font-size: 62px;
    color: #222222;
    font-weight: 500;
    line-height: 45px;
    background: white;
    padding: 20px;
    display: inline-block;
    top: -140px;
    position: absolute;
}

.product__box {
    padding: 20px;
    width: 100%;
    background: white;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.06);
}

.product__slider {
    position: relative;
}

.product__box-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__box-sale {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    padding: 3px;
    background: white;
    color: red;
}

.product__box-img img {
    height: 280px;
    width: 100%;
    object-fit: contain;
}

.product__box .product__box-title a {
    font-size: 17px;
    height: 70px;
    color: #222222;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd;

}

.product__box-buttons {
    padding-top: 15px;
}

.product__box-buttons a {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    transition: .3s ease-in-out;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

.product__box-buttons a:last-child {

    border-right: none;
    padding-right: 0;
}

.product__box-buttons a:hover {
    color: #28C0DA;
    transition: .3s ease-in-out;
}

.product__box-price {
    display: flex;
    align-items: flex-end;
}

.product__box-price .product__main-discount {
    font-size: 14px;
    color: #757575;
    font-weight: 300;
    margin-right: 15px;

}

.product__box-price .product__main-price {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}

.product__box-puan {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    background: #f5f5f5;

}

.product__slider-arrows {
    position: absolute;
    top: -70px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.product__slider-arrows .product__slider-next,
.product__slider-arrows .product__slider-prev {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #222222;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.product__slider-arrows .product__slider-next {
    margin-left: 5px;
}

.product__slider-arrows .product__slider-next:hover,
.product__slider-arrows .product__slider-prev:hover {
    transition: .3s ease-in-out;
    color: white;
    background: #222222;
}


.section__theree-bg {
    background-image: url("../images/new/section--bg-thr.png");
    padding: 75px 0 75px 75px;
    background-position: top left;
    background-repeat: no-repeat;
}

.section__theree-box {
    padding: 50px;
    background: white;

    border: 30px solid #ebebeb;
    box-shadow: 22px 32px 70px rgba(0, 0, 0, 0.16);
}

.section__theree-box-title {
    font-weight: 300;
    font-size: 100px;
    color: #222222;
    line-height: 100px;
    font-family: "Teko", sans-serif;

}

.section__theree-box-text {
    font-weight: 300;
    line-height: 30px;
    color: #6c6c6c;
    font-size: 20px;
}

.section__theree-box-button a {
    border: 2px solid #5ab2e1;
    font-size: 14px;
    color: #5ab2e1;
    font-weight: 700;
    transition: .3s ease-in-out;
    display: inline-block;
    padding: 10px 25px;
    letter-spacing: 1px;
    transform: translateY(0);


}

.section__theree-box-button a:hover {
    background: #5ab2e1;
    color: white;
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}

.section__theree-box-img {
    position: absolute;
    top: -140px;
    left: -70px;
    z-index: 99;

}

.section__theree-box-img img {
    height: 600px;
    object-fit: contain;

}

.section__four-box {
    background: #5AB2E1;
    position: relative;
    height: 150px;
    padding: 20px;


}

.section__four-box::after {
    content: '';
    position: absolute;
    background-image: url("../images/new/garlic-pills.png");
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;

}

.section__footer {
    background-image: url(../images/new/footer-bg.png);
    padding: 50px 0;
}

#IcerikDiv, #IcerikDiv p, #IcerikDiv a, #IcerikDiv span, #IcerikDiv div {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.footer__social li:hover a {
    margin-right: 10px;
    background: #696060;
    transition: .3s ease-in-out;
}

.footer__social li a {
    width: 40px;
    height: 40px;
    background: #353535;
    margin-left: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    transition: .3s ease-in-out;
}

.footer__social li:first-child a {
    margin-left: 0;
}

.footer__text {
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #b0b0b0;
    margin-bottom: 30px;
    margin-top: 5px;
}

.footer__nav {
    margin: 0;
}

.footer__nav li {
    display: block;
}

.footer__nav li a {
    display: block;
    color: #9b9b9b;
    font-size: 15px;
    padding: 7px 0;
    transition: .3s ease-in-out;

}

.footer__nav li:hover a {
    color: white;
    transition: .3s ease-in-out;
}

.footer__title {
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: left;
    color: white;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 19px;
}


.footer__info i {
    font-size: 25px;
    color: white;
}

.footer__info span {
    display: block;
    color: #9b9b9b;
    font-size: 15px;
    transition: .3s ease-in-out;
}

@media only screen  and (max-width: 851px) {
    .pbm-3{
        padding-bottom: 15px !important;
    }
    .custom__container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .header__top, .header__main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .header__main-menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
    }

    .header__main-menu.active {
        left: 0%;
        transition: .3s ease-in-out;
        visibility: visible;
        opacity: 1;

    }

    .header__main-menu ul &gt; li {
        list-style-type: none;
    }

    .header__main-menu ul &gt; li &gt; a {
        padding: 10px 0;
        font-size: 16px;
        display: block;
        color: #222222;

    }

    .header__main-menu-close {
        background: #dadada;
        padding: 5px 20px;
    }

    .header__main-menu-close span a {
        font-size: 25px;
        color: white;

    }

    .header__main-menu &gt; ul {
        padding: 10px 20px;
    }

    .header__main-menu &gt; ul &gt; li {
        position: relative;
    }

    .header__main-menu &gt; ul &gt; li &gt; ul {
        position: absolute;
        background: #f1eded;
        width: 100%;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
    }

    .header__main-menu &gt; ul &gt; li &gt; ul.active {
        visibility: visible;
        opacity: 1;
        position: relative;
        transition: .3s ease-in-out;
    }

    .header__main-menu &gt; ul &gt; li &gt; ul &gt; li a {
        padding: 10px;
        color: #222222;
    }

    .header__main-menu-open {
        font-size: 30px;
        color: #878787;
        line-height: 30px;
    }

    .member-menu-box {
        width: 100%;
        margin-top: 0;
    }

    .member-menu-box ul {
        margin: 0;
    }

    .member-menu-box ul li a {
        color: black !important;
        font-size: 14px !important;
    }

    .member-menu-box ::after {
        top: -5px;
        right: 10px;
    }


    .open-member-menu {
        padding: 10px;
        color: white !important;
        font-size: 15px;
    }

    .mobile-menu-right {
        display: flex;
    }

    .mobile-menu-right a {
        border-right: 1px solid #636363;
        display: block;
        padding: 10px;
    }

    .mobile-menu-right a:last-child {
        border-right: none;

    }

    .close-cart {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .close-cart a {
        color: white;
        font-size: 20px;
    }

    .main__slider {
        padding: 100px 20px 30px 20px !important;
    }

    .main__slider .main__slider-title {
        font-size: 30px;
        line-height: 50px;
        margin-top: 15px;
    }

    .main__slider .main__slider-title-alt {
        font-size: 30px;
        line-height: 50px;
    }

    .main__slider .main__slider-title-text {
        width: 100%;
        text-align: justify;

    }

    .main__slider-arrows {
        top: 15px;
        right: 15px;
    }

    .section__one, .section__two, .section__theree {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .section__two {
        padding-top: 140px;
    }

    .section__two .section__two-title {
        top: -180px;
    }

    .section__theree-box-img {
        position: relative;
        top: inherit;
        left: inherit;

    }

    .section__theree-box-img img {
        height: 250px;

    }


    .section__theree-bg {
        background-image: none;
        padding: 0;
    }

    .section__theree-box {
        padding: 15px;
        height: auto;
        border: 15px solid #ebebeb;
    }

    .section__theree-box-title {
        font-weight: 300;
        font-size: 50px;
        color: #222222;
        line-height: 70px;
        font-family: "Teko", sans-serif;

    }

    .section__theree-box-text {
        font-weight: 300;
        line-height: 30px;
        color: #6c6c6c;
        font-size: 17px;
    }

    .section__theree-box-button a {
        border: 2px solid #5ab2e1;
        font-size: 14px;
        color: #5ab2e1;
        font-weight: 700;
        transition: .3s ease-in-out;
        display: inline-block;
        padding: 10px 25px;
        letter-spacing: 1px;
        transform: translateY(0);


    }
}

@media only screen and (min-width: 850px) {
    .header__main .header__main-menu {
    }

    .header__main .header__main-menu ul {
        padding: 0;
        margin: 0;
    }

    .header__main .header__main-menu ul &gt; li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

    .header__main .header__main-menu ul &gt; li &gt; a {
        color: #222222;
        font-weight: 500;
        font-size: 14px;
        padding: 10px 15px;
        display: block;
    }


    .header__main .header__main-menu ul &gt; li:hover &gt; a {
        color: #000000;

    }

    .header__main .header__main-menu ul &gt; li:last-child &gt; a {
        padding-right: 0;

    }

    .header__main .header__main-menu ul &gt; li &gt; ul {
        position: absolute;
        background: white;
        box-shadow: 0 0 5px 1px rgba(85, 85, 85, 0.2);
        margin-top: 12px;
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out;
        padding: 10px;
        z-index: 9999;

    }

    .header__main .header__main-menu ul &gt; li:hover &gt; ul {
        visibility: visible;
        opacity: 1;
        transition: .3s ease-in-out;

    }

    .header__main .header__main-menu ul &gt; li &gt; ul::after {
        content: '';
        position: absolute;
        right: 50%;
        top: -2px;
        width: 10px;
        height: 10px;
        background: #fff;
        transform: rotate(45deg) translateX(-50%);
        border-radius: 2px;
        border-top: 1px solid rgba(85, 85, 85, 0.3);
        border-left: 1px solid rgba(85, 85, 85, 0.3);
    }

    .header__main .header__main-menu ul &gt; li &gt; ul &gt; li {
        display: block;
    }

    .header__main .header__main-menu ul &gt; li &gt; ul &gt; li &gt; a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    }

    .header__main .header__main-menu ul &gt; li &gt; ul &gt; li:last-child &gt; a {
        border-bottom: none;
    }

}

@media (min-width: 1px) and (max-width: 320px) {

    .header__top-basket {
        right: 0 !important;
        width: 290px !important;
    }

}

@media (min-width: 321px) and (max-width: 375px) {

    .header__top-basket {
        width: 350px !important;
    }

}

@media (min-width: 376px) and (max-width: 450px) {

    .header__top-basket {
        width: 380px !important;
    }
}

.section__four .section__four-box-title {
    font-family: "Teko";
    font-size: 60px;
    font-weight: 300;
    color: white;
}

.section__four form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.section__four form input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    background: white;
    font-size: 15px;
}

.section__four form button {
    padding: 10px;

    border: 1px solid #ddd;
    background: white;
    font-size: 15px;
    cursor: pointer;
}

.main__slider2-title {
    font-size: 22px;
    color: #59B0DE;
    font-weight: 400;
    text-align: center;

}

.main__slider2-title-text {
    font-size: 18px;
    color: black;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.main__slider2-title-button {
    text-align: center;
}

.main__slider2-title-button a {
    background: #936bb7;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

.main__slider2-title-button a:hover {
    background: #59B0DE;
    transition: .3s ease-in-out;
}

.main__slider2-pagi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.main__slider2-pagi .main__slider2-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #936bb7;
    margin-right: 5px;
}

.main__slider2-pagi .main__slider2-pagination .swiper-pagination-bullet:last-child {

    margin-right: 5px;
}

.main__slider2-pagi .main__slider2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #59B0DE;
}


.main__slider3-title {
    font-size: 22px;
    color: #59B0DE;
    font-weight: 400;
    text-align: center;

}

.main__slider3-title-text {
    font-size: 18px;
    color: black;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.main__slider3-title-button {
    text-align: center;
}

.main__slider3-title-button a {
    background: #936bb7;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

.main__slider3-title-button a:hover {
    background: #59B0DE;
    transition: .3s ease-in-out;
}

.main__slider3-pagi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.main__slider3-pagi .main__slider3-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #936bb7;
    margin-right: 5px;
}

.main__slider3-pagi .main__slider3-pagination .swiper-pagination-bullet:last-child {

    margin-right: 5px;
}

.main__slider3-pagi .main__slider3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #59B0DE;
}

.mt-100 {
    margin-top: 100px;
}

.video-play-buton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0, 0, 0, .3);
}

.h-280 {
    height: 280px;
}

.modal-body p img {
    width: 100% !important;
    height: auto !important;
}
.line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100% - var(--mobile-bar-height));
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.2em;
    opacity: 0;
    visibility: hidden;
    background: white;
}

#mobile-nav ul {
    list-style: none;
    transition: all .3s ease-in-out
}

#mobile-nav &gt; ul &gt; li:first-child &gt; a {
    background: transparent !important
}

#mobile-nav &gt; ul &gt; li:first-child &gt; a:after {
    display: none
}

#mobile-nav &gt; ul {
    width: 50%
}

#mobile-nav &gt; ul &gt; li &gt; a {
    font-weight: bold;
    padding: 1em .5em;
    font-size: 1.2em;
    display: block;
    line-height: 1;
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all .3s ease-in-out
}


#mobile-nav &gt; ul &gt; li &gt; ul {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100% - var(--mobile-bar-height));
    width: 55%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 10px
}

#mobile-nav &gt; ul &gt; li &gt; ul &gt; li {
    display: block;
    width: 100%
}

#mobile-nav &gt; ul &gt; li &gt; ul &gt; li a {
    border-bottom: 1px solid #00000010;
    padding: 8px 0;
    display: block
}

#mobile-nav &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0
}

:root {
    --mobile-bar-height: 75px
}

#mobile-bar {
    background: #f9f9f9;
    bottom: 0;
    width: 100vw;
    height: var(--mobile-bar-height);
    z-index: 3;
    position: fixed;
    box-shadow: 0 -10px 10px #00000010;
    color: var(--text-color)
}

#mobile-bar ul {
    display: flex;
    align-items: flex-end;
    list-style: none
}

#mobile-bar ul li {
    width: 33%;

}

#mobile-bar ul a {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: .9em
}

#mobile-bar .menu-nav-icon {
    width: 20px;
    height: 20px;
    margin: auto
}
#mobile-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    z-index: 9999
}

#mobile-bar #nav-wrapper {
    background: #ffffff;
    padding: 1em 1em .5em 1em;
    backdrop-filter: blur(10px);
    border-radius: 10px
}

#mobile-bar #toggle-nav {
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 20px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 3px;
    padding: 10px
}

#mobile-bar #toggle-nav span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    display: block
}

#mobile-bar nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none
}

#mobile-bar nav ul li {
    position: relative
}

#mobile-bar nav ul a {
    display: flex;
    flex-direction: column;
    color: var(--dark)
}

#mobile-bar nav ul a img {
    height: 20px
}

:root {
    --mobile-bar-height: 75px
}

.nav-transition-effect {
    position: fixed;
    bottom: -80px;
    left: 0;
    height: 130%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: -1
}

.nav-transition-effect svg {
    width: 100%;
    height: 100%
}

.show-mobile-nav {
    animation: mobile-nav-animation;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.push-nav {
    visibility: visible !important;
    opacity: 1 !important
}

.mobil-nav-active {
    color: var(--primary-color);
    background: #fff;
    transition: all .3s ease-in-out
}

@keyframes mobile-nav-animation {
    0% {
        opacity: 0;
        visibility: hidden
    }
    90% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}
.transition-path{
    opacity: 0.9;
}</pre></body></html>