@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

body,
html {
  padding: 0px;
  margin: 0px;
  font-family: 'Aeonik';
  font-weight: normal;
  font-style: normal;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
}

a:hover {
  color: var(--ana-renk);
}

::selection {
  background-color: var(--ana-renk);
  color: white;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  background: var(--ana-renk);
  border-radius: 30px;
}
.page-contents ul {
    list-style-type: disc;
    padding-left: 2rem;
}
@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Medium.woff2') format('woff2'), url('fonts/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Light.woff2') format('woff2'), url('fonts/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-LightItalic.woff2') format('woff2'), url('fonts/Aeonik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Thin.woff2') format('woff2'), url('fonts/Aeonik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Regular.woff2') format('woff2'), url('fonts/Aeonik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-RegularItalic.woff2') format('woff2'), url('fonts/Aeonik-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-ThinItalic.woff2') format('woff2'), url('fonts/Aeonik-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Air';
  src: url('fonts/Aeonik-AirItalic.woff2') format('woff2'), url('fonts/Aeonik-AirItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-MediumItalic.woff2') format('woff2'), url('fonts/Aeonik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Air';
  src: url('fonts/Aeonik-Air.woff2') format('woff2'), url('fonts/Aeonik-Air.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Bold.woff2') format('woff2'), url('fonts/Aeonik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-BoldItalic.woff2') format('woff2'), url('fonts/Aeonik-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-BlackItalic.woff2') format('woff2'), url('fonts/Aeonik-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik-Black.woff2') format('woff2'), url('fonts/Aeonik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ana-renk: #B51827;
  --siyah-renk: #231F20;
  --gri-renk: #8B8B8B;
}
.height-features {
  min-height: 790px;
}
.t-table {
  margin-bottom: 0px;
}

.t-table tbody tr td {
  width: 50%;
}

.t-table thead tr td {
  background: gray;
  color: white;
}

.bg-main-bg-color {
  background-color: var(--ana-renk);
}

.title {
  color: var(--ana-renk);
}

.title-xl {
  font-size: 55px;
}
.carousel-control-prev-icon {
  background-image: url(/assets/images/icon/owl-left-2.webp)!important;
}
.carousel-control-next-icon {
  background-image: url(/assets/images/icon/owl-right-2.webp)!important;
}
.share {position: relative;top:3px; background: var(--ana-renk);color: white;border: none;width: 46px;height: 46px;border-radius: 50%;transform: rotate(180deg);}
.share svg {transform: rotate(-180deg);}
.share > svg {cursor: pointer;}
.share ul {margin: 0;padding: 0;left: 50%;top: 50%;position: absolute;list-style: none;}
.share ul li {display: block;position: absolute;margin: -16.875px;transform: rotate(0) translate(0);transition: 0.4s ease all;opacity: 0;}
.share ul li a {display: block;color: black;font-size: 20px;background: white;color: var(--ana-renk);border: 1px solid var(--ana-renk);width: 45px;height: 45px;margin: 0 auto;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.share.active li {opacity: 1;}
.share.active li:nth-child(1) {transform: rotate(0) translate(67.5px) rotate(180deg);}
.share.active li:nth-child(2) {transform: rotate(45deg) translate(67.5px) rotate(-220deg);}
.share.active li:nth-child(3) {transform: rotate(90deg) translate(67.5px) rotate(-270deg);}
.visable{visibility: visible !important;}
.tractorslide {
  height: 50px;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  background: transparent;
  line-height: 36px;
  min-width: 200vw;
  animation: slidemove 40s linear infinite;
  display: flex;
}
.tractorslide img {
  padding-right: 8px;
}
.tractorslide:hover {
  animation-play-state: paused;
}

@keyframes slidemove {
  0% {
      transform: translateX(-50%);
  }
  100% {
      transform: translateX(0%);
  }
}
video.fullscreen {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;
  }
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

.header-x,
.header-top,
#main {
  transition: all 0.3s;
}

.sticky .header-x {
  height: 70px !important;
}

.bg-header-top {
  background-color: rgba(0, 0, 0, 0.16);
}

.header-x,
.header-top,
.container-basak {
  margin-left: auto;
  margin-right: auto;
}

.header-top {
  height: 30px;
  display: flex;
  align-items: center;
  line-height: 35px;
  overflow: hidden;
}

.header-top .phone {
  border-right: 1px solid #7e101b;
}

.header-top .social-media-head {
  margin-left: auto;
  color: white;
  font-size: 14px;
  margin-top: 2px;
}


header {
  background-color: var(--ana-renk);
  position: relative;
  z-index: 99;
}

header .header-x {
  height: 90px;
  display: flex;
  align-items: center;
  color: white;
}

header nav a {
  font-size: 15px;
  transition: all 0.3s;
}

header nav a:hover {
  color: inherit;
  opacity: 0.3;
}

header .logo img {
  width: 180px;
}

header nav {
  margin-left: auto;
}

header nav .menu {
  margin-right: 40px
}

header nav .menu ul {
  display: flex;
  font-weight: 300;
  font-style: normal;
}

header nav .menu ul li {
  margin-left: 30px;
}
header nav .menu ul li .dropdown-product a {padding: 3px 5px;}
header nav .menu ul li .dropdown-product ul li {margin: 0; position: relative; display: flex; width:100%; justify-content: space-between;}
header nav .menu ul li .dropdown-product ul li a i {font-size: 14px; position: relative; top: 0; left: 170px;}
header nav .menu ul li .dropdown-product ul li .nav-sub {
  display: none;
  position: absolute;
  left: 260px;
  top: 0;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius:10px ;
  border-bottom-left-radius: 10px;
  padding: 15px;
  width: 220px;
  transition: 0.5s;
}
header nav .menu ul li .dropdown-product ul li:hover .nav-sub{
  display: block;
}

header .language {
  padding-right: 15px;
  border-right: 1px solid white;
}

header .language ul {
  display: flex;
}

header .language ul li {
  margin-left: 10px;
}

header .language ul li:first-child {
  margin-left: 0px;
}

header .language a {
  font-weight: 500;
  font-size: 14px;
}

header .language a:hover {
  opacity: 0.3;
  color: white;
}

header .btn-price {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 14px;
}

header .btn-price:hover {
  opacity: 0.3;
  color: white;
}

header .btn-menu-bar {
  background: transparent;
  border: 0px;
  position: relative;
  z-index: 99;
  padding: 0px;
}

header .btn-menu-bar img {
  width: 30px;
  margin-bottom: 5px;
  transition: all 0.3s;
}

header .search {
  margin-right: 15px;
}



.slider .owl-slide .item .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slider .owl-slide .item {
  height: 65vh;
  width: 100%;
  position: relative;
}

.slider .owl-slide .item .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider .owl-slide .owl-nav {
  position: absolute;
  right: 0px;
  z-index: 5;
  bottom: 15%;
  right: 50px;
}

.slider .owl-slide .owl-nav img {
  width: 40px;
}

.slider .owl-prev,
.owl-next {
  background: none !important;
  transition: all 0.3s;
}

.slider .owl-prev:hover,
.owl-next:hover {
  opacity: 0.3;
}

.slider .slide-text-data-one {
  position: absolute;
  top: 67%;
  transform: translateY(-60%);
  z-index: 2;
  color: white;
}

.slider .slide-text-data-one p {
  margin-bottom: 0px;
  font-size: 1.5vw;
}

.slider .slide-text-data-one h4 {
  margin-bottom: 0px;
  font-size: 3vw;
}


.slider .slide-text-data-two {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  top: 70%;
  left: 65%;
  transform: translateX(-50%);
  transform: translateY(-70%);
  color: white;
  z-index: 2;
  max-width: 410px;
}

.slider .btn-slide {
  background-color: #c9b1a4;
  /* Fallback color */
  background-color: rgba(118, 115, 115, 0.5);
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s;
  margin-top: 30px;
}

.slider .btn-slide:hover {
  background-color: var(--ana-renk);
  color: white;
}

.slider .btn-slide i {
  margin-left: 25px;
}

.btn-prices {
  background-color: #c9b1a4;
  /* Fallback color */
  background-color: rgba(118, 115, 115, 0.5);
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.3s;
}

.btn-prices:hover {
  background-color: var(--ana-renk);
  color: white;
}

.btn-prices i {
  margin-left: 25px;
}


.btn-prices2 {
  background-color: var(--ana-renk);
  /* Fallback color */
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.3s;
}

.btn-prices2:hover {
  background-color: black;
  color: white;
}

.btn-prices2 i {
  margin-left: 25px;
}

.product-area .slogan {
  background-color: #F5F5F5;
  color: var(--siyah-renk);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-details iframe{
  width: 100%!important;
  height: 575px!important;
}


#tabs-nav {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tabs .button {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 5px;
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  border-radius: 40px;
  color: #231F20;
  height: 65px;
}

.tabs .button img {
  width: 30px;
  margin-right: 10px
}

.tabs .button:hover {
  background-color: #ddd;
}

.tabs .active .button {
  background-color: var(--ana-renk);
  color: white;
}

.tabs .active .button .not-hover {
  display: block !important;
}

.tabs .active .button .hover {
  display: none !important;
}


.tabcontent {
  padding: 50px;
  transition: all 0.3s;
}

.tab-content {
  display: none;
}

.tab-content:first-child {
  display: block;
}

.product-card {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.product-card img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product-card .btn-a {
  display: block;
  background-color: #F0F0F0;
  color: var(--gri-renk);
  border-radius: 30px;
  padding: 20px 20px;
  transition: all 0.3s;
}

.product-card .btn-a i {
  margin-top: 5px;
}

.product-card .btn-a:hover {
  background-color: var(--ana-renk);
  color: white;
}


.product-card .img-a {
  text-align: center;
  width: 100%;
  display: block;
}

.owl-product .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  transition: all 0.3s !important;
}

.owl-product .owl-prev:hover {
  opacity: 0.3;
}

.owl-product .owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-product .owl-next img,
.owl-product .owl-prev img {
  width: 50px;
  transition: all 0.3s;
}

/* Mobile için owl-product düzenlemeleri */
.owl-product-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
}

