.slick-dots button{display:none !important}
@media only screen and (max-width: 767px) {
  .banneralan2 {
    height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .banneralan2 {
    height: 400px;
  }
}
@media only screen and (max-width: 1279px) {
  .banneralan2 {
    height: 450px;
  }
}
@media only screen and (max-width: 1340px) {
  .banneralan2 {
    height: 500px;
  }
}
@media only screen and (max-width: 1520px) {
  .banneralan2 {
    height: 580px;
  }
}
.banneralan2 {
  float:left;
  display: block !important;
  width: 100%;
  height: 650px;
  position: relative;
  margin-bottom: 4.5rem;
}
.owl-carousel.banner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 650px;
  position: relative;
}
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item {
  height: 100%;
}
.banner .bannergolge {
  float: left;
  display: inline;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  background-position: top center;
  background-repeat: repeat-x;
  background-image: url(../images/golge.png);
  background-size: auto 100%;
  display: none;
}
.banner .bannerortu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/bannerortu.png);
  background-size: auto 100%;
}
.banner .bannerres {
  float: left;
  display: inline;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  /*width: 50%;*/
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerspot {
  float: left;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 120px;
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
}
.bannerspot .spot {
  float: left;
  display: inline;
  width: 100%;
  position: relative;
  /*color: #d6a535;*/
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}
.bannerspot .spot span {
  float: left;
  width: 100%;
  font-size: 1.3rem;
  line-height: 40px;
  font-weight: 400;
  margin-top: 20px;
}
.bannerspot a {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  max-width: max-content;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
}
.bannerspot .online-katalog {
	background-color: #333333;
	/*color: #e8a300 !important;*/
	/*border: 1px solid #e8a300 !important;*/
	max-width: max-content;
	text-transform: uppercase;
}
.bannerspot .online-katalog:hover {
  background-color: #000;
  color: #fff;
}
.bannerspot a:hover {
  background-color: #fff;
  color: #000;
}
.banner.owl-theme .owl-controls {
  float: left;
  display: inline;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.owl-pagination {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.banner.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 6px;
  height: 14px;
  margin: 5px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ff6b06;
  border: 1px solid #ff6b06;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.banner.owl-theme .owl-controls .owl-page.active span,
.banner.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #ff6b06;
}
.banner.owl-theme .owl-controls .owl-page.active span {
  height: 30px;
}
.banner .owl-buttons {
  float: left;
  display: inline;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.banner .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-top: -385px;
  margin-left: 20px;
  width: 54px;
  height: 102px;
  background-image: url(../images/bannersol.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.banner .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-top: -385px;
  margin-right: 20px;
  width: 54px;
  height: 102px;
  background-image: url(../images/bannersag.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.banner:hover .owl-controls .owl-buttons .owl-prev,
.banner:hover .owl-controls .owl-buttons .owl-next {
  opacity: 1;
}
@media only screen and (max-width: 1340px) {
  .banneralan2 {
    height: 500px;
  }
  .owl-carousel.banner {
    height: 500px;
  }
  .bannerspot .spot {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .bannerspot .spot span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1279px) {
  .banneralan2 {
    height: 450px;
  }
  .owl-carousel.banner {
    height: 450px;
  }
  .banner .bannergolge {
    height: 80%;
    background-size: auto 100%;
  }
  .bannerspot {
    top: 10px;
  }
  .bannerspot .spot {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .bannerspot .spot span {
    font-size: 20px;
    line-height: 25px;
  }
  .banner.owl-theme .owl-controls {
    top: 35%;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -315px;
    margin-left: 20px;
    width: 54px;
    height: 102px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -315px;
    margin-right: 20px;
    width: 54px;
    height: 102px;
  }
}
@media only screen and (max-width: 1024px) {
  .banneralan2 {
    height: 400px;
  }
  .owl-carousel.banner {
    height: 400px;
  }
  .banner .bannergolge {
    height: 80%;
    background-size: auto 100%;
  }
  .bannerspot {
    top: 70px;
  }
  .bannerspot .spot {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .bannerspot .spot span {
    font-size: 16px;
    line-height: 20px;
  }
  .banner.owl-theme .owl-controls {
    top: 30%;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -255px;
    margin-left: 20px;
    width: 54px;
    height: 102px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -255px;
    margin-right: 20px;
    width: 54px;
    height: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .banneralan2 {
    height: 350px;
  }
  .owl-carousel.banner {
    height: 350px;
  }
  .banner .bannergolge {
    height: 80%;
    background-size: auto 100%;
  }
  .bannerspot {
    top: 60px;
  }
  .bannerspot .spot {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .bannerspot .spot span {
    font-size: 16px;
    line-height: 20px;
  }
  .banner.owl-theme .owl-controls {
    top: 30%;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -180px;
    margin-left: 20px;
    width: 40px;
    height: 82px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -180px;
    margin-right: 20px;
    width: 40px;
    height: 82px;
  }
}
@media only screen and (max-width: 567px) {
  .banneralan2 {
    height: 250px;
  }
  .bannerspot a {
    padding: 5px 3px;
    font-size: 14px;
  }
  .owl-carousel.banner {
    height: 250px;
  }
  .banner .bannergolge {
    height: 80%;
    background-size: auto 100%;
  }
  .bannerspot {
    top: 0.6rem;
  }
  .bannerspot .spot {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .bannerspot .spot span {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .banner.owl-theme .owl-controls {
    top: 20%;
  }
  .banner.owl-theme .owl-controls .owl-page span {
    width: 4px;
    height: 10px;
    margin: 5px 5px;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -120px;
    margin-left: 10px;
    width: 30px;
    height: 72px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -120px;
    margin-right: 10px;
    width: 30px;
    height: 72px;
  }
}
@media only screen and (max-width: 413px) {
  .banneralan2 {
    height: 200px;
  }
  .owl-carousel.banner {
    height: 200px;
  }
  .banner .bannergolge {
    height: 75%;
    background-size: auto 100%;
  }
  .bannerspot {
    top: 30px;
  }
  .bannerspot .spot {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .bannerspot .spot span {
    font-size: 13px;
    line-height: 15px;
  }
  .banner.owl-theme .owl-controls {
    top: 18%;
    right: 10px;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -100px;
    margin-left: 10px;
    width: 30px;
    height: 72px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -100px;
    margin-right: 10px;
    width: 30px;
    height: 72px;
  }
}
@media only screen and (max-width: 383px) {
  .banneralan2 {
    height: 180px;
  }
  .owl-carousel.banner {
    height: 180px;
  }
  .banner .bannergolge {
    height: 75%;
    background-size: auto 100%;
  }
  .bannerspot {
    width: 60%;
    top: 20px;
  }
  .bannerspot .spot {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .bannerspot .spot span {
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
  }
  .banner.owl-theme .owl-controls {
    top: 15%;
    right: 10px;
  }
  .banner .owl-controls .owl-buttons .owl-prev {
    margin-top: -80px;
    margin-left: 10px;
    width: 20px;
    height: 72px;
  }
  .banner .owl-controls .owl-buttons .owl-next {
    margin-top: -80px;
    margin-right: 10px;
    width: 20px;
    height: 72px;
  }
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: absolute;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  position: relative;
  text-align: center;
  z-index: 10;
}
.owl-theme .owl-controls .owl-buttons div {
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #000000;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  height: 100%;
}
.slider-container {
  position: relative;
  width: 100%;
  display: block;
}
.banner .owl-dots {
  margin-top: 0 !important;
  /*background:#000000;*/
  position: relative;
  margin: 0;
  padding: 0 8px;
  float: left;
  bottom: 70px;
  gap: 0;
  left: 40vh;
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(30, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .banner .owl-dots {
    float: left;
    left: 2%;
    bottom: 0;
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  .banner .owl-dot {
    height: 24px;
    width: 16px;
  }
}
.banner .owl-dots .active span {
  height: 30px !important;
}
.banner .owl-dots span {
  width: 8px !important;
  height: 10px;
  margin: 2px 4px !important;
  /*background: #e8a300 !important;*/
  display: block !important;
  transition: opacity 200ms ease !important;
  border-radius: 6px !important;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner .owl-wrapper-outer,
.banner .owl-wrapper,
.banner .owl-item {
  height: 100%;
}
.orta {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .orta {
    width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .orta {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .orta {
    width: 568px;
  }
}
@media only screen and (max-width: 567px) {
  .orta {
    width: 390px;
  }
}
@media only screen and (max-width: 413px) {
  .orta {
    width: 384px;
  }
}
@media only screen and (max-width: 383px) {
  .orta {
    width: 310px;
  }
}
.banner .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin: 0;
  height: 24px;
}
.border-cont-ns {
  border: 4px solid rgb(0 0 0 / 10%);
  transition-duration: 0.5s;
  border-radius: 6px;  background: #1f1f1f;
}
.border-cont-ns:hover {
  border: 4px solid rgb(0 0 0 / 40%);
}
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-slide {
  background-color: grey;
  height: auto !important;
  text-align: center;
}
.swiper-content {
  height: 100% !important;
}
@media only screen and (max-width: 992px) {
  .swiper {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide img {
    width: 100%;
    height: 100vh;
  }
}
.bounce {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.wa__btn_popup {
  position: fixed;
  bottom: 40px;
  left: 10px;
  cursor: pointer;
  z-index: 99999;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 50px;
  height: 50px;
  background: #25d366;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
  background: transparent
    url("https://www.rootssdesign.com/img/svgviewerpngoutput.png")
    center center no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 25px auto;
  -webkit-background-size: 25px auto;
  -moz-background-size: 35px auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
.wa__btn_popup_icon .span:nth-child(1) {
  -webkit-animation-duration: 5.2s;
}
@-webkit-keyframes sploosh {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wa__btn_popup_icon .span {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: sploosh 5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    200ms;
}
.home-about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
.home-about .about-img {
  display: block;
  width: 100%;
}
.home-about .about-img img {
  height: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.home-about .about-content {
  width: 100%;
  padding: 0 3% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: justify;
}
.home-about .about-content p {
  width: 100%;
  font-size: 16px;
  font-family: Arial;
  color: #858585;
}
.home-about .about-content h2 {
  margin-bottom: 25px;
}
.home-about .about-content a {
  border: 1px solid #afafaf;
  padding: 5px 40px;
  font-size: 16px;
  color: #6f6f6f;
  text-transform: uppercase;
  border-radius: 6px;
  max-width: fit-content;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-about .about-content a:hover {
  background: #454545;
  color: #ededed;
}
@media (min-width: 768px) {
  .home-about {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .home-about {
    flex-direction: row;
  }
}
footer {
  font-family: "Montserrat", sans-serif;
}
footer a {
  font-size: 13px !important;
}
.footer-bottom-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-bottom-logo {
    justify-content: flex-end;
  }
}
.dgizle {
  display: none;
}

@media (min-width: 768px) {
  .dgizle {
    display: block;
  }
}
.main_slider {
  display: none;
}
@media (min-width: 992px) {
  .main_slider {
    display: block;
  }
}
.mobile_slider {
  display: block;
}
@media (min-width: 992px) {
  .mobile_slider {
    display: none;
  }
}
.homa-main-slider{
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.homa-main-slider .item{
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.homa-main-slider .slider-content{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12%;
}
.homa-main-slider .slider-content .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
}
.homa-main-slider .slider-content .content h1{
    padding: 0;
    margin: 0;
    font-size: 26px;
    color: #fff;
}
.homa-main-slider .slider-content .content p{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.homa-main-slider .slider-content .button-link{
    width: 100%;
    display: flex;
    margin-top: 12px;
}
.homa-main-slider .slider-content .button-link a{
    border: transparent;
    font-size: 17px;
	opacity:0.7;
    padding: 8px 15px;
    border-radius: 8px;
}
.homa-main-slider .slider-content .button-link a:hover{
    opacity:1;
}
@media (min-width: 768px) {
	.homa-main-slider .slider-content{
		padding: 0 7%;
	}
	.homa-main-slider .slider-content .content h1{
		font-size: 26px;
	}
	.homa-main-slider .slider-content .content p{
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.homa-main-slider .item{
		width: 100%;
		height: 100vh;
	}
}
.homa-main-slider .slick-dots li{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
	background: #e8a300 !important;
	transition: opacity 200ms ease !important;
	border-radius: 0px !important;
}
@media (max-width: 767.98px) {
	.homa-main-slider .slick-dots li{

    width: 15px;
    height: 10px;
border-radius: 0px !important;
}
.homa-main-slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
/*
.slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.slider-total-count{
	font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 9999;
    color: #fff;
    float: right;
    right: 30px;
    bottom: 55px;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}
}
@media (min-width: 768px) {
	.homa-main-slider .owl-dots {
		padding: 10px 10px;
	}
}
@media (min-width: 768px) {
	.slider-total-count{
		float: right;
		right: 30px;
		bottom: 71px;
		padding: 10px 25px;
		font-size: 30px;
	}
}
.slick-arrow{
	z-index:999;
}
.slick-prev {
    left: 0;
	
}
.slick-next {
    right: 0;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.slick-next:before{
    background: url("data:image/svg+xml,%3Csvg width='256px' height='256px' viewBox='-153.6 -153.6 1331.20 1331.20' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' transform='matrix(-1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffffff' stroke-width='10.24'%3E%3Cpath d='M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z' fill='%23ffa200'%3E%3C/path%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z' fill='%23ffa200'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")!important;
}
.slick-prev:before{
    background: url("data:image/svg+xml,%3Csvg width='256px' height='256px' viewBox='-153.6 -153.6 1331.20 1331.20' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffffff' stroke-width='10.24'%3E%3Cpath d='M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z' fill='%23ffa200'%3E%3C/path%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z' fill='%23ffa200'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")!important;
}*/

.slick-next{
  background:
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cG9seWdvbiBwb2ludHM9IjYsNCAyMCwxMiA2LDIwIiBmaWxsPSIjRDRBNjNGIi8+Cjwvc3ZnPg==") no-repeat center center,
    #272729 !important; /* Arka plan rengi */
  background-size: 22px 22px !important;
  top: 55%;

}
.slick-prev{
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cG9seWdvbiBwb2ludHM9IjE4LDQgNCwxMiAxOCwyMCIgZmlsbD0iI0Q0QTYzRiIvPgo8L3N2Zz4=")no-repeat center center,
    #272729 !important; /* Arka plan rengi */
  background-size: 22px 22px !important;
    top: 47%;
  right: 0 !important;   /* 🔹 Sağ kenara yapıştırır */
    left: auto !important; /* 🔹 Sol konumunu sıfırlar */
    transform: translateY(-50%) !important;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
	background: #272729;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: contain !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
	opacity:1;
    background: black;
}
.button-katalog-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
