/*
Theme Name: Kuzey Arms Web
Author: Funa YAzılım & Reklam
Version: 1.0
*/

body {
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 0.4vw;
}

/* Track */
::-webkit-scrollbar-track {
    background: #7f0e15;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e71a26;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e71a26;
}

.footer {
    float: left;
    width: 100vw;
}


.halt {
    width: 100vw;
    float: left;
    text-align: center;
    height: 8.2vw;
    background: #d2d2d2;
    z-index: 4;
    border-bottom: solid 0.1vw #dd0e0e;
}

.halt p {
    width: 100vw;
    text-align: center;
    margin: 1vw 0;
    float: left;
}

.halt p a {
    color: #473f3f;
    font-size: 0.8vw;
}

.halt h1 {
    width: 100vw;
    float: left;
    text-align: center;
    font-size: 1.5vw;
    color: #473f3f;
}

.haltcizgi {
    width: 5.5vw;
    height: 0.5vw;
    background-color: #dd0e0e;
    float: left;
    margin-left: 47.5vw;
    border-radius: 2vw;
    margin-top: -.5vw;
}


header {
    position: relative;
    z-index: 5;
}


header .top {
    width: 100vw;
    height: 3.12vw;
    background-color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: #e71a26 .2vw solid;
}

header .top .lng {
    height: 3.12vw;
    width: 16.4vw;
    display: flex;
}

header .top .lng .lng-i {
    display: flex;
    align-items: center;
    height: 3.12vw;
    width: 10.4vw;
    transition: all ease .5s;
    font-size: 1vw;
    text-decoration: none;
    color: #747474;
}

header .top .lng .lng-i.active {
    font-weight: bold;
}


header .top .lng .lng-i .icon {
    width: 1vw;
    height: 1vw;
}

header .top .social {
    width: 15.60vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .top .social .social-i {
    transition: all ease .5s;
    height: 3.12vw;
    display: flex;
    align-items: center;
    text-decoration: none;
}


header .top .social .social-i:hover {
    background-color: #e71a26;
    height: 3.12vw;
    display: flex;
    align-items: center;
    transition: all ease .5s;
}

header .top .social .social-i i {
    width: 2.35vw;
    height: 1.15vw;
    font-size: 1vw;
    color: #ffffff;
}

header .bottom {
    height: 5.20vw;
    width: 100vw;
    background-image: url(assets/img/header_gray.png);
    display: grid;
    grid-template-columns: 4fr 6fr;
}

header .bottom .right {
    display: flex;
    padding-right: 4.16vw;
    justify-content: flex-end;
    font-size: 1.2vw;
}

header .bottom .right .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all ease .5s;
    height: 5.20vw;
    width: 8.33vw;
    color: #ffffff;
}

header .bottom .right .item:hover {
    background-color: #7f0e15;
    transition: all ease .5s;
}

header .bottom .left {
    padding-left: 4.16vw;
}

header .bottom .left img {
    width: 9.21vw;
    height: 4.4vw;
    margin-top: .4vw;
}

.slider {
    margin-top: -5.20vw;
    position: relative;
}

.slides .slide-top .slide-text {
    text-align: center;
    color: #747474;
    margin-top: 9.27vw;
}

.slides .slide-top .slide-text .top {
    font-size: 4vw;
}

.slides .slide-top .slide-text .bottom {
    font-size: 3vw;
}

.slides .slide-top .slide-img {
    width: 28.64vw;
    height: 13.54vw;
    float: right;
    background: url('assets/img/slide_small_img_bg.png') center center/cover no-repeat;
    margin-top: -8.87vw;
    display: flex;
    align-items: flex-start;
}

.slides .slide-top .slide-img img {
    margin-right: 4.16vw;
    width: 24.48vw;
    max-height: 13.54vw;
}