.owl-product-mobile .item {
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .owl-product .owl-nav {
    display: none !important;
  }
  
  .owl-product {
    padding: 0 !important;
  }
}

.content-data {
  position: relative;
  height: 450px;
  width: 100%;
  padding-top: 30px;
  color: white;
}

.content-data .text-data {
  position: relative;
  z-index: 1;
}

.content-data .text-data h2 {
  color: var(--ana-renk);
  font-size: 45px;
}

.content-data .text-data a {
  color: var(--siyah-renk);
  font-size: 20px;
  margin-top: 25px;
  transition: all 0.3s;
}

.content-data .text-data a:hover {
  opacity: 0.3;
}

.content-data .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
}



.services-area {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-area .service-item {
  transition: all 0.3s;
}

.services-area .service-item:hover {
  opacity: 0.3;
}

.services-area h1 {
  color: var(--ana-renk);
}

.services-area p {
  color: var(--ana-renk);
}

.news-area .news-item {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #F5F5F5;
  transition: all 0.3s;
  padding: 24px;
}

.news-area .news-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 220px;
}
.news-area .news-item .news-images {
  background-size:cover;
  min-height:125px;
  border-radius: 20px;
}
.news-area .news-item .news-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--siyah-renk);
}
.news-area .news-item .news-title:hover {
  color: white!important;
}

