.header .navbar,
ul {
    padding: 0 !important
}

.postbox__comment-input .inputText:focus,
.postbox__comment-input .textareaText:focus {
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, .06), inset 0 0 0 2px #ffce57
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box
}

.language-selector-box,
.navbar .nav__item .nav__item-link {
    line-height: 100px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

ul {
    margin: 0 !important
}

a {
    text-decoration: none !important;
    transition: .2s ease-in-out
}

.contact-info-title-sm a,
a:hover {
    color: #000229 !important
}

#product-swiper .swiper-button-prev::after,
.d-none,
.home-banner-slider .swiper-button-next::after,
.home-banner-slider .swiper-button-prev::after,
.swiper-button-next::after,
.urun_detay_image_container>.slick-arrow.slick-next::before,
.urun_detay_image_container>.slick-arrow.slick-prev::before {
    display: none !important
}

.c-white,
.menu-panel__menu-link.collapsed:hover,
.menu-panel__menu-link:hover {
    color: #fff !important
}

.hatdetay-urunler-section,
.hatlar-item-image,
.iu-slider-wrapper,
.p-relative,
.postbox__comment-input {
    position: relative
}

.fix {
    overflow: hidden
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.text-start {
    text-align: left !important
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30,
.offcanvas__content,
.tp-service-sm-item:hover .tp-service-sm-content {
    margin-bottom: 30px
}

#hatlarPageItem,
.mb-100 {
    margin-bottom: 100px
}

.ml-600 {
    margin-left: 600px
}

.ml-auto {
    margin-left: auto !important
}

.pt-20,
.urun_detay_page {
    padding-top: 20px
}

.pt-50 {
    padding-top: 50px
}

.pt-100 {
    padding-top: 100px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-90 {
    padding-top: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: 0 4px 10px rgba(3, 4, 28, .1) !important;
    animation: .6s ease-in-out fadeInDown;
    z-index: 999
}

.header,
.language-selector-box {
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.header {
    z-index: 999 !important;
    left: 0;
    right: 0;
    position: absolute
}

.header .navbar {
    z-index: 9999 !important
}

.navbar-nav .nav__item {
    padding-left: 35px !important
}

.navbar-nav .nav__item::after {
    display: block;
    content: "";
    border-bottom: 2px solid #000229;
    border-color: #000229;
    border-radius: 4px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50% 0px
}

.navbar-nav .nav__item:hover::after {
    transform: scaleX(1)
}

.navbar .nav__item .nav__item-link {
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none !important;
    color: #000229;
    letter-spacing: .6px
}

.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    background-color: #e30002;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.language-selector-box {
    padding: 15px 35px;
    text-align: center;
    border-radius: 30px;
    height: 40px;
    font-size: 15px;
    text-decoration: none;
    color: #000229;
    background: #fff
}

.navbar .dropdown-menu {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff
}

.navbar .dropdown-menu .nav__item {
    padding: 0 40px !important;
    margin-right: 0
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #9b9b9b;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    font-family: Poppins, sans-serif;
    padding-left: 0
}

.navbar .dropdown-menu .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: 0;
    display: block !important;
    background-color: #c7a254;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

@media (max-width:992px) {
    .navbar-toggler {
        position: absolute;
        right: 15px;
        box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
        border-radius: 50% !important;
        line-height: 0 !important;
        width: 45px;
        height: 45px;
        text-align: center;
        border: none !important;
        background-color: #fff !important
    }
    .navbar-toggler:focus {
        box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px !important
    }
    .navbar-brand {
        padding-left: 15px
    }
}

.body-overlay,
.offcanvas {
    visibility: hidden;
    transition: .45s ease-in-out;
    position: fixed;
    opacity: 0;
    top: 0
}

.header__menu_opened .menu-panel__bottom,
.header__menu_opened .menu-panel__locales,
.header__menu_opened .menu-panel__socials {
    transform: translate(0);
    opacity: 1
}

#banner-next-button,
#banner-prev-button {
    transform: translate3d(0, -50%, 0);
    color: #171718;
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    background-color: transparent;
    cursor: pointer
}

.body-overlay {
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .6)
}

.body-overlay.apply,
.satis-sonrasi-item:hover::before {
    opacity: 1;
    visibility: visible
}

.offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, .8);
    background-color: #000229 !important;
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    overflow-y: scroll
}

.offcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: .4s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .4s cubic-bezier(.785, .135, .15, .86);
    transition: .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .6s
}

.offcanvas__info,
.offcanvas__logo {
    margin-bottom: 40px
}

@media (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__logo {
        padding-top: 0
    }
}

.offcanvas__logo img {
    width: 120px;
    height: 100%
}

.offcanvas__close-btn button {
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .4s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .3s;
    height: 50px;
    width: 50px;
    background-color: #fff;
    color: #000229
}

.offcanvas__close-btn button i {
    font-weight: 300;
    font-size: 30px
}

.offcanvas__content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px
}

.offcanvas__content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block
}

.offcanvas__content a {
    font-size: 30px;
    line-height: 51px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}

.menu-panel__bottom a,
.menu-panel__bottom strong {
    font-weight: 600;
    color: #000
}

.offcanvas__social .social-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #5f6368;
    margin-right: 15px;
    transition: .3s;
    display: inline-block;
    border-radius: 10px
}

.offcanvas__social .social-icon a:hover {
    background-color: #6865ff;
    color: #fff
}

.offcanvas__info .offcanva-title {
    color: #fff;
    padding-bottom: 5px
}

.offcanvas__info a {
    color: rgba(255, 255, 255, .6);
    line-height: 1.2
}

.offcan-social-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block
}

.offcanvas-social {
    height: 100%;
    display: flex;
    flex-direction: column
}

