/*! Base Css Start */
/* html {
  height: 4000px;
} */

body{
  overflow-x: hidden !important;
  font-family: 'Titillium Web' !important;
}


.card-img-bottom {
  max-height: 200px; /* Maksimum yükseklik belirle */
  object-fit: cover; /* Resmi orantılı olarak boyutlandır */
  transition: transform 0.5s; /* Geçiş efekti */
}

.card-img-bottom:hover {
  transform: scale(1.1); /* Yakınlaştırma efekti */
}

.card {
  overflow: hidden; /* Resimlerin kart yapısının dışına çıkmasını engelle */
}

/*! Base Css End*/
/* Navbar Css Start */

@media (max-width: 730px) {
  .carousel-caption-left > p {
    width: 80% !important;
  }
  .carousel-caption h1 {
    font-size: 20px;
   }
   .carousel-caption p {
    font-size: 15px !important;
   }
   .carousel-caption a {
    display: none;
   }
   .carousel-caption  {
    margin: 0 !important;
    padding: 0 !important;
   }
 
}


  @media (min-width: 1600px) {
    .slider-card{
      position: absolute;
      top: 69%;
      left: 12%;
      right: 12%;
      transform: translateY(-50%);
      text-align: left;
      z-index: 9999;
      width: 100%;
      padding: 25px;
      border-radius: 30px;
    }
    
    
}
.carousel-caption p {
  font-size: 30px ;
}
.carousel-caption a {
  background-color: #ec7834 !important; 
}
#slider-hover:hover {
  background-color: #161c43 !important; 
}
#slider-hover  {
  color: white !important;
}
.carousel-caption {
  position: absolute;
  top: 30%;
  left: 0;
  
  text-align: left !important;
  color: black !important; 
  padding-left: 20px; 
}
.carousel-caption h1 {
  box-shadow: #e9ecef;
  font-size: bolder;
  
  font-weight: 600;
  color: #161c43 !important; 
}
.carousel-caption a {
  background-color: black !important; 
}
 


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important; 
  }

  .custom-img {
    min-height: 350px;
    width: auto;
  }
/* Navbar Css Start */


/*! Base Css End  */
 /*  Social Menü Buttons CSS Start  */
 .api{
  position: fixed;
  bottom: 70px;
  right: 55px;
  z-index: 99999;
}
.whatsapp {
  position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
  margin-top:10px;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
  position:relative;
  margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}
@media (max-width: 768px) {
  .animated {
    animation: none;
  }
}


@media only screen and (max-width: 767px) {
 .all-product-card{
  width: 100% !important;
 }
 .card-product img {
 
  height: auto !important;
}
  .api {
    position: fixed;
    bottom: 2px !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    display: flex;
  }
  .api div{
    flex: 1 0 0%;
  }
  .api a{
    border-radius:0 !important;
    width: 100% !important;
  }
  .api:hover a {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
  }
  footer {
    padding-bottom: 50px;
  }
  a.navbar-brand {
    left: 48%;
  }
  .mobil_right{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 88px;
    display: flex;
  }
}
/*  Social Menü Buttons CSS End  */



/* Slider Css Start */

.carousel-control-prev-icon {
  background-color: #007bff; /* Arka planı mavi yapar */
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/3000/svg" viewBox="0 0 30 30" fill="%23ff7f00"%3e%3cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
  background-size: 80%; /* İkonun boyutunu ayarlar */
  background-repeat: no-repeat; /* Tekrar etmeyi önler */
  background-position: center; /* İkonu merkeze yerleştirir */
  border-radius: 50%; /* Yuvarlak yapar */
  width: 100px; /* İkonun genişliği */
  height: 100px; 

}

.carousel-control-next-icon {
  background-color: #007bff; /* Arka planı mavi yapar */
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ff7f00"%3e%3cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
  background-size: 80%; /* İkonun boyutunu ayarlar */
  background-repeat: no-repeat; /* Tekrar etmeyi önler */
  background-position: center; /* İkonu merkeze yerleştirir */
  border-radius: 50%; /* Yuvarlak yapar */
  width: 100px; /* İkonun genişliği */
  height: 100px; 

}
/* Slider Css End */

/*! ScroolToUp Button Start */
#scrollTopButton {
  position: fixed;
  bottom: 16px;
  right: 62px;
  display: none; 
  background-color: #161c43; 
  color: #FFFFFF;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999999999;
}
@media (max-width: 768px) {
  #scrollTopButton {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none; 
    background-color: #161c43; 
    color: #FFFFFF;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
}

/*! ScroolToUp Button End */


