@media only screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.home-top-slider {
  padding-top: 15px;
}
.home-top-slider-swiper {
  position: relative;
  padding: 0px 15px;
}
.home-top-slider-swiper .swiper {
  position: relative;
}
.home-top-slider-swiper .swiper::after {
  content: "";
  opacity: var(--after-opacity, 0);
  width: 56px;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 1;
  height: 402px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transition: opacity 0.2s ease-in-out;
}
.home-top-slider-swiper .swiper .swiper-slide-link {
  display: inline-block;
  width: 100%;
  text-decoration-line: none;
  text-align: center;
}
.home-top-slider-swiper .swiper .swiper-slide-link-img {
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  text-align: center;
}
.home-top-slider-swiper .swiper .swiper-slide-link-img img {
  max-width: 100%;
}
.home-top-slider-swiper .swiper .swiper-slide-link-txt {
  font-size: 15px;
  color: #484848;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-top-slider-swiper .swiper .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 40%);
  right: var(--swiper-navigation-sides-offset, 4px);
  width: 32px;
  height: 32px;
  z-index: 99;
}
.home-top-slider-swiper .swiper .swiper-button-next::after {
  width: 32px;
  height: 32px;
  padding-left: 2px;
  font-size: 17px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
}
.home-top-slider-swiper .swiper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 40%);
  left: var(--swiper-navigation-sides-offset, 4px);
  width: 32px;
  height: 32px;
  z-index: 99;
}
.home-top-slider-swiper .swiper .swiper-button-prev::after {
  width: 32px;
  height: 32px;
  padding-left: 2px;
  font-size: 17px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
}
.home-top-slider .swiper-button-nextt,
.home-top-slider .swiper-button-prevv {
  width: 34px;
  height: 34px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
  z-index: 99;
}
.home-top-slider .swiper-button-nextt svg,
.home-top-slider .swiper-button-prevv svg {
  width: 23px;
  padding-top: 5px;
  fill: #484848;
  opacity: 0.9;
  padding-right: 2px;
}
.home-top-slider .swiper-button-nextt {
  top: 36%;
  transform: translateY(-50%);
  left: -2px;
}
.home-top-slider .swiper-button-prevv {
  top: 36%;
  transform: translateY(-50%);
  right: -2px;
}
.home-top-slider .swiper-button-prevv svg {
  padding-right: 0px;
  padding-left: 2px;
}

.home-center-slider {
  margin-top: 15px;
}
.home-center-slider-bg {
  display: flex;
  padding: 0px 15px;
}
.home-center-slider-bg-left {
  width: 79%;
}
.home-center-slider-bg-left .home-center-swiper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.home-center-slider-bg-left .home-center-swiper .swiper-slide a {
  display: inline-block;
}
.home-center-slider-bg-left .home-center-swiper .swiper-slide a img {
  max-width: 100%;
}
.home-center-slider-bg-left .home-center-swiper-bottom {
  margin-top: -63px;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 59%);
  right: var(--swiper-navigation-sides-offset, 2px);
  width: 32px;
  height: 32px;
  z-index: 99;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-button-next::after {
  width: 32px;
  height: 32px;
  padding-left: 2px;
  font-size: 17px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 59%);
  left: var(--swiper-navigation-sides-offset, 2px);
  width: 32px;
  height: 32px;
  z-index: 99;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-button-prev::after {
  width: 32px;
  height: 32px;
  padding-left: 2px;
  font-size: 17px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-slide {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-slide img {
  max-width: 100%;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.38) 0px 2px 16px 0px;
}
.home-center-slider-bg-left .home-center-swiper-bottom .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid #e5e5e5;
}
.home-center-slider-bg-right {
  width: 24%;
  padding-left: 1%;
}
.home-center-slider-bg-right-item:not(:last-child) {
  margin-bottom: 6.5px;
}
.home-center-slider-bg-right-item a {
  display: inline-block;
  transition: all 0.5s;
}
.home-center-slider-bg-right-item a img {
  max-width: 100%;
  width: 100%;
  transition: all 0.5s;
  border-radius: 7px;
}
.home-center-slider-bg-right-item a:hover img {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 16px 0px;
}