.menu-panel {
    position: fixed;
    background: #fff;
    color: #000;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 550px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    width: 35%
}

.menu-panel__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 44px;
    padding-left: 60px;
    padding-right: 60px
}

.menu-panel__locale,
.menu-panel__menu-link {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    text-transform: uppercase
}

.menu-panel__menu {
    padding: 0 0 0 40px;
    margin-bottom: 100px
}

.menu-panel__menu-item {
    margin-bottom: 15px
}

.menu-panel__menu-link {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    transition: .3s;
    margin-bottom: 12px;
    line-height: 1.1;
    font-family: Oswald, sans-serif
}

.menu-panel__menu-link i {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125)
}

.menu-panel__menu-link.collapsed {
    color: #999
}

.home-banner-slider .swiper-button-next:before,
.home-banner-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    color: #000229;
    vertical-align: middle;
    font-weight: 900;
    font-size: 15px;
    font-style: normal
}

.footer-_alani_sol_iletisim a:hover,
.menu-panel__menu-link_active {
    color: #fff
}

.menu-panel__menu-link_active.collapsed {
    color: currentColor
}

.menu-panel__menu-list {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    padding: 5px 10px 5px 20px
}

.menu-panel__bottom-submenu {
    padding-left: 15px
}

.menu-panel__submenu-item {
    margin-bottom: 10px
}

.menu-panel__submenu-item:first-child {
    padding-top: 10px
}

.menu-panel__submenu-item:last-child {
    padding-bottom: 10px
}

.menu-panel__submenu-link {
    font-size: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #999;
    transition: .3s
}

.footer_alani .footer_alani_sol .footer_alani_sol_iletisim ul li a:hover,
.footer_alani_orta .footer_alani_orta_icerik ul li a:hover,
.menu-panel__submenu-link:hover {
    color: #fff !important
}

.menu-panel__locales {
    margin-bottom: 76px;
    transition: .5s .4s;
    transform: translateY(3rem);
    opacity: 0
}

.menu-panel__locale {
    font-size: 14px;
    margin-right: 15px
}

.menu-panel__locale:after,
.swiper-button-prev::after,
.tp-service-area .container .row [class*=col-]:first-child::after,
.urun_detay_image_container>.swiper-button-next::after {
    display: none
}

.menu-panel__footer {
    margin-top: auto;
    padding-bottom: 44px
}

.menu-panel__socials {
    margin-top: 60px;
    transition: .5s .7s;
    transform: translateY(3rem);
    opacity: 0
}

.menu-panel .menu-panel__socials {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu-panel__bottom {
    margin-top: 18px;
    color: #999;
    transition: .5s .9s;
    transform: translateY(2rem);
    opacity: 0
}

.menu-panel__bottom a {
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer
}

.menu-panel__bottom a:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0
}

.home-banner-slider .swiper-pagination-bullet-active,
.menu-panel__bottom a:hover:after,
.menu-panel__bottom a_active:after,
.menu-panel__bottom a_inverted:after {
    opacity: 1
}

.menu-panel__bottom a:hover,
.menu-panel__bottom a_active {
    color: #bb181d
}

#product-swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next),
.menu-panel__bottom a_inverted:hover:after {
    opacity: 0
}

.home-banner-slider {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
    width: 100%;
    height: 700px;
    z-index: 0
}

.home-banner-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

.home-banner-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.home-banner-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.home-banner-slider .swiper-button-next,
.home-banner-slider .swiper-button-prev {
    background: 0 0;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #000229;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.home-banner-slider:hover .swiper-button-next,
.home-banner-slider:hover .swiper-button-prev {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.home-banner-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px)
}

.home-banner-slider .swiper-button-prev:before {
    content: "\f060";
    display: inline-block
}

.home-banner-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px)
}

.home-banner-slider .swiper-button-next:before {
    content: "\f061";
    display: inline-block
}

.home-banner-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: .3;
    background: #fff;
    transition: .2s
}

.home-banner-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.home-banner-slider .swiper-pagination-custom,
.home-banner-slider .swiper-pagination-fraction {
    bottom: 30px
}

.swiper-pagination {
    text-align: left
}

.home-banner-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:767px) {
    .home-banner-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px
    }
}

.home-banner-style {
    height: 700px;
    transition: .4s
}

@media (max-width:991px) {
    .home-banner-slider {
        height: 600px
    }
    .home-banner-style {
        height: 500px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .home-banner-style {
        height: 550px
    }
}

@media screen and (min-width:992px) {
    .home-banner-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .home-banner-slider .swiper-pagination-custom,
    .home-banner-slider .swiper-pagination-fraction {
        display: none
    }
    .home-banner-style .container {
        padding-top: 95px
    }
}

.shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1
}

.shape-divider svg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%, 0, 0)
}

@media (min-width:1950px) {
    .shape-divider svg {
        width: 100%
    }
}

.shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0
}

.anasayfa-urunler-baslik {
    margin-top: 40px;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #000229 !important
}

#product-swiper {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#product-swiper .swiper-container {
    width: 50%;
    height: 60%;
    margin-top: -50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#product-swiper .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: .3s;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    height: 520px;
    width: 770px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #product-swiper .swiper-container {
        height: 500px
    }
    #product-swiper .swiper-container .swiper-wrapper .swiper-slide {
        width: 630px;
        height: 470px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__close-btn button {
        font-size: 20px;
        border: none !important;
        border-bottom-left-radius: 15px
    }
    .anasayfa-urunler-baslik {
        margin-top: 0;
        font-size: 60px
    }
    #product-swiper .swiper-container {
        padding-top: 0;
        height: 300px
    }
    #product-swiper .swiper-container .swiper-wrapper .swiper-slide {
        width: 500px;
        height: 350px
    }
}

