﻿
body {
  margin:0;
  padding:0;
  font-family: "Rubik", sans-serif;
  font-size:14px;
  color:#111;
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #fff;
}

form {
  margin:0;
  padding:0;
  font-family: "Rubik", sans-serif;
  font-size:14px;
  color:#111;
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #fff;
}

html {
  height:100%;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 1400px;
}
.maxwidth100 {
  max-width: 100%;
}
.row:after {
  content: "";
  clear: both;
}
.flexrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexrow2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flexrow3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flexrow4 {
  display: flex;
  flex-wrap: wrap;
}
.dflexspacediv {
  display: flex;
  justify-content: space-between;
  align-items: top;

}
.row7-5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.col7-5 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.text-left { text-align: left !important; }
.heightauto { height: auto !important; }
.text-white {color: #fff !important;}

.maxw100 {max-width: 100% !important;}
.w100 {width: 100% !important;}
.h100 {height: 100% !important;}
.hauto {height: auto !important;}
.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb50{ margin-bottom: 50px !important;}
.mr5{ margin-right: 5px !important;}
.mr10{ margin-right: 10px !important;}
.mt10{ margin-top: 10px !important;}
.mt30{ margin-top: 30px !important;}
.mt50{ margin-top: 50px !important;}

.cardinf_list {
  margin:0px; padding: 0px; list-style: none;

}
.cardinf_list li{
  list-style: none;
  margin:0px;
  padding: 0px; 
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0 0 0 / 7%);
}
.cardinf_list_text {
  display: flex;
  flex-direction: column;
  line-height: normal;
  font-size: 15px;
}
.cardinf_list_text span{
  font-size: 12px;
}
.cardinf_list_text b{
  font-weight: 600;
  font-size: 14px;
}
.cardinf_list_img {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #607d8b;
  color: #fff;
  border-radius: 5px;
  flex: none;
  font-size: 16px;
}