.news-area .news-item:hover .news-title {
  color: white!important;
}
.news-area .news-item:hover .news-data .date {
  color: white;
}

.news-area .news-item:hover .news-data .title {
  color: white;
}

.news-area .news-item:hover {
  background-color: var(--ana-renk);
  color: white;
}

.news-area .news-item .news-data {
  padding: 30px 20px;
}

.news-area .news-item .news-data .date {
  font-size: 11px;
  color: #999EA0;
}
.news-area .news-item:hover .btn-news {
  background-color: white;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.news-area .owl-carousel .owl-stage-outer {
  overflow: visible!important;
}

.news-notification {
  padding-bottom: 180px;
}

.news-notification .h1 {
  color: var(--ana-renk);
  font-size: 45px;
  font-weight: bold;
}

.news.area .news-notification p {
  color: var(--gri-renk);
  font-size: 16px;
  font-weight: 100;
}

.btn-news {
  background-color: var(--ana-renk);
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  bottom: 0px;
  transition: all 0.3s
}

.btn-news:hover {
  background: #8B8B8B;
  color: white;
}

.btn-nav {
  background-color: var(--ana-renk);
  color: white;
  padding: 12px 21px!important;
  border-radius: 30px;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s
}

.btn-nav:hover {
  background: #8B8B8B;
  color: white;
}

.btn-nav i {
  font-size: medium !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.footer {
  padding-top: 60px;
  border-top: 1px solid #D9D9D9;
  width: 100%;
}

.footer a {
  color: var(--gri-renk);
  font-size: 14px;
  transition: all 0.3s;
}

.footer a:hover {
  opacity: 0.3;
}

.footer .title {
  color: var(--siyah-renk);
  font-size: 1.3rem;
  transition: all 0.3s;
  margin-bottom: 15px;
  font-weight: bold;
}


.footer-bottom {
  border-top: 1px solid #D9D9D9;
  margin-top: 53px;
  padding: 0.5rem 0;
}

.bottom-logo {
  width: 60px;
}

.powered-by {
  float: right;
}

.footer-menu a {
  color: #8B8B8B;
  font-weight: normal;
  display: block;
  padding: 5px 0;
}



.menu-box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 2;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--ana-renk);
  transition: 0.5s;
  padding-top: 40px;
  padding-bottom: 150px;
}