#product-swiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%
}

#banner-prev-button {
    position: relative;
    top: auto;
    bottom: 33.5%;
    left: 0;
    right: 20%;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

#banner-next-button {
    position: relative;
    top: auto;
    bottom: 39%;
    left: 93%;
    right: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

#banner-next-button svg,
#banner-prev-button svg {
    width: 100%;
    height: 20px !important
}

@media (max-width:767px) {
    .offcanvas {
        width: 300px;
        padding: 40px 35px
    }
    .offcanvas__close-btn button {
        font-size: 20px;
        border: none !important;
        border-bottom-left-radius: 15px
    }
    .offcanvas__content a {
        font-size: 27px
    }
    .offcanvas__social .social-icon a {
        margin-right: 3px
    }
    .home-banner-slider {
        height: 500px
    }
    .home-banner-slider .swiper-button-next,
    .home-banner-slider .swiper-button-prev {
        display: none
    }
    .home-banner-style {
        display: none !important
    }
    .anasayfa-urunler-baslik {
        font-size: 2.3rem;
        padding-top: 50px
    }
    #product-swiper .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: 250px !important;
        margin-top: 80px !important
    }
    #banner-next-button,
    #banner-prev-button {
        position: relative;
        right: auto;
        top: auto;
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px
    }
    #banner-next-button {
        left: 92%;
        bottom: 25%
    }
    #banner-prev-button {
        left: -10px;
        bottom: 22%;
        transform: translateX(-50%)
    }
}

#banner-next-button:hover,
#banner-prev-button:hover {
    background: #ffce57
}

#banner-next-button,
#banner-prev-button {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

#product-swiper .swiper-container .swiper-wrapper .swiper-slide-next,
#product-swiper .swiper-container .swiper-wrapper .swiper-slide-prev {
    opacity: .3
}

#product-swiper .swiper-container .swiper-wrapper .swiper-slide-active {
    transition: .3s;
    opacity: 1
}

.home_product_slider_text {
    margin-top: 15px
}

.home_product_slider_text h1 {
    font-family: Oswald, sans-serif;
    position: absolute;
    left: 5%;
    bottom: 5%;
    color: #000229;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, .25);
    padding: 15px 30px
}

@media(max-width:776px) {
    .home_product_slider_text h1 {
        padding: 10px 15px;
        font-size: 12px;
        bottom: 0;
        left: 10%
    }
}

.home_product_slider_text h1:not(:last-child) {
    margin-right: 2px
}

.home_product_slider_text h1:hover {
    background-color: #fff;
    border-color: #000229;
    color: #000229
}

.satis-sonrasi__shape {
    position: absolute;
    top: -145px;
    left: 0;
    width: 100%
}

@media(min-width:768px) and (max-width:991px) {
    .home_product_slider_text h1 {
        left: 0;
        bottom: 0
    }
    .satis-sonrasi__shape {
        top: -100px
    }
}

.hatdetay-image img,
.satis-sonrasi__shape img,
.urun_detay_image_container.swiper,
.urun_detay_table {
    width: 100%
}

.satis-sonrasi-head-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.satis-sonrasi-head-right__shape {
    position: absolute;
    bottom: -18px;
    right: 18px
}

.satis-sonrasi-right__title {
    padding-left: 55px
}

.satis-sonrasi-right__title span {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 24px;
    color: #000229;
    padding-bottom: 16px;
    display: inline-block
}

.satis-sonrasi-right__title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #5f6368
}

@media (max-width:767px) {
    .satis-sonrasi-right__title {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 5px;
    }
    .satis-sonrasi__shape {
        position: relative;
        display: block;
        top: -90px;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: -100px;
    }
    .satis-sonrasi-head-right__shape {
        right: auto;
        left: 0
    }
    .satis-sonrasi-head-right__shape svg {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .satis-sonrasi-head-right {
        flex-wrap: nowrap
    }
    .satis-sonrasi-head-right__shape {
        bottom: -18px;
        right: auto
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .satis-sonrasi-right__title {
        padding-left: 25px
    }
}

.satis-sonrasi-border-top {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.satis-sonrasi-border-right {
    border-right: 1px solid rgba(0, 0, 0, .1);
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .satis-sonrasi-border-right,
    .satis-sonrasi-border-top {
        border: 0
    }
    .satis-sonrasi-border-right::after {
        display: none
    }
}

.satis-sonrasi-item {
    padding: 40px 20px;
    position: relative;
    border-radius: 0 0 20px 20px;
    overflow: hidden
}

.satis-sonrasi-item::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: 0 0;
    backdrop-filter: blur(6px);
    border-radius: 0 0 20px 20px;
    transition: .4s;
    content: "";
    z-index: -1
}

.ab-company-video span,
.iu-section-subtitle::before,
.iu-wrapper:hover {
    background-color: #ffce57
}

.satis-sonrasi-item:hover::after {
    background-color: #ffce57;
    height: 100%;
    animation: 2s bounceRight
}

.satis-sonrasi-item:hover .satis-sonrasi-content span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.satis-sonrasi-icon {
    margin-bottom: 60px;
    min-height: 96px
}

.satis-sonrasi-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000229;
    padding-bottom: 15px
}

@media (max-width:767px) {
    .satis-sonrasi-item {
        padding: 20px !important;
        height: 100%
    }
    .satis-sonrasi-item::before {
        opacity: 1;
        visibility: visible
    }
    .satis-sonrasi-item::after {
        height: 100%;
        border: 1px solid rgba(0, 0, 0, .225);
        border-radius: 20px
    }
    .satis-sonrasi-icon {
        margin-bottom: 0 !important;
        min-height: 0
    }
    .satis-sonrasi-title {
        font-size: 20px !important;
        line-height: 25px !important
    }
    .satis-sonrasi-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .satis-sonrasi-title {
        font-size: 20px
    }
}

.iu-section-shape-right {
    position: absolute;
    right: 0
}

.iu-section-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1;
    color: #000229
}