.social_btn_list {
  margin:0px; padding: 0px; list-style: none;
  display: flex;
  flex-wrap: wrap;

}
.social_btn_list li{
  list-style: none;
  margin:0px;
  padding: 0px; 
  display: flex;
  justify-content: center;
  width: 25%;
  margin-bottom: 10px;
}
.social_btn_list_img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #607d8b;
  color: #fff;
  border-radius: 5px;
  flex: none;

  font-size: 20px;
}
.face_soci_color { background:#285c9e;}
.inst_soci_color { background:#e94975;}
.xtwit_soci_color { background:#111111;}
.youtube_soci_color { background:#e22212;}
.tlgrm_soci_color { background:#23a0dd;}
.linkedn_soci_color { background:#007ebd;}
.tiktok_soci_color { background:#222;}
.pinterest_soci_color { background:#f01b25;}
.skype_soci_color { background:#01b2fb;}
.whatsapp_soci_color { background:#00cb50;}


.social_btn_list li a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  transition: all 100ms ease-out;
  width: 100%;
}
.social_btn_list li a span{
  font-size: 12px;
}
.social_btn_list li a:hover {
  transform: translateY(5px);
}
.social_btn_list_img2 {
  width: 45px;
  height: 45px;
  transition: all 100ms ease-out;
  border-radius: 5px;
  overflow: hidden;
}
.social_btn_list_img2 img {
  max-width: 100%;
  
}



.bottommenu2{
  max-width: 1370px;
  margin:0 auto;
  z-index: 10;
  background: #1b6593;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
  margin-bottom: 30px;
}

.footer_btn2 {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;

}
.footer_btn2 li {
  list-style: none;
  margin:0px;
  padding: 0px;
  width: 25%;
}
.footer_btn2 li a{
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 180ms ease-out;
  color: #fff;
  cursor: pointer;
}
.footer_btn2 li a i{
  font-size: 16px;
  margin-bottom: 5px;
}
.footer_btn2 li a span {
  display: block;
  font-size: 14px;
  text-align: center;
}

.footer_btn2 li a:hover {
  background: rgba(0 0 0 / 10%);
}
.cardlogo {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 200px;
  border: 1px solid rgba(0 0 0 / 10%);
}
.cardlogo img{
 max-width: 180px;
}
.userinf {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.userinftext {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: normal;
}
.userinftext h2{
  margin:0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.userinftext small{
  font-size: 13px;
  font-weight: 300;
  color: #777;
}
.userinfimg {
  width:80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  flex:none;
}
.userinfimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-content {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%);
  width: 320px;
  background:#fff;
  max-height: 80%;
  overflow-x: auto;
  padding: 40px 15px 20px 15px;
  text-align: center;
  transition: bottom 0.5s ease-in-out;
  z-index: 15;
  border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 0px 30px rgba(0 0 0 / 20%);
  border:5px solid rgba(0 0 0 / 15%);
  border-bottom: 0px;
}


.popup-content.active {
  bottom: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

.bank_info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f9f9f9;
}
.bank_info span{
  font-size: 14px;
}
.bank_info span b{
  font-size: 13px;
  font-weight: 600;
}

.bank_info h4{
  font-size: 16px;
}

.aboutbox {
  margin-bottom: 30px;
}

.title01 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: #1b6593;
}
.title01 span{
  font-size: 28px;
  font-weight: 600;

}
.hrrr {
  height: 1px;
  
  background: #ccc;
  flex: auto;
}

.productbox {
  margin-bottom: 25px;
}



.multimapboxowl .owl-stage {
  padding-left: 0 !important;
}
.homproductwol .owl-stage {
  padding-left: 0 !important;
}
.shop_box {
  margin-bottom: 30px;
}
.shop_box_ {
  box-shadow_: 0px 0px 15px rgba(0 0 0 / 7%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding:0px;
  padding-bottom: 10px;
  border:1px solid rgba(0 0 0 / 7%);
  transition: all 150ms ease-out;
}
.shop_box_icon {
  height: 329px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0 0 0 / 10%);
}
.shop_box_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 150ms ease-out;
}
.shop_box_text {
 font-size: 14px;
 font-weight: 500;
 color:#000;
 display: flex;
 padding-left: 7px;
 padding-right: 7px;
 gap: 5px;
 flex-direction: column;
 transition: all 150ms ease-out;
}
.shop_box_text b{ 
  font-weight: 500;
}
.shop_box_text small{
 font-size: 13px;
 font-weight: 400;
 color:#555;
 transition: all 150ms ease-out;
}
.shop_box_:hover {
  box-shadow: 0px 0px 15px rgba(0 0 0 / 7%);
  border: 1px solid #000;
}
.shop_box_:hover .shop_box_text {

}

.multimapbox {
  margin-bottom: 20px;
}

.multimap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1px;
  padding: 15px;
  background: #f9f9f9;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.multimap_title {
  font-weight: 600;
}
.multimap_city {
  font-size: 12px;
  padding: 1px 3px;
  background: #285c9e;
  color: #fff;
  display: inline-flex;
}
.multimap_text {
  font-size: 13px;
}


.textas {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
}

.hr1 {
  height: 2px;
  background:#1b6593;
  margin: 40px 0px;
}
.hr2 {
  height: 2px;
  background:#43d146;
  margin: 40px 0px;
}
.hr3 {
  height: 10px;
  background:#43d146;
  margin: 0px 0px 0px 0px;
}



@keyframes popupboxanim {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popupboxinanim {
  0% {
    transform: scale(1) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popupbox {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 35px;
  background: rgba(0 0 0 / 0%);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.popupbox.active {
  display: flex;
  animation: popupboxanim 0.3s ease;
  animation-delay:0s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
.popupbox.active .popupboxin{
  animation: popupboxinanim 0.5s ease;
  animation-delay:0.1s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
.popupboxincloseaa {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: rgba(0 0 0 / 30%);
}
.popupboxin {
  margin:20px 0px;
  width: 600px;
  max-width: 100%;
  background: #fff;
  max-height: 100%;
  border-radius: 10px;
  overflow-y: auto;
  padding: 25px;
  position: relative;
  z-index: 100;
  opacity: 0;
}
.popup_small {
  width: 350px;
}
.popup_large {
  width: 1000px;
}
.popupboxin::-webkit-scrollbar{
  width: 3px;
  background-color: none;
}

.popupboxin::-webkit-scrollbar-thumb{
  -webkit-box-shadow: inset 0 0 6px rgba(227, 30, 36, 0.3);
  background-color: #999;
}
.popupboxinclose {
  position: fixed;
  right:7px;
  top: 7px;
  font-size: 20px;
  color: rgba(0 0 0 / 50%);
  cursor: pointer;
}
.popupboxintitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0 0 0 / 15%);
}
.popupboxtext {
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}

footer {
  max-width: 1370px;
  margin:0 auto;
  margin-top: 40px;
  border-top: 2px solid rgba(0 0 0 / 20%);
  padding: 15px 0px;
  text-align: center;
  color: #999;
}


/* new css 100*/ 

.homeelipsbox {
  padding-left: 0px;
  padding-right: 0px;
}
.homeelips_a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homeelips {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border:3px solid #dbdfe4;
  padding: 3px;
  transition: all 250ms ease-out;
}
.homeelipsbrdr {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:1px solid #43d146;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
.homeelipsbrdr img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.homeelipstitle {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 0px 5px; 
  width: 100%;
  margin-bottom: 5px;
  white-space: nowrap; /* alt satıra inme */
  overflow:hidden; /* taşan kısımları gizle */
  text-overflow:ellipsis; /* devamı varsa sonuna üç nokta */
}

.homeelipsbox .owl-stage {
  padding-left: 0 !important;
}
.homeelips_a:hover .homeelips {
  transform: scale(0.95);
}
.homeelipsbox_container {
  display: flex;
  margin-bottom: 25px;
  flex-direction: row;
  gap: 8px;
}
.homeelipsbox_right {
  width: calc(100% - 115px);
}
.homeelipsbox_title {
  background:#1b6593;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border-left: 7px solid #43d146;
  width: 115px;
  flex: auto;
}
.homeelipsbox_title span{
  color: #fff;
  font-weight: 600;
}


.firmastoryowl {
    display: block; 
    opacity: 0;
    transition: opacity 0.3s;
}
.firmastoryowl.owl-loaded {
    opacity: 1; /* Sadece yüklendiğinde görünür yap */
}

/* Kapatma butonunu slider'ın üzerine sabitle */
.firmastory-wrapper {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}

.story-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000; /* Slider'ın üzerinde kalmalı */
}

.storyclose {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.firmastoryowlcss {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(0 0 0 / 80%);
  z-index: 250;
  display:none;
}
.firmastoryowlcss .item {
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.storyclose {
  position: absolute;
  right: 15px;
  top: 12px;
  color: rgba(255 255 255 / 70%);
  display: inline-flex;
  font-size: 22px;
  cursor: pointer;
  padding: 8px;
}
.storyclose:hover {
  color: rgba(255 255 255 / 100%);
}


.homeelips_a2 {
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 340px;
  height: 615px;
  margin: 5px 15px;
  background: rgba(14 67 100 / 70%);
}
.homeelips2 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border:3px solid #dbdfe4;
  padding: 3px;
  transition: all 250ms ease-out;
  background: #fff;
}
.homeelipsbrdr2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:1px solid #43d146;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
.homeelipsbrdr2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.homeelipstitle2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 5px; 
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  white-space: nowrap; /* alt satıra inme */
  overflow:hidden; /* taşan kısımları gizle */
  text-overflow:ellipsis; /* devamı varsa sonuna üç nokta */
}

.frmbtnclick {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #fff;
  background: #43d146;
  border-radius: 3px;
  padding: 8px 20px;
  margin-top: 30px;
  cursor: pointer;
}
.frmbtnclick:hover {
  background: #1b6593;
  color: #fff;
}


.firmastoryowl .owl-nav {
  position: absolute;
  top: 45%;
  background: none;
  z-index: 999;
  width: 100%;
}
.firmastoryowl .owl-nav .owl-next, .firmastoryowl .owl-nav .owl-prev {
  position: absolute;
  background: none;
  color:#fff;
  margin:0px;
  border-radius:0px;
  padding:9px 13px;
}
.firmastoryowl .owl-nav .owl-next {
  right: 15px;
}
.firmastoryowl .owl-nav .owl-prev {
  left: 15px;
}
.firmastoryowl .owl-nav .owl-next:hover, .firmastoryowl .owl-nav .owl-prev:hover {
  background: none;
  opacity: 0.8;
  color:#fff;
}
.firmastoryowl .owl-nav .owl-next:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f054";
  font-size:18px;
  font-weight: 900;
}
.firmastoryowl .owl-nav .owl-prev:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f053";
  font-size:18px;
  font-weight: 900;
}
.story-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 4px;
  background: rgba(255,255,255,0.2);
  z-index: 999;
}

.story-bar {
  width: 0%;
  height: 100%;
  background: #43d146;
}

@media (min-width: 1200px) and (max-width: 1430px) { 
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) { 

  .container {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 750px;
  }

}



@media (max-width: 768px){
  .container {
    width: 100%;
  }

  .cardlogo {
    min-height: 150px;
  }

  .title01 span {
    font-size: 20px;
  }

  .footer_btn2 li a {
    padding: 7px 9px;
  }
  .footer_btn2 li a span {
    font-size: 12px;
  }

  .shop_box_icon {
    height: 329px;
  }

  .xsmb20 {
    margin-bottom: 20px;
  }

  
  .homeelipsbox_container {
    flex-direction: column;
  }
  .homeelipsbox_right {
    width: 100%;
  }
  .homeelips {
    width: 70px;
    height: 70px;
  }
  .homeelipsbrdr {
    padding: 5px;
  }
  .homeelipstitle {
    font-size: 11px;
  }
  .homeelipsbox_title {
    padding: 5px 8px;
    width: 100%;
    font-size:13px;
  }
  .dijicartbx {
    flex-direction: column;
  }
  .dijicartbx_left {
    width: 100%;
  }
  .dijicartbx_right {
    width: 100%;
  }

  .userinftext {
    flex-direction: column;
  }
  .reflink img {
    width: 30px;
    margin-left: -30px;
  }
  .userinftext .reflink {
    font-size: 12px;
  }
}


@media (min-width: 480px) and (max-width: 768px) {
}