.box--show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  opacity: 500ms linear;
  visibility: 0s linear;
  transition: all 1s;
}

.menu-box .closeBtn {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 25px;
}

.menu-box .search {
  border-radius: 5px;
}

#menu-btn-close {
  display: none;
  position: absolute;
  right: 50px;
}

#menu-btn-close:hover {
  background-color: white;
  color: var(--ana-renk);
  border: 1px solid var(--ana-renk);
}



.menu-ul-title {
  font-size: 25px;
  letter-spacing: .9px;
  color: white;
  margin-bottom: 20px;
  display: block;
}

.menu-ul-title:hover {
  color: white;
}

.menu-ul-bottom-stick {
  list-style: none;
  padding-left: 0px;
}

.menu-ul-bottom-stick li {
  border-bottom: 1px white solid;
}

.menu-ul-bottom-stick li a {
  transition: all 0.3s;
  font-size: 16px;
  display: block;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.menu-ul-bottom-stick li a:hover {
  padding-left: 15px;
}

.menu-ul-bottom-stick li a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background: white;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.menu-ul-bottom-stick li a:hover::before {
  width: 100%;
}

.menu-u-list-style {
  padding-left: 15px;
  list-style: square;
  color: white;
}

.menu-u-list-style li a {
  padding: 8px 0 8px 10px;
  display: block;
  color: white;
  transition: all 0.7s;
}

.menu-u-list-style li a:hover {
  opacity: 0.3;
}


.body--show {
  overflow-y: hidden !important;
}


.accordion-button:not(.collapsed) {
  color: var(--siyah-renk);
  background-color: white;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
  background-color: inherit !important;
  box-shadow: inherit;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.list-group-item {
  transition: all 0.2s;
}

.list-group-item:hover a {
  color: white;
}

.list-group-item:hover {
  background-color: var(--ana-renk);
}


.accordion-collapse {
  max-height: 300px;
  overflow-y: auto;
}


.body--show .menu {
  display: none !important;
}

a.scroll-top {
  color: #fff;
  display: none;
  width: 65px;
  height: 65px;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 30px;
  font-size: 20px;
  background: var(--ana-renk);
  border-radius: 3px !important;
  border: 1px solid hsla(0, 0%, 78%, 0.3);
  text-align: center;
}

a.scroll-top i {
  position: relative;
  top: 5px;
}

a.scroll-top span {
  font-size: 11px;
  display: block;
  color: white;
}

a.scroll-down {
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 80px;
  font-size: 20px;
  background: #222;
  border-radius: 3px !important;
  border: 1px solid hsla(0, 0%, 78%, 0.3);
  text-align: center;
}

a.scroll-down i {
  position: relative;
  top: 5px;
}








.breadcrumbb {
  width: 100%;
  background-color: #F5F5F5;
  padding-top: 8px;
  padding-bottom: 12px;
  font-weight: 500;
}

.breadcrumbb ul {
  display: flex;
  padding: 0px;
  margin: 0px;
}

.breadcrumbb a {
  font-size: 14px;
  color: #B6B6B6;
  transition: all 0.3s;
}

.breadcrumbb a:hover {
  color: var(--ana-renk);
}

.breadcrumbb i {
  font-size: 11px;
  color: #B6B6B6;
  margin: 0px 10px;
}

.breadcrumbb .active {
  color: var(--ana-renk);
}


.breadcrumbb-img {
  position: relative;
  height: 350px;
}

.breadcrumbb-img .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -2;
}

.breadcrumbb-img .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}


.breadcrumbb-img .text-data {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: white;
  text-align: center;
  min-width: 280px;
}

.breadcrumbb-img .text-data h1 {
  font-size: 55px;
}

