html,
body {
  background-color: #f9f9f9;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding-top: 36px;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}

.navbar {
  background-color: #052b3d !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.navbar-fixed-top.scrolled {
  background-color: #052b3d !important;
  color: #fff;
  transition: background-color 200ms linear;
}

.navbar-nav .nav-item .call {
  border: solid 1px #ebebeb;
  border-radius: 0.5rem;
  padding: 5px 10px 5px 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  transition: all ease 0.25s;
}
.navbar-nav .nav-item .call img {
  margin-right: 14px;
  max-height: 40px;
}
.navbar-nav .nav-item .call p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
}
.navbar-nav .nav-item .call p.wp {
  font-size: 18px !important;
}

.navbar-fixed-top.scrolled .navbar-nav .nav-item .call {
  background-color: #fff !important;
  text-decoration: none !important;
}

.navbar-fixed-top.scrolled .navbar-nav .nav-item .call p {
  color: #000 !important;
  text-decoration: none !important;
}

.navbar-fixed-top.scrolled .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  text-decoration: none !important;
}

.kateqoriyalar {
  padding-top: 15px;
}

.axtaris {
  padding: 50px 10px 40px 10px;
  border-radius: 10%;
}

.axtaris .tab-content {
  padding: 25px;
  background-color: #052b3d;
  border-radius: 0 0 10px 10px;
}
.search-panel{
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  display: none;
  /* max-height: 400px;
  overflow-y: scroll; */
}
.product-lists{
    margin: 4px 4px 4px 4px;
    padding: 6px 3px 6px 3px;

    list-style: none;
}
.product-lists .product{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-lists .product:hover{
  background-color: #eaebef;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
}
.product-lists .product .product-img img{
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}
.product-lists .product .product-name{
  margin-left: 10px;
  color:#fff!important;
}

.product-lists .product .product-name a{
    color:#333!important;
}

.product-lists .product:first-child{
  margin-bottom: 5px;
}

.product-lists .product:last-child {
  margin-bottom: 0;
}

.product-lists .product:not(:first-child):not(:last-child) {
  margin-bottom: 5px;
}

.two-column-list {
  column-count: 2;
  column-gap: 20px;
}

.not_found{
    display: none;
    padding: 15px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top: 5px solid #000;
  border-radius: 0px;
  background-color: #ac1f1f;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.nav-tabs .nav-link {
  color: #ac1f1f;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

.sidebarresp,
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
}
.sidebarresp {
  left: -100%;
  max-width: 300px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
}
.sidebarresp ul li {
  left: -100%;
  max-width: 300px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
}
.overlay {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 1031;
}
.main-navigation.active .sidebarresp {
  left: 0;
}
.main-navigation.active .overlay {
  visibility: visible;
}
@media (min-width: 992px) {
  .sidebarresp {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    flex-direction: row;
    max-width: 100%;
    transform: none;
    transition: none;
    overflow-y: visible;
    z-index: auto;
  }
}
.main-heading {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    padding-top: 5rem;
    padding-left: 1.5rem;
  }
  #linkler {
    color: #fff;
    background-color: #00412c;
  }
  .navbar-fixed-top.scrolled .navbar-toggler {
    color: #fff;
  }
  .two-column-list {
    column-count: 1;
    column-gap: 20px;
  }
  .navbar-toggler{
    color:#fff;
  }
  .col-10{
    width:100%!important;
  }
  .col-2{
    margin-top:5px;
    width: 100%!important;
  }
}
@media (min-width: 1084px) {
  .order-lg-2 svg {
    display: none;
  }
}

.tooltip-inner {
  min-width: 100px;
  max-width: 100%;
}

i {
  -webkit-text-stroke: 1px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #6c757d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6c757d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6c757d;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #d92c19;
}

::selection {
  color: #fff;
  background: #6c757d;
}

a {
  color: #000 !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mainslide .carousel-inner .carousel-item > div {
    display: none;
  }

  .mainslide .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.dropdown-backdrop {
  position: static;
}

.owl-2-style .owl-nav {
  display: none;
}

/*.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px;
      border-radius: 50%; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }*/