.home-section-title h3 {
  font-weight: 700;
  font-size: 22px;
  color: black;
  margin: 20px 0px;
}
.home-section-title .container {
  padding: 0px 15px;
}

.home-section-1-bg {
  display: flex;
  padding: 0px 15px;
}
.home-section-1-bg-item {
  width: 19%;
}
.home-section-1-bg-item:not(:last-child) {
  margin-right: 15px;
}
.home-section-1-bg-item-link {
  display: inline-block;
  text-decoration-line: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 26px 0px;
}
.home-section-1-bg-item-link-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.home-section-1-bg-item-link-txt span {
  color: #fff;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-section-1-bg-item-link-txt i img {
  width: 17px;
  height: 17px;
  filter: invert(1);
  vertical-align: middle;
}
.home-section-1-bg-item-link-img {
  overflow: hidden;
}
.home-section-1-bg-item-link-img img {
  transition: all 0.5s;
}
.home-section-1-bg-item-link:hover .home-section-1-bg-item-link-txt {
  background-color: var(--main-color);
}
.home-section-1-bg-item-link:hover .home-section-1-bg-item-link-img img {
  transform: scale(1.1);
}

.home-section-2 .campaigns-area {
  padding: 0px 15px;
}
.home-section-2 .campaigns-area > div {
  padding: 0;
}
.home-section-2 .campaigns-area > div .campaign {
  gap: 10px;
}