.intermediate-line {
  background-color: var(--ana-renk);
  height: 60px;
  width: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vjs-poster img {
  object-fit: cover;
}



.js-cd-demo .bg-ana-renk {
  background-color: var(--ana-renk);
}

.js-cd-demo .bg-ana-renk a {
  color: white !important;
}


.red-power-col {
  background-color: #F5F5F5;
  padding: 50px 50px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.desing-item .desing-data {
  padding: 50px 30px;
  background-color: #F5F5F5;
  transition: all 0.3s;
}

.desing-item .d-title {
  font-size: 24px;
  color: var(--siyah-renk);
  margin-bottom: 5px;
  font-weight: bold;
}

.desing-item .d-sub-title {
  font-size: 14px;
  color: var(--siyah-renk);
}


.fixed-button {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  visibility: hidden;
}

.fix-btn {
  background-color: var(--ana-renk);
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}

.fix-btn:hover {
  background-color: #8B8B8B;
  color: white;
}

.fix-btn img {
  margin-right: 10px;
}





.dropdown-product {
  display: none;
  position: absolute;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dropdown-product i {
  font-size: 45px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

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






.side-nav-politic {
  position: relative;
  background-color: #F5F5F5;
  padding: 40px;
  color: var(--siyah-renk);
  border-bottom: var(--ana-renk) 10px solid;
}

.side-nav-politic li a {
  color: var(--siyah-renk);
  font-size: 16px;
  display: block;
  padding: 10px 0px;
  transition: all 0.3s;
}

.side-nav-politic li a:hover {
  color: var(--ana-renk);
}

.side-nav-politic li a.active {
  color: var(--ana-renk);
  font-weight: bold;
}

.input-basak {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  padding-left: 0px;
  color: #8B8B8B;
  padding: 10px 0px;
  font-size: 18px;
}

.select-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B8B8B;
  font-size: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--ana-renk);
}


.check-col {
  margin-bottom: 25px;
  display: flex;
}

.check-col .input-basak-check {
  height: 20px;
  width: 20px;
}

.check-col .input-basak-check-label {
  font-size: 16px;
  color: #8B8B8B;
  position: relative;
  top: -2.5px;
  left: 10px;
}




#loader {
  transition: opacity 1s ease;
}

#loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: #B51827;
}

#loader .dots span {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(calc(var(--i) * (360deg / 15))) translateY(35px);
  animation: animate 1.5s linear infinite;
  animation-delay: calc(var(--i) * 0.1s);
  opacity: 0;
}