/* medium and up screens */
@media (min-width: 768px) {
  .mainslide .carousel-inner {
    border-radius: 1.5rem;
  }

  .mainslide .carousel-inner .carousel-item img {
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .mainslide .carousel-inner .carousel-item-end.active,
  .mainslide .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .mainslide .carousel-inner .carousel-item-start.active,
  .mainslide .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

.mainslide .carousel-inner .carousel-item-end,
.mainslide .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.mainslide .carousel-indicators {
  bottom: -50px;
}

.mainslide .carousel-item {
  transition: transform 0.3s ease-in-out;
}

.mainslide .carousel-fade .active.carousel-item-start,
.mainslide .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.3s;
}

.mainslide .carousel-indicators li {
  width: 8.5px !important;
  height: 8.5px !important;
  border-radius: 50%;
  background-color: #6c757d !important;
}

.mainslide .carousel-control-prev,
.mainslide .carousel-control-next {
  opacity: unset;
}

.mainslide .carousel-control-prev {
  padding-right: 5%;
}

.mainslide .carousel-control-next {
  padding-left: 5%;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: #d92c19 !important;
}

.menuicon:hover svg {
  fill: #d92c19 !important;
}

#teker,
#elaqe,
#haqqimizda,
#xidmetler,
#yenilik {
  background-color: #fff;
  padding: 25px;
  border-radius: 1rem;
  margin-top: 50px;
}

.teker_melumat img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
}

.teker_melumat {
  display: flex;
}

.teker_melumat .img-display {
  flex-grow: 1;
}

.teker_melumat .thumb {
  opacity: 0.7;
  margin: 0 0.25rem 0.25rem 0;
  width: 120px;
  transition: opacity 0.25s ease-out;
}

.teker_melumat .thumb:hover,
.thumb.active {
  opacity: 1;
}

.teker_melumat .zoom {
  display: inline-block;
}

#tekerler h1 {
  overflow: hidden;
  text-align: center;
}

#tekerler h1:before,
#tekerler h1:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

#tekerler h1:before {
  right: 0.5em;
  margin-left: -50%;
}

#tekerler h1:after {
  left: 0.5em;
  margin-right: -50%;
}

/* yenilikler section style */
.yenilikler {
  padding: 50px 50px 50px;
  position: relative;
  border-radius: 2rem;
}

#yenilikler {
  padding-top: 50px;
}

#yenilikler h2 {
  overflow: hidden;
  text-align: center;
}

#yenilikler h2:before,
#yenilikler h2:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

#yenilikler h2:before {
  right: 0.5em;
  margin-left: -50%;
}

#yenilikler h2:after {
  left: 0.5em;
  margin-right: -50%;
}

#yenilikler .card {
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
}

#yenilikler .card-img-top {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #yenilik .pop img {
    height: 50px !important;
  }
}

#yenilik .pop img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

/* partners section style */
#partners {
  background-color: #f9f9f9;
  padding: 0 0 50px;
  position: relative;
}

#partners .partners-wrapper .partner-box {
  padding: 15px;
  margin: 15px 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  height: 150px;
  border-radius: 4px;
  cursor: pointer;
}

#partners .partners-wrapper .partner-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 300ms all ease;
}

#partners .partners-wrapper .partner-box:hover img {
  filter: none;
  transform: scale(1.05);
}

#features {
  position: relative;
  /* padding-top: 100px; */
}

#features .col-lg {
  background-color: #fff;
  padding: 50px 0px 50px 0px;
  border-radius: 2rem;
}

.social {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}

.social li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 8px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: #5f576b;
  background-color: #f5f5f5;
  text-align: center;
  padding-left: 0;
}

.social li a:hover svg {
  transform: rotate(180deg);
}

.social li a svg {
  transition: 500ms all ease;
}

#social {
  padding: 50px 0;
  background-color: #f7fafc;
}

#social .row {
  justify-content: center;
}

#social .container {
  max-width: 820px;
}

.instagram {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, red 0%, yellow 100%);
}

.youtube {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #c80b0a 0%, #f14443 100%);
}

.facebook {
  background-color: #4359ab;
  background-image: linear-gradient(322deg, #1b408d 0%, #6187d7 100%);
}

.tik-tok {
  background-color: #0000;
  background-image: linear-gradient(322deg, #0b0e15 0%, #1f2636 100%);
}

.email {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #038c59 0%, #31fb8d 100%);
}

.single-social-list {
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  padding: 25px 15px;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}

.single-social-list i {
  font-size: 40px;
  color: #fff;
  display: block;
}

.box1:hover,
.single-social-list:hover {
  transform: translateY(-10px);
}

.box2 {
  border-radius: 4px;
  position: relative;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
  box-shadow: 0 7px 20px rgba(195, 199, 206, 0.35);
  background: white;
  transition: 200ms all ease-in-out;
  margin-bottom: 30px;
}

.pic {
  overflow: hidden;
}

.box2 .cat {
  display: none;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 7px;
  z-index: 2;
  font-weight: 800;
  border-bottom: 1px solid #f3f5f7;
  color: #333;
  background: #fafafa;
  text-align: center;
}

.box2:hover {
  transform: translateY(-10px);
}

.pic img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}

.box2 .text2 {
  padding: 10px;
  color: white;
  font-weight: 800;
  font-size: 17px;
  background: #d73733;
  height: 100%;
}

.box2 p {
  margin: 0;
}

.box2 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#social h4 {
  color: #154188;
  width: 100%;
  margin-bottom: 50px;
  font-size: 40px;
}