/*! Header Css Start */
/* Topbar Css Start */
.topbar {

    background-color: #ec7834;
    padding: 0.5rem 0;
}
.topbar ul {
    
    margin: 0;
    padding: 0;
}
.topbar li {
    display: inline;
    margin-right: 15px;
}
.topbar a {
    color: white !important;
    text-decoration: none;
}
.topbar a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/* Topbar Css End */
.navbar{
  
    min-height: 70px;
    background-color: #161c43 !important;
}
.nav-link {
   color: white !important;
}
.navbar-brand {
    color: white !important;
}


.navbar-nav .nav-item .nav-link {
    position: relative;
  
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.navbar-nav .nav-item .nav-link.active::after {
    visibility: visible;
    transform: scaleX(1);
}

/*! Header Css End */


/* İCON ANİMATİONS START */


  @media (max-width: 768px) {
    .about-icons {
        display: none;
    }
}



/* İCON ANİMATİONS END */


/*About Card Css Start  */
.about-btn {
  background-color: #ec7834; 
  color: white;
  transition: 0.3s ease; 
}

.about-btn:hover {

  background-color: #161c43 !important; 
}
.slider-card-button{
  transition: 0.4s;
}
.slider-card-button:hover  {

 background-color: #161c43 !important;
}
.services-icon{
  transition: 0.7s;

}
.services-icon:hover{
  color: #ec7834; 

}



/*!About Card Css End  */
.custom-hr{
  
  width: 160px;
    border: 0;
    height: 5px;
    background-color: #ec7834;
    margin: 2px 1px; /* Çizginin üst ve alt boşluğu */
}
@media (max-width: 768px) {
  .custom-hr{
  
    width: 125px;
      
  }
}


.background-image {

  background-image: url("/static/img/company-section.jpg");
  background-size: cover;
  /* Resmi kapsayacak şekilde boyutlandır */
  background-position: center top;
  /* Resmi aşağı kaydır */
  background-repeat: no-repeat;
  /* Resmin tekrar etmesini engelle */
  height: 600px;
  /* Belirli bir yükseklik ayarla */
  display: flex;
  /* Flexbox kullanarak içerikleri ortalayacağız */
  align-items: center;
  /* Dikey ortalama */
  justify-content: center;
  /* Yatay ortalama */
  opacity: 0.9;
  width: 100%;


}

.card-custom {
  background: rgba(255, 255, 255, 0.8);
  /* Kartın yarı saydam arka plan rengi */
  width: 100%;
  /* Kartın genişliğini tam genişlik yap */
  max-width: 600px;
  /* Kartın maksimum genişliği */
}
.progress-company{
  margin-top: 130px;
}
/* ! Progress Card */
.progress-card{

  padding: 40px 20px;
  width: 50%;
  background-color: #ec7834;
  opacity: 1.2;
}
@media (max-width: 768px) {
  .progress-card{

    padding: 40px 20px;
    width: 100% !important;
    background-color: #ec7834;
    opacity: 1.2;
  }
}

#161c43
#ec7834




/* ! Footer Css Start */
.footer-info{
  background-color: #ea1212;
}


#footer {
font-size: 14px;
background: #161c43;
}

#footer .footer-newsletter {
padding: 50px 0;
background: #e9ecef;
text-align: center;
font-size: 15px;
color: #444444;
}

#footer .footer-newsletter h4 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 0;
line-height: 1;
font-weight: 600;
color: #ec7834;
}

#footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 50px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
text-align: left;
}

#footer .footer-newsletter form input[type=email] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #ec7834;
color: #fff;
transition: 0.3s;
border-radius: 50px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
background: #161c43;
}

#footer .footer-top {
padding: 60px 0 30px 0;
background: #fff;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
font-size: 28px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
text-transform: uppercase;
font-weight: 600;
color: #37517e;
}

#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;

color: #5e5e5e;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #ec7834;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #47b2e4;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}



#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  font-size: 14px;
text-decoration: none;
color: #161c43;
transition: 0.3s;
display: inline-block;
line-height: 1;
}
.fa-location-dot{
transition: 0.7s;
color: #ec7834;
}
.fa-location-dot:hover{
transition: 0.7s;
color: #161c43;
}
#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #ec7834;
}

#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #ec7834;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer-left-icon{
  transition: 0.7s;
  color: #ec7834;
}
#footer-left-icon:hover{
  color: #161c43;
}

#footer .footer-top .social-links a:hover {
background: #161c43;
color: #fff;
text-decoration: none;
}

#footer .footer-bottom {
padding-top: 30px;
padding-bottom: 30px;
color: #fff;
}

#footer .copyright {
float: left;
}

#footer .credits {
float: right;
font-size: 13px;
}

#footer .credits a {
transition: 0.3s;
}

@media (max-width: 768px) {
#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-caption{

  position: absolute;
    right: 15%;
    bottom: 5rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    align-items: center;
}

#footer .copyright,
#footer .credits {
  text-align: center;
  float: none;
}

#footer .credits {
  padding-top: 4px;
}
}

/* ! Footer Css End */