@keyframes animate {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.price-list-tab {
  background-color: var(--ana-renk);
  padding: 40px 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.price-list-tabs {
  border-bottom: unset;
}

.price-list-tabs .nav-item .active {
  background-color: var(--ana-renk);
  border-bottom: unset;
  color: white;
}

.price-card {
  background-color: #F5F5F5;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.table-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}






.search-fixed-button {
  position: fixed;
  bottom: 45px;
  left: 50px;
  z-index: 2;
  background-color: #B51827;
  height: 50px;
  width: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 2px solid white;
  transition: all 0.3s;
}

.search-fixed-button:hover {
  background-color: white;
  color: #B51827;
  border: 2px solid #B51827;
  cursor: pointer;
}

.search-fixed-area {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.search-fixed-area .input-basak {
  background: transparent;
  color: white;
}

.search-fixed-area .input-basak::placeholder {
  color: white;
}

.search-fixed-area .select-box {
  display: block;
  width: 100%;
  max-width: 400px;
}

.search-fixed-area .select-box i {
  color: white;
}

.select-box i:hover {
  opacity: 0.3;
}

.search-fixed--show {
  display: flex !important;
}









.product-card .title {
  font-size: 20px;
  color: var(--siyah-renk);
  font-weight: bold;
  text-align: center;
  font-family: 'Aeonik';
  margin-bottom: 25px;
  min-height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.product-card {
  transition: all 0.3s;
}

.product-card:hover {
  box-shadow: #B51827 0px 1px 4px;
}





.card-v9 .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.news-img {
  height: 300px;
  object-fit: cover;
}

.owl-traktor {
  position: relative;
}

.owl-dots .active span {
  background-color: #b51827 !important;
  border-radius: 30px !important;
  width: 30px !important
}

.owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 0 5px !important;
  transition: all .3s !important
}

.contact-box .contact-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: var(--ana-renk);
  color: #fff;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto
}

.contact-box .contact-text-box {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
}
.contact-box .contact-text-box a{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.iv_info_item {
  gap: 12px
}

.urun_icon {
  width: 40px;
  height: 40px
}

.iv_info_item .icon-wrapper {
  width: 48px;
  height: 48px;
  color: #b51827 !important;
  font-size: 24px;
  padding: 4px
}

.iv_info_item .teknik_baslik_urun {
  font-size: 13px;
  color: #8B8B8B;
  font-weight: 500;
  display: block
}

.iv_info_item .teknik_aciklama_urun {
  font-weight: 600;
  color: #111010;
  display: block;
  font-size: 14px
}

.ozellik {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: auto
}

.ozellik table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(12, 8, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(12, 8, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(12, 8, 0, 0.075);
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}

.ozellik table thead {
  background-color: var(--ana-renk);
  color: #fff
}

.open-area {
  background-color: #b51827;
  padding-top: 100px
}

.opean-content {
  color: #fff
}

.open-form {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.open-form .form-control {
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #8b8b8b
}

.open-form .form-control:focus {
  box-shadow: none;
  border-color: var(--ana-renk)
}

.open-form button {
  background-color: var(--ana-renk);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: block;
  width: 100%;
  transition: all .3s
}

.open-form button:hover {
  background-color: #8b8b8b;
  color: #fff
}

.filter-category-list {
  display: flex;
  flex-flow: column;
  border-radius: 15px;
  background-color: #B51827;
}

@media (max-width:991px) {
  .filter-category-list {
    margin: 16px 0;
    background-color: #B51827;
  }
  .title-xl {
    font-size: 42px;
  }
  .sidebar-none {
    display: none;
  }
}
@media (max-width:768px) {
  .height-features {
    min-height: auto;
  }
  .product-details iframe{
    width: 100%!important;
    height: 435px!important;
  }
}
@media (max-width:575px) {
  .product-details iframe{
    width: 100%!important;
    height: 265px!important;
  }
  .height-features {
    min-height: auto;
  }
  .news-area .news-item .news-images {
    min-height:175px;
    margin-bottom: 20px;
  }
}
.filter-category-list .category-item:first-child .title {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px
}

.filter-category-list .category-item .title {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 500;
  padding: 12px 20px;
  margin: 0;
  color: #fff;
  background-color: #a11d2a;
  border-bottom: 1px solid #8c121e;
}

.filter-category-list .category-item .content {
  padding: 20px
}
.filter-category-list .category-item .content .form-control {
  border: none;
}
.filter-category-list .category-item .category-item {
  border-top: solid 1px #cfd8e4
}

.filter-category-list .category-item.has-dropdown:hover {
  cursor: pointer
}

.filter-category-list .category-item.has-dropdown .title {
  position: relative;
  padding-right: 30px
}

.filter-category-list .category-item.has-dropdown .title:after {
  position: absolute;
  font-family: icon-font;
  content: "\e905";
  top: 16px;
  right: 16px;
  font-size: 12px;
  color: #004b93;
  font-weight: 400
}

.filter-category-list .category-item.has-dropdown:not(.active) .title:after {
  content: "\e907"
}

.filter-category-list .category-item.has-dropdown:not(.active) .content {
  display: none
}

.filter-label-wrap {
  display: flex;
  flex-flow: row;
  align-items: flex-start
}
.btn-filter {
  background-color: var(--ana-renk);
  /* Fallback color */
  color: white;
  padding: 15px 30px;
  border-radius: 15px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
}

.btn-filter:hover {
  background-color: black;
  color: white;
}

.btn-filter i {
  margin-left: 25px;
}
.desktop-min-height {
  min-height: 585px;
}
@media (max-width:991px) {
  .filter-label-wrap:not(.mobile) {
    display: none !important
  }
  .title-xl {
    font-size: 42px;
  }
  .desktop-min-height {
    min-height: 430px;
  }
}

@media (min-width:992px) {
  .filter-label-wrap.mobile {
    display: none !important
  }
}

@media (max-width:991px) {
  .filter-label-wrap.mobile {
    display: flex;
    margin: 16px 0 0 12px
  }
  .title-xl {
    font-size: 42px;
  }
}

.filter-label-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .filter-label-list {
    flex-wrap: nowrap;
    overflow-x: auto
  }
}

.filter-label-list .label {
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 52px 13px 12px;
  position: relative;
  margin: 0 16px 16px 0
}

@media (max-width:991px) {
  .filter-label-list .label {
    font-size: 12px;
    margin: 0 8px 0 0;
    min-width: fit-content
  }
}
@media (max-width:1199px) {
  .filter-label-list .label {
    font-size: 12px;
    margin: 0 8px 0 0;
    min-width: fit-content
  }
  .title-xl {
    font-size: 48px;
  }
}
.filter-label-list .label:after {
  position: absolute;
  font-family: icon-font;
  content: "\e90a";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  padding: 7px;
  background-color: #ffd300;
  border-radius: 50%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center
}

.filter-label-list .label:hover {
  cursor: pointer
}

.btn-filter-open {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  padding: 14px 12px;
  border-radius: 4px;
  border: solid 1px #cfd8e4;
  background-color: #fff;
  margin: 16px 0
}

.btn-filter-open .count {
  margin-left: 12px;
  padding: 2px 6.5px;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  background-color: #004b93;
  border-radius: 4px
}

.btn-filter-open .icon {
  font-size: 16px;
  color: #004b93;
  margin-right: 8px
}

.btn-trash {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background-color: #004b93;
  border-radius: 50%
}

.btn-trash .icon {
  font-size: 16px;
  color: #fff
}

.category-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 86px 0 32px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  border-radius: 8px
}

.price-input {
  width: 100%;
  display: flex;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center
}

.field input {
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 19px;
  border-radius: 5px;
  text-align: center;
  border: none;
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center
}

.range-input {
  position: relative
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: 0 0;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--ana-renk);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .05)
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .05)
}

.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block
}

