@import "https://fonts.googleapis.com/css?family=Open+Sans|Teko:300,400,700&subset=latin,latin-ext";

*: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: #444;
    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: "Open Sans";
    font-weight: 400;
    overflow-x: hidden
}

.toggle-nav {
    font-size: 20px;
    z-index: 9999;
    color: #847450
}

.sticky .toggle-nav {
    position: relative;
    top: 0;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: auto !important;
}

.img-cover {
    width: 100%;
    object-fit: cover;
    object-position: center center
}

header {
    top: 0;
    left: 0;
    z-index: 99;
    padding: 15px 0;
    transition: all .3s linear;
    position: relative;
    background: black;
    width: 100%;
}


header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0;
    margin-bottom: 10px
}

.sticky {
    position: sticky;
    background: rgba(255, 255, 255, .9);
    transition: all .3s linear;
    padding: 5px 0 !important;
    z-index: 999
}

.sticky ul > li > a {
    color: #444 !important;
}

.sticky ul li ul li a {
    color: #fff !important;
}

.sticky .header-top {
    display: none !important
}

nav > ul > li.line-anime {
    position: relative
}

nav > ul > li.line-anime:before {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    bottom: -20px;
    content: ""
}

nav > ul > li.line-anime:hover {
    color: #fff
}

nav > ul > li.line-anime:hover:after {
    width: 100%
}

nav > ul > li.line-anime:hover > ul {
    opacity: 1;
    visibility: visible
}

nav > ul > li.line-anime:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #b79b58;
    transition: all .3s linear
}

nav > ul > li > a {
    color: #fff !important;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all .3s linear
}

nav > ul > li.line-anime > ul {
    position: absolute;
    top: 40px;
    left: 0;
    list-style: none;
    background: #333;
    border-top: 2px solid #b79b58;
    width: 250px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

nav > ul > li > ul > li > a {
    color: rgba(255, 255, 255, .5);
    padding: 10px;
    display: block;
    font-size: 12px
}

nav > ul > li > ul > li > a:hover {
    color: rgba(255, 255, 255, 1);

}

.video-section {
    width: 100vw;
    height: 100vh;
    position: relative
}

.video-section video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.video-section .slogan {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Teko";
    color: #fff
}

.video-section .slogan h1 {
    font-weight: 300;
    font-size: 70px;
    position: relative;
    line-height: 1
}

.video-section .slogan h1:first-of-type:before, .video-section .slogan h1:last-of-type:before, .video-section .slogan h1:last-of-type:after {
    height: 2px;
    width: 30px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: ""
}

.video-section .slogan h1:last-of-type:before {
    top: -10px
}

.video-section .slogan h1:first-of-type:before {
    top: -10px
}

.video-section .slogan h1:last-of-type:after {
    bottom: 0
}

.section-title {
    font-family: "Teko";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    position: relative;
    margin-bottom: 50px
}

.section-title:after {
    content: "";
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    background: #444
}

.header-dropdown {
    position: relative;
    text-transform: uppercase;
}

.header-dropdown > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.1rem;
}

.header-dropdown > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: .6rem;
    border-width: 4px 3px 0;
    border-style: solid;
    border-color: #999 transparent transparent;
    content: '';
}

.header-dropdown a img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    margin-right: .6rem;
}

.header-dropdown a:hover, .header-dropdown a:focus {
    text-decoration: none;
}

.header-dropdown:hover > .header-menu {
    opacity: 1;
    visibility: visible;
}


.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
    margin-left: 29px;
}

.header-dropdowns .header-dropdown + .header-dropdown::before, .header-dropdowns .header-dropdown + .dropdown::before {
    position: absolute;
    top: 50%;
    left: -14px;
    height: 11px;
    margin-top: -5.5px;
    border-right: 1px solid;
    content: '';
    opacity: .8;
}

.section-margin {
    margin-top: 90px
}

.home-product-item {
    color: #fff
}

.home-product-item .h-custom {
    min-height: 370px;
    height: 100%;
}


.home-product-item .home-product-img {
    height: 238px
}

.home-product-item h4 {
    font-weight: 300;
    font-family: "Teko";
    font-size: 32px
}

.home-product-item p {
    font-size: 18px
}

.home-product-item a {
    background: rgba(0, 0, 0, .3);
    padding: 15px;
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .3s linear
}

.home-product-item a:hover {
    background: rgba(0, 0, 0, .5)
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 255px;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    background: #847450;
    color: #fff
}