.iu-section-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffce57;
    display: inline-block
}

.iu-section-subtitle::before {
    content: "";
    height: 1.5px;
    width: 20px;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px
}

.iu-slider-wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -50px;
    width: 1320px;
    height: 230px;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: -1;
    overflow: hidden
}

.iu-wrapper {
    background: #fff;
    box-shadow: -3px 0 0 #ffce57;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: 25px 40px;
    height: 110px;
    transition: .3s
}

.about-img-height,
.tp-cta-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.iu-wrapper:hover .tp-security-title-sm {
    color: #000229
}

.iu-title-sm {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000229;
    margin-bottom: 0;
    transition: .3s
}

.iu-img {
    margin-right: 20px;
    width: 100%;
    height: 100%
}

.iu-main {
    padding: 0 10px
}

.iu-slider-active {
    margin: 0 -50px
}

.tp-security-slider__shape-1 {
    position: absolute;
    top: -45%;
    left: 14%
}

.hatlar-section-head-right-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: .3s;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 30px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .225);
    color: #000229;
    overflow: hidden
}

.hatlar-section-head-right-button span {
    padding-right: 10px
}

.hatlar-section-head-right-button svg {
    position: relative;
    margin-left: 20px;
    margin-right: -5px
}

.hatlar-section-head-right-button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #ffca57;
    z-index: -1;
    transition: .3s;
    margin-left: 100px
}

.urun_detay_image_container>.swiper-button-next,
.urun_detay_image_container>.swiper-button-prev {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-color: rgba(41, 93, 251, .1)
}

.hatlar-section-head-right-button:hover {
    background: #ffca57
}

.hatlar-item {
    border: 1px solid rgba(0, 0, 0, .225);
    border-radius: 30px;
    background-color: #fff;
    z-index: 2;
    transition: .2s
}

.benzer-urunler-container:hover,
.category-item:hover,
.hatlar-item:hover {
    box-shadow: 0 10px 20px rgba(1, 16, 61, .1)
}

.hatlar-item-image img {
    border-radius: 20px 20px 0 0;
    transition: .6s;
    width: 100%;
    margin-top: -50px
}

.hatlar-item-content {
    padding: 0 40px 30px
}

.hatlar-item-title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #000229;
    padding-bottom: 20px;
    margin-top: -10px;
    transition: .3s;
    display: inline-block
}

.hatlar-item-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000229;
    padding-bottom: 20px
}

.hatlar-item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px
}

.hatlar-item-btn a {
    height: 40px;
    line-height: 35px;
    border: 1.5px solid rgba(0, 0, 0, .1);
    color: #000229;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    transition: .3s
}

.hatlar-item-btn a:hover {
    color: #000229;
    background-color: #ffca57
}

.ab-company-section-space {
    margin-bottom: 80px
}

.ab-company-section-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #5f6168
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ab-company-section-text p {
        font-size: 16px
    }
}

.ab-company-section-text p span {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #202124
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .ab-company-section-space {
        margin-bottom: 30px
    }
    .ab-company-video {
        margin-bottom: 40px
    }
}

.ab-company-video span {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    color: #000229;
    font-size: 18px;
    margin-right: 20px;
    transition: .3s;
    cursor: pointer;
}

.ab-company-video span:hover {
    background-color: #000229 !important;
    color: #ffce57 !important;
    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    background-color: var(--tp-theme-1);
    cursor: pointer;
}

.ab-company-video span i {
    margin-left: 5px
}

.ab-company-video span {
    font-weight: 500;
    font-size: 18px;
    color: #000
}

.ab-company-fun-fact span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .04em;
    color: #b2b2b8;
    padding-bottom: 10px;
    display: inline-block
}

.ab-company-fun-fact h4 {
    font-weight: 700;
    font-size: 44px;
    line-height: 36px;
    color: #080829;
    padding-bottom: 5px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .offcanvas {
        width: 400px;
        padding: 40px
    }
    .ab-company-fun-fact h4 {
        font-size: 30px
    }
}

.ab-company-fun-fact h4 em {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #6b14fa;
    font-style: normal
}

.ab-company-fun-fact p {
    font-weight: 500;
    font-size: 17px;
    line-height: 14px;
    color: #5f6168
}

.ab-company-fun-fact-wrap {
    border-right: 1px solid rgba(8, 8, 41, .1)
}

.ab-company-border-none {
    border-right: none
}

.inner-section-subtitle {
    letter-spacing: .3em;
    text-transform: uppercase
}

.about-banner-title,
.about-img-title {
    font-style: normal;
    font-size: 110px;
    margin-left: 100px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em
}

.about-shape-1 {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 3
}

.about-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.about-banner {
    background-color: #000229;
    height: 540px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.about-banner-content {
    z-index: 5
}

.about-banner-title {
    color: #fff;
    position: relative;
    z-index: -1;
    margin-top: 170px;
    display: inline-block
}

.about-img-height {
    min-height: 620px;
    border-radius: 30px;
    margin-top: -215px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.about-img-height iframe {
    width: 100%;
    height: 621px !important
}

.about-img-title {
    color: #000229;
    margin-top: -140px
}

.tp-service-area .container .row [class*=col-]:last-child {
    border-right: 0
}

.tp-service-sm-item {
    border: 1px solid #e9ebf1;
    border-radius: 20px;
    padding: 30px;
    min-height: 360px;
    overflow: hidden;
    transition: .3s
}

.tp-service-sm-item:hover {
    box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1)
}

.tp-service-sm-content {
    transition: .3s
}

.tp-service-sm-content span {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 1px solid rgba(32, 33, 36, .1);
    border-radius: 15px;
    height: 100%;
    line-height: 20px;
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 13px
}

.tp-service-sm-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000229 !important;
    margin-bottom: 0;
    padding-bottom: 20px;
    transition: .3s
}