.b-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 700
}

.b-btn.paypal i {
  color: #00f
}

.b-btn:hover {
  text-decoration: none;
  font-weight: 700
}

.b-btn i {
  font-size: 20px;
  color: #ff0;
  margin-top: 2rem
}

#particles-js{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.particle-z-index {
  position: relative;
  z-index: 2;
}
.footer-overflow { max-height:210px; overflow-y:scroll; }
.footer-overflow::-webkit-scrollbar {
  width: 2px!important;
  background: white!important; 
}

/* Track */
.footer-overflow::-webkit-scrollbar-track {
  background: white!important; 
  width: 2px!important;
}
 
/* Handle */
.footer-overflow::-webkit-scrollbar-thumb {
  background: white!important; 
  border-radius: 2px!important;
}

/* Handle on hover */
.footer-overflow::-webkit-scrollbar-thumb:hover {
  background: lightgrey!important; 
}


.share-wrapper {
  display: flex;
  align-items: center;
}

.share-wrapper .share {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  color: #FFF;
  background-color: #b51827;
  text-align: center;
  line-height: 44px;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.4s;
}

.share-wrapper .share.active {
  background-color: #000;
}

.share-wrapper .share.active+.social li {
  transform: scale(1);
}

.share-wrapper .share.active+.social li:hover {
  transform: scale(1.1);
}

.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  display: flex;
  align-items: center;
}

.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.share-wrapper ul.social li {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #FFF;
  background-color: #FFF;
  text-align: center;
  line-height: 44px;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 10px;
  box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  transform: scale(0.4);
}

.share-wrapper ul.social li .facebook {
  color: #3A589E;
}

.share-wrapper ul.social li .twitter {
  color: #5FA9DD;
}

.share-wrapper ul.social li .linkedin {
  color: #0D77B7;
}

.share-wrapper ul.social li .whatsapp {
  color: #25D366;
}

.share-wrapper ul.social li .pinterest {
  color: #CD2129;
}

.share-wrapper ul.social li .youtube {
  color: #CF2227;
}

.share-wrapper ul.social li .instagram {
  color: #305C85;
}

@media screen and (max-width:330px) {
  .logo img {
    width: 100px !important;
  }

  .language ul li a {
    font-size: 12px !important;
  }
  header .btn-menu-bar {
    margin-left: 15px;
  }
   
  .footer-owerflow {
    overflow-y: clip!important;
    max-height: none!important;
  }
}
@media screen and (max-width: 991px) and (max-height: 450px) and (orientation: landscape) {
  .slider .slide-text-data-one p {
    font-size: 2.2vw!important;
  }
  .slider .slide-text-data-one h4 {
    font-size: 2.8vw!important;
  }
  .slider .slide-text-data-one {
    top: 57%!important;
  }
}

@media screen and (min-width:330px) and (max-width:576px) {
  .logo img {
    width: 140px !important;
  }
  header .btn-menu-bar {
    margin-left: 15px;
  }
  
  .footer-owerflow {
    overflow-y: clip!important;
    max-height: none!important;
  }
}

