
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/assets/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/fonts/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/assets/fonts/plusjakartasans/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNSg.ttf) format('truetype');
  }
/* variable */
:root {      
    /*--alt-font: 'Inter', sans-serif;*/
    --primary-font: 'Inter', sans-serif;
    --base-color: #ffa71a;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}
/* reset */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
html{
  scroll-behavior: smooth;
}
body{
    line-height: 1.875rem;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
/* header */
.header-icon .icon > a {
    font-size: 15px;
}
/*
header .navbar-brand img {
    max-height: 32px;
}
*/
li, p{
    text-align: justify;
}
.sticky .header-transparent .header-button .btn {
    background-color: var(--dark-gray);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
}
.navbar .navbar-nav .nav-link {
    font-size: 1rem;
}
/* bg background color */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}
.bg-dark-blue {
    background-color: #0d1229; 
}
.bg-arsenic-grey {
    background-color: #3c414a !important; 
}
.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}
/* btn */
.btn { 
    text-transform: initial;
    letter-spacing: 0px;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* button type */  
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 1rem; 
    padding: 1rem 1.5rem;
}
.btn.btn-switch-text.btn-large > span {
    font-size:15px;
    padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 12px 28px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 13px;
    padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 6px 20px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-gray);
}
.btn-yellow:hover { 
    background-color: transparent;
    border-color: var(--yellow);
    color: var(--yellow); 
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn-green {
    background-color: var(--green);
    color: var(--white);
}
.btn-green:hover { 
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray); 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* checkbox */
.form-check-input:checked {
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
}
.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
/* footer */
footer {
    padding-top: 100px;
}
.footer-dark a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
/*  subcribe style 02  */
.newsletter-style-02 .btn i {
    top: -1px;
}
.newsletter-style-02 input {
    font-size: 14px;
}
.plans ul li{
    text-align:justify;
}
.product-keyword{
    padding:0;
}
.product-keyword li{
    list-style-type: disc;
    list-style-position: inside;
}
.solutions p {
    text-align: justify;
}
.hover-white:hover{
    color:white;
}
.sidebar-sticky{
    position:sticky;
    top:20px;
}
.simple-dropdown > .dropdown-menu {
    display: none;
}

.simple-dropdown.open > .dropdown-menu {
    display: block;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.sidebar-scroll{
    overflow-y: auto;
    height:calc(100vh - 14rem);
}
.sidebar-scroll::-webkit-scrollbar { 
    display: none;
}
body.no-scroll {
    overflow: hidden;
    height: 100vh;   
    touch-action: none;  
  }
  #sidebar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#sidebar{
    position: fixed;
    width:17rem;
    max-height:100vh;
    min-height: 100vh;
    border-right: 1px solid gainsboro;
    overflow: auto;
  }
  #sidebar nav ul li a.current {
    background-color: #d4edda !important;
}
  #sidebar header{
    display: flex;
    justify-content: center;
    position: sticky;
    top:0;
    background-color: white;
    z-index: 99;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
  }
  #sidebar header a{
    padding: 2.5rem 0;
  }
  #sidebar nav ul li a{
    display: flex;
    align-items: center;
    padding:20px 30px;
    border-bottom: 1px solid gainsboro;
    text-align: left;
    font-weight: 500;
    color:black;
  }
  #sidebar nav ul li a:hover{
    background-color: #f7f7f7;
  }
  #sidebar nav ul ul li a{
    padding-left:3rem;
    line-height: 1.1;
  }
  #sidebar nav ul ul ul li a{
    padding-left:4rem;
    line-height: 1.1;
  }
  #sidebar nav ul ul ul ul li a{
    padding-left:5rem;
    line-height: 1.1;
  }
  #sidebar div{
    padding:2rem 0;
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: space-between;
  }
  #sidebar ul{
    list-style: none;
    padding: 0;
    margin:0;
  }
  #sidebar ul ul{
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s;
    height: 0;
  }
  #sidebar ul ul.active{
    opacity: 1;
    transform: translateY(0);
  }
  #sidebar ul li:has(> ul) > a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right:1rem;
    background-image: url('/assets/img/right-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  /*ul ul li > a:not(:has(+ ul))::before {
    content: '●';
    display: inline-block;
    margin-right: 0.5rem;
    color: currentColor;
    font-size: 0.55rem;
  }*/
  
  #sidebar ul li > a:has(+ ul.active){
    background-color: #fef6e6 !important;
  }
  #sidebar ul li > a:has(+ ul.active)::after {
    transform: rotate(90deg);
  }

