:root {
  --primary-color: #d21116;
  --primary-color-dark: #af0b11;
  --dark-color-1: #403b43;
  --dark-color-2: #343136;
  --dark-color-3: #2c2a2e;

}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 55px;
  
}
header .navbar .navbar-brand .default-logo
{
    margin-top:15px
}
.home-furniture-shop .tparrows.tp-rightarrow:before {
    content: "\e658";
    font-family: 'icomoon';
    color: #fff;
    opacity: 1;
    font-size: 45px;
}

.home-furniture-shop .tparrows.tp-leftarrow:before {
    content: "\e657";
    font-family: 'icomoon';
    color: #fff;
    opacity: 1;
    font-size: 45px;
}

.home-furniture-shop .hermes .tp-bullet:after {
    background-color: var(--primary-color);
}

.home-furniture-shop .hermes .tp-bullet {
    background-color: #fff;   
}
.portfolio-box {
    
}
.portfolio-box .portfolio-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.portfolio-box .portfolio-caption {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: var(--dark-color-3);
    padding:20px;

}
.portfolio-box:hover .portfolio-caption {
    background: var(--primary-color-dark);
}

.sticky.header-appear .header-dark, .sticky .header-dark.header-always-fixed-scroll {
    
    background-color : var(--dark-color-3) !important
}

.quick-contact-bar {
    display: flex;
    position: fixed;
    bottom: -60px;
    width: 100%;
    height: 60px;
    z-index: 4;
    width: 600px;
    border-top-right-radius: 10px;
    left:0%;
    background: var(--primary-color);
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}
.quick-contact-bar.quick-contact-bar--visible {
    bottom: 0px;
}

@media (max-width: 767px) {
    .quick-contact-bar {
        width: 100%;
        border-top-right-radius: 0px;
    
    }
   
    
}
.quick-contact-bar__item {
    display: inline-block;
    width: 25%;
    height: 100%;
    color: #fff;
    padding: 5px;
    transition: all 0.5s;
}
.quick-contact-bar__item:active,
.quick-contact-bar__item:hover {
    color: var(--primary-color);
    background: white;
}
.quick-contact-bar__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.quick-contact-bar__icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 20px;

    text-align: center;
}
.quick-contact-bar__title {
    text-align: center;
    font-size: 10px;
}
.quick-contact-bar__item svg {
    margin-top: 2px;
    height: 25px;
    width: 25px;
    fill: #ffffff;
    transition: all 0.5s;
}
.quick-contact-bar__item:hover svg {
  
    fill: var(--primary-color)
}
.quick-contact-bar__item--phone {
}
.quick-contact-bar__item--location {
}
.quick-contact-bar__item--message {
}
.quick-contact-bar__item--whatsapp {
}

.bg-img {
    position: relative;
    width: 100%;
}
.corporate-img {
    position: absolute !important;
}
.center-content {
    position:relative;
    width: 900px;
    max-width: 900px;
    top: 0%;
    left:0%;
    transform : translate(0%,0%);
    margin: 0px auto;
    padding: 80px 40px;
}
.kurumsal-content {
    left: 7%;

}
.relative {
    position: relative;
   
    
}