/* Mobil CSS */
@media screen and (max-width:576px) {
  .search-fixed-button {
    left: 20px;
  }
  .desktop-min-height {
    min-height: 377px;
  }
  header .search {
    margin-left: 15px;
  }

  .header-x {
    height: 80px !important;
  }

  .btn-price {
    display: none;
  }
  .slider .owl-slide .item {
    height: 45vh!important;
  }
  .slider .owl-slide .item .bg {
    background-position: right;
    background-position-x: 60%;
  }

  .slider .owl-slide .owl-nav {
    right: 20px !important;
  }

  .slide-text-data-one p {
    margin-bottom: 0px;
    font-size: 4.5vw !important;
  }

  .slide-text-data-one h4 {
    margin-bottom: 0px;
    font-size: 6vw !important;
  }

  .tabs .button {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 20px;
  }

  .btn-news {
    margin-bottom: 10px;
  }

  .fixed-button {
    left: 20px;
  }


  .copyright-col {
    justify-content: center !important;
  }

  .bottom-logo {
    width: 60px;
  }

  .powered-by {
    float: unset;
  }

  .powered-by-col {
    justify-content: center !important;
    font-size: 12px;
  }
  .footer-owerflow {
    overflow-y: clip!important;
    max-height: none!important;
  }
  .mobile-w-100 {
    width: 100%!important;
  }



  .content-data .bg {
    background-position: center;
  }

  .footer {
    padding-top: 45px;
  }

  .footer-bottom {
    margin-top: 22px;
    font-size: 14px;
  }

  .footer-bottom img {
    margin: 10px 0;
    height: 12px;
  }

  .price-list-tabs {
    margin-bottom: 5px;
  }

  .price-list-tabs .nav-link {
    border-radius: 10px !important;
    margin-bottom: 10px;

  }
  .breadcrumbb ul {
    overflow-x: scroll;
  }
  .breadcrumbb ul::-webkit-scrollbar {
    width: 2px!important;
    height: 2px!important;
    background-color: #F5F5F5;
  }
  
  /* Track */
  .breadcrumbb ul::-webkit-scrollbar-track {
    height: 2px!important;
    width: 2px!important;
    background-color: #F5F5F5;
  }
   
  /* Handle */
  .breadcrumbb ul::-webkit-scrollbar-thumb {
    background: #F5F5F5!important; 
    border-radius: 2px!important;
  }
  
  /* Handle on hover */
  .breadcrumbb ul::-webkit-scrollbar-thumb:hover {
    background: lightgrey!important; 
  }
  .breadcrumbb li {
    font-size: 8px;
    display: flex;
    align-items: center;
  }

  .breadcrumbb {
    padding: 8px 0px !important;
  }

  .breadcrumbb-img {
    height: 200px !important;
  }

  .fix-btn {
    padding: 10px 12px;
  }

  .menu-box {
    padding-bottom: 250px;
  }

  .news-area .news-item .news-data .title {
    font-size: 11px;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .product-card a {
    padding: 10px 30px;
    font-size: 11px;
  }


  .price-table-col #tabs-nav {
    display: block !important;
  }

  .price-table-col #tabs-nav li {
    margin-bottom: 10px;

  }
  
}

/*Tablet CSS*/
@media screen and (max-width: 768px) and (min-width:576px) {
  .search-fixed-button {
    left: 50px;
  }

  .slider .owl-slide .item .bg {
    background-position: right;
    background-position-x: 60%;
  }

  .slide-text-data-one p {
    margin-bottom: 0px;
    font-size: 4.5vw !important;
  }

  .slide-text-data-one h4 {
    margin-bottom: 0px;
    font-size: 6vw !important;
  }



}





@media screen and (max-width: 768px) {


  .btn-slide {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }

  .body--show .header-x {
    border-bottom: 1px solid white;
  }

  .text-data {
    padding-left: 20px;
    padding-right: 20px;
  }


  .price-card .table-x {
    margin-top: 25px;
  }

  .open-form {
    padding: 40px 20px;

  }

}

@media screen and (min-width: 768px) {
  .border-category {
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
  }
}

/*Tablet Portrait CSS*/
@media screen and (max-width: 990px) and (min-width:768px) {

  .search-fixed-button {
    left: 50px;
  }

  .slider .owl-slide .item .bg {
    background-position: right;
    background-position-x: 60%;
  }

  .slide-text-data-one p {
    margin-bottom: 0px;
    font-size: 3.5vw !important;
  }

  .slide-text-data-one h4 {
    margin-bottom: 0px;
    font-size: 6vw !important;
  }



}

.relative-set {
  position: relative;
  top: -68px;
}

@media screen and (max-width: 990px) {
  .slider .slide-text-data-two {
    display: none !important;
  }

  .mobile-set {
    position: relative;
    top: 30px;
    margin-bottom: 30px;
  }
  .share {
    top: -5px;
  }

  .mobile-set .title {
    color: black !important;
    margin-bottom: 20px !important;
  }

  .relative-set {
    position: relative;
    top: -30vw;
  }






}

/* Leptop CSS */
@media screen and (min-width: 990px) {

  .search-fixed-button {
    left: 50px;
  }

}


@media screen and (min-width: 990px) and (max-width:1200px) {
  .slide-text-data-one p {
    margin-bottom: 0px;
    font-size: 2.5vw;
  }

  .slide-text-data-one h4 {
    margin-bottom: 0px;
    font-size: 4vw;
  }
}


@media screen and (max-width: 1200px) {
  .menu {
    display: none !important;
  }

}