/*!
Theme Name: VULTURIS
Theme URI: https://vulturis.co
Author: VULTURIS
Author URI: https://vulturis.co
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: VULTURIS 
License URI: LICENSE
Text Domain: VULTURIS
Web Dev / Design: vulturis.co
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0px;
  padding: 0px;
  border: none;

  outline: none;
}


body {
  background-color: #ffffff;
  font-family: "Urbanist", sans-serif !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.home-story .swiper-slide span {
  text-decoration: none;
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

input,
button,
select,
textarea {

  font-weight: 400;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 300ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 300ms ease;
}

p {
  position: relative;

  color: #222222;
  font-weight: 300;
  line-height: 19px;
  margin: 0px;
  transition: all 300ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;

  font-weight: 700;
  color: #222222;
  margin: 0px;
  transition: all 300ms ease;
}



header {
  transition: all 0.2s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  margin-bottom: 100px;
}

header .box-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

header .solidark-logo {}

header .solidark-logo a {
  display: inline-block;
}

header .solidark-logo img {}

.solidark-slider {
  width: 100%;
  height: 100%;
}

header .solidark-menu {
  display: flex;
  gap: 30px;
}

ul.social-links {
  display: flex;
  gap: 11px;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}

ul.social-links li a:hover {
  background: #000;
;
}

footer ul.social-links li a {
  background: #484848;
}

header .solidark-menu ul.social-links li {}

ul.social-links li a {
  background: #C4CCD2;
  padding: 1px 5px;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
}

header .solidark-menu ul.nav-menu li a:hover {color: #b0bdc6;}

header .solidark-menu ul.nav-menu {
  display: flex;
  gap: 25px;
  padding-left: 0;
  font-size: 14px;
  align-items: center;
  font-weight: 400;
  margin-bottom: 0;
}

header .solidark-menu ul.nav-menu li {}

header .solidark-menu ul.nav-menu li a {
  color: #000;
}

header .lang-box {
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}

header .lang-box ul img {

  display: none;
}

header .lang-box i {
  font-size: 19px;
  position: relative;
  left: -5px;
}

.solidark-slider .swiper-slide {}

.solidark-slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


body header.fixed {
  transition: all 0.2s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

body .p-head-filter .p-filter-list::-webkit-scrollbar {
  height: 2px;
  width: 2px;

}

::-webkit-scrollbar {

  width: 7px;
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}


.solidark-hero-slider {
  position: relative;
}

.solidark-hero-slider img {}

.solidark-hero-slider .swiper-button-next {
  position: relative;
}

.solidark-hero-slider .swiper-button-next {
  position: relative;
  overflow: hidden;
}

.solidark-hero-slider .progress-bar {
  position: absolute;

  right: -45px;
  top: -4px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(#1328A5 0deg, transparent 0deg);
  mask: radial-gradient(circle, transparent 60%, black 61%);
  -webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
  transition: background 0.3s linear;
}



.solidark-hero-slider .arrow-slider {
  position: absolute;
  bottom: 29px;
  right: 30px;
  z-index: 999;
  display: flex;
  gap: 40px;
}

.arrow-slider .swiper-solidark-prev {
  background: #D9D9D9A6;
  border-radius: 100%;
  border: 3px solid #8A8A8A;
  padding: 3px 12px;
}

.arrow-slider .swiper-solidark-next {
  background: #D9D9D9A6;
  border-radius: 100%;
  border: 3px solid #8A8A8A;
  padding: 3px 12px;
}

.arrow-slider i {
  font-size: 40px;
}


.solidark-about {
  background: #000001;
  padding: 60px 0;
}

.row-x {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  grid-template-rows: 1fr;
  gap: 0px 20px;
  grid-template-areas:
    ". . .";
}

.row-x .item-about {}

.row-x .item-about .box-about-left {
  padding: 28px 41px;
  border-radius: 30px;
  display: grid;
  height: 400px;
  background: rgb(37, 37, 40);
  background: linear-gradient(133deg, rgba(37, 37, 40, 1) 64%, rgba(12, 38, 75, 1) 100%);
}

.row-x .item-about .box-about-left p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding-right: 10px;
  font-weight: 200;
}

.row-x .item-about .box-about-left h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
}

.row-x .item-about .box-about-left span {
  color: #fff;
  font-size: 14px;
}

.row-x .item-about .about-center-img {
  background-repeat: no-repeat;

  height: 400px;
  background-position: center;
  border-radius: 30px;
  display: grid;
  align-items: end;
  padding: 30px;
}

.blog-thm {
  position: relative;
  border-radius: 15px;
  width: 100%;
  z-index: 9;
}

.blog-logo {
  position: absolute;
  width: 788px;
  z-index: -1;
  z-index: 1;
  left: auto;
  top: 65px;
  margin-left: -22px;
}


.row-x .item-about .about-center-img h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
}

.row-x .item-about .about-center-img span {
  color: #fff;
  font-size: 14px;
}

.row-x .item-about .about-right-world {
  height: 400px;
  padding: 45px 25px;
  border-radius: 30px;
  position: relative;
  background: rgb(11,27,40);
  background: linear-gradient(137deg, rgba(11,27,40,1) 0%, rgba(37,37,40,1) 49%, rgba(12,38,75,1) 100%);
}

.row-x .item-about .about-right-world h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 400;
}

.row-x .item-about .img-abs {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 360px;
}

.row-x .item-about .about-right-world p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding-right: 150px;
  font-weight: 200;
  margin-bottom: 35px;
}

.row-x .item-about .about-right-world .count-world {
  background: #182028;
  text-align: center;
  padding: 23px 1px 21px;
  position: relative;
  z-index: 9;
  border-radius: 20px;
  border: 1px solid #1328A5;
}

.row-x .item-about .about-right-world .count-world .num {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 9px;
}

.row-x .item-about .about-right-world .count-world .num span {
  color: #1328A5;
}

.row-x .item-about .about-right-world .count-world .text-b {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.box-about-left .top-left {
  margin-top: 25px;
}

.box-about-left .bottom-left {
  padding-top: 45px;
}

.f-ab-world {
  display: flex;
  gap: 20px;
  width: 80%;
}

.f-ab-world .f-item {
  width: 100%;
}


.product-sec {
  padding: 50px 0;
  background: #fff;
}

.product-sec h2 {
  text-align: center;
  color: #1328A5;
  font-size: 28px;
  font-weight: 400;
}

.product-sec p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
  padding: 0 300px 0;
}

.product-sec .item-product-sec {
  position: relative;
}



.product-sec .item-product-sec .box-p-sex {
  background: #F4F4F4;
  padding: 21px;
}

.product-sec .item-product-sec .box-p-sex img {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
}

.product-sec .item-product-sec .box-p-sex .name-p {
  margin-top: 30px;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 4px;
}

.product-sec .item-product-sec .box-p-sex .desc-p {
  color: #000000;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.arrow-link {
  display: none;
  position: absolute;
  right: 18px;
  background: #1328A5;
  top: 18px;
  color: #fff;
  padding: 4px 5px 3px;
  font-size: 30px;
  border-radius: 10px;
  line-height: 1;
}


.item-product-sec:hover .arrow-link {
  display: block;
}

.blog-item-sw {
  display: flex;
  gap: 28px;
  align-items: end;
}

.blog-item-sw img {
  width: 100%;
}

.blog-item-sw h3 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-item-sw p {
  font-size: 14px;
  line-height: 20px;
}

.blog-item-sw span {
  color: #8A8A8A;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-sec .swiper-slide-next img {
  display: none;
}

.blog-sec {
  padding: 50px 0 70px;
  position: relative;
  background: #f4f4f4;
}

.blog-sec .head-span {
  color: #1328A5;
  font-weight: 400;
  font-size: 14px;
}

.blog-sec .head-blog {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 35px;
}

.blog-sec .arrow-slider {
  display: flex;
  gap: 15px;
  justify-content: right;
}

.blog-sec .arrow-slider i {
  font-size: 28px;
}

.blog-sec .arrow-slider .swiper-blog-prev {
  border: 1px solid #A5A5A5;
  border-radius: 100px;
  padding: 7px 14px;
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.blog-sec .arrow-slider .swiper-blog-prev:hover {
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.blog-sec::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  9:
          JIS90;
  top: 51%;
  height: -webkit-fill-available;
  z-index: 0;
}

.blog-sec .arrow-slider .swiper-blog-next:hover {
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 1px solid #000;
  background: #000;
  color: #fff;

}

.blog-sec .arrow-slider .swiper-blog-next i {
  position: relative;
  top: 2px;
}

.blog-sec .arrow-slider .swiper-blog-next {
  border: 1px solid #A5A5A5;
  border-radius: 100px;
  padding: 5px 14px;
  text-transform: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#blog-thm {
  width: 100%;
  border-radius: 15px;
}

.blog-r {
  display: flex;
  gap: 38px;
  align-items: end;
  position: relative;
}

.f-blog-2 {
  height: 100%;
  display: flex;
  z-index: 99;
  align-items: end;
}

.h-box-1 {
  position: relative;
}


footer {
  background-image: url('https://demo.solidark.com/wp-content/uploads/2025/03/bg-footer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 99;
  position: relative;
}

footer {}

footer .box-fot-head {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: center;
  border-bottom: 1px solid #2E2E2E;
  padding-bottom: 15px;
}

footer .box-fot-head .item-f-head {}
footer .box-fot-head .item-f-head a{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

footer .box-fot-head .item-f-head img {
  width: 170px;
  height: 30px;
  object-fit: contain;
  max-width: 100%;
  direction: ltr;
  transform: rotate(0);
  image-orientation: from-image;
}

footer .box-fot-head .item-f-head p {
  color: #A5A5A5;
  margin-top: 10px;
  font-size: 12px;
  max-width: 250px;
  line-height: 15px;
}

footer .item-f-head .f-contact-b {
  display: flex;
  justify-content: space-between;
  gap: 89px;
}

footer .item-f-head .f-contact-b .c-item {
  /* width: 100%; */
}