.tp-cta-grey-bg {
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1
}

.tp-cta-bg {
    border-radius: 40px;
    padding: 70px 40px
}

.tp-section-title,
tp-section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2
}

.tp-cta-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8);
    font-family: var(--tp-ff-mont);
    padding-bottom: 20px
}

.tp-btn-inner {
    display: inline-block;
    background: var(--tp-common-blue-4);
    color: var(--tp-common-white);
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s
}

.category-img img,
.category-item,
.category-item:hover,
.category-item:hover>* {
    border-radius: 20px
}

.breadcrumb__area {
    position: relative;
    padding-top: 200px;
    padding-bottom: 115px;
    background-image: url('../images/product-list/page-bg.webp');
    background-size: cover
}

.breadcrumb__shape-2 {
    position: absolute;
    top: 0;
    right: 0
}

.breadcrumb__shape-3 {
    position: absolute;
    bottom: 12%;
    left: 8%;
    -moz-animation: 3s ease-in-out 1s infinite alternate forwards circle-animations;
    -webkit-animation: 3s ease-in-out 1s infinite alternate forwards circle-animations;
    animation: 3s ease-in-out 1s infinite alternate forwards circle-animations
}

.breadcrumb__shape-4 {
    position: absolute;
    bottom: 12%;
    left: 9%
}

.breadcrumb__title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #000;
    padding-bottom: 12px
}

.category-area {
    padding-top: 100px;
    padding-bottom: 100px
}

.category-item {
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
    border-bottom: 4px solid #ffce57;
    padding: 10px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-img {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
    width: 100%;
}

.category-img img {
    width: 100%;
    transition: .5s;
    background-image: url('../images/product-list/bg-02.webp');
    background-size: cover;
    background-position: center;
    padding: 12px
}

.category-item:hover .category-img img {
    transform: scale(1.2)
}

.category-content {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column
}

.category-title {
    line-height: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block
}

.category-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #080829 !important;
    padding-bottom: 10px;
    transition: .3s
}

.category-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.category-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px
}

.category-buttons a {
    color: #5f6368;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 100px;
    padding: 15px 0;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Oswald, sans-serif
}

.category-buttons {
    bottom: 0
}

.category-buttons a:hover {
    color: #222 !important;
    background: #ffce57;
    border: 1px solid rgba(0, 0, 0, .375)
}

@media(max-width: 767px){
    .category-item {
        height: 95%
    }
    .category-img {
        margin-bottom: 0;
    }
}

.urun_detay_tab_subtitle,
.urun_detay_tab_title {
    font-size: 30px;
    text-align: center;
    font-family: Oswald, sans-serif
}

.urun-detay-enerji-sag-ortalama,
.urun-detay-enerji-sol,
.urun-detay-ozellik,
.urun-detay-sayfasi-sol {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .text-lg-end {
        text-align: right !important
    }
    .navbar .nav__item.with-dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1)
    }
    .navbar .nav__item.with-dropdown>.dropdown-menu {
        display: block;
        position: absolute;
        right: auto;
        left: auto;
        z-index: 1050;
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0
    }
    .navbar .dropdown-menu {
        width: auto;
        box-shadow: 0 2px 6px 0 rgba(40, 40, 40, .1);
        padding: 20px 0 25px !important;
        margin-top: 5px !important
    }
    .urun-detay-ozellik {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .urun-detay-sayfasi-sol {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

.urun_detay_image_container,
.urun_detay_model_container {
        display: flex;
        position: relative;
        height: 300px;
        width: 100%;
        border: 1px solid rgba(0,0,0,.225);
        border-radius: 20px;
        margin-bottom: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
}

/*.urun_detay_image_container>.swiper-wrapper {*/
/*    height: 40%*/
/*}*/

.urun_detay_image_container>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.urun_detay_image_container>.swiper-wrapper>.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.urun_detay_image_container>.slick-list>.slick-track>.slick-slide img {
    width: 100%;
    height: 100%;
    padding: 20px
}

.urun_detay_image_container>.slick-arrow,
.urun_detay_image_container>.slick-arrow:hover {
    position: absolute;
    top: 45%;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(41, 93, 251, .1)
}

.urun_detay_image_container>.slick-arrow.slick-prev,
.urun_detay_image_container>.swiper-button-prev {
    left: 5px;
    transform: rotate(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/product-detail/urun-detay-arrow.svg");
    z-index: 999
}

.urun_detay_image_container>.slick-arrow.slick-next,
.urun_detay_image_container>.swiper-button-next {
    right: 5px;
    transform: rotate(0);
    background-position: 50% 50%;
    background-image: url("../images/product-detail/urun-detay-arrow.svg");
    z-index: 999;
    background-repeat: no-repeat
}

.urun_detay_image_container>.slick-arrow.slick-next:focus,
.urun_detay_image_container>.slick-arrow.slick-prev:focus {
    position: absolute;
    background-position: 50% 50%;
    background-color: rgba(41, 93, 251, .1)
}

.urun_detay_model_container>model-viewer {
    width: 100%;
    height: 400px;
    display: block;
    position: relative
}

.urun_detay_video_container {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .225);
    height: 400px;
    margin-bottom: 20px
}

.hatdetay-video>iframe,
.urun_detay_video_container>iframe {
    width: 100%;
    height: 100% !important;
    border-radius: 20px
}

.urun_detay_tab {
    border: 1px solid rgba(0, 0, 0, .225);
    border-radius: 20px
}

.urun_detay_tab_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000229
}

.urun_detay_tab_subtitle {
    line-height: 1.2;
    color: #ffce57
}

.urun_detay_tab_description {
    padding: 20px;
    text-align: justify
}

.urun_detay_tab_description p {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.boyutlar-baslik,
.hatdetay-urunler-item-text,
.hatdetay-urunler-section-title,
.hatlarPageTitle,
.popup .form .form-element,
.popup .form h2,
.teklif-al-butonu,
.urun_detay_boyutlar_sag_baslik,
.urun_detay_boyutlar_yazi {
    font-family: Oswald, sans-serif
}

.boyutlar-baslik {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px
}

.urun_detay_boyutlar_container {
    background: #fff;
    display: flex;
    border: 1px solid rgba(0, 0, 0, .225);
    border-radius: 20px;
    padding: 10px 10px 5px;
    margin-bottom: 15px
}

.urun_detay_table,
.urun_detay_table tbody {
    border: 1px solid rgba(0, 0, 0, .125)
}

.urun_detay_boyutlar_sag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1
}

.urun_detay_boyutlar_sag_baslik {
    margin: 0 !important;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368
}

.benzer-urunler-baslik,
.benzer-urunler-container h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Oswald, sans-serif
}

