/** general-settings **/
html {
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Niramit", sans-serif;
  color: #fbc113;
}
p {
  font-size: 16px;
}
.section-box {
  padding: 100px;
}
.section-top {
  margin-bottom: 30px;
}
.section-top hr {
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fed136;
  border: none;
}
.page-title {
  text-align: center;
  transform: translateY(60%);
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
}
.bg-fed {
  background-color: #fed136;
}
/** Sayfalardaki footerlar aynı olduğu için general-setings bölümünde yazılmıştır. **/
#main-footer {
  background-color: #222;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index:1;
}
#main-footer p {
  font-size: 12px;
  color: #dedfd9;
  margin: 0;
}
.social-icons {
  margin-bottom: 0;
}
.social-icons a {
  text-decoration: none;
}
.social-icons .fab {
  color: #ffffff;
  font-size: 30px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-icons .fab:hover {
  transform: scale(1.5, 1.5);
}
.social-icons .fa-youtube {
  background-color: #ff0000;
}
.social-icons .fa-twitter {
  background-color: #55acee;
}
.social-icons .fa-instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.social-icons .fa-linkedin-in {
  background-color: #0e76a8;
}

/* btn-settings */
.btn-color {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #fed136;
  color: #fff;
  transition: all 0.5s;
}
.btn-color:hover {
  background-color: #333;
  color: #fed136;
}

/* owl-carousel */
#carousel {
  background-color: #f2f2f2;
}
.feature .far {
  font-size: 28px;
  color: #2a2a2a;
  transition: all 0.3s linear;
}
.feature:hover .far {
  color: #fed136;
  transform: translateX(-15px);
}
#products div.owl-nav button.owl-prev,
#products div.owl-nav button.owl-next {
  color: #fed136;
  font-size: 48px;
  background: none;
  outline: none;
}

/** navigation-menu **/
.navbar {
  padding: 8px 0;
  background: #fed136 !important;
  /*background: rgba(251, 193, 19, 1)!important;*/
}
.navbar-brand img {
  width: 100px;
  z-index: 1000;
  transition: all 0.2s linear;
}
.navbar-brand img:hover {
  box-shadow: 0 8px 6px -6px black;
  transform: scale(0.9);
}
.navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 10px;
  letter-spacing: 1px;
  /* color: #ffffff; */
  color: black;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  border-color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fed136;
  min-width: 160px;
  z-index: 1;
  margin-top:-10px;
}
.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-menu a:hover {
  background-color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
@keyframes menulation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(25%);
  }
}
.navbar .navbar-toggler {
  font-size: 15px;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  color: #fed136;
  border: 0;
  background-color: #fff;
  outline: none;
}
nav.shrink {
  /** Javascripte menü efekti yapmak için tasarlanmıştır. index.html içerisinde bu class yoktur. **/
  padding: 0;
  background-color: #ffd136 !important;
}
nav.shrink .navbar-nav .nav-item .nav-link:hover,
nav.shrink .navbar-brand:hover {
  color: #fff !important;
}
.navbar-brand.shrink,
.navbar.fixed-top.shrink,
nav {
  transition: 0.8s;
}

/* header-section */
#hero {
  color: #ffffff;
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url("../img/intro_BG.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 99.9999vh;
}
#hero .container {
  display: table;
  height: 100vh;
}
#hero .intro-header {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#hero .intro-heading img {
  width: 500px;
  cursor: pointer;
  animation: translation 2s 1 ease-in-out;
}
@keyframes translation {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/** whoweare-section **/
.whoweare-item {
  padding: 40px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 450px;
}
.whoweare-item i {
  font-size: 42px;
  margin-bottom: 10px;
  color: #fed136;
}
.whoweare-item hr {
  width: 45px;
  height: 2px;
  background-color: #fed136;
  border: none;
  margin: 0 auto;
}
.whoweare-item p {
  margin-top: 20px;
}
.whoweare-item:hover {
  background-color: #fed136;
  cursor: pointer;
}
.whoweare-item:hover i {
  color: #ffffff;
  transform: translateY(-30px);
}
.whoweare-item:hover hr {
  background-color: #fff;
  width: 75px;
}
.whoweare-item:hover h3 {
  color: #ffffff;
}
.whoweare-item,
.whoweare-item i,
.whoweare-item hr,
.whoweare-item h3 {
  transition: all 0.5s ease-in-out;
}

/** Statement-section **/
#statement {
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url(../img/19.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
#statement h4 {
  color: #ffffff;
}

/** about-section **/
#aboutus {
  background-color: #f2f2f2;
}
.page-image {
  width: 100%;
}
.page-image-about {
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url("../img/about_BG.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#aboutus .project-text {
  padding: 30px;
}

/* team-section */
#team {
  background-color: #f2f2f2;
}
.team-member {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  width: 225px;
  height: 225px;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}

