/*
 Designed by Ali Dinçer
*/
@font-face {
    font-family: "Aller";
    src: url("../fonts/Aller.ttf");
}

@font-face {
    font-family: "Aaargh";
    src: url("../fonts/Aaargh.ttf");
}

@font-face {
    font-family: "Aller_Rg";
    src: url("../fonts/Aller_Rg.ttf");
}

@font-face {
    font-family: "APG-NanoAgency-Regular";
    src: url("../fonts/APG-NanoAgency-Regular.otf");
}

@font-face {
    font-family: "Swera_Regular";
    src: url("../fonts/Swera_Regular.otf");
}

@font-face {
    font-family: "Galaxy";
    src: url("../fonts/Enter_the_Grid.ttf");
}
#img_verification1{
  float: right;
}
button.d-block.w-100.p-2.n-font.theme-color{
  color: black !important;
}

#img_verification2{
    float: right;
    height: 100px;
}
#img_verification3{
    float: right;
    height: 100px;
}

:root {
    --theme-color-blue: #112a48;
    --theme-color-light: #112a48;
    --theme-menu-height: 100px;
    --theme-top-bar-height: 72px;
}

.top-bar .top-social{
  position: absolute;
right: 8rem;
bottom: 5px;
width: 35px;
}

.top-social  {
    position: absolute;
right: 8rem;
bottom: 5px;
width: 35px;
  }

  .langu .social {
    position: relative;
}

.theme-bar.set-bar .justify-content-between{
  justify-content: space-evenly !important;
}

.showOnDesktop{
  display: block !important;
}
.showOnMobile{
  display: none !important;
}

.langu_mobile{
    display: none;
}
.language{
    position: relative;
}

.langu{
    width: 90px;
    right: 20px;
    position: absolute;
}

