@font-face {
    font-family: helvaticaNeuHV;
    src: url('../fonts/HelveticaNeueLTPro-Hv.otf');
}
@font-face {
    font-family: helvaticaNeuHvCn;
    src: url('../fonts/HelveticaNeueLTPro-HvCn.otf');
}
@font-face {
    font-family: helvaticaNeuLt;
    src: url('../fonts/HelveticaNeueLTPro-Lt.otf');
}
@font-face {
    font-family: helvaticaNeuIt;
    src: url('../fonts/HelveticaNeueLTPro-It.otf');
}
@font-face {
    font-family: helvaticaNeuMd;
    src: url('../fonts/HelveticaNeueLTPro-Md.otf');
}
@font-face {
    font-family: helvaticaNeublackCn;
    src: url('../fonts/HelveticaNeueLTPro-BlkCn.otf');
}
@font-face {
    font-family: helvaticaNeuBold;
    src: url('../fonts/HelveticaNeueLTPro-Bd.otf');
}
@font-face {
    font-family: helvaticaNeuBoldCd;
    src: url('../fonts/HelveticaNeueLTPro-BdCn.otf');
}
@font-face {
    font-family: helvaticaNeuRoman;
    src: url('../fonts/HelveticaNeueLTPro-Roman.otf');
}
@font-face {
    font-family: Thorn;
    src: url('../fonts/THORN.ttf');
}
@font-face {
    font-family: JUNAROUTLINE;
    src: url('../fonts/JUNAROUTLINE-JUNAROUTLINE.ttf');
}
html {
    scroll-behavior: smooth;
  }
/*.top-nav{
    position: absolute;
    margin-top: -105px;
}*/

.top-nav {
    position: absolute;
    z-index: 2;
	margin-top: -105px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.social-menu{
    margin-left: 32px;
    position: absolute;
    bottom: 16px;
}
/*.sidenav a {
    font-family: helvaticaNeuBoldCd;
    padding: 2px 8px 2px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}*/
.sidenav a {
    font-family: helvaticaNeuBoldCd;
    padding: 2px 8px 2px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sidenav a:hover {
    color: #f35d62;
}
.bg-spcl{
    background-color: #000;
}
.sidenav .closebtn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 0px;
}
.drop{
    display: none;
}
.drop a{
    font-family: helvaticaNeuMd;
    font-size: 18px;
}
.d_show{
    display: block;
}
.sidenav .menu-hr{
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 32px;
    width: 200px;
    border: 0;
    border-top: 2px solid rgb(255 255 255);
}
.sidenav .closebtn h5{
    font-family: helvaticaNeuMd;
    font-size: 18px;
    color: #fff;
    display: inline;
}
.menu-text{
    font-family: helvaticaNeuMd;
    font-size: 18px;
    color: #fff;
    display: inline;
}
.active{
    color: #EC1C24 !important;
}
.maincont{
    display: flex;
    place-content: center;
    /*background-image: url(../img/main_img.jpg);*/
    background-position-y: 70%;
    background-size: cover;
    height: 100vh;
    z-index: -1;
}
/*.maincont .logo{
    width: 250px;
    align-self: center;
	position: relative;
	z-index: 2;
}*/


.maincont .bot-next{
    position: absolute;
    bottom: 25px;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}
.nav-icon{
    display: flex;
    align-items: center;
}
.acc-card{
    border: .7px solid #4D4D4D;
}
.acc-card .acc-top{
    background-image: url(../img/card_top_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.title{
    font-family: helvaticaNeuHV;
    font-size: 32px;
}
.title-hr{
    margin-left: 0px;
    border: 0;
    width: 60px;
    border-top: 2px solid rgb(0 0 0);
}
.title-hr-bot{
    margin-left: 0px;
    border: 0;
    width: 60px;
    border-top: 3px solid #EC1C24;
}
#myTabContent a:hover .filter, #myTabContent a:hover .filter1, #myTabContent a:hover .filter2{
    opacity: 0.5;
}
#myTabContent a:hover .filter_in{
    opacity: 1;
}
.filter{
    position: absolute;
    left: .5rem;
    width: calc(100% - 1rem);
    height: calc(100%);
    opacity: 0.0;
}
#search{
    display: none;
    border-radius: 10px;
    opacity: 0.95;
    width: 500px;
    margin-left: auto;
    margin-right: 15px;
    background-color: #f8f9fa;
    padding: 15px 20px;
}
#search .form-control {
    padding-left: 2.375rem;
}

