* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
}
#nav-bar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar {
  background-image: linear-gradient(to right, #f70300, #ebe100);
}
.navbar-brand img {
  height: 120px;
  padding-left: 20px;
}
.navbar-nav li {
  padding: 0 10px;
}
.navbar-nav li a {
  color: #fff;
  font-weight: 600;
  float: right;
  text-align: left;
}
.fa-bars {
  color: #fff;
  font-size: 30px;
}
/* Banner Alanı */
#banner {
  background-image: linear-gradient(to right, #f70300, #ebe100);
  color: #fff;
  padding: 5%;
}
.title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 100px;
}

.play-btn {
  width: 40px;
  margin: 20px;
}
#banner a {
  color: #fff;
  text-decoration: none;
}
/* Service Alanı */
#service {
  padding: 80px 0;
}
.services img {
  width: 100px;
}
.services {
  padding: 20px;
}
.services h4 {
  padding: 5px;
  margin-top: 20px;
}
.title::before {
  content: "";
  background-color: #27b4e2;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}
.title::after {
  content: "";
  background-color: #ebe100;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(8px);
}
#service .btn-primary {
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #ebe100, #f70300);
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-wrapper {
  position: relative;
}

/* About Us Alanı */
#about-us {
  background-color: #f8f9fa;
  padding-bottom: 50px;
  padding-top: 50px;
}
.about-size {
  font-size: 40px;
  font-weight: 600;
  padding-top: 50px;
}
#about-us ul {
  margin-left: 20px;
}
#about-us ul li {
  margin: 10px 0;
}
/* Customers */
#customers {
  margin: 100px 0;
}
#customers .title {
  margin-bottom: 50px;
}
.customers {
  border-left: 4px solid #f70300;
  margin-top: 60px;
  margin-bottom: 50px;
}
.customers img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.user-details {
  display: inline-block;
  font-size: 15px;
}
/* Social Area */
#social-media {
  background: #f8f9fa;
  padding: 100px 0;
}
#social-media p {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.social-icons img {
  width: 60px;
  transition: 0.5s;
}
.social-icons a:hover img {
  transform: translateY(-10px);
}
/* Footer */
#footer {
  background-image: linear-gradient(to right, #ebe100, #f70300);
  color: #fff;
}
.footer-img {
  width: 100%;
}
.footer-box {
  padding: 20px;
}
.footer-box img {
  width: 120px;
  margin-bottom: 20px;
}
.footer-box .icons {
  margin-right: 8px;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #ebe100, #f70300);
}
.footer-box .form-control {
  box-shadow: none !important;
  margin-top: 25px;
  max-width: 250px;
}
.footer-box .btn-primary {
  box-shadow: none;
  margin-top: 30px;
  background-image: linear-gradient(to right, #f70300, #ebe100);
}
hr {
  background-color: #fff;
  height: 4px;
}
.copyright {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
}
