@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

body{
    font-family: "Montserrat", sans-serif;
}

.headerMenu{
    width: 100%;
    background-image: linear-gradient(#222222,#2e2e2e);
    margin-top: 0;
    border-bottom: 3px solid #e1b12c;
}

.headerMenu .navbar-brand{
    color:white;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bold;
}

.headerMenu .nav-link{
    color:white;
}

.nav-link:hover{
    color: #e1b12c;
}


.nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
   
}


.nav-item span{
    color:white;
    padding: 16px;
}

/* Slider */
.slider{
    margin-top: 40px;
}


.swiper {
    height: 400px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
} 
  .swiper-pagination .swiper-pagination-bullet-active {
     background: #e1b12c;
    
}

/* Specifications  */
.specifications{
    margin-top:50px
}

.specifications .specbox{
    height: 150px;
    background-color: #f1f2f6;
    border-left: 10px solid #212529;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}
.specbox h3{
    width: 100%;
    text-align: center;
}
.specbox span{
    text-align: center;
    padding: 10px
}



/* Referanslarımız */
.referanslar{
    margin-top:5px;
    width: 100%;
    background-color: #224a8a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:white;
    padding: 30px;
}
.referanslar h3{
    text-align: center;
    padding-bottom: 10px;
}

.referanslar span{
    width: 50%;
    text-align: center;
}


/* Heading */
.heading{

  width: 100%;
  background-color: #e1b12c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:black;
  padding: 30px;
}
.heading h3{
  text-align: center;
  padding-bottom: 10px;
}

.heading span{
  width: 50%;
  text-align: center;
}

/* Footer */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #eeeeee;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 16px;
    margin-top: 30px;
  }
  #footer .footer-top {
    background: #4d4d4d;
    padding: 60px 0 30px 0;
    color:white;
  }
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Mulish", sans-serif;
  }
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    text-decoration: none;
  }
  #footer .footer-top .social-links img{
    width:48px;
    height: 48px;
    margin-right: 5px;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    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: #ffffff;
    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 {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
  }
  #footer .footer-top .footer-links ul a:hover {
    color:var(--turuncu);
  }
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
  }
  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #e1b12c;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #e1b12c;
  }
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }
  

  /* Navbar toggler icon */
  .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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-toggler{
  border:1px solid #ddd;
  }

  @media only screen and (max-width: 992px) {
    .divider{
      display: none;
    }

  }

  .callout1{
    background-color: #eeeeee;
    padding:10px;
    border-left:10px solid #eb1010;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center

  }

  .callout2{
    background-color: #eeeeee;
    padding:10px;
    border-left:10px solid #2d6eed;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center

  }

  .callout3{
    background-color: #eeeeee;
    padding:10px;
    border-left:10px solid #f32b87;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center

  }

  .callout4{
    background-color: #eeeeee;
    padding:10px;
    border-left:10px solid #e9b933;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center

  }
 .specifications iframe{
  margin-bottom: 20px;
 }