footer .item-f-head .f-contact-b .c-item a {
  display: grid;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

footer .item-f-head .f-contact-b .c-item span {
  color: #A5A5A5;
}

footer {}

footer {
  padding: 50px 0 20px;
  margin-top: 50px;
}

footer .links-f {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

footer .links-f .item-footer-links {}

footer .links-f .item-footer-links h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}

footer .links-f .item-footer-links ul {
  padding-left: 0;
}

footer .links-f .item-footer-links ul li {}

footer .links-f .item-footer-links ul li a {
  color: #959596;
  font-size: 14px;
  display: block;
  font-weight: 200;
  margin-bottom: 7px;
}

footer .links-f .item-footer-links ul .li-links-b {}

footer .links-f .item-footer-links img {
  width: 100%;
}

footer .links-f .li-links-b {
  display: flex;
  gap: 60px;
}

footer .links-f .item-footer-links ul li a:hover {
  color: #fff;
;
}

.f-bottom-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.f-bottom-copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}

.f-bottom-copy a {}

.f-bottom-copy a img {
  width: 100px;
}

.breadcrump-solidark {
  padding: 20px 30px;
  margin-top: 87px;
  border-top: 1px solid #dddddd;
}

.breadcrump-solidark ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  gap: 21px;
}

.breadcrump-solidark ul li {
  color: #484848;
  font-weight: 300;
  font-size: 14px;
}