.slides .slide-bottom {
    width: 67.7vw;
    margin-left: 16.15vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.slides .slide-bottom .big-img img {
    width: 67.7vw;
}

.slides .slide-bottom .arrow {
    width: 4.16vw;
    height: 3.08vw;
    margin-top: 4vw;
}

.slides .slide-bottom .arrow img {
    width: 4.16vw;
    height: 3.08vw;
}

.slides li h2 {
    color: #fff;
    width: 100vw;
    float: left;
    text-align: center;
    font-size: 2.5vw;
    margin-top: 15vw;
    font-weight: 400;
}

.categories {
    height: 33.85vw;
    width: 100vw;
    text-align: center;
    margin-top: -55vw;
    color: white;
    position: absolute;
    z-index: 5;
    padding-top:4vw;
}

.head-text {
    width: 100vw;
    font-size: 2vw;
    margin-bottom: 3.5vw;
    color: #d8d6d6;
    letter-spacing: .5vw;
}

.cizgi {
    width: 6vw;
    height: 2px;
    background-color: #737373;
    border: none;
    margin-top: .5vw;
}

.categories .item-area {
    width: 100vw;
    height: 16.4vw;
    display: flex;
    justify-content: space-evenly;
}

.categories .item-area .item {
    height: 16.4vw;
    width: 28.64vw;
    background-color: #7474746e;
    transition: all ease .5s;
    text-decoration: none;
}

.categories .item-area .item:hover {
    transform: scale(1.03);
}

.categories .item-area .item .head {
    height: 4.16vw;
    width: 28.64vw;
    background-color: #181919;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #737373;
    font-size: 2vw;
}

.categories .item-area .item .head .cizgi {
    display: none;
}

.categories .item-area .item:hover .head {
    color: white;
    transition: all ease .5s;
}

.categories .item-area .item:hover .head .cizgi {
    display: inline-block;
    background-color: white;
    transition: all ease .5s;
}

.categories .item-area .item .img {
    width: 28.64vw;
    height: 12.24vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff73;
}

.categories .item-area .item .img img {
    max-width: 24.64vw;
    max-height: 8.24vw;
    padding: 2vw;
    opacity: .8;
    transition: all ease .5s;
}


.categories .item-area .item:hover .img img {
    opacity: 1;
    transition: all ease .5s;
}

.categories .item-area .item .more {
    width: 10.41vw;
    height: 2.6vw;
    margin-top: -1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2d2d2;
    margin-left: 9.11vw;
    transition: all ease .5s;
}

.categories .item-area .item .more p {
    text-decoration: none;
    color: #737373;
    font-size: 1vw;
}

.categories .item-area .item .more:hover {
    transform: scale(1.05);
    transition: all ease .5s;
}



.bg {
    background-image: url(assets/img/about-us_bg1.png);
    height: 123.18vw;
    width: 100vw;
    margin-top: -40vw;
    position: relative;
    z-index: 2;
    filter: brightness(1.4);
    
}

.about-us {
    height: 46.87vw;
    width: 100vw;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -103.18vw;
    background: url(assets/img/about-us_bg.png) center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 5;
    filter: brightness(1.4);
}


.about-us .about {
    width: 42.92vw;
    background-color: rgba(0, 0, 0, 0.644);
    color: #737373;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.about-us .about .arrow {
    width: 3.65vw;
    height: 2.82vw;
}

.about-us .about .arrow img {
    width: 3.65vw;
    height: 2.82vw;
}

.c-um {
    width: 100vw;
    height: 36.45vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin-top: -5vw;
    z-index: 5;
}

.c-um .c-um-area {
    width: 35.15vw;
    height: 18.23vw;
    background-color: black;
    position: relative;
    z-index: 10;
}

.c-um .c-um-area .c-um-area-link {
    text-decoration: none;
    color: #747474;
}



.c-um .c-um-area .head {
    width: 35.15vw;
    height: 5.20vw;
    background: #D2D2D2;
    background: radial-gradient(circle, rgba(210, 210, 210, 1) 0%, rgba(140, 136, 130, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    letter-spacing: .5vw;
    transition: all ease .5s;
    position: relative;
    z-index: 7;
}

.c-um .c-um-area:hover .head {
    transform: scale(1.05);
    transition: all ease .5s;
}

.c-um .c-um-area .area {
    background-image: url(assets/img/c-um_bg.png);
    width: 35.15vw;
    height: 15.62vw;
    display: flex;
    align-items: center;
    transition: all ease .5s;
}

.c-um .c-um-area:hover .area {
    transform: scale(1.05);
    transition: all ease .5s;
}

.c-um .c-um-area .area .item {
    width: 35.15vw;
    height: 10.41vw;
    background-color: rgba(0, 0, 0, 0.774);
    display: flex;
}

.c-um .c-um-area .area .item .icon {
    width: 12vw;
    height: 10.41vw;
    display: flex;
    align-items: center;
    justify-content: center;
}



.c-um .c-um-area .area .item .icon img {
    width: 4vw;
    height: 5.88vw;
}

.c-um .c-um-area .area .item .text {
    width: 23.15vw;
    height: 10.41vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5vw;
}



.c-um .c-um-area .area .item .text .area-1 {
    color: #e71a26;
    margin-bottom: .5vw;
}

.c-um .c-um-area .area .item .text .area-2 {
    color: #737373;
    margin-bottom: .5vw;
}

.c-um .c-um-area .area .item .text .area-3 {
    margin-left: -.7vw;
    margin-bottom: -1vw;
}

.c-um .c-um-area .area .item .text .area-3 img {
    width: 3.64vw;
    height: 2.82vw;
}



.animation {
    position: absolute;
    background: url("assets/img/AXDS.png") center center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 33.85vw;
    margin-top: -15vw;
    z-index: 4;
}

.animation-1 {
    animation: moveSmoke 12s infinite ease-in-out;
}

.animation-2 {
    animation: moveSmoke 12s infinite ease-in-out;
    opacity: 0.6;
}

.animation-3 {
    animation: moveSmoke 12s infinite ease-in-out;
    opacity: 0.4;
}

@keyframes moveSmoke {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.3;
    }

    100% {
        transform: translateY(-5vw) scale(1.15);
        opacity: 0;
    }
}

footer {
    background: url(assets/img/footer-bg.png) center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 20.83vw;
    position: relative;
    z-index: 5;
    filter: brightness(1.4);
}

footer .area {
    height: 6vw;
    width: 100vw;
    margin-top: 10.14vw;
    display: flex;
    margin-left: 4.16vw;
    margin-right: 4.16vw;
    position: absolute;
    z-index: 5;
}

footer .area .logo {
    width: 20vw;
    height: 6vw;
}

footer .area .logo img {
    height: 6vw;
    max-width: 20vw;
}

footer .area .pages {
    width: 60vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

footer .area .pages a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
    color: #d2d2d2;
    text-decoration: none;
    font-size: 1vw;
}

footer .area .pages a:hover {
    color: #7f0e15;
    border-radius: 1vw;
    transform: scale(1.05);
    transition: all ease .5s;
}

footer .area .social {
    width: 12vw;
    height: 6vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 8vw;
}

footer .area .social .social-i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-left: 1vw;
    padding-right: 1vw;
    transition: all ease .5s;
    text-decoration: none;
}

footer .area .social .social-i i {
    font-size: 1vw;
}


footer .area .social .social-i.youtube-d {
    color: #e71a26;
}

footer .area .social .social-i:hover {

    border-radius: 1vw;
    transition: all ease .5s;
}

footer .area .social .social-i.youtube-d:hover {
    color: white;
}

footer .area .social .social-i:hover {
    color: #e71a26;
    transform: scale(1.15);
    transition: all ease .5s;
}

.funa {
    height: 5.20vw;
    width: 100vw;
    background-color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    margin-top: 20vw;
    border-top: #e71a26 .2vw solid;
}

.funa .copyright {
    margin-left: 4.16vw;
}

.funa img {
    height: 2.2vw;
    max-width: 8vw;
    margin-right: 4.16vw;
}


/*Wordpress Iç sayfalar*/

.ic-categories {
    margin-top: 0vw;
    position: relative;
    float: left;
}

.ic-footer-categories {
    z-index: 5;
    position: relative;
    margin-top: -9vw;
}


.ic-footer-contact {
    z-index: 5;
    position: relative;
    margin-top: -9vw;
}

.postbox {
    margin-top: 12vw;

}

.postbox .ortala ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    flex-wrap: wrap;
        margin-left: -4.5vw;
}