.flip-card-back {
    background-color: #847450;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}

.flip-card-back a {
    background: #414247;
    color: #fff;
    transition: all .3s linear;
    padding: 5px 15px;
    font-size: 12px
}

.flip-card-back a:hover {
    background: #4d4e54;
    color: #fff
}

.icon-box a {
    display: -webkit-inline-box;
}

.icon-box-section [class*=col]:nth-of-type(1) {
    background: #90805b
}

.icon-box-section [class*=col]:nth-of-type(2) {
    background: #977d58
}

.icon-box-section [class*=col]:nth-of-type(3) {
    background: #957756
}

.icon-box-section [class*=col]:nth-of-type(4) {
    background: #8e704c
}

.img-wrapper {
    overflow: hidden;
    transition: all .3s linear;
}

.img-wrapper:hover img {
    transform: scale(1.2);
    transition: all .3s linear
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s linear
}

footer {
    background: #b79b58;
    color: #fff
}

footer .footer-nav li {
    margin-right: 20px;
    position: relative
}

footer .footer-nav li:after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 0
}

footer .footer-nav li a {
    color: #fff
}

footer .footer-social li {
    margin-left: 10px
}

footer .footer-social li a {
    color: #fff;
    font-size: 22px
}

#search {
    background: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear
}

#search form {
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative
}

#search form label {
    letter-spacing: 2px;
    text-transform: uppercase
}

#search form [type=text] {
    border: 0;
    background: transparent;
    padding: 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    color: #fff
}

#search form [type=submit] {
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 35px;
    color: #fff;
    background: transparent;
    border: 0
}

.hide-search {
    transform: scale(0);
    transition: all .3s linear
}

.hide-cart {
    transform: translate3d(100%, 0, 0);
    transition: all .3s linear
}

.close-button {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer
}

#cart {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    width: 350px;
    background: #fff;
    z-index: 9999;
    transition: all .3s linear
}

#cart .prices {
    display: flex;
    align-items: center
}

#cart del {
    text-decoration: line-through;
    margin-right: 10px
}

#cart ins {
    text-decoration: none;
    font-size: 18px
}

#cart .cart-title {
    background: #847450;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1
}

#cart .product-list {
    padding: 20px
}

#cart .product-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px
}

#cart > a {
    position: absolute;
    bottom: 32px;
    left: 0;
    display: block;
    padding: 20px 10px;
    text-align: center;
    background: #847450;
    width: 100%;
    color: #fff;
    transition: all .3s linear
}

#cart > a:hover {
    background: #64583d
}