.breadcrump-solidark ul li a {
  color: #484848;
  position: relative;
}

.breadcrump-solidark ul li a:after {
  content: '>';
  position: absolute;
  right: -14px;
  font-weight: 500;
  font-size: 14px;
}


.cat-content {
  margin-bottom: 50px;
}

.cat-content h2 {
  text-align: center;
  max-width: 600px;
  display: table;
  font-weight: 200;
  margin: auto;
  margin-bottom: 21px;
  margin-top: 25px;
}

.cat-content h2 span {
  color: #1328A5;
  font-weight: 500;
}

.cat-content p {
  text-align: center;
  line-height: 24px;
  padding: 0 75px;
  font-size: 14px;
  margin-bottom: 50px;
}

.cat-content ul {
  padding-left: 0;
}

.cat-content ul li {
  position: relative;
  margin-bottom: 22px;
  font-size: 14px;
  padding-left: 40px;
  font-weight: 300;
}

.cat-content ul li i {
  position: absolute;
  background: #1328A5;
  padding: 0px 4px;
  color: #fff;
  top: -6px;
  font-size: 20px;
  left: 0;
  border-radius: 8px;
}

.cat-content ul li a {}

.cat-content .cat-right {
  position: relative;
}

.cat-content .cat-right a:hover {
  background-color: #1328A5;
}

.cat-content .cat-right a {
  background: #000000;
  position: absolute;
  font-weight: 400;
  color: #fff;
  right: 30px;
  padding: 8px 30px;
  border-radius: 10px;
  top: -21px;
}