.daire {
    position: absolute;
    left:0;
    top:0;
    background-image: radial-gradient(#fff 10%, transparent 10%);
    background-size: 20px 20px;
    border-radius:100%;
    width:350px;
    height:350px;
    z-index: 9;
}
.daire-single-urun {
    left : -6%;
    top:30%;
}
.daire1 {
    left:auto;
    right:5%;
    top:45%;
}
.daire2 {
    background-image: radial-gradient(var(--primary-color) 10%, transparent 10%);
    left:0%;
    top:0%;
    z-index: 0;
}
.daire3 {
    left: -5%;
    top:50%;
    z-index: 0;
}
.daire4 {
    left:auto;
    right:5%;
    top:45%;
}

.daire5 {
    left: -5%;
    top:55%;
    z-index: 9;
}
.daire6 {

    left: 90%;
    top:50%;
    z-index: 0;
}
.kare {
    position: absolute;
    left:0;
    top:0;
    width:1200px;
    height:1106px;

    z-index: 9;
}
.kare img {
    width: 1200px;
}

.kare1 {
    
    left:auto;
    right:-1050px;
    top:auto;
    bottom:-100px;
    z-index: 8;
}

.kare2 {
    display: none;
    left:-1100px;
    right:auto;
    top:auto;
    bottom:0px;
    z-index: 0;
}
.kare3 {
   
    left:-1050px;
    right:auto;
    top:auto;
    bottom:0px;
    z-index: 0;
}
.kare4 {

    right:auto;
    left:-1050px;
    top:auto;
    bottom:-100px;
    z-index: 8;
}
.cizgi {
    position: absolute;
    left:0;
    top:0;
    width: 800px;
    height: 1px;
    border-top:1px solid rgba(255,255,255,0.7);
    transform: rotate(33deg);
    z-index: 9;
  
}

.cizgi1 {
    top:auto;
    bottom:100px;
    left:-200px;
  
}
.cizgi2 {
    top:auto;
    bottom:0px;
    left:-130px;
    border-top:1px solid var(--primary-color);
}

.cizgi3 {
    top:auto;
    bottom:200px;
    left:auto;
    right:-200px;
    z-index: 0;
  
}
.cizgi4 {
    top:auto;
    bottom:100px;
    left:auto;
    right:-260px;
    border-top:1px solid var(--primary-color);
    z-index: 0;
}

.cizgi5 {

    top:160px;
    left:-400px;
  
}
.cizgi6 {
    top:200px;
    left:-250px;
    border-top:1px solid var(--primary-color);
}

.cizgi7 {
    top:auto;
    bottom:100px;
    left:-200px;
  
}
.cizgi8 {
    top:auto;
    bottom:0px;
    left:-130px;
    border-top:1px solid var(--primary-color);
}

.map-custom {
    width:100%;
    height: 600px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #ffffff;
}

footer {
    
    background:  url(../img/footer.png) 120% bottom;
    background-repeat: no-repeat !important;
    background-size:60%;

}

.scroll-top-arrow, .scroll-top-arrow:focus {
    background: var(--primary-color);
}
.feather {
    color : #fff
}

input,textarea {
    border: 1px solid rgba(255,255,255,0.4) !important;
    background: transparent;
    border-radius: 40px;
    padding:20px
}

.btn.btn-red { background: var(--primary-color); border-color: var(--primary-color); color: #ffffff; }
.btn.btn-red:hover, .btn.btn-red:focus { background: transparent; color: var(--primary-color); }

.navbar.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar.navbar-dark .header-search-icon > a:hover, .navbar.navbar-dark .header-social-icon > a:hover, .navbar.navbar-dark .header-cart-icon > a:hover, .navbar.navbar-dark .header-language > a:hover, .navbar.navbar-dark .header-language a > i > a:hover, .sticky .navbar-light.header-dark .navbar-nav .nav-link.active, .sticky .navbar-light.header-dark .navbar-nav .nav-link:hover, .sticky .navbar-light.header-dark .navbar-nav .nav-link:focus, .sticky .navbar-light.header-dark .header-search-icon > a:hover, .sticky .navbar-light.header-dark .header-social-icon > a:hover, .sticky .navbar-light.header-dark .header-cart-icon > a:hover, .sticky .navbar-light.header-dark .header-language > a:hover, .sticky .navbar-light.header-dark .header-language > a:hover, .top-bar.navbar-light .header-search-icon > a:hover, .top-bar.navbar-light .header-social-icon > a:hover, .top-bar.navbar-light .header-cart-icon > a:hover, .top-bar.navbar-light .header-language > a:hover, .top-bar.navbar-light .top-bar-contact-list > a:hover, .top-bar.navbar-light .header-language.dropdown-style-01 .btn:hover{
    color : var(--primary-color) !important;
}
.sticky .navbar.header-dark .navbar-nav .nav-link:hover, .sticky .navbar.header-dark .header-search-icon > a:hover, .sticky .navbar.header-dark .header-social-icon > a:hover, .sticky .navbar.header-dark .header-cart-icon > a:hover, .sticky .navbar.header-dark .header-language > a:hover {
    color : var(--primary-color) !important;
}

.single-urun {
    position:fixed;
    width:100vw;
    height:100vh;
    background: rgba(44,42,46,0.7);
    z-index: 9999;
    left:0;
    top:0
}
.single-urun iframe {
    width: 100%;
    height: 100%;
}

.table {
    color : #fff;
    word-break: normal;

}
.table tr td {
    border : 1px solid rgba(255,255,255,0.3);
    padding: 10px 20px;
}
.table tr td.table-feature {
    width:20%
}
.table tr td.table-feature2 {
    width:20%
}

.gradient-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}
.grid-item {
    z-index: 1;
}
@media (max-width: 991px) {
    .navbar.bg-transparent {
    background-color: transparent !important;
}
.navbar-dark.bg-transparent .navbar-toggler-line {
    overflow: hidden;
    background: #fff;

    background-color: #fff;
}
}

@media (max-width: 767px) {
    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 40px;
}
}
@media (min-width:1401px) and (max-width:1600px) {
    #kurumsal {
        padding : 80px 0px 
    }
    .kurumsal-content {
        left:14%;

    }
}
@media(max-width:1400px) {
    .center-content {
        position:relative;
        width: 900px;
        max-width: 900px;
        top: 0%;
        left:0%;
        transform : translate(0%,0%);
        margin: 0px auto;
        padding: 80px 40px;
    }
    .kurumsal-content {
        left:0%;
        top:0%;
    }
    #kurumsal .bg-img {
        display: none;
    }
    #kurumsal p {
        width: 100% !important;
    }
    .kare,.daire {
        z-index: 0;
    }
    .daire {
        width:250px;
        height: 250px;
    }
    .cizgi {
        width:600px;
    }
    footer {
       
        background-size: 80%;
    }
   
}
@media(max-width:991px) {
    .center-content {
        max-width: 100%;
        width: 100%;
        padding: 0px 30px;
    }
    .daire {
        opacity: 0.6;
    }
    .navbar-collapse {
        background: var(--primary-color);     
    }
    .navbar.navbar-dark.bg-transparent .navbar-nav .nav-link, .navbar.navbar-dark.bg-transparent .header-search-icon > a, .navbar.navbar-dark.bg-transparent .header-social-icon > a, .navbar.navbar-dark.bg-transparent .header-cart-icon > a, .navbar.navbar-dark.bg-transparent .header-language > a, .navbar.navbar-dark .nav-bar-contact
    {
        color : #fff !important
    }

    
}

@media(max-width:767px) {
    
    .cizgi {
        width:400px;
    }
    footer {
        background: url(../img/footer.png) center bottom;
        background-repeat: no-repeat !important;
        background-size: 120%;
    }
    .table tr td {
        padding:.5rem .5rem
    }
}

@media(max-width:575px) {
   
}

#catalog-container {
    position: fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index: 100;
    background:var(--dark-color-3);
}
.grecaptcha-badge {
    visibility: hidden;
}