.theme-bar.set-bar .langu2{
    position: inherit;
    margin-bottom: 30px;
    width: 90px;
    display: flex;
    right: 20px;
}
.top-language {
    position: absolute;
    right: 2rem;
    bottom: 5px;
    width: 35px;
}
.preloader {
    background-color: var(--theme-color-blue);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo-outer .p-font.text-white.footer-p.mt-4.lh-lg{
    font-family:'Aaargh' !important;
    font-size: 1.0rem;
}
body {
    font-family: 'Aller_Rg';
    overflow-x: hidden;
}

.p-font {
    font-family: "Aaargh" !important;
}

.n-font {
    font-family: "Aller";
}

.h-font {
    font-family: "Swera_Regular";
}

.g-font {
    font-family: "Galaxy";
}

.theme-color {
    color: var(--theme-color-blue);
}

.theme-bg {
    background-color: var(--theme-color-blue) !important;
}

.theme-bg-light {
    background-color: var(--theme-color-light) !important;
}

.ls-2 {
    letter-spacing: 2px;
}

.main-state {
    /* height: 100vh; */
    padding: 80px 0;
}

.first-state {
    padding-top: calc(var(--theme-menu-height) + var(--theme-top-bar-height));
    height: 550px;
}

.first-sub-state {
    padding-top: calc(var(--theme-menu-height) + var(--theme-top-bar-height) + 200px);
}

.state-overlay {
    position: absolute;
    /*   background-color: rgb(0 0 0 / 10%); */
    /* varsayılan overlay color */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top-bar .top-language2{
    right: 75px !important;
}

.top-bar .top-language3{
    right: 115px !important;
}
.overlay-gradient {
    background-image:linear-gradient(270deg, #112a483d, #112a483d);
}

.overlay-gradient-reverse {
  background-image:linear-gradient(90deg, #112a483d, #112a483d);
}

.overlay-gradient-vertical {
  background-image:linear-gradient(0deg, #112a483d, #112a483d);
}

.menu-outer {
    padding: 0 4rem;
    height: 100%;
}

.top-bar {
    /*     background-image: url('../img/top_bar.png');
    height: 185px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-size: cover;
    background-position: right;
    pointer-events: none; */

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    pointer-events: none;
    height: 185px;
}

.top-bar .bar-img {
    width: 100%;
    height: 100%;
}

.footer-stage-1 .text-white.footer-p.mob{
  display: none;
}

.footer-stage-4 .text-white.footer-p.comp{
  display: block;
}

.top-bar a {
    pointer-events: all;
}

.top-bar .top-logo {
    position: absolute;
    right: 4rem;
    height: 75px;
    top: 15px;
}

.top-bar .top-language {
    position: absolute;
    right: 2rem;
    bottom: 5px;
    width: 35px;
}

.theme-bar {
   /*  position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(72px);
    width: 100%;
    height: var(--theme-menu-height);
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.4s ease, box-shadow 0.4s ease;
}

.theme-bar.quickly {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.theme-bar.set-bar {
    transform: translateY(0);
    background-color: var(--theme-color-blue);
    border-bottom: 0;
    box-shadow: 0px 7px 5px rgb(0 0 0 / 20%);
    position: fixed;
}

.theme-navbar a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    font-family: "Aller";
    position: relative;
    letter-spacing: 2px;
}

.theme-navbar a::after {
    content: '';
    background-image: url('../img/menu/menu_passive.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.theme-navbar a.active::after {
    background-image: url('../img/menu/menu_active.svg');
}

.text-uppercase {
    padding-top: 22px;
}
.dropbtn {
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
width: 300px;
top: 35px;
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
height: auto;
overflow: scroll;
overflow-x: hidden;
}

.dropdown-content a {
color: black;
width: 100%;
padding: 12px 16px;
text-decoration: none;
display: block;
border-bottom: 1px solid #b39450;
}
.dropdown-content  a::after {
display: none !important;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.progress-top {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: white;
    transition: all linear 0.1s;
    min-width: 0;
}

.logo-side .logo {
    height: 75px;
}

.menu-icons a {
    display: inline-block;
    margin-right: 20px;
}

.menu-icons a img {
    width: 23px;
    height: 23px;
    /*width: 17px;*/
    /*height: 20px;*/
}

.slide-center {
    z-index: 5;
    position: relative;
}

.btn-read-more {
    display: inline-flex;
    background-color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.btn-read-more img {
    /* width: 14px !important;
    margin-right: 15px; */
    width: 26px !important;
    margin-top: 3px;
    margin-right: 15px;
    height: 15px;
}

.btn-read-more span {
    color: var(--theme-color-blue);
}

.btn-read-more.act-dark {
    background-color: var(--theme-color-blue);
}

.btn-read-more.act-dark span {
    color: #fff;
}

.slide-stars {
    width: 200px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-90%);
    left: 4rem;
    opacity: 0.4;
}


.owl-state {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-state .owl-stage-outer {
    height: 100%;
}

.owl-state .owl-stage-outer .owl-stage {
    height: 100%;
}

.owl-state .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}


.slide-bg {
    position: relative;
    padding-top: var(--theme-menu-height);
    height: 99%;
}

.slide-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.owl-dots {
    text-align: center;
    position: absolute;
    /* bottom: 40px; */
    width: 100%;
}

.owl-state-1 .owl-dots {
     bottom: 40px;
}

.owl-dots button.owl-dot {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url('../img/menu/menu_passive.svg');
    margin: 0px 7px;
}

.owl-dots button.owl-dot.active {
    background-image: url('../img/menu/menu_active.svg');
}

.dark-dots .owl-dots button.owl-dot {
    background-image: url('../img/menu/menu_passive_dark.svg');
}

.dark-dots .owl-dots button.owl-dot.active {
    background-image: url('../img/menu/menu_active_dark.svg');
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-state-2 .slide-stars {
    top: 30%;
    left: unset;
    right: 4rem;
}

.state-2-img-outer {
    padding: 70px;
    position: relative;
}

.slide-counter {
    display: inline-flex;
    font-size: 7.5rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    position: absolute;
    left: 25px;
    bottom: 35px;
    background-color:  #112a4891;;
    width: 215px;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

.theme-box-shadow {
    background-color: var(--theme-color-blue);
    box-shadow: 0px 0px 8px #353535;
    width: 500px;
    margin-right: 10px;
}

/* .owl-state-3 {
    height: 385px;
} */
/*
.owl-state-3 .owl-item {
    width: 400px !important;
} */

.state-slide-card {
    background-color: #f5f5f5;
    box-shadow: 3px 3px 10px -2px #7a7a7a;
    width: 400px;
    position: relative;
}

.state-slide-card .date-side img {
    width: 20px;
}

.state-slide-card .c-fs {
    font-size: 18px !important;
}

.state-slide-card .truncated {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.width-adjust {
    width: calc(100% - 500px - 10px);
    /* .theme-box-shadow un width -500px margin-right ı -10 px */
}

.linear-owl {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.right-linear {
    right: 0;
    background-image: linear-gradient(270deg, white, transparent);
}

.left-linear {
    left: 0;
    background-image: linear-gradient(90deg, white, transparent);
}

.owl-state-3-nav {
  margin-bottom: -30px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
}

.owl-state-3-nav a {
    margin: 0 10px;
}

.owl-state-3-nav img {
    width: 15px;
    height: 15px;
}

.state-with-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.state-with-bg.fixed-bg {
    background-attachment: fixed;
}

.overlay-white-op {
    background-color: rgb(255 255 255 / 80%);
}

.overlay-darken-op {
    background-color:  #112a4891;
}

.metrics {
    position: relative;
    z-index: 3;
    width: 100%;
}

.metrics-counter-outer {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.metrics-counter-outer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.metrics-counter-outer span {
    position: relative;
    z-index: 2;
}

.single-text-card {
    position: relative;
    width: 330px;
    height: 250px;
}

.single-text-card img {
    height: 100%;
}

.single-text-card h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/* cover slider */


.owl-state-5 .single-text-card {
    text-align: center;
    /*     opacity: .2; */
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-state-5 .owl-item {
    margin: 100px 0;
}

.owl-state-5 .owl-item.active .single-text-card {
    -webkit-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
}

.owl-state-5 .owl-item.active {
    z-index: 4;
}

.owl-state-5 .owl-item.active.center {
    z-index: 5;
}

.owl-state-5 .owl-item.active.center .single-text-card {
    -webkit-transform: scale3d(1.6, 1.6, 1);
    transform: scale3d(1.6, 1.6, 1);
}

.owl-state-5 .owl-item.active.center .single-text-card h1 {
    opacity: 1;
}

.owl-state-5 .owl-nav {
    text-align: center;
}

.owl-state-5 .owl-nav img {
    width: 50px;
}


/* cover slider */

.state-6-in-bg {
    background-color: #4f174aa8;
    /* height: 65vh !important; */
    padding: 30px 0;
    width: 100%;
    position: relative;
}


.state-6-in-bg img {
    width: 140px !important;
}

.state-6-in-bg .mw-p {
    max-width: 800px;
}

.owl-state-6 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 65px;
    transform: translatey(-50%);
}

.owl-state-6 .owl-nav img {
    width: 15px;
}

.state-overlay.overlay-gradient-2 {
    background-image: linear-gradient( #112a4891,  #112a483d, #112a483d);
}

.icon-side {
    background-color: var(--theme-color-blue);
}

.theme-shadow-2 {
    box-shadow: 3px 3px 10px -2px #333333;
}

.mw-500 {
    max-width: 500px;
}

.theme-input {
    width: 100%;
    height: 55px;
    border: none;
    background: #d4d4d4;
    outline: 0;
    padding: 0 1rem;
    font-size: 13px;
    font-weight: 600;
}

.theme-input::placeholder {
    color: var(--theme-color-blue);
}

.footer-p {
    font-size: .8rem;
    text-align: justify;
}

.footer-container {
    padding: 0 2rem;
    width: 100%;
    padding-top: 2rem;
}

.footer-menu {}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 30px;
    font-family: "Aller";
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
}

.footer-menu li:not(:last-child) {
    margin: 0px 0px 20px 0;
}
.bg-white.p-2.theme-shadow-2.mw-500.mb-4 .icon-side.p-3.me-4{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-menu a::after {
    content: '';
    background-image: url('../img/menu/menu_passive.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-menu a.active::after {
    background-image: url('../img/menu/menu_active.svg');
}

.overlay-footer {
    background-color:  #112a483d;
}

.footer-copy {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(255 255 255 / 78%);
}

.footer-updates .update-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.fs-7 {
    font-size: .8rem;
}

.fs-8 {
    font-size: .7rem;
}

.footer-logo-outer {
    max-width: 220px
}

.footer-logo-outer img {
    width: 200px;
}

.footer-stage-3 {
    max-width: 350px;
}

.footer-stage-4 {
    max-width: 420px;
}

.mobil-menu {
    display: none;
}

.mobil-menu svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.mobil-menu-close {
    visibility: hidden;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.mobil-menu-close svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.sub-state-static {
    /* height: 80vh; */
    padding-bottom: 200px;
}

.sub-breadcrumb {
    display: flex;
    width: 100%;
    font-size: 4rem;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
}

.sub-breadcrumb li {
    padding: 0 15px;
}

.sub-container {
    padding: 0 4rem;
    height: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.sub-breadcrumb img {
    height: 40px;
}

.half-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color-blue);
    width: 100%;
    height:100%;
}

.our-team-box {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}

.our-team-box .team-bilgi {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px;
    color: #fff;
    background: linear-gradient(0deg, #000, transparent);
    transform: translateY(100%);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

.our-team-box:hover .team-bilgi {
    transform: translateY(0);
}

.our-team-box.opened .team-bilgi {
    transform: translateY(0);
}

.our-team-box>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.our-team-box.h-static>img {
    height: 500px;
}

.mw-1000 {
    max-width: 1000px;
}

.blog-content-body {
    background-image: linear-gradient(180deg, #d8d8d8, #f7f7f7);
    padding: 3rem 0;
}

.blog-content-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px #333333;
    position: relative;
}

.blog-content-text {
    font-family: "Aaargh";
    padding: 1.5rem;
    line-height: 2;
}

.blog-content-text::first-letter {
    font-size: 6rem;
    font-family: 'Aller';
    float: left;
    margin: 0 10px;
    line-height: 1;
}

.blog-content-text p {
    margin-bottom: 0 !important;
}

.dashed-divider {
    background-image: linear-gradient(to right, #b1b1b1 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.blog-profile-img {
    width: 110px;
    border-radius: 25px;
    height: 110px;
    object-fit: cover;
}


.blog-resent-card {
    position: relative;
    overflow: hidden;
}

.blog-resent-card:not(:last-child) {
    margin-bottom: 1rem;
}

.blog-resent-card .r-card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    background: linear-gradient(0deg, #000, transparent);
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

.sub-comment {
    padding: 1rem 5rem;
    position: relative;
}

.comment .sub-comment:nth-child(2)::before {
    content: '';
    background: url('../img/blog/sub-comment.svg');
    display: block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 2rem;
    top: 0;
}


.sub-comment .blog-profile-img {
    width: 80px;
    height: 80px;
}

.sub-comment .sub-comm-name {
    font-size: .9rem;
}

.sub-comment .sub-comm-text {
    font-size: .8rem;
}

.comment-read-more {
    font-size: 1rem;
    border: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}

.comment-read-more span {
    display: block;
}

.comment-read-more img {
    width: 15px;
}


.blog-slide-state {
    padding-top: calc(var(--theme-menu-height) + var(--theme-top-bar-height));
    background: var(--theme-color-blue);
}

.blog-slide-card {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.blog-slide-card>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-slide-card .slide-card-bilgi {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.47, 0, 0.75, 0.72);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1rem;
}

.blog-slide-card .state-overlay {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.blog-slide-card:hover .state-overlay {
    opacity: 1;
}

.blog-slide-card:hover .slide-card-bilgi {
    transform: translateY(0);
}

.view-more-line {
    background: url('../img/blog/view-more-line-1.svg');
    height: 3px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 15px;
}

.blog-card {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    position: relative;
    overflow: hidden;
}

.blog-card-info {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.blog-card-info .worker-profile-img {
    width: 40px;
    border-radius: 10px;
    height: 40px;
    object-fit: cover;
}

.blog-card-info .worker-profile-img2 {
    width: 30px;
    border-radius: 7px;
    height: 30px;
    object-fit: cover;
}

.blog-categories a {
    text-decoration: none;
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 0;
}

.blog-categories a:hover {
    background-color: #eee;
}

.blog-categories a .theme-badge {
    color: #fff;
    background-color: var(--theme-color-blue);
    font-size: 1.1rem;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Aller';
    letter-spacing: -1px;
}

.popular-box {
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 0;
}

.popular-box>img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
    object-fit: cover;
}

.product-top-state {
    padding-top: calc(var(--theme-menu-height) + var(--theme-top-bar-height));
    background: var(--theme-color-blue);
}

.product-top-category-outer {
    max-height: 500px;
    min-height: 250px;
}

.product-category-select {
    max-height: 500px;
    min-height: 250px;
}


.product-category-select img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-select h1 {
    position: absolute;
    bottom: 1rem;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    transition: .6s;
}


.product-category-select:hover h1 {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    bottom: 3rem;
}

.product-category-select.shadowed {
    box-shadow: -4px 0px 4px rgb(0 0 0 / 50%);
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 800px;
    position: relative;
}

.search-box select {
    padding: 0px 60px;
    border-radius: 15px 0 0 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/chev_down_white.svg');
    background-position: right 10px bottom 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-top: 5px;
}

.search-box select::-ms-expand {
    display: none;
}

.search-box input {
    height: 100%;
    background-color: #eaf0f3;
    border: none;
    outline: none;
    padding: 0 50px 0 20px;
    border-radius: 0 15px 15px 0;
    flex-grow: 1;
}

.search-box button {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 15px;
}

.search-box button>img {
    width: 20px;
    height: 20px;
}

#searchAreaOuter .accordion-button {
    padding: 1rem 4rem;
    outline: none;
    border: none;
    background: #fff;
    box-shadow: none;
}

#searchAreaOuter .accordion-body {
    box-shadow: inset 0px 3px 8px 0px rgb(0 0 0 / 30%);
    background-image: url('../img/products/product_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.1rem 0 0 0;
}


.button-owl {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100%;
    z-index: 5;
    background-color: var(--theme-color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-owl img {
    width: 30px;
    height: 30px;
}

.pro-nav-right {
    right: 0;
}

.pro-nav-left {
    left: 0;
}

.owl-product {
    padding: 0 75px;
}

.product-cat-box {
    background-color: var(--theme-color-blue);
    height: 330px;
    width: 330px;
    position: relative;
    cursor: pointer;
}

.product-cat-box>img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 170px;
    transform: translate(-50%, -50%);
}

.product-cat-box .cat-title {
    color: #fff;
    font-size: 1.7rem;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.product-cat-box.active .cat-title {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}

.filter-button {
    border: none;
    outline: none;
    background-color: transparent;
}

.filter-area .filter-img {
    width: 41px;
}

.results-text {
    font-size: 1.2rem;
}

.sorting {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/products/caret-down-fill.svg');
    background-position: right 0px bottom 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0 25px 0 0;
    cursor: pointer;
}

.active-cat {
    position: absolute;
    top: -25px;
    left: 18vw;
    width: 50px;
    height: 25px;
}

.active-cat-in {
    position: absolute;
    top: -22px;
    left: 18vw;
    width: 50px;
    height: 25px;
}

.product-paging {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-paging a {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 1.3rem;
}

.product-paging a.active {
    background: #fff;
    color: var(--theme-color);
    border-radius: 10px;
}

.product-paging a.next-prev img {
    width: 25px;
}

.ajax-loader-area {
    display: none;
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #4f174ac2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.product-ajax-area {
    min-height: 700px;
}

.product-modal {
    background: #fff;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}

.modal-pro-img {
    border-radius: 15px;
    max-width: 400px;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"]+label {
    color: #333;
    font-size: 14px;
}

.custom-radios input[type="radio"]+label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}

.custom-radios input[type="radio"]:checked+label span {
    border: 2px solid var(--theme-color-blue);
}

.custom-radios-sm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-radios-sm input[type="checkbox"] {
    display: none;
}

.custom-radios-sm input[type="checkbox"]+label {
    color: #333;
    font-size: 14px;
}

.custom-radios-sm input[type="checkbox"]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}

.custom-radios-sm input[type="checkbox"]:checked+label span {
    border: 2px solid var(--theme-color-blue);
}

.custom-radios-sm>div {
    flex: 1 0 25%;
    margin-top: 12px;
}

.filters-box {
    position: absolute;
    visibility: hidden;
    background: #fff;
    color: #000;
    top: 0.5rem;
    left: 0;
    z-index: 3;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    opacity: 0;
    transition: .5s;
    transform: translateY(50%);
    width: 100%;
}

.filters-box.opened {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.check-filters {
    display: flex;
    flex-direction: column;
}

.check-filters label {
    position: relative;
    margin: 1%;
}

.check-filters label>input {
    display: none;
}

.check-filters label>span {
    /* display: inline-block; */
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 0px 5px 0px 1.5rem;
    cursor: pointer;
    white-space: nowrap;
}

.check-filters label>input:checked+span {
    color: #fff;
    background-color: var(--theme-color-blue);
}

.check-filters label>input:checked+span::before {
    content: '';
    background-image: url('../img/products/check_close.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.check-filters.width-adj {
    flex-direction: row;
    flex-wrap: wrap;
}

.check-filters.width-adj label {
    flex: 1 0 48%;
}

.product-modal-owl {
    max-width: 400px;
}

#search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.80)), color-stop(50%, rgba(0, 0, 0, 0.80)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#1a000000',GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}
#search-menu .wrapper input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #bfbfbf;
    font-size: 4em;
    color: #bfbfbf;
}
#search-menu .wrapper input:focus {
    outline: none;
}
#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #bfbfbf;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
    color: #fff;
}
#search-menu .wrapper button:focus {
    outline: none;
}

@media (max-width:1540px) {
    .theme-navbar a {
        margin: 0 20px 0 0;
    }

    .menu-icons a {
        margin-right: 10px;
    }

    .menu-outer {
        padding: 0 1rem;

        /*padding: 0 3rem;*/
        /*!!!*/
        /*padding-left: 13px;*/
        /*font-size: 11px;*/
    }
}

@media (max-width:1300px) {
    .langu.langu2 .top-language {
        right: 6px !important;
    }
    .theme-bar {
        transform: translateY(0);
        position: fixed;/* mobilde menü hata veriyor o yüzden yaptım */
    }

    .first-state {
        padding-top: 0;
    }

    .top-bar .bar-img {
        object-fit: cover;
        object-position: right;
    }


    .top-bar {
        display: none;
    }

    .blog-slide-state {
        padding-top: calc(var(--theme-menu-height));
    }

    .product-top-state {
        padding-top: calc(var(--theme-menu-height));
    }

    .footer-stage-3 {
        max-width: 320px;
    }

    .footer-stage-4 {
        max-width: 360px;
    }
}

@media (max-width:1200px) {
    .text-uppercase {
        font-size: 13px;
    }

    .theme-box-shadow {
        width: auto;
        margin-left: 10px;
    }

    .width-adjust {
        width: 100%;
    }


    .state-slide-card {
        margin: 10px 0;
    }

    .main-state-auto-xl {
        height: auto;
    }

    .logo-side .logo {
        height: 40px;
    }

    .theme-navbar a {
        margin: 0 15px 0 0;
    }

    .blog-card-info {
        flex-wrap: wrap;
    }


    .footer-stage-3 {
        max-width: 100%;
    }


}

@media (max-width:992px) {

    .showOnDesktop{
      display: none !important;
    }
    .showOnMobile{
      display: block !important;
    }

    .theme-bar.set-bar .langu2 {
        display: none;
    }
    .theme-bar .langu2 {
        display: none;
    }
    .top-language {
        position: initial;
    }

    .text-area-outer div{
        /* display:none; */
    }
    .first-state {
        height: 50vh;
    }

    .langu_mobile{
display: block !important;
    }
    .langu_mobile .language{
        float: left;
        display: contents;

    }
    .langu_mobile .language .top-language{
        width: 80px;
    }
    .langu_mobile .language .lang::after{
        display: none !important;
    }
    .theme-navbar {
        position: fixed;
        background: var(--theme-color-blue);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        /* height: 100vh; */
        height:75vh;
        top: 0;
        left: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 1s ease-in-out;
        text-align: center;
        padding: 0 30px;
    }

    .theme-navbar.aktif {
        transform: translateX(0);
    }

    .theme-navbar a {
        margin: 10px 0;
        /* padding: 0 20px; */
        font-size: 1.5rem;
    }

    .theme-navbar a::after {
        right: 20px;
        display: none !important;
    }

    .menu-icons {
        display: none !important;
    }

    .mobil-menu {
        display: block;
    }

    .mobil-menu-close.aktif {
        visibility: visible;
        opacity: 1;
    }

    .top-bar .top-logo {
        height: 40px;
        top: 36px;
        right: 1rem;
    }


    .logo-side .logo {
        height: 40px;
    }

    .menu-outer {
        padding: 0 1rem;
    }

    .slide-stars {
        width: 60px !important;
        top: 2px;
        transform: translateY(0%);
    }

    .slide-img {
        object-fit: cover;
    }

    .slide-counter {
        font-size: 3.5rem;
        width: 115px;
        height: 100px;
        bottom: 15px;
        left: 5px;
    }

    .state-2-img-outer {
        padding: 30px;
    }

    .state-2-img-outer img {
        max-width: 350px !important;
        margin: 0 auto;
    }

    .owl-state-2 .owl-dots {
        bottom: 0;
    }

    .main-state-auto {
        height: auto;
    }


    .state-slide-card {
        width: 320px;
    }

    .linear-owl {
        display: none;
    }

    .metrics-counter-outer {

        width: 140px;
        height: 140px;

    }

    .single-text-card {
        width: 200px;
        height: 120px;
    }

    .state-6-in-bg {
        height: auto !important;
        padding: 20px;
    }

    .owl-state-6 .owl-nav {
        padding: 0;
    }

    .contact-p {
        font-size: .8rem !important;
    }

    .footer-container {
        padding: 0 1rem;
    }

    .footer-logo-outer {
        max-width: none;
        text-align: center;
    }

    .footer-logo-outer img {
        width: 160px;
    }

    .footer-copy {
        font-size: 12px;
    }

    .sub-breadcrumb {
        display: flex;
        width: 100%;
        font-size: 1.8rem;
        color: #fff;
        align-items: center;
    }

    .sub-breadcrumb li {
        padding: 0 10px;
    }

    .sub-breadcrumb img {
        height: 20px;
    }

    .sub-container {
        padding: 0 1rem;
    }

    .first-sub-state {
        padding-top: var(--theme-menu-height);
        height: 60vh;
    }

    .popular-box>div>h5 {
        font-size: .9rem;
    }

    .blog-content-text img {
        width: 100% !important;
    }

    .blog-profile-img {
        width: 60px;
        border-radius: 15px;
        height: 60px;
    }

    .sub-comment .blog-profile-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .sub-comment {
        padding: 0.5rem 0rem 0.5rem 2.5rem;
    }

    .comment .sub-comment:nth-child(2)::before {
        height: 20px;
        width: 20px;
        left: 0.5rem;
    }

    .search-box {
        width: 100%;
        padding: 0 15px;
    }

    #searchAreaOuter .accordion-button {
        padding: 1rem;
    }

    .search-box select {
        padding: 0px 30px;
    }

    .search-box input {
        padding: 0 0px 0 5px;
        width: 100%;
    }

    .button-owl {
        width: 55px;
    }

    .footer-stage-4 {
        max-width: 100%;
    }

    .check-filters {
        border-bottom: 1px solid #b1b1b1;
    }
}

@media (max-width:500px) {
    .blog-card-info span {
        font-size: .6rem;
    }
  .footer-stage-1 .text-white.footer-p.mob{
      display: block !important;
    }

  .footer-stage-4 .text-white.footer-p.comp , .text-white.comp_about{
      display: none !important;
    }

}
