body {
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", sans-serif;
}

.header {
  border-bottom: 6px solid #ec1b21;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .container .select-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .select-language .turkish, .header .container .select-language .english, .header .container .select-language .russia {
  padding: 5px;
  margin-top: 38px;
  cursor: pointer;
}

.header .container .select-language img {
  width: 20px;
  height: 20px;
}

.header .container .mobile-button {
  margin-top: 50px;
  visibility: hidden;
}

.header .container .mobile-button div {
  width: 25px;
  background-color: #a73030;
  height: 2px;
  margin-bottom: 5px;
}

.header .container .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header .container .header-menu ul li {
  list-style: none;
  padding: 1rem;
}

.header .container .header-menu ul li a {
  text-decoration: none;
  color: #888080;
  font-weight: 600;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header .container .header-menu ul li a:hover {
  color: #ec1b21;
}

.mobile-button div:nth-child(2) {
  width: 15px !important;
}

.show {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.sticky {
  background-color: #fff;
  padding: 1px 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 105px;
  opacity: 0;
  margin-left: -30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ec1b21 transparent;
}

.nav-link:hover::after {
  opacity: 1;
}

.info {
  text-align: center;
  margin-bottom: 200px;
  margin-top: 100px;
}

.info .container .info-card {
  padding: 1rem;
  border-radius: 15px;
  -webkit-box-shadow: 0 20px 45px 0 #c1c1c1;
          box-shadow: 0 20px 45px 0 #c1c1c1;
}

.info .container .info-card .info-card-img img {
  width: 80px;
  height: 80px;
}

.info .container .info-card .info-card-desc {
  margin-top: 20px;
}

.info .container .info-card .info-card-desc p {
  font-weight: 600;
}

.main .container .main-desc {
  margin-top: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px #c1c1c1;
          box-shadow: 0px 5px 15px 0px #c1c1c1;
  padding: 2rem;
  border-radius: 15px;
}

.main .container .main-desc .main-desc-title {
  font-weight: 600;
}

.main .container .main-desc button {
  font-size: 600;
}

.widget .container .widget-card {
  padding: 1rem;
  -webkit-box-shadow: 0px 5px 15px 0px #c1c1c1;
          box-shadow: 0px 5px 15px 0px #c1c1c1;
  border-radius: 15px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  margin-bottom: 30px;
  background-color: white;
  margin-top: 10px;
}

.widget .container .widget-card .widget-card-img img {
  border-radius: 15px;
}

.widget .container .widget-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.widget .container .widget-card:hover button {
  visibility: visible !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.widget .container .widget-card .widget-card-title {
  margin-top: 20px;
}

.widget .container .widget-card button {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.main-slider {
  margin-top: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#9ea8a8), to(#ec1b21));
  background: linear-gradient(0deg, #9ea8a8 0%, #ec1b21 100%);
}

.main-slider .container .owl-carousel .item .card {
  border: none;
  background-color: transparent;
}

.main-slider .container .owl-carousel .item .card img {
  border-radius: 15px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  width: 200px;
}

.main-slider .container .owl-carousel .item .card img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer .copy {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.footer .footer-logo {
  display: inline-block;
}

.footer .container {
  margin-top: 50px;
}

.footer .footer-sub-menu h4 {
  font-weight: 600;
}

.footer .footer-sub-menu ul {
  padding: 0;
}

.footer .footer-sub-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer .footer-sub-menu ul li a {
  text-decoration: none;
  color: #222;
}

.footer .footer-sub-menu ul li a::after {
  display: none;
}

.footer .footer-social {
  font-size: 30px;
}

.footer .footer-social .social-title {
  font-weight: 600;
}

.footer .footer-social i {
  padding: 5px;
}

.footer .footer-social .instagram {
  color: #DD2A7B;
}

.footer .footer-social .facebook {
  color: #3b5998;
}

.footer .footer-social .wp {
  color: #075e54;
}

.footer .footer-contact .contact-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-location p{
  margin-left: -17px;
}

.footer .footer-contact img {
  margin-top: 40px;
  -webkit-animation-name: turn;
          animation-name: turn;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.footer .footer-contact .contact-title {
  font-weight: 600;
}

.footer .footer-contact .contact-phone, .footer .footer-contact .contact-mail, .footer .footer-contact .contact-location {
  margin-bottom: 5px;
}

.footer .footer-contact .contact-phone i, .footer .footer-contact .contact-mail i, .footer .footer-contact .contact-location i {
  margin-right: 6px;
  color: #ec1b21;
}

.footer .footer-contact .contact-phone a, .footer .footer-contact .contact-mail a, .footer .footer-contact .contact-location a {
  text-decoration: none;
  color: #222;
}

@media (max-width: 991px) {
  .mobile-button {
    visibility: visible !important;
  }
  .header {
    position: relative;
  }
  .header .container .mobile {
    position: fixed;
    top: 12.2%;
    left: 0;
    display: block !important;
    background-color: #973232;
    padding: 5rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    text-align: center;
    width: 100%;
  }
  .header .container .header-menu ul li a {
    color: white;
  }
  .header .container .header-menu ul li a::after {
    display: none;
  }
  .header .nav-link::after {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .info-card {
    margin-bottom: 30px;
  }
  .widget-card {
    padding: 1rem 65px !important;
  }
  .navbar-brand {
    margin: 0 auto !important;
  }
}

@media (max-width: 414px) {
  .carousel-inner .carousel-item h2 {
    font-size: 15px;
    top: 50%;
    left: 50%;
  }
  .footer-contact img, .footer-contact p {
    margin-left: -20px;
  }
}

.carousel-inner .carousel-item {
  position: relative;
}

.carousel-inner .carousel-item h2 {
  position: absolute;
  top: 50%;
  color: #222;
  background-color: white;
  border-radius: 5px;
  left: 50%;
}

.active h2 {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.contact-widget {
  margin-top: 50px;
}

.contact-form {
  -webkit-box-shadow: 0px 5px 15px 0px #c1c1c1;
          box-shadow: 0px 5px 15px 0px #c1c1c1;
  width: 70%;
  padding: 1rem 30px;
  border-radius: 15px;
}

.contact-form form .form-group input {
  border-radius: 5px;
  outline: none;
  border: 1px solid #dee2e6;
  padding: 5px 5px 5px;
}

.contact-form form .form-group textarea {
  border: 1px solid #dee2e6;
}

.contact-widget-adres, .contact-widget-email, .contact-widget-phone {
  padding: 2rem;
  margin-top: 15px;
  -webkit-box-shadow: 0px 5px 15px 0px #c1c1c1;
          box-shadow: 0px 5px 15px 0px #c1c1c1;
}
.contact-widget-adres{
  display: flex;
}
.contact-widget-adres span{
  margin-left: -8px;
}

.contact-widget-adres i, .contact-widget-email i, .contact-widget-phone i {
  font-size: 26px;
  color: #ec1b21;
  margin-right: 5px;
}

.contact-widget-adres span, .contact-widget-email span, .contact-widget-phone span {
  font-size: 20px;
}

.contact-widget-title {
  font-size: 25px;
}

.referance-img img {
  width: 200px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.referance-img img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.clear {
  margin-left: 90px;
}

.move {
  margin-top: -22px;
}

.repeat img {
  width: 180px;
  margin-top: 15px;
}

@media (max-width: 414px) {
  .referance-img img {
    width: 150px !important;
    margin: 0 !important;
  }
  .clear {
    margin: 0 !important;
  }
  .contact-widget-desc {
    margin-top: 50px;
  }
  .contact-form {
    width: 100%;
  }
  .footer .footer-sub-menu ul li {
    margin-bottom: 0 !important;
  }
  .about {
    margin-top: 0 !important;
  }
  .about .about-us {
    margin-top: 30px;
  }
  .referance {
    margin-left: 15px;
  }
  .brand{
    margin-top: 50px !important;
  }
  .manage img{
    width: 200px !important;
  }
  .manage{
    margin-left:90px ;
  }
}

@-webkit-keyframes turn {
  from {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes turn {
  from {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.about {
  background-image: url(img/kurumsalback.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60px;
  margin-top: 30px;
}

.about .about-us h4 {
  color: #ec1b21;
  font-weight: 600;
}

.about .about-us p {
  font-weight: 600;
}

.product .product-img img {
  width: 250px;
}

.product .product-desc {
  margin-top: 50px;
  -webkit-box-shadow: 0px 5px 15px 0px #c1c1c1;
          box-shadow: 0px 5px 15px 0px #c1c1c1;
  border-radius: 15px;
  padding: 1rem;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.product .product-desc:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.product .product-desc .product-title {
  color: #ec1b21;
  font-weight: 600;
}

.katalog {
  text-align: center;
  margin-top: 20px;
}
.manage img{
  border-radius: 15px;
}
.manage p{
  margin-top: 7px;
  font-weight: 600;
}
.manage{
  margin-bottom: 18px;
}
.main-product-img {
  text-align: center;
  margin-bottom: 25px;
}

.main-product-img img {
  width: 300px;
}

.tabs__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.tabs__tab {
  padding: 12px 20px;
  display: inline-block;
  min-width: 180px;
  color: currentColor;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1a375f;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.tabs__tab:not(.tabs__tab--current):hover {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(218, 5, 5, 0.1);
  color: #ec1b21;
}

.tabs__tab--current {
  border-color: rgba(0, 0, 0, 0.05);
  background: #ec1b21;
  color: white;
}

.tabs__content {
  display: none;
  background-color: #ec1b21;
  border-radius: 5px;
  margin-top: 15px;
}

.tabs__content--current {
  display: block;
}

.tabs__content-inner {
  padding: 40px 0;
  color: white;
}
/*# sourceMappingURL=sytle.css.map */