.language-style-footer a {
  display: flex;
  color: #292f37;
  align-items: center;
  padding: 5px;
}

.language-style a:hover,
.language-style-footer a:hover {
  background: #e6e6e6;
}

.language-style {
  border-radius: 0 0 5px 5px !important;
}

.logo-brand img,
.footer-logo img {
  width: 200px;
}

.details {
  position: relative;
  color: #333 !important;
  transition: 300ms all ease;
}

footer ul li a span {
  position: relative;
}

.details:after,
footer ul li a span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #333333;
  display: block;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  bottom: 0;
  left: 0;
}

.details:hover:after,
footer ul li a:hover span:after {
  width: 100%;
}

footer {
  padding: 50px 0 15px;
}

footer .container:first-child {
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

footer .container .col-md-3,
footer .container .col-md-6 {
  padding: 34px 15px 34px 15px;
}

footer ul li a {
  position: relative;
  color: #646464;
  padding-left: 20px;
  font-size: 14px;
  line-height: 31px;
}

footer ul li a:before {
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
  opacity: 0.5;
  background-color: #5c576c;
  position: absolute;
  top: 6px;
  left: 0;
}

footer h4 {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 800;
}

footer ul {
  padding-left: 0;
}

footer .social a:before {
  content: none;
}

footer input {
  border: solid 1px #ebebeb;
  border-radius: 20px;
  max-width: 180px;
  padding: 4px 15px;
  font-size: 14px;
}

footer input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c4c4;
}

footer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c4c4;
}

footer input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c5c4c4;
}

.footer-search {
  position: relative;
  width: fit-content;
}

.footer-search svg {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 16px;
}

footer input:focus,
footer input:hover {
  border: solid 1px #bebebe;
}

footer p {
  margin-bottom: 10px;
}

.lang-footer {
  width: 145px;
  color: #646464;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  background-color: #f9f9f9;
  float: right;
  position: relative;
}

.lang-footer:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

.lang-footer img {
  width: 23px;
}

.lang-caption {
  font-size: 13px;
  color: #646464;
}

.footer-bottom {
  padding-top: 24px;
}

.footer-bottom .main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  color: #b1b1b1;
  font-size: 15px;
}

.footer-bottom p:last-child {
  color: #000;
}

.footer-bottom .container {
  border: none !important;
}

.made a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.made img {
  transition: 500ms all ease;
}

.drop-menu,
.drop-menu li {
  list-style-type: none;
  transition: 500ms all ease;
}

.drop-menu {
  position: absolute;
  bottom: 80%;
  width: 100%;
  left: 0;
  color: #646464;
  background-color: white;
  margin-bottom: 8px;
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: 500ms all ease;
}

.language-style-footer {
  margin-bottom: 1rem;
  bottom: 54%;
  border-radius: 5px 5px 0 0 !important;
}

.drop-menu li:hover {
  background-color: #f9f9f9;
}

.lang-footer:hover .drop-menu {
  display: block;
}

.language-style-footer {
  margin-bottom: 1rem;
  bottom: 54%;
  border-radius: 5px 5px 0 0 !important;
}

.drop-menu li:hover {
  background-color: #f9f9f9;
}

.lang-footer:hover .drop-menu {
  display: block;
}

.footer-bottom .col-md-4 {
  padding: 0;
}

.drop-menu li:hover {
  background-color: #f9f9f9;
}

.lang-footer:hover .drop-menu {
  display: block;
}

.drop-menu li a:before {
  content: none;
}

.drop-menu li a {
  padding-left: 0;
}

.drop-menu li {
  padding: 8px 12px;
}

.lang:hover .lang-drop-menu,
.lang:hover .lang-drop-menu-arrow {
  display: block;
}

.lang-drop-menu {
  padding-left: 0;
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  top: 100%;
  z-index: 9999999999;
  left: 0;
  transition: 500ms all ease;
  display: none;
  overflow: hidden;
}

.lang-drop-menu li {
  transition: 500ms all ease;
}

.lang-drop-menu a {
  color: #292f37;
  display: flex;
  align-items: center;
  padding: 7px 8px;
}