.postbox .ortala ul a {
    color: #7f0e15;
    text-decoration: none;
    text-align: center;
    padding: 1vw;
}

.postbox .ortala ul a .post {
    width: 25vw;
    transition: all ease .5s;
    perspective: 75vw;
}



.postbox .ortala ul a .post:hover {
    transform: scale(1.05);
    transition: all ease .5s;
}

.postbox .ortala ul a .post img {
    transition: all ease .5s;
    width: 25vw;
}

.postbox .ortala ul a .post:hover .ek-gorsel{
    transition: all ease .5s;
}

.singlesol {
    width: 100vw;
    text-align: center;
    margin-top: 10vw;
}

.singlesol .urungoster .ortala {
    padding: 5vw;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(140 140 140 / 38%) 50%, rgb(54 54 54 / 1%) 100%);
}
.urungoster img{
    width: 90vw;
}
.singlesol .urungoster .ortala .product-name {
    font-size: 2vw;
    color: #e71a26;
    text-transform: uppercase;
}

.singlesol .urun-galeri {
    width: 100vw;
    margin-top: 4vw;
    float: left;
    padding-left:2vw;
    box-sizing: border-box;
}

.singlesol .urun-galeri a {
    border: .2vw solid #e71a26;
    border-radius: .4vw;
      display: flex;
      align-items: center;      /* dikey ortala */
      justify-content: center;  /* yatay ortala */
    width: 19vw;

    float: left;
    height: 8vw;
    margin-left:2vw;
    margin-bottom: 2vw;
    padding: 1vw;
    
}


.singlesol .urun-galeri a img {
  max-width: 100%;
  max-height: 100%;
  display: block;

}

.singlesol .urun-galeri a:hover img {
    transform: scale(1.05);
    transition: all ease .5s;
}

