﻿
body {
  margin:0;
  padding:0;
  font-family: "Rubik", sans-serif;
  font-size:14px;
  color:#111;
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #f9f9f9;
}

html {
  height:100%;
}

form{
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    color: #111;
    box-sizing: border-box;
    display: block;
    height: 100%;
    background: #f9f9f9;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.contentfull {
  min-height: 100%;
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #fff;
  padding-top:10px;
  padding-bottom: 60px;
  margin:0 auto;
}
.contentfullin {
  padding: 15px;
  width: 100%;
}
.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: 14px;
}
.cardinf_list_text span{
  font-size: 12px;
}
.cardinf_list_text b{
  font-weight: 700;
  font-size: 13px;
}
.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%;
  
}


.bottommenu {
  position: fixed;
  width: 600px;
  max-width: 100%;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  background: #607d8b;
  border-top: 3px solid #fff;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}

.footer_btn {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;

}
.footer_btn li {
  list-style: none;
  margin:0px;
  padding: 0px;
  width: 25%;
}
.footer_btn li a{
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 180ms ease-out;
  color: #fff;
}
.footer_btn li a i{
  font-size: 16px;
  margin-bottom: 5px;
}
.footer_btn li a span {
  display: block;
  font-size: 11px;
  text-align: center;
}

.footer_btn li a:hover {
  background: rgba(0 0 0 / 10%);
}
.cardlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.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: 15px;
}

.title01 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  color: #1b6593;
}
.title01 span{
  font-size: 18px;
  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 {
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0 0 0 / 10%);
}
.shop_box_icon img {
  max-width: 100%;
  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: 600;
}
.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;
}
.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;
}



/* 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) { 

}

@media (min-width: 992px) and (max-width: 1200px) { 




}

@media (min-width: 768px) and (max-width: 992px) {


}



@media (max-width: 768px){
    
  /* news css 100 */

  .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;
  }

  /* news css 100 */
}


@media (min-width: 480px) and (max-width: 768px) {
}