/** portfolio-page **/
.page-image-portfolio {
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url("../img/portfolio_BG6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
.portfolio-item img {
  height: auto;
}
.portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(251, 193, 19, 0.7);
  transition: opacity 0.5s;
}
.portfolio-hover:hover {
  opacity: 1;
}
.portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  color: #fff;
}
.portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
}
.portfolio-caption h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  color: black;
}

/** contact-page **/
#contact {
  background-color: #f2f2f2;
}
.page-image-contact {
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url("../img/contact_BG.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#contact h5 {
  color: black;
}
.icons .fa {
  color: #fed136;
  font-size: 20px;
}
.icons .fas {
  color: #fed136;
  font-size: 27px;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: 12px;
}
.form-label-group > input,
.form-label-group > label {
  height: 50px;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: 0.1s all ease-in-out;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group textarea::placeholder {
  color: transparent;
}
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

/* products */
#products .product img {
  height: 400px;
}

/* media-queries */
@media only screen and (max-width: 992px) {
  .navbar-nav {
    position: absolute;
    width: 50%;
    height: 100vh;
    left: 0;
    background-color: #fed136;
  }
  .navbar-nav .nav-item {
    padding-top: 20px;
  }
  .navbar-nav .nav-item .nav-link:hover {
    width: 50%;
  }
  .dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
	width: 235px;
  }
  .navbar .navbar-toggler {
         margin: -68px 18px -69px -25px;
  }

  /* about-page */
  .section-box {
    
	
  }
  .section-top {
    margin-bottom: 30px;
	width: 320px;
    margin-left: -135px;
  }
  .whoweare-item {
    padding: 30px 5px 5px 5px;
	    width: 310px;
    float: left;
    margin-left: -126px;
	    min-height: 300px;
  }
  .whoweare-item p {
  margin-top: 20px;
  font-size: 12px;
}
  .team-member img {
    width: 180px;
    height: 180px;
  }
  /* sub-pages */
  #products {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #hero .intro-heading img {
    width: 400px;
  }
  .whoweare-item {
   /* padding: 30px 50px; */
  }
  .team-member img {
    width: 225px;
    height: 225px;
  }
  /* sub-pages */
  .feature .far {
    font-size: 24px;
  }
  
  .lang ul {margin-top: 23px;}
.lang ul li {display:inline;padding: 7px;
    border: 0.5px solid #000000;}

.lang ul li a {color:#000;}


}
@media only screen and (max-width: 576px) {
  #hero .intro-heading img {
    width: 300px;
  }
  .page-title {
    font-size: 40px;
    line-height: 40px;
  }
  .section-top p {
    font-size: 14px;
	    font-size: 13px;
    margin-left: 14px;
    width: 300px;
  }
  .whoweare-item {

  }
  .whoweare-2 {
   
  }
  /* portfolio-page */
  .portfolio-item:nth-child(2) h4 {
    font-size: 13px;
  }
  /* sub-pages */
  .feature .far {
    font-size: 21px;
  }
}
@media only screen and (max-width: 400px) {
  #team {
   
  }
}

@media only screen and (max-width: 992px)
.lead-new {
    width: 329px;
    margin-left: -95px;
}

.img-mobile1 {width: 300px;
    height: 200px;}

@media only screen and (max-width:500px) {
  /* For mobile phones: */
  body {
    width: 100%;
  }
}

.lang ul {margin-top: 23px;}
.lang ul li {display:inline;padding: 7px;
    border: 0.5px solid #000000;}

.lang ul li a {color:#000;}
.lang ul li a:hover {color:#27405a;}