.bg-single {
    background-image: url(assets/img/contact-us.jpg);
}

.lb-outerContainer {
    margin-top: 5vw !important;
    width: 80vw;
    padding: 3vw;
}

.lb-outerContainer img{
    width: auto!important;
    height: 15vw!important;
    max-width: 74vw!important;
}


.lb-dataContainer{
    color: #7f0e15;
}


.lb-data .lb-number{
    color: #585858 !important;
}

.urun-ozellikler {
    color: white;
    text-align: center;
    margin-top: 4vw;
    padding-bottom: 8vw;
}



.urun-ozellikler .ortala ul {
    width: 80vw;
    margin-left: 8vw;
}

.urun-ozellikler .ortala h2 {
    color: #dd0e0e;
    margin-bottom: 4vw;
}


.urun-ozellikler .ortala ul li {
    display: flex;
    align-items: center;
    border-radius: .4vw;
    border: #e71a26 .2vw solid;
    border-top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(140 140 140 / 50%) 50%, rgb(54 54 54 / 50%) 100%);
}


.urun-ozellikler .ortala ul li:first-child{
    border-top: #e71a26 .2vw solid;
}

.urun-ozellikler .ortala ul li:nth-child(even) {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgb(140 140 140 / 50%) 50%, rgb(54 54 54 / 50%) 100%);
}



.urun-ozellikler .ortala ul li h5 {
    color: #585858;
    width: 30vw;
}

.urun-ozellikler .ortala ul li p {
    color: white;
    width: 70vw;
    text-align: justify;
}

.urun-ozellikler .ortala ul li:nth-child(even) h5 {
    color: white;
}

.urun-ozellikler .ortala ul li:nth-child(even) p {
    color: #585858;
}

.border-middle {
    border-top: .2vw solid #e71a26;
    transform: rotate(90deg);
    width: 3.5vw;
}

.ic-about-us {
    background:
        linear-gradient(to bottom, rgba(140, 140, 140, 0.2), rgba(140, 140, 140, .4)),
        url(assets/img/about-us.jpg) center center / cover no-repeat;
    width: 91.68vw;
    padding-left: 4.16vw;
    padding-right: 4.16vw;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 12vw;
    margin-top: 6.1vw;
    position: relative;
    z-index: -2;
}

.ic-about-us .head {
    color: #e71a26;
    font-size: 1.4vw;
    text-transform: uppercase;
    margin-bottom: 2vw;
    margin-top: 4vw;
}

.ic-about-us .text {
    font-size: 1.1vw;
    color: #625151;
}

.ic-about-us .text-sub {
    font-size: 1.1vw;
    margin-top: 2vw;
    text-transform: uppercase;
    color: #625151;
}

.contact-area{
    padding: 4vw;
    margin-top: 5vw;
    display: flex;
    width: 92vw;
    align-items: center;
}

.contact-area .contact-info .contact-item{
    list-style: none;
    color: #473f3f;
    margin-bottom: 1.2vw;
}

.contact-area .contact-info .infos{
    background: #fff;    
    padding: 2vw;
    width: 42vw;
    box-shadow: 0px 0px 30px black;
    margin-top: 1vw;
}

.contact-area .contact-info .social-media{
    background: #fff;    
    padding: 1vw;
    display: flex;
    width: 44vw;
    justify-content: space-evenly;
    box-shadow: 0px 0px 30px black;
    margin-top:2vw;
}

.contact-area .contact-info .social-media li{
    list-style: none;
}

.contact-area .contact-info .social-media li i {
    background-color: #dd0e0e;
    color: white;
    padding: .4vw;
    margin-right: 1vw;
}

.contact-area .contact-info .social-media a{
    text-decoration: none;
    transition: all ease .5s;
    color: #473f3f;
}

.contact-area .contact-info .social-media a:hover{
    transition: all ease .5s;
    color: #dd0e0e;
}

.contact-area .contact-info .contact-item i {
    background-color: #dd0e0e;
    color: white;
    padding: .3vw;
    margin-right: 1vw;
}

.contact-area .contact-info .contact-item a{
    color: #585858;
    text-decoration: none;
    transition: all ease .5s;
}

.contact-area .contact-info .contact-item a:hover{
    color: #dd0e0e;
    transition: all ease .5s;
}

.contact-area .contact-location{
    width: 46vw;

}

.contact-area .contact-location iframe{
    width: 44vw;
    height: 20vw;
    margin: 1vw;
    box-shadow: 0px 0px 30px black;
}
.caic{
    float: left;
    width: 100vw;
    padding: 10vw 0;
    text-align: center;
    font-size: 2vw;
}
.caic a{
    color: #dd0e0e;
}