.lang-drop-menu p {
  margin-bottom: 0;
  margin-left: 8px;
}

.lang-drop-menu li:hover {
  background-color: #f4f4f4;
}

.lang-drop-menu-arrow {
  height: 8px;
  position: absolute;
  width: 8px;
  z-index: 0;
  top: 100%;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(94, 84, 102, 0.24);
  right: 4px;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}

.forhover {
  padding: 1px;
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
}

footer li {
  font-size: 0px;
  margin-left: 10px;
  list-style-type: circle;
}

#search {
  border-radius: 100px;
  border: none;
  width: 100%;
  padding: 6px 22px;
  color: #646464;
  font-weight: 200;
  font-size: 14px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646464;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #646464;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #646464;
}

.lang {
  -webkit-transition: background-color 0.24s;
  background-color: rgba(45, 49, 55, 0.08);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 8px;
  width: 100%;
  float: right;
}

.lang:hover {
  background-color: rgba(45, 49, 55, 0.24);
}

.lang:hover i {
  transform: rotate(180deg);
}

.lang img {
  width: 25px;
}

.langtext {
  display: inline-block;
  margin-left: 7px;
}

.langtext p:first-child {
  color: #969696;
  font-size: 12px;
  margin-bottom: 0;
}

.langtext p:last-child {
  color: #2d3137;
  margin-top: -6px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.search-icon {
  width: 12px;
  height: 12px;
  color: #b1b1b1;
  position: absolute;
  right: 15px;
}

.search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.arrow-lang {
  background: url("data:image/svg+xml,%3Csvg data-name='РЎР»РѕР№ 1' xmlns='http://www.w3.org/2000/вЂ¦16a1.13 1.13 0 0 0 0 1.61l5.45 5.46a1.16 1.16 0 0 0 1.62 0z'/%3E%3C/svg%3E");
}

.lang i {
  color: #2c3037;
  position: absolute;
  right: 12px;
  transition: 500ms all ease;
  font-size: 11px;
}

h2 {
  font-weight: 900;
}

.owl-2 .card,
.owl-x .card,
#tekerler .card {
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
  border-radius: 1rem;
}

.card h5 {
  overflow: hidden;
  height: 56px;
  font-weight: 900;
  font-size: 1rem;
}

.owl-2 .card-img-top {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  padding: 30px;
}

#tekerler .card-img-top {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  padding: 30px;
}

.owl-x .card-img-top {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}

.card h2 {
  font-size: 1rem;
}

.card .nav-link {
  padding: 22px 0;
}

.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06) !important;
}

.sidebar {
  border-radius: 15px;
}

.label-top {
  position: absolute;
  background-color: #8bc34a;
  color: #fff;
  top: 8px;
  right: 8px;
  padding: 5px 10px 5px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
}

.top-right {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 900;
  background: #ff5722;
  line-height: 90px;
  text-align: center;
  color: white;
}

.top-right span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .card-img-top {
    max-height: 250px;
  }
}

.over-bg {
  background: rgba(53, 53, 53, 0.85);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-radius: 10px;
}

.card .btn {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 50px 5px 50px;
}

.box .btn {
  font-size: 1.5rem;
}

@media (max-width: 1025px) {
  .btn {
    padding: 5px 40px 5px 40px;
  }
}

@media (max-width: 250px) {
  .btn {
    padding: 5px 30px 5px 30px;
  }
}

.btn-warning {
  background: none #25d366;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  text-decoration: none;
  outline: 0;
  box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
  border-radius: 100px;
}

.btn-warning:hover {
  background: none #2ec867;
  color: #ffffff;
  box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35);
}

.btn-danger {
  background: none #dc3545;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  text-decoration: none;
  outline: 0;
  box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
  border-radius: 100px;
}

.btn-danger:hover {
  background: none #bb2d3b;
  border-color: #b02a37;
  color: #ffffff;
  box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35);
}

.bg-success {
  font-size: 1rem;
  background-color: #f7810a !important;
}

.bg-danger {
  font-size: 1rem;
}

.price-hp {
  font-size: 1rem;
  font-weight: 600;
  color: darkgray;
}

.amz-hp {
  font-size: 0.7rem;
  font-weight: 600;
  color: darkgray;
}

.fa-question-circle:before {
  color: darkgray;
}

.fa-plus:before {
  color: darkgray;
}