#search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.s_show{
    display: block !important;
}
.filter_in{
    position: absolute;
    left: calc(50% - 94px);
    top: calc(50% - 60px);
    opacity: 0;
}
.filter1{
    position: absolute;
    left: 0rem;
    width: calc(100%);
    height: calc(100%);
    opacity: 0.0;
}
.filter2{
    position: absolute;
    left: 0rem;
    width: auto;
    height: calc(100%);
    opacity: 0.0;
}
#cont p{
    font-family: helvaticaNeuRoman;
    font-size: 14px;
}
#cont p b{
    font-family: helvaticaNeuBold;
    font-size: 15px;
}
#cont .form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: .375rem .75rem;
    font-family: helvaticaNeuIt;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#cont .form-control#exampleFormControlTextarea1{
    height: auto;
}
#footer{
    background-color: #000;
}
#footer h4{
    color: rgb(241, 241, 241);
    font-family: helvaticaNeuLt;
    font-size: 14px;
}
#footer .bank{
    text-align: end;
}
.swiper-wrapper p, .cards p{
    font-family: helvaticaNeuRoman;
    font-size: 15px;
}
.swiper-wrapper h6, .cards h6{
    font-family: helvaticaNeuBold;
    font-size: 16px;
    margin-top: 5px;
}
.hakk_bg_1{
    background-image: url('../img/about_1.jpg');
    background-size: cover;
    background-position: center;
}
.hakk_bg_2{
    background-image: url('../img/about_2.jpg');
    background-size: cover;
    background-position: center;
}
.hakk_bg_3{
    background-image: url('../img/about_3.jpg');
    background-size: cover;
    background-position: center;
}
.hakk_bg_4{
    background-image: url('../img/about_4.jpg');
    background-size: cover;
    background-position: center;
}
.hakk-sec h4{
    font-family: helvaticaNeuHV;
    font-size: 32px;
    color: #fff;
}
.hakk-sec hr{
    margin-left: 0px;
    border: 0;
    width: 60px;
    border-top: 2px solid #fff;
}
.hakk-sec p{
    font-family: helvaticaNeuRoman;
    font-size: 16px;
    color: #fff;
}
.hakk_bg_2 h4,
.hakk_bg_2 hr,
.hakk_bg_2 p{
    color: #000;
}
.nav-link{
    color: #999999;
    font-family: helvaticaNeuMd;
    font-size: 19px;
    margin-bottom: 25px;
    margin-right: 50px;
}
.nav-link:hover{
    color: #525252 !important;
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000 !important;
    font-size: 20px;
    background-color: #fff;
    border: none;
}
.swiper-slide img{
    height: fit-content;
}
.acc-top h2{
    color: #fff;
    font-family: helvaticaNeuHV;
    font-size: 22px;
}
.acc-main h1{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuHvCn;
    font-size: 45px;
}
.acc-main h1 span{
    font-size: 36px;
}
.acc-main .acc-hr{
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    width: 60px;
    border-top: 2px solid rgb(0 0 0);
}
.acc-main-spc{
    border: .7px solid #4D4D4D;
}
.acc-main p{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuLt;
    font-size: 12.5px;
}
.acc-main-spc .acc-start h4{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuHvCn;
    font-size: 26px;
}
.acc-main-spc .acc-start h5{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuHvCn;
    font-size: 32px;
}
.acc-main-spc .acc-start h5 span{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuHvCn;
    font-size: 26px;
}
.acc-main-spc .acc-start p{
    font-family: helvaticaNeuLt;
    font-size: 14px;
}
.acc-main-spc .acc-ara h5{
    font-family: helvaticaNeuHvCn;
    font-size: 22px;
}
.acc-main-spc .acc-son p{
    font-family: helvaticaNeuLt;
    font-size: 14px;
}
.acc-main-spc .acc-son p b{
    font-family: helvaticaNeuHvCn;
    font-size: 14px;
}
.acc-one{
    border-right: .7px solid #4D4D4D;
}
.acc-ara{
    border-top: .7px solid #4D4D4D;
    border-bottom: .7px solid #4D4D4D;
}
.app-text{
    position: absolute;
    left: 40%;
}
.app-text h1{
    font-family: Thorn;
    font-size: 150px;
    color:#fff;
    margin-top: 50px;
}
.app-text h3{
    font-family: JUNAROUTLINE;
    font-size: 50px;
    color:#fff;
    position: relative;
    top: -45px;
    left: -10px;
    line-height: 70px;
}
.rule{
    margin-top: calc(58px + 3rem);
}
.rule h5{
    font-family: helvaticaNeublackCn;
    font-size: 30px;
    color: #EC1C24;
}
.rule p{
    font-family: helvaticaNeuMd;
    font-size: 14px;
    color: #EC1C24;
}
.app-container{
    background-image: url(../img/cfa_app.png);
    background-color: #da001f;
    height: 43vh;
    background-size: 465vw;
}
/*
    Button
*/
.myButt {
  outline: none;
  border: none;
  display: block;
  margin: auto;
  cursor: pointer;
  font-family: helvaticaNeuHV;
  font-size: 13px;
  background-color: transparent;
  position: relative;
  border: 1.8px solid #4D4D4D;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.one {
  border-color: rgb(0, 0, 0);
  overflow: hidden;
  color: rgb(0, 0, 0);
}
.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -135px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.one:hover {
  background-color: #C0272D;
  border-color: #fff;
  color: #fff;
}
.one:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 135px;
}
/*
    Button
*/
.app-top{
    background-color: #C0272D;
}
.about_logo{
    width: 100%;
    height: auto;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
@media screen and (max-width: 1430px) {
    .app-text{
        position: absolute;
        left: 40%;
    }
    .app-text h1{
        font-family: Thorn;
        font-size: 100px;
        color:#fff;
        margin-top: 50px;
    }
    .app-text h3{
        font-family: JUNAROUTLINE;
        font-size: 35px;
        color:#fff;
        position: relative;
        top: -45px;
        left: -10px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1020px) {
    .app-text{
        position: absolute;
        left: 40%;
    }
    .app-text h1{
        font-family: Thorn;
        font-size: 80px;
        color:#fff;
        margin-top: 50px;
    }
    .app-text h3{
        font-family: JUNAROUTLINE;
        font-size: 25px;
        color:#fff;
        position: relative;
        top: -45px;
        left: -10px;
        line-height: 40px;
    }
}
@media screen and (max-width: 768px) {
	.cal_saat {
        background-position: left;
        padding: 0px;
    }
    .cal_saat .container {
        background-color: #0000008f;
    }
    .cal_saat h1{
        font-family: helvaticaNeuHV;
        font-size: 32px;
    }
    .acc-one{
        border-right: 0;
        border-bottom: .7px solid #4D4D4D;
    }
    .about_logo{
        width: 125px
    }
    .social-icon{
        display: none;
    }
    .top-nav {
        margin-top: -65px;
    }  
    .nav-logo{
        display: none;
    }
    .app-text{
        position: inherit;
        left: 25px;
    }
    .app-text h1{
        font-family: Thorn;
        font-size: 100px;
        color: #fff;
        margin-top: -30px;
        margin-left: 20px;
    }
    .app-text h3{
        font-family: JUNAROUTLINE;
        font-size: 25px;
        color: #fff;
        position: inherit;
        top: 0px;
        left: 0px;
        line-height: 30px;
        margin-left: 20px;
        margin-top: -15px;
    }
    #footer .bank{
        text-align: center;
    }
    #footer{
        text-align: center;
    }
    .first-img {
        max-width: 100%;
        width: 100% !important;
        height: 367px !important;
        object-fit: cover;
    }
    .nav-link {
        color: #999999;
        font-family: helvaticaNeuMd;
        font-size: 16px;
        margin-bottom: 15px;
        margin-right: 25px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #000000 !important;
        font-size: 16px;
        background-color: #fff;
        border: none;
    }
    .nav-link {
        padding: 0rem;
    }
    .rule {
        margin-top: calc(3rem);
    }
}
@media screen and (max-width: 576px) {
    .maincont {
        background-position-y: 70%;
        background-position-x: center;
    }
    .maincont .logo{
        width: 175px;
        align-self: center;
    }
    .togg{
        height: 20px;
    }
    .shop{
        height: 30px !important;
    }
    .search{
        height: 25px !important;
    }
    .menu-text{
        font-size: 16px;
        margin-left: 5px;
    }
    .social-menu img{
        height: 30px !important;
    }
    #search {
        display: none;
        border-radius: 5px;
        opacity: 0.95;
        width: 100%;
        margin-left: auto;
        margin-right: 15px;
        background-color: #f8f9fa;
        padding: 10px 15px;
    }
    .asd1 {
        position: absolute;
        left: 0rem;
        width: calc(100% - 0rem);
        height: calc(100%);
        opacity: 0.0;
    }
    .filter1 {
        position: absolute;
        left: .5rem;
        width: calc(100% - 1rem);
        height: calc(100%);
        opacity: 0.0;
    }
    .filter2 {
        position: absolute;
        left: .5rem;
        width: calc(100% - 1rem);
        height: calc(100%);
        opacity: 0.0;
    }
    .app-text{
        position: inherit;
        left: 25px;
    }
    .app-text h1{
        font-family: Thorn;
        font-size: 50px;
        color: #fff;
        margin-top: -30px;
        margin-left: 20px;
    }
    .app-text h3{
        font-family: JUNAROUTLINE;
        font-size: 16px;
        color: #fff;
        position: inherit;
        top: 0px;
        left: 0px;
        line-height: 25px;
        margin-left: 20px;
        margin-top: -5px;
    }
}
.cursor-pointer{
    cursor:pointer;
}
a{
    color:#29282f;
}