.urun_detay_boyutlar_yazi {
    font-size: 18px;
    font-weight: 500;
    color: #000229;
    text-align: center;
}

@media(max-width:576px) {
    .urun_detay_boyutlar_sol i {
        font-size: 20px
    }
    .urun_detay_boyutlar_sag_baslik,
    .urun_detay_boyutlar_yazi {
        font-size: 12px
    }
    .urun_detay_boyutlar_container {
        padding: 10px 10px 0;
        margin-bottom: 15px
    }
}

.urun_detay_table thead {
    background: #eee
}

.urun_detay_table thead tr td {
    padding: 12px;
    color: #000229;
    font-size: 14px
}

.urun_detay_table tbody tr td {
    padding: 12px
}

.table-responsive {
    overflow: auto
}

.benzer-urunler-baslik {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
    text-align: center
}

.benzer-urunler-container {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .225);
    border-radius: 20px;
    border-bottom: 4px solid #ffce57;
    transition: .2s
}

.benzer-urunler-container h6 {
    font-size: 16px;
    color: #000229
}

.benzer-urunler-swiper .swiper,
.iti {
    width: 100%;
    height: 100%
}

.benzer-urunler-swiper .swiper-slide {
    text-align: center !important;
    font-size: 18px !important;
    background: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.benzer-urunler-swiper .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 50px !important
}

.teklif-al-butonu {
    position: fixed;
    z-index: 999;
    display: flex;
    bottom: 10px;
    right: 10px;
    width: 12rem;
    height: 3rem;
    align-items: center;
    color: #000229;
    background: #ffce57;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .225);
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    transition: .2s ease-in-out
}

.teklif-al-butonu:hover {
    background: #000229;
    color: #fff
}

.popup {
    z-index: 999;
    display: block;
    position: fixed;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    width: 400px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, .15);
    border-radius: 10px;
    transition: top 0s ease-in-out .2s, opacity .2s ease-in-out, transform .2s ease-in-out
}

.popup.active {
    top: 50%;
    z-index: 1200;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: top ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out
}

.popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: #888;
    color: #eee;
    text-align: center;
    line-height: 20px;
    border-radius: 15px;
    cursor: pointer
}

.popup .form h2 {
    text-align: center;
    color: #222;
    margin: 10px 0 20px;
    font-size: 25px
}

.popup .form .form-element {
    margin: 15px 0
}

.popup .form .form-element label {
    font-size: 14px;
    color: #222
}

.popup .form .form-element input {
    border: 1px solid rgba(0, 0, 0, .225) !important;
    border-radius: 10px
}

.popup .form .form-element input[type=password],
.popup .form .form-element input[type=text] {
    margin-top: 5px;
    display: block;
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .225);
    border-radius: 5px
}

.popup .form .form-element input[type=checkbox] {
    margin-right: 5px
}

.popup .form .form-element button {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    font-size: 16px;
    background: #000229;
    color: #fff;
    border-radius: 10px;
    cursor: pointer
}

.popup .form .form-element textarea {
    min-height: 100px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .225);
    padding: 5px
}

.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden
}

.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, .65)
}

.contact-info-item {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-align: center;
    padding: 55px 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap
}

.contact-info-img {
    margin-bottom: 35px;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    align-items: center
}

.contact-info-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.contact-info-title-sm {
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    padding-bottom: 6px
}

.contact-info-title-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848587
}

.contact-info-badge {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%)
}

.contact-info-badge span {
    background: #000;
    border-radius: 0 0 24px 24px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    padding: 8px 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffce57
}

.iletisim-mail-text,
.iletisim-telefon-text {
    color: #5f6168
}

.contact-form-left {
    padding-left: 50px;
    padding-right: 20px
}

.inner-section-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .06em;
    color: #6b14fa;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase
}

.contact-form-right-warp {
    padding: 0 70px
}

.contact-form-section-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5f6168
}

.contact-form-social-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

.contact-form-social-item a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    color: #5f6168;
    display: inline-block;
    font-size: 14px;
    transition: .3s;
    margin-right: 6px
}