.cat-content .cat-right img {
  width: 100%;
}

.product-list {
  padding: 20px 30px;
}

.product-list .p-box {}

.product-list .p-box img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.product-list .p-box .p-name-b {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 4px;
}

.product-list .p-box .p-desc-b {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}

.product-list .p-box .p-list {}

.product-list .p-box .p-list ul {
  padding-left: 14px;
  color: #000;
}

.product-list .p-box .p-list ul li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  list-style: disc;
}

.product-list .p-arrow {
  position: relative;
  background: #1328A5;
  padding: 8px 8px;
  color: #fff;
  margin-left: auto;
  display: table;
  font-size: 30px;
  border-radius: 8px;
  line-height: 1;

}

.product-list .p-arrow i {}

.product-list .item-p {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 20px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  margin-bottom: 25px;
}

.product-list h2 {
  text-align: center;
  color: #1328A5;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 30px;
}

.item-p:hover {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 1px solid #1328A5;
}

.head-prouct {
  background: #F1F1F1;
  text-align: center;
  padding: 20px 0;
}






.select-box {
  z-index: 999;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .select-box {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .select-box {
    width: 400px;
  }
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #000;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus+.select-box__list li {
  border-bottom: 1px solid #e9e9e9;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-size: 24px;
  width: 20px;
  color: #000;
  transition: 0.2s ease;
}

.select-box__value {
  text-align: left;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 13px 8px;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.p-head-filter {
  margin-top: 25px;
  text-align: center;
}

.p-head-filter .p-filter-list {
    display: flex
;
    gap: 55px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.p-head-filter .item-filter-l {
  border-bottom: 2px solid #F1F1F1;
  padding-bottom: 7px;
  display: grid;
}

.p-head-filter .item-filter-l img {
  width: 100px;
}

.p-head-filter .item-filter-l span {
  font-size: 12px;
  margin-top: 7px;
  color: #000000;
}

.item-filter-l:hover {
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.product-content-page {
background-image: url('/wp-content/uploads/dark_blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 50px;
  background-size: cover;

}

.left-img-p::before {
  content: "";
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    height: 726px;
    left: -23px;
    top: -65px;
    background-size: contain;
    width: 726px;
    background-image: url('/wp-content/uploads/shape.svg');
   
}


.left-img-p {
  position: relative;
}

.left-img-p img:first-child {
  width: 100%;
  margin-top: 93px;
  object-fit: contain;
	position:relative;
	z-index:9;
}

.img-360 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.right-product-p {}

.right-product-p {
  padding-left: 71px;
  padding-top: 50px;
}

.row-px {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  align-items: center;
}

.row-px h2 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 400;
}

.row-px p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}

.right-product-p ul {
  padding-left: 0;
  margin-top: 40px;
}

.right-product-p ul li {
  color: #C4CCD2;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 14px;
  position: relative;
}

.right-product-p ul li i {
  position: absolute;
  background: #1328A5;
  padding: 0px 4px;
  color: #fff;
  top: -6px;
  font-size: 20px;
  left: 0;
  border-radius: 8px;
}

.right-product-p .table-p {
  margin-top: 40px;
}

.right-product-p .item-pra {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.right-product-p .item-pra span:first-child {
  color: #C4CCD2;
  font-size: 14px;
  font-weight: 200;
}

.right-product-p .item-pra span:last-child {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.row-px a {
  background: #646464;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 14px 26px;
  line-height: 1;
  display: inline-block;
}

.tab-box div {
  display: none;
  padding: 1em;
}

.tab-box div.tab-content-visible {
  display: block;
}

.tab-product{
	padding: 20px 30px;
}

 .app-nav{display: flex;padding: 20px 40px;padding-bottom: 0 !important;gap: 20px;margin-bottom: 0;padding-bottom: 20px;margin-top: 45px;}

 .app-nav li{border-bottom: 3px solid transparent;    padding-bottom: 8px;}
 .app-nav li a{color: #000;padding-bottom: 8px;}

 .tab-box{

}
.tab-product .tab-box h3{text-align: center;font-size: 26px;font-weight: 500;margin-bottom: 30px;}
.tab-product .tab-box div{

}
.tab-product .tab-box p{font-size: 14px;line-height: 23px;}

   .current-tab{border-bottom: 3px solid #000000 !important;padding-bottom: 8px;}


.product-desc-box{padding: 20px 38px;margin-top: 25px;}
.product-desc-box h3{
  text-align: center;
  font-size: 22px;
  margin-bottom: 45px;
}
.product-desc-box h4{
  font-size: 18px;
  font-weight: 500;
}
.product-desc-box p{
  font-size: 14px;
  line-height: 21px;
}
.product-desc-box img{
  display: table;
  margin: auto;
  padding: 30px 0;
}
.product-desc-box iframe{
  display: table;
  margin: auto;
  margin-top: 24px;
}
.item-desc-pr{padding: 50px 0;border-top: 1px solid #B0B0B0;}
.p-text-a{
  padding: 0 400px;
}

.texh-dwn{
  background-color: #000000;
  display: table;
  margin: auto;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  line-height: 1;
  margin-top: 30px;
  border-radius: 10px;
}


.texh-dwn:hover{
  background-color: #1328A5;

}

.dowm-tech{background: #F4F4F4;padding: 70px 0;text-align: center;}
.dowm-tech h3{
  font-size: 22px;
}
.dowm-tech p{
  font-size: 14px;
}

.dowm-tech a{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 27px;
  border-radius: 10px;
}
.dowm-tech a:hover{
  background-color: #1328A5;
}
.dowm-tech i{

}

.item-footer-links iframe{
  border-radius:12px;
}




.solidark-blog .swiper-slide h3 {
  color:#8A8A8A;
}
.solidark-blog .swiper-slide p {
  color:#8A8A8A;
  display: block;
  display: none;
}


body .solidark-blog  .swiper-slide-active h3{
  color:#000;
}
body .solidark-blog  .swiper-slide-active  {
  color:#000;
  max-width: 600px;
}


.f-blog-2{
}

.f-blog-2 .solidark-blog{
  position: absolute;
  width: 100%;
}
body .solidark-blog .swiper-slide-active p{
  display:block;
}

.p-desc-b ul{padding-left: 13px;margin-top: 10px;}
.p-desc-b ul li{list-style: disc;}
.rank-math-breadcrumb a{
  color:#000;
}
.rank-math-breadcrumb .separator{margin: 0 5px;position: relative;top: 1px;font-weight: 500;}
#advantages {
  display: table;
  margin: auto;
}
#advantages ul{padding-left: 0;margin: 50px 0;}
#advantages ul li{
  color: #040404;
  padding-left: 45px;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 14px;
  position: relative;
}
#advantages ul li i{
  position: absolute;
  background: #1328A5;
  padding: 0px 4px;
  color: #fff;
  top: 0;
  font-size: 20px;
  left: 2px;
  border-radius: 8px;
}
#advantages ul li span{
  display: block;
  font-weight: 500;
}

#advantages h3{
  text-align: center;
  font-size: 22px;
  margin-bottom: 45px;
  margin-top: 40px;
}



.ci-main-nav-level-0 {
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.inline-list li {
}

.inline-list a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.inline-list a:hover {
}

/* Alt MenÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */
.ci-content-wrapper {
  position: fixed;
  top: 84px;
  left: 0;
  width: 0;
  background: #F0F0F0;
  height: auto;
  transition: width 0.5s ease-in-out;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

.ci-content-wrapper.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ci-nav-flyout-container {
  display: flex;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

.ci-nav-flyout-col {
  width: 400px;
  background: white;
  border-right: 1px solid #f0f0f0;
  padding: 20px 30px;
  display: none;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.ci-nav-flyout-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ci-nav-flyout-col ul li {
  margin: 10px 0;
}

.ci-nav-flyout-col ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #414141;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}

.ci-nav-flyout-col ul li a.active{
    color: #1328A5;
    border-color: #1328A5;
}

.ci-nav-flyout-col ul li a:hover {border-bottom: 1px solid #414141;}


.ci-nav-flyout-col.active {
  display: block !important;
  animation: fadeIn 0.5s ease-in-out;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ci-nav-flyout-col ul li a i{
  font-size: 19px;
  position: absolute;
  right: 0;
  top: 2px;
}
.menu-close:hover{
  background: #000000;
}
.menu-close{
  opacity:0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: #414141;
  bottom: -26px;
  line-height: 1;
  padding: 15px 15px;
  color: #fff;
  font-size: 19px;
  border-radius: 1000px;
}
.menu-close.show {
  opacity: 1;
}
.bg-menu-urun{
  background: transparent;
  width: auto;
}

.bg-menu-urun ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);); /* 3 sÃ¼tun */
  gap: 20px; /* Ã–ÄŸeler arasÄ±nda 30px boÅŸluk */
  padding: 0;
  list-style: none;
}
.bg-menu-urun ul li{/* width: calc((100% - -0px) / 1); *//* display: block; */margin: 0;}
.bg-menu-urun ul li div{
  display: grid;
  gap: 0;
}
.bg-menu-urun ul li a{
  background: #F4F4F4;
  border: 1px solid #fff;
  padding: 21px;
}
.bg-menu-urun ul li span{
  font-weight: 500;
  margin-bottom: 3px;
  color: #000000;
}
.bg-menu-urun ul li img{
  width: 250px;
  margin-bottom: 13px;
  height: 150px;
  object-fit: contain;
}
.bg-menu-urun ul li span:nth-child(1){

}
.bg-menu-urun ul li span:last-child{
  font-weight: 300;
  max-width: 200px;
}
.vv-head-section{margin-top: 82px;padding: 30px 30px;border-top: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;}
.vv-head-section .head-box{

}
.vv-head-section .head-box h1{font-size: 28px;text-transform: uppercase;margin-bottom: 2px;font-weight: 500;}
.vv-head-section .breadcrumbs{

}
.vv-head-section .breadcrumbs a{font-size: 14px;}
.vv-head-section .breadcrumbs .last{font-size: 14px;}
.breadcrumbs p{
  margin-bottom:0;
}
.contact-map{padding: 20px 30px;margin-top: 65px;}

.contact-flex{
  margin-bottom: 80px;
  margin-top: 50px;
}
.contact-content{display: flex;gap: 20px;}
.contact-content a{border: 1px solid #f0f0f0;padding: 20px;color: #000000;width: 100%;display: grid;font-weight: 400;text-align: center;}
.contact-content a i{font-size: 50px;}
.contact-content a:hover{
  border: 1px solid #000;
}
.contact-content h2{
  text-aling:center;
}
.contact-form h2{
  text-align: center;
}
.form-input-page input{padding: 10px;border: 1px solid #ebebeb;display: block;font-size: 14px;font-weight: 300;width: 100%;}
.form-input-page p{margin-bottom: 0;display: grid;}
.form-input-page input[type="submit"] {background: #000;color: #fff;padding: 10px 25px;margin-top: 12px;}
.form-input-page textarea{
  padding: 10px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
.form-input-page input[type="submit"]:hover{
  background: #353535;
}
.form-input-page{
  text-align: center;
  width: 600px;
  display:table;
  margin: auto;
}
.title-section p{text-align: center;margin-bottom: 30px;}
.post-group-v2{margin: 100px 0;}
.post-group-v2 .post-item-v2-1{display: inline-block;margin-bottom: 50px;}
.post-group-v2 .title{display: inline-block;margin-top: 12px;color: #000;font-weight: 400;}
.post-group-v2 .bottom{

}
.post-group-v2 .link{color: #1328A5;font-weight: 500;}
.post-group-v2 img{width: 100%;}
.blog-pagination{
  z-index: 9;
  position: relative;
}
.blog-pagination .current{
  padding: 4px 10px;
  background: #1328A5;
  color: #fff;
}
.blog-pagination a{
  padding: 10px;
  color: #000;
}
.post-group-v2 h2{color: #1328A5;font-weight: 500;text-align: center;}
.post-group-v2 p{max-width: 700px;display: table;margin: auto;text-align: center;margin-bottom: 40px;font-size: 14px;}



.post-group-v2 .post-item-v2-1 .left{
  position:relative;
}
.post-group-v2 .post-item-v2-1 .left {
  height: auto;
  overflow: hidden;
}

.post-group-v2 .post-item-v2-1 .left  img {
  transition: 0.3s;
}

.post-group-v2 .post-item-v2-1:hover img {
  transform: scale(1.1);
}
.content-section{

}
.content-section  .content-text{
    background-color: #fafafa;
    padding: 30px;
    margin: 30px 0 0;
    border-radius: 30px;
}
.content-section  .content-text h2{font-size: 28px;color: #000;margin: 20px 0 10px;}
.content-section  .content-text h3{font-size: 20px;font-weight: 500;color: #000;margin: 20px 0 10px;}
.content-section  .content-text p{font-size: 14px;}
.lang-box ul{
  opacity:0;
  visibility: hidden;
  position: absolute;
  top: 62px;
  padding-left: 0;
  margin-bottom: 0;
  background: #000000;
  padding: 17px 17px 15px;
  left: -25px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.L-lang{
  opacity:1 !important;
  visibility: visible !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.lang-box{cursor: pointer;}
.lang-box li{margin-bottom: 6px;}
.lang-box li a{color: #fff;font-weight: 300;font-size: 14px;}
.lang-box li a:hover{color: #969696;}

.lang-box li:last-child{margin-bottom:0;}
i.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.mobil-menu{
  display:none;
}
.back-menu{
  display:none;
}
.back-menu-2{
  display:none;
}

.over{
  overflow: hidden;
}

.mobil_web{
  display:none;
}

.p-product{display: flex;gap: 15px;justify-content: center;margin: 0 0 30px;}

.p-product > div{
    border: 1px solid #A5A5A5;
    border-radius: 100px;
    padding: 7px 14px;
    text-transform: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.p-product > div.swiper-button-disabled{
  opacity: .2;
}
.p-product > div i{
    font-size: 28px;
}
.mobil-b{
  display:none;
}
.item-footer-links i{
  display:none;
}

.form-spinner {
  position: relative;
  width: 100%;

  top: 0;
  padding: 19px;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
}
.form-spinner  .text-danger {
  color: #1328A5 !important;
  width: 25px !important;
  font-size: 14px !important;
  height: 25px !important;
}
.select-box {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.select-box select {
  appearance: none;
  width: 100%;
  background: #f1f1f1;
  padding: 7px 6px;
  font-size: 16px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
  border-bottom: 2px solid #d1d5db;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.select-box i{
    position: absolute;
    right: 0;
    top: 8px;
    color: #000;
    font-size: 16px;
}

/* Select box hover */
.select-box select:hover {border-bottom: 2px solid #1329a5;}

/* Select box focus */
.select-box select:focus {
}


/* When select is open */
.select-box select:focus + .select-box::after {
  color: #b91c1c;
}

.breadcrump-solidark p{
  margin-bottom: 0;
}
.p-head-filter .item-filter-l a{
  display: grid;
}
#product-video {
  padding: 50px 400px;
}

#mouse_body {
    border-style: solid;
    border-width: 2px;
    border-color: #cdcdcd;
    border-radius: 32px;
    height: 43px;
    width: 23px;
    position: absolute;
    left: 50%;
    z-index: 9999;
    bottom: 42px;
}


#mouse_wheel {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  /* position property required to play animation  */
  position: relative;
  height: 3px;
  width: 3px;
  /* to center wheel in mouse body */
  margin: 0 auto;
  animation: wheel_animation 1.5s linear infinite;
}

 
@keyframes wheel_animation {
  0% {
    opacity: 0;
    top: 2px;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 33px;
  }
}
.all-show:hover{
  background: #0000001c !important;
}
.all-show{
	border-bottom: none !important;
	font-weight: 400;
	top: 42px;
	background: #cccccc;
background: linear-gradient(4deg, rgba(204, 204, 204, 1) 0%, rgba(232, 232, 232, 1) 54%, rgba(181, 181, 181, 1) 100%);
	color: #fff;
	text-align: center;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all-show i{
	font-size: 85px;
	line-height: 1;
	color: #9a9797;
}
.all-show span{
	display: grid;
	font-size: 15px;
	color: #000;
	gap: 45px;
}
.wr360_player{
	background-color:transparent !important;
}
/*
 #wr360image_wr360PlayerId{
   width: auto !important;
   height: 551px !important;
   margin-top: 0 !important;
   max-width: 100% !important;
   object-fit: cover !important;
 }
*/
.actives{
	display:block !important;
}
 

.page-ab{
    background-color: #fafafa;
    padding: 30px;
    margin: 30px 0 0;
    border-radius: 30px;
}
.page-ab h2{font-size: 28px;color: #000;margin: 20px 0 10px;}
.page-ab h3{font-size: 20px;font-weight: 500;color: #000;margin: 20px 0 10px;}
.page-ab p{font-size: 14px;}

.page-ab ul{padding-left:0;}
 