@media only screen and (min-width: 320px) {
    .video-section {
        width: 100vw;
        height: auto;
        position: relative
    }

    .nav-panel {
        font-weight: 400
    }

    .nav-panel .mm-title {
        color: #847450 !important;
        font-weight: bold
    }

    .nav-panel .mm-navbar-top {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .nav-panel .nav-panel-logo {
        width: 12em;
        margin: 0 auto
    }

    .nav-panel .nav-panel-logo img {
        width: 100%
    }
}


.hd-login-box {
    position: absolute;
    width: 150px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.hd-login-box.active {

    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.hd-login-box::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: 12px;
    top: -2px;
    right: 50%;
    background: #fff;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    z-index: -1;
}

.hd-login-box a {
    display: block;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    transition: .3s ease-in-out;
}

.hd-login-box a:hover {
    background: #e1e1e1;
    transition: .3s ease-in-out;
}

.hd-login-box a:last-child {
    background: #b79b58;
    color: white;

}

.hd-login-box a:hover:last-child {
    background: #856B43;
    transition: .3s ease-in-out;
}

.in-slider {
    position: relative;
}

.in-slider .swiper-pagination-bullet {
    height: auto;
    width: auto;
    background: transparent;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #b79b58;
    font-family: "Teko";
    opacity: 0.3;

    border-radius: 0;
}

.in-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.in-slider .pagination-position {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.in-slider .swiper-slide:nth-of-type(1) .row {
    background: rgb(63, 102, 176)
}

.in-slider .swiper-slide:nth-of-type(2) .row {
    background: rgb(237, 45, 35)
}

.in-slider .swiper-slide:nth-of-type(3) .row {
    background: rgb(13, 174, 75)
}

.in-slider .swiper-slide:nth-of-type(4) .row {
    background: rgb(139, 66, 153)
}

.in-slider .swiper-slide:nth-of-type(5) .row {
    background: rgb(192, 32, 37)
}

.in-slider .swiper-slide:nth-of-type(6) .row {
    background: rgb(251, 176, 22)
}

.in-slider .swiper-slide:nth-of-type(7) .row {
    background: rgb(246, 142, 30)
}

.in-slider .swiper-slide:nth-of-type(8) .row {
    background: rgb(68, 46, 144)
}

.in-slider .swiper-slide:nth-of-type(9) .row {
    background: rgb(40, 137, 193)
}

.in-slider .swiper-slide:nth-of-type(10) .row {
    background: rgb(139, 66, 153)
}

.in-slider-box {
    padding: 0 40px;
}

.slider-box-title {
    color: white;
    font-size: 25px;
    font-family: "Teko";
    letter-spacing: 2px;
}

.slider-box-title span {
    position: relative;
}

.slider-box-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: white;
    z-index: 99;

}

.slider-box-text {
    color: #f5f5f5;
    font-size: 15px;
    line-height: 1.66em;
    word-wrap: break-word;
}

.slider-box-button a {
    display: inline-block;
    border: 2px solid white;
    color: white;
    padding: 14px 20px 12px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: .3s ease-in-out;
    background: transparent;
    font-family: "Teko";
    font-size: 17px;
    line-height: 17px;
}

.slider-box-button a:hover {
    transition: .3s ease-in-out;
    background: white;
    color: black;
}

@media only screen  and (min-width: 1200px) {
    .w-900 {
        width: 900px;
    }
}

@media only screen and (max-width: 760px) {
    .in-slider .swiper-pagination-bullet {
        display: none !important;
    }

    .mobile-w100 {
        width: 100%;
    }

    .sticky {
        background: rgba(0, 0, 0, .8);
    }
}

@media only screen and (max-width: 768px) {
    .home-product-item .h-custom {
        min-height: 100%;
        height: 100%;
    }

    .login-box {
        left: inherit;
        transform: inherit;
        right: 0;
        z-index: 999;
    }

    .login-box::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background-size: 12px;
        top: -5px;
        right: 3px;
        background: #b79b58;
        border-left: 1px solid #b79b58;
        border-top: 1px solid #b79b58;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

    #cart {
        width: 100%;
    }

    .in-slider-box {
        padding: 0 15px;
    }

}

.col-lg-3:nth-of-type(2) .home-product-item {
    background: #FFA300;
    overflow: hidden
}

.col-lg-3:nth-of-type(3) .home-product-item {
    background: #507188;
    overflow: hidden
}

.col-lg-3:nth-of-type(4) .home-product-item {
    background: #E4C9C3;
    overflow: hidden
}

.col-lg-3:nth-of-type(5) .home-product-item {
    background: #A3AEAC;
    overflow: hidden
}

.col-lg-3:nth-of-type(6) .home-product-item {
    background: #A3AEAC;
    overflow: hidden
}

.col-lg-3:nth-of-type(7) .home-product-item {
    background: #33D9C2;
    overflow: hidden
}

.col-lg-3:nth-of-type(8) .home-product-item {
    background: #808285;
    overflow: hidden
}

.col-lg-3:nth-of-type(9) .home-product-item {
    background: #8E8F90;
    overflow: hidden
}

.ins-cover {
    overflow: hidden;
    display: block;
}

.ins-cover img {
    transition: all .3s linear;
}

.ins-cover:hover img {
    transform: scale(1.2);
    transition: all .3s linear;
}

.product-list-remove {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.member-menu-box {
    padding: 0;
    margin: 0;
    position: absolute;
    min-width: 200px;
    background: white;
    margin-top: 33px;
    right: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.member-menu-box ::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: 12px;
    top: -7px;
    right: 18px;
    background: #fff;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky .member-menu-box {
    margin-top: 19px;
}


.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: 'Teko';
    font-size: 20px;
    letter-spacing: 1px;
}


@media only screen and (max-width: 767px) {
    .sticky {
        position: relative;
    }

    .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;
    }

    .mobile-menu-l {
        border-top: 1px solid #636363;
        background: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 9999;
        width: 100%;
    }

    .mobile-menu-l ul li {
        list-style: none;
    }

    .mobile-menu-l ul li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        color: white;
    }

    .mobile-menu-l ul li ul li a {

        color: black;
    }

    .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;
    }

    header {
        position: relative !important;
    }
}

.buying__box {

    width: 100%;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.buying__box-body {
    padding: 10px;
}

.buying__box-title {
    font-size: 14px;
    color: #fd8100;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address__box-button a, .address__box-button span {
    font-size: 12px;
}

.btn-buying {
    background: #fd8100;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px !important;
    letter-spacing: .2px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    transition: .3s ease-in-out;

}

.btn-buying:hover {
    background: #d46a00;
    transition: .3s ease-in-out;
}

.buying__box-title span {
    margin-left: 5px;
    font-size: 12px;
    color: #0D0D0D;
}


#popup_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    margin: 0 auto;

}

#popup_counter div {
    margin-right: 30px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background: #393E4E;
    color: white;
}
#popup_counter div span:first-child{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#popup_counter div span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#popup_counter div:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    #popup_counter {
        width: 91%;
    }

    #popup_counter div {
        margin-right: 3%;
    }

    #popup_counter div:last-child {
        margin-right: 0;
    }
}

.urunPaketBilgi{
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #4949ff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.urunPaketBilgi i{
    display: flex;
}