.basket{
    display: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 75px;
    max-width: 350px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 14px 1px #00000061;
    padding: 15px 15px;
}
.basket .s_urun{
    border-bottom: 1px solid #cfcfcf;
    margin: 10px 15px 0px 15px;
    padding-bottom: 10px;
}
.basket .s_urun img{
    border: 1px solid rgba(106, 115, 123, 0.5);
}
.basket .s_urun h6{
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.basket .s_urun a i{
    color: rgb(106, 115, 123);
    transition: 0.25s;
}
.basket .s_urun a:hover i{
    color: rgb(29, 29, 29);
    box-shadow: 0 0.5em 0.5em -0.4em  rgb(183, 133, 64);
    transform: translateY(-0.15em);
}
.basket #total{
    font-family: helvaticaNeuHvCn;
    font-size: 22px;
    color: rgb(183, 133, 64);
    border-bottom: 1px solid #cfcfcf;
    margin: 10px 15px 0px 15px;
    padding-bottom: 10px;
}
.basket #view a{
    color: rgb(0, 0, 0);
    font-family: helvaticaNeuRoman;
    font-size: 16px;
    transition: 0.25s;
}
.basket #view a:hover{
    color: rgba(0, 0, 0, 0.747);
    text-decoration: none;
}
.basket .btn-s_spc{
    background-color: rgb(183, 133, 64);
    border-radius: 0px;
    padding: 10px 15px;
    color: #fff;
    font-family: helvaticaNeuBoldCd;
    font-size: 18px;
    transition: 0.25s;
}
.basket .btn-s_spc:hover{
    color: #fff;
    box-shadow: 0 0.5em 0.5em -0.4em  rgb(183, 133, 64);
    transform: translateY(-0.25em);
}