#topbar{
    font-size:0.85rem;
    padding:0.7rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #181b31;
    color: white;
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.2);
  }
  #topbar div:nth-child(2){
    display: flex;
    gap:1.2rem;
  }
  #topbar nav{
    display: none;
  }
  #content{
    margin-left:17rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}
thead {
  background-color: #f2f2f2;
}
tr{
  display: flex;
}
tr:first-child{
  border-top: 1px solid #ddd;
}
th, td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}
td:first-child{
  width:12rem;
  border-left: 1px solid #ddd;
}
td:nth-child(2){
  width: 100%;
}
tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
th {
  text-align: left;
}

.accessories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 120px));
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .accessories {
    grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  }
}
.accessories img{
  width:100%;
  border-radius: 15px;
}
.accessories a{
  border-radius:15px;
  border: 1px solid #e4e4e4;
  text-align:center;
  padding:0 0.5rem;
}


.accessories span{
  display: block;
  font-size:13px;
  line-height:1.5;
  margin-bottom: 1rem;
}

.product-hero img{
  width:600px;
  height:570px;
  object-fit: cover;
  object-position: bottom;
}

.products li img{
  width: 175px !important;
  height: 210px !important;
  object-fit: cover;
}

.shop-image a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.one-cikan{
  width: 200px;
  height:200px;
  object-fit: cover;
}
.swiper_2 .swiper-slide{
  height: auto !important;
}
.product-label{
  position: absolute;
  z-index: 2;
  left:10px;
  top:10px;
  border-radius: 5px;
  padding:0px 10px;
  background-color: #0fc978;
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.mobile-hero{
      display: none;
    }
.fullscreen{
        height:100vh;
    }

    .zoom {
  display: inline-block;            /* ölçeklemede layout sapmaması için */
  transition: transform .25s ease;  /* transition temel durumda */
  transform: scale(1);              /* başlangıç değeri belirgin */
}

.zoom:hover {
  transform: scale(1.1);
}
@media (max-width: 1205px) {
    #sidebar{
        width:0;
        opacity: 0;
        z-index: 101;
        background-color: white;
        top:3.8rem;
        padding-bottom:20vh;
    }
    #sidebar header{
        display: none;
    }
    #sidebar.active{
        opacity: 1;
        width: 100%;
    }
    #sidebar.active nav{
        opacity:1;
    }
    #content{
        margin: 0;
    }
    #topbar .topbar-contact{
        display: none !important;
    }
    #topbar{
        flex-direction: column;
        background-color: white !important;
        position: sticky;
        top:0;
        z-index: 99;
        padding: 0.7rem 1rem;
    }
    #topbar nav{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #topbar nav div img{
        height:2.4rem;
    }
  }

  
@media (max-width: 1920px) {
    html{
      font-size:17px !important;
    }
  }
@media (max-width: 1600px) {
    html{
      font-size:16px !important;
    }
  }
  @media (max-width: 1205px) {
    html{
      font-size:15px !important;
    }
  }
  @media (max-width: 575px) {
    html{
      font-size:14px !important;
    }
  }











  
@media (max-width: 1205px) {
    .mobile-display{
        display:block !important;
    }
}
@media (max-width: 1205px) {
    .mobile-dnone{
        display:none !important;
    }
}
/* media query responsive */
@media (max-width: 1205px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(/assets/img/demo-hosting-mobile-menu-bg.jpg);
        background-position: center center;
        background-size: cover;
    }
    .m-flex{
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .btn.btn-switch-text.btn-small > span {
        padding: 6px 18px;
    }
    footer {
        padding-top: 80px;
    }
    .btn.btn-switch-text.btn-extra-large > span { 
        padding: 16px 30px;
    }
    .btn.btn-switch-text.btn-large > span { 
        padding: 14px 30px;
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 50px;
    }
    .newsletter-style-02 .btn i {
        top: 0;
    }
    .mobile-hero{
      display: block !important;
    }
    .mobile-hero-bg{
      background-image: none !important;
      background-color: #0d1229;
    }
    .fullscreen{
        height:auto;
    }
    }