.home-section-3 {
  background-color: #EEEEEE;
  padding: 10px 0px 20px;
}
.home-section-3-slider {
  position: relative;
  padding: 0px 15px;
}
.home-section-3-slider .swiper-button-nextt,
.home-section-3-slider .swiper-button-prevv {
  width: 34px;
  height: 34px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2392156863);
  color: #484848;
  z-index: 99;
}
.home-section-3-slider .swiper-button-nextt svg,
.home-section-3-slider .swiper-button-prevv svg {
  width: 23px;
  padding-top: 5px;
  fill: #484848;
  opacity: 0.9;
  padding-right: 2px;
}
.home-section-3-slider .swiper-button-nextt {
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
}
.home-section-3-slider .swiper-button-prevv {
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
.home-section-3-slider .swiper-button-prevv svg {
  padding-right: 0px;
  padding-left: 2px;
}
.home-section-3 .products-item .product {
  background-color: #fff;
  width: auto;
  display: inline-block;
}

.home-section-4-bg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.home-section-4-bg-item {
  width: 49.6%;
  margin-bottom: 2px;
}
.home-section-4-bg-item-link {
  display: inline-block;
  transition: all 0.5s;
}
.home-section-4-bg-item-link:hover {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 16px 0px;
}
.home-section-4-bg-item-link:hover .home-section-4-bg-item-link-img img {
  transform: scale(1.1);
}
.home-section-4-bg-item-link-img {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.home-section-4-bg-item-link-img img {
  transition: all 0.5s;
}

.home-section-5-bg {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}
.home-section-5-bg-two {
  width: 80%;
}
.home-section-5-bg-two .campaigns-area .campaign {
  gap: 10px;
}
.home-section-5-bg-one {
  width: 19%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-section-5-bg-one-item {
  height: 50%;
}
.home-section-5-bg-one-item:last-child {
  padding-top: 3%;
}
.home-section-5-bg-one-item:last-child img {
  height: 100% !important;
}
.home-section-5-bg-one .home5-swiper {
  height: 100%;
}
.home-section-5-bg-one .swiper-slide-item {
  height: 100%;
}
.home-section-5-bg-one .swiper-slide-item-link {
  height: 100%;
  display: inline-block;
}
.home-section-5-bg-one .swiper-slide-item-link-img {
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.home-section-5-bg-one .swiper-slide-item-link-img img {
  display: inline-block;
  height: 99%;
  transition: all 0.5s;
}
.home-section-5-bg-one .swiper-slide-item-link:hover .swiper-slide-item-link-img img {
  transform: scale(1.1);
}
.home-section-5-bg .campaigns-area > div {
  padding: 0;
}

.footer-info {
  padding: 50px 0px;
}
.footer-info-bg {
  display: flex;
  padding: 0px 15px;
}
.footer-info-bg-item {
  width: 25%;
  padding: 0px 15px;
  text-align: center;
  position: relative;
}
.footer-info-bg-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #eeebeb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer-info-bg-item-title {
  color: #484848;
  font-size: 16px;
  display: block;
  width: 100%;
  min-height: 40px;
  font-weight: 700;
}
.footer-info-bg-item-img {
  margin: auto;
  padding: 15px 0px;
}
.footer-info-bg-item-img img {
  width: 125px;
}
.footer-info-bg-item-text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.footer-content-bg {
  padding: 15px 15px;
  border-top: 1px solid #eeebeb;
  border-bottom: 1px solid #eeebeb;
}
.footer-content-bg .content {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer-content-bg-hidden {
  display: none;
}
.footer-content-bg-hidden.active {
  display: block;
}
.footer-content-bg p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer-content-bg span {
  font-size: 12px;
  color: #363636;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer-content-bg .footer-btn {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-decoration-line: none;
  display: inline-block;
}
.footer-content-bg .footer-btn-gizle {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-decoration-line: none;
  display: none;
}
.footer-content .goster {
  display: inline-block;
}
.footer-content .gizle {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .home-center-slider-bg {
    flex-direction: column;
  }
  .home-center-slider-bg-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-center-slider-bg-left .home-center-swiper .swiper-slide a {
    width: 100%;
  }
  .home-center-slider-bg-left .home-center-swiper .swiper-slide a img {
    width: 100%;
  }
  .home-center-slider-bg-right {
    width: 100%;
    padding: 0;
    display: flex;
  }
  .home-center-slider-bg-right-item:not(:last-child) {
    margin-right: 15px;
  }
  .home-section-1-bg {
    overflow-y: scroll;
  }
  .home-section-1-bg-item {
    width: auto;
  }
  .home-section-1-bg-item-link-img img {
    max-width: inherit;
  }
}
@media only screen and (max-width: 1199px) {
  .home-center-slider .home-center-swiper-bottom {
    display: none;
  }
  .home-center-slider-bg-right {
    max-width: 100%;
    overflow-y: scroll;
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .home-center-slider-bg-right-item a img {
    height: 70px;
    width: auto;
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .home-section-5 .campaigns-area > div {
    padding: 0;
  }
  .home-section-5-bg {
    flex-direction: column;
  }
  .home-section-5-bg-two {
    width: 100%;
  }
  .home-section-5-bg-one {
    flex-direction: row;
    width: 100%;
    margin-top: 15px;
  }
  .home-section-5-bg-one-item {
    width: 50%;
  }
  .home-section-5-bg-one-item:first-child {
    padding-right: 7px;
  }
  .home-section-5-bg-one-item:last-child {
    padding-left: 7px;
  }
  .home-section-5-bg-one-item:last-child {
    padding-top: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .home-section-4-bg-item {
    width: 100%;
  }
  .footer-info-bg-item-title {
    font-size: 12px;
  }
  .footer-info-bg-item-img img {
    width: 80px;
  }
  .footer-info-bg-item-text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-info-bg {
    flex-wrap: wrap;
  }
  .footer-info-bg-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer-info-bg-item-img {
    padding: 5px 0px;
  }
  .footer-info-bg-item-img img {
    width: 60px;
  }
  .home-section-title h3 {
    font-size: 14px;
    margin: 15px 0px;
  }
  .home-top-slider-swiper .swiper .swiper-slide-link-txt {
    font-size: 13px;
  }
}
.opportunities > div > div .opportunity .footer {
  text-align: center;
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  display: block;
  transition: all ease 0.2s;
  line-height: 17px;
  height: 42px;
}
.opportunities > div > div .opportunity .footer:hover {
  color: var(--main-color);
}/*# sourceMappingURL=main.css.map */