.postbox__comment-input .inputText,
.postbox__comment-input .textareaText {
    border-radius: 12px;
    width: 100%;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    color: #000229
}

.contact-form-social-item a:hover {
    background-color: #ffce57;
    border-color: #ffce57;
    color: #fff !important
}

.contact-form-section-img {
    position: absolute;
    top: -35px;
    right: 0
}

.postbox__comment-input .inputText {
    padding: 0 20px;
    height: 55px;
    border: 0;
    transition: box-shadow .3s cubic-bezier(.3, 0, 0, .3)
}

.postbox__comment-input .floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s
}

.postbox__comment-input input:focus~.floating-label,
.postbox__comment-input input:not(:focus):valid~.floating-label {
    top: 0;
    left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #ffce57;
    background-color: #fff;
    padding: 0 4px
}

.postbox__comment-input .textareaText {
    padding: 20px;
    height: 160px;
    resize: none;
    border: 0;
    transition: box-shadow .3s cubic-bezier(.3, 0, 0, .3)
}

.postbox__comment-input .floating-label-2 {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 20px;
    transition: .2s
}

.postbox__comment-input textarea:focus~.floating-label-2,
.postbox__comment-input textarea:not(:focus):valid~.floating-label-2 {
    top: -9px;
    left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #ffce57;
    background-color: #fff;
    padding: 0 4px
}

.postbox__btn-box button {
    background-color: #ffce57;
    text-align: center;
    height: 55px;
    padding: 0 20px;
    display: inline-block;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100% !important;
    border-radius: 12px;
    border: none
}

.contact-inner-wrapper {
    background: #f7f7f7;
    border-radius: 100px;
    padding-left: 25px
}

@media (max-width:767px) {
    .iu-section-title {
        font-size: 40px
    }
    .iu-slider-active {
        margin: 0
    }
    .iu-slider-wrapper::after {
        width: 100%
    }
    .ab-company-section-space {
        margin-bottom: 20px
    }
    .ab-company-section-text p span {
        font-size: 18px
    }
    .ab-company-video {
        margin-bottom: 40px
    }
    .ab-company-fun-fact-wrap {
        border-right: 0
    }
    .about-img-height {
        min-height: 300px;
        margin-top: -200px
    }
    .about-banner-title {
        font-size: 50px;
        margin-left: 50px;
        margin-top: 132px
    }
    .contact-form-left {
        padding: 0;
        margin-bottom: 80px
    }
    .contact-form-right-warp {
        padding: 0
    }
    .contact-form-section-img {
        right: 0;
        top: -35px
    }
    .contact-form-section-img img {
        width: 120px;
        height: 120px
    }
    .contact-inner-wrapper {
        border-radius: 30px;
        padding-left: 0
    }
    .contact-inner-item {
        flex-wrap: wrap;
        padding: 30px 20px
    }
    .contact-inner-link a {
        font-size: 16px !important
    }
}

.contact-inner-item {
    padding: 45px 50px;
    border-right: 2px solid #fff;
    height: 100%
}

.contact-inner-img {
    margin-right: 20px;
    flex: 0 0 auto
}

.contact-inner-img img {
    filter: drop-shadow(-10px 20px 20px rgba(13, 70, 85, .3))
}

.contact-inner-link a {
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    color: #5f6168
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0) !important
}

#hatlarPageSection {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 80rem;
    padding-top: 50px !important;
    margin-top: 100px
}

.hatlarPageTitle {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1.5rem !important;
    margin-bottom: 50px;
    line-height: 1.2
}

#hatlarPageSection .container .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

#hatlarPageSection .container .row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.hatdetay-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    height: 450px
}

.hatdetay-description h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

.hatdetay-urunler-section-title {
    font-weight: 700;
    line-height: 1.4;
    color: #000229;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 17px
}

.hatdetay-urunler-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px
}

.hatdetay-urunler-item:hover {
    border: 1px solid #ffca57
}

.hatdetay-urunler-item img {
    width: 100%;
    transition: .3s;
    padding: 10px
}

.hatdetay-urunler-item:hover img {
    transform: scale(1.1, 1.1)
}

.hatdetay-urunler-item-text {
    position: absolute;
    left: 0;
    bottom: 13%;
    padding: 10px 15px;
    max-width: 80%;
    background: rgba(33, 37, 41, .8);
    letter-spacing: -.05em;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: .3s ease-in-out
}

.hatdetay-urunler-item:hover .hatdetay-urunler-item-text {
    background: #212529
}

.hatdetay-teknik-cizim h3 {
    font-family: 'Montserrat Alternates';
    font-weight: 600;
    font-size: 30px
}

.hatdetay-video {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    height: 400px
}

.hatdetay-model {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer_copyright_lang,
.footer_copyright_sosyal a {
    box-shadow: 0 1px 2px rgba(1, 16, 61, .14);
    border-radius: 10px
}

.hatdetay-model>model-viewer {
    width: 100%;
    height: 400px
}

@media(max-width:767px) {
    #product-swiper {
        padding-top: 0 !important
    }
    #product-swiper .swiper-container {
        width: 90% !important;
        margin-top: -120px
    }
    .hatlar-section-head-left {
        margin-bottom: 20px
    }
    .hatlar-item {
        margin-bottom: 20px !important
    }
    .hatlar-item-title h1 {
        font-size: 24px
    }
    .tp-section-title {
        font-size: 50px
    }
    .category-area {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .breadcrumb__area {
        padding-top: 150px;
        padding-bottom: 50px
    }
    .breadcrumb__title {
        font-size: 40px
    }
    .breadcrumb__shape-2 img {
        height: 320px;
        right: 0
    }
    .breadcrumb__shape-3 img {
        height: 20px
    }
    .breadcrumb__shape-4 img {
        height: 50px
    }
    .category-subtitle {
        font-size: 12px
    }
    .category-title a {
        font-size: 15px;
        letter-spacing: 0
    }
    .category-buttons a {
        font-size: 13px;
        font-weight: 500;
        padding: 10px 0
    }
    .benzer-urunler-swiper .swiper-slide img {
        padding: 15px !important
    }
    #hatlarPageSection {
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0
    }
    .hatdetay-image,
    .hatdetay-model {
        height: 250px
    }
    .hatdetay-description h1 {
        font-size: 27px
    }
    .hatdetay-description p span {
        font-size: 13px !important
    }
    .hatdetay-urunler-section-title {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px
    }
    .hatdetay-teknik-cizim h3 {
        margin-bottom: 20px;
        font-size: 25px
    }
    .hatdetay-teknik-cizim img {
        width: 100% !important
    }
    .hatdetay-video {
        height: 250px;
        margin-bottom: 20px
    }
}