/* VIDEO VE FONT*/
.maincont video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    height: 100%;
    object-fit: cover !important;
}
/*.maincont .logo {
    width: 250px;
    align-self: center;
    position: relative;
    z-index: 2;
}*/
.maincont .logo {
    width: 130px;
    align-self: center;
    position: absolute;
    top: 0px;
    z-index: 2;
}
.maincont .bot-next {
    position: absolute;
    bottom: 25px;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
    z-index: 2;
}
.product-details-area {
    padding-top: 120px;
    font-family: helvaticaNeuRoman !important;
}
.shop-tab-area {
    font-family: helvaticaNeuRoman !important;
}
.product-items {
    font-family: helvaticaNeuRoman !important;
}
.cal_saat{
    background-image: url(../img/cal_bg.jpeg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.cal_saat .container{
    max-width: 750px;
    background-color: #000;
}
.cal_saat h1{
    font-family: helvaticaNeuHV;
    font-size: 40px;
}
.cal_saat h6{
    font-family: helvaticaNeuBold;
    font-size: 18px;
}
.cal_saat p{
    font-family: helvaticaNeuBold;
    font-size: 15px;
}
.cal_saat p span{
    margin-left: 100px;
}
.cal_saat hr{
    width: 150px;
    margin: 0px;
    margin-top: 1rem;
    border-top: 2px solid rgb(255 255 255);
}
.cal_saat h6,
.cal_saat p{
    margin-bottom: 0px;
}
.cal_saat_wod {
    font-family: helvaticaNeuLt;
    font-size: 15px;
}