.box {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.box-img {
  max-width: 300px;
}

.thumb-sec {
  max-width: 300px;
}

.bg-cover {
  height: 755px;
  background: url("/assets/elaqe2.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

#elaqe .card {
  border-radius: 1rem;
}
#elaqe .card:hover {
  filter: none;
  transform: scale(1);
}

@media (max-width: 576px) {
  .box-img {
    max-width: 200px;
  }

  .thumb-sec {
    max-width: 200px;
  }
}

.inner-gallery {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 1px;
  display: inline-block;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 370px) {
  .box .btn {
    padding: 5px 40px 5px 40px;
    font-size: 1rem;
  }
}

.disclaimer {
  font-size: 0.9rem;
  color: darkgray;
}

.related h3 {
  font-weight: 900;
}

.navbar .navbar-brand {
  padding-left: 10px;
}

.owl-carousel.owl-marka .marka-item {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.owl-carousel.owl-marka .marka-item img {
  width: 100%;
  height: 50px;
  padding: 10px;
  object-fit: contain;
}

.img-thumbnail {
  background-color: #fff;
  border-radius: 0.25rem;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .bg-cover {
    height: 100px;
    width: 100%;
  }
  .navbar .navbar-brand {
    position: center;
  }
  .navbar-nav .nav-item .call {
    border: solid 1px #ebebeb;
    border-radius: 0.5rem;
    padding: 5px;
    display: flex;
    align-items: center;
    color: white;
    max-width: 250px;
  }
  .navbar-nav .nav-item .call img {
    margin-right: 14px;
    max-height: 40px;
  }
  .navbar-nav .nav-item .call p {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
  }

  .img-thumbnail {
    height: auto;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .nav .nav-link .carimg {
    color: red;
    visibility: hidden;
    opacity: 0;
    display: inline;
    transition: transform 0.7s ease-in-out;
  }

  .sidebar li {
    position: relative;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .sidebar li:hover {
    -webkit-transform: translate3d(19px, 0px, 15px);
    transform: translate3d(19px, 0px, 15px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebar li:hover .carimg {
    visibility: visible;
    opacity: 1;
  }

  .sidebar li .carimg img {
    transition: transform 0.7s ease-in-out;
  }

  .divider {
    border-top: 0.5px solid #bbb;
  }

  .sidebar li .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 300px;
    padding-right: 25px;
  }

  .sidebar li:hover > .submenu {
    display: block;
  }

  .sidebar:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebar {
    transition: transform 0.3s ease-in-out;
  }

  .axtaris #tabrow {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    text-decoration: none !important;
  }

  #mobil_kateqoriyalar {
    display: none;
  }

  #elaqe .elaqe-p1 {
    padding: 20px 20px 20px 20px;
  }

  nav #linkler ul {
    display: flex;
    align-items: center;
  }

  .bg-cover {
    margin-left: 10px;
  }

  #features .col-lg {
    margin: 47px 20px 100px 20px;
  }

  .sifaris {
    display: flex;
    justify-content: space-between;
  }

  .sifaris .btn {
    padding: 20px 20px 20px 20px !important;
    width: 100%;
    margin: 5px;
  }

  #respbrand ul li {
    display: none;
  }

  .footer-bottom .col {
    flex: 0 0 auto;
    width: auto;
  }

  .footer-bottom .col:nth-child(1) {
    margin-right: auto !important;
  }

  .footer-bottom .col:nth-child(2) {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .axtaris #tabrow {
    padding-left: 15px;
    padding-right: 0px;
  }

  .axtaris #tabrow .col-sm {
    margin-bottom: 10px;
  }

  .sidebar {
    display: none;
  }

  .sidebar .submenu,
  .sidebar .dropdown-menu {
    position: static !important;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }

  #partners {
    padding: 50px 0 75px;
  }

  #partners .partners-wrapper .partner-wrap {
    width: calc(50% - 30px);
  }

  #partners .partners-wrapper .partner-box {
    /*width: calc(60% - 30px);*/
    margin: 15px auto;
  }

  #partners h6,
  #services h6 {
    position: static;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    font-size: 26px;
    margin-bottom: 24px;
  }

  .single-social-list {
    margin-bottom: 30px;
  }

  .social {
    justify-content: center;
  }

  #tekere_gore,
  #avtomobile_gore {
    width: 100%;
  }

  .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    text-decoration: none !important;
  }

  #elaqe .unvanlar p {
    font-size: 12px;
  }

  #features .col-lg {
    margin: 50px 0px 50px 0px;
  }

  #elaqe .unvanlar .elaqe_fax {
    display: none;
  }
  .sifaris {
    display: flex;
    flex-direction: row;
  }
  .sifaris .btn {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 0.65rem;
  }
  .footer-bottom .col {
    flex: 1 1 auto;
    width: auto;
    text-align: center;
  }
}

/* ============ small devices .end// ============ */