.grey-bg-2 {
    background: #eeeef5
}

.footer_alani,
.footer_copyright_alani {
    background: #131318
}

.black-bg {
    background-color: #131318
}

.footer_alani {
    padding-bottom: 45px
}

.footer_alani_sol_iletisim p{
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Oswald,sans-serif;
    color: rgba(255,255,255,.5) !important;
}

.footer_alani_sol_iletisim a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Oswald, sans-serif;
    color: rgba(255, 255, 255, .5) !important
}

.footer_alani_sol .footer_alani_sol_iletisim a {
    padding-bottom: 20px;
    display: inline-block
}

.footer_alani_sol_iletisim ul li {
    position: relative;
    list-style-type: none;
    padding-left: 35px
}

.footer_alani_sol .footer_alani_sol_iletisim ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
    font-family: Oswald, sans-serif;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .3s
}

.footer_alani_sol .footer_alani_sol_iletisim ul li a.first-child {
    font-weight: 500;
    font-size: 20px
}

.footer_alani_sol .footer_alani_sol_iletisim ul li span {
    position: absolute;
    top: 0;
    left: 0
}

.footer-telefon {
    margin-left: -35px
}

.footer_alani_orta_baslik {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding-bottom: 25px
}

.footer_alani_orta .footer_alani_orta_baslik {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif
}

.footer_alani_orta .footer_alani_orta_icerik ul li {
    position: relative;
    margin-bottom: 15px
}

.footer_alani_orta_icerik ul li {
    list-style-type: none;
    margin-bottom: 20px
}

.footer_alani_orta .footer_alani_orta_icerik ul li a {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat Alternates';
    color: rgba(255, 255, 255, .6);
    transition: .3s;
    position: relative
}

.footer_alani_orta_icerik ul li :last-child {
    margin-bottom: 0
}

.footer_alani_orta .footer_alani_orta_icerik ul li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: .7s;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(1, 16, 61, .14);
    border-radius: 6px
}

.footer_alani_orta .footer_alani_orta_icerik ul li a:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.footer_copyright_sosyal a {
    background-color: #fffF;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    font-size: 15px;
    transition: .3s;
    margin-right: 5px
}

.footer_copyright_sosyal a:hover {
    opacity: .8
}

.footer_copyright_sosyal a i {
    color: #5f6368;
    transition: .3s
}

.footer_copyright_sosyal a:hover i {
    color: #000
}

.footer_copyright_lang {
    background-color: #fff
}

.footer_copyright_lang>ul>li {
    position: relative;
    list-style: none
}

.footer_copyright_lang>ul>li>a {
    font-family: 'Montserrat Alternates', sans-serif;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 10px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    color: #5f6368;
    background: rgba(217, 217, 217, .1);
    line-height: 0
}

.footer_copyright_lang>ul>li>a i {
    line-height: 22px;
    border-radius: 50%;
    margin-left: 15px
}

.footer_copyright_lang span {
    line-height: 0
}

.footer_copyright_lang_submenu {
    position: absolute;
    bottom: 140%;
    left: 0;
    width: 120px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 30px 70px 6px rgba(11, 6, 70, .08);
    padding: 15px 20px !important;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.footer_copyright_lang_submenu.open {
    bottom: 100%;
    opacity: 1;
    visibility: visible
}

.footer_copyright_lang_submenu li {
    list-style: none;
    margin-bottom: 15px
}

.footer_copyright_lang_submenu li i {
    border-radius: 20%
}

.footer_copyright_lang_submenu li a {
    font-size: 13px !important;
    font-weight: 600;
    color: #000229
}

.footer_copyright_text {
    text-align: center
}

.footer_copyright_text span {
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    text-align: center !important
}

@media (max-width:767px) {
    .footer_copyright_sosyal {
        margin-bottom: 20px
    }
    .footer_copyright_text {
        text-align: start !important;
        margin-bottom: 20px
    }
}

.blurred-img {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px !important;
}

.blurred-img::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: pulse 2.5s infinite;
  background-color: var(--text-color);
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

.blurred-img.loaded::before {
  animation: none;
  content: none;
}

.blurred-img img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.blurred-img.loaded {
  background-image: none !important;
}

.blurred-img.loaded img {
  opacity: 1;
}

.anasayfa-text-urunler {
  font-size: 17px;
  font-weight: 500;
  font-family: Inter,sans-serif;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  margin:auto;
  max-width:650px;
  text-align:center;
}

@media(max-width: 768px) {
    .anasayfa-text-urunler {
      font-size: 16px;
      text-align: justify;
      line-height: 1.3;
    }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 99;
  background: #00d831;
  border-radius: 50px;
  color: #fff;
  width: 59px !important;
  height: 59px !important;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
