/* 
 Template Name: iskambil - v1
 Author: Burak Aras 
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #080808;
  background-color: #f5f5f7;
}
::selection {
  color: #fff;
  background: #d30000;
}
::placeholder {
  color: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-clip: text;
  -webkit-background-clip: text;
  color: rgb(255, 255, 255) !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

a {
  color: #ffffff;
}
a:hover {
  color: white;
  text-decoration: none;
}

.h1 {
  font-weight: bolder !important;
}
.h3 {
  font-size: 20px;
}
.h4 {
  font-size: 16px;
}

.heading {
  font-size: 60px;
  line-height: 1.05;
  font-weight: 400;
}

.br-mobil {
  display: none;
}

.gap {
  padding: 0 0 4rem 0;
}

.hidden {
  display: none;
}

.wavy {
  font-weight: bolder;
  background-image: url("../img/zigzag.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 1.75rem;
  z-index: -1;
  background-image: url("../img/underline.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.section {
  padding: 7rem 0rem 0rem 0rem;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}
.video-container {
  position: relative;
  cursor: pointer;
}
#sound {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 30px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  opacity: 1;
}

.ekip {
  font-weight: 600;
}

#referanslar .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#referanslar .img img {
  height: 85px !important;
}

.iletisim {
  background-image: url("../img/contact.png");
  background-size: 450px 400px;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 15px;
  color: #fff;
}
.contact-bg {
  background-image: url("../img/space.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.form-control {
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  padding: 0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.form-control:active,
.form-control:focus {
  color: #fff !important;
  outline: none;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #969696;
  transition: 0.5s linear;
}

/* Contact Form */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navbar */

.custom-navbar {
  width: 100%;
  padding-top: 2rem;
}
.custom-navbar .navbar-brand {
  font-size: 1.7rem;
  color: #fff;
}

/* Menu */

.menu {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
}
.menu-nav {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-nav-item {
  flex: 1;
}
.menu-nav-link {
  position: relative;
  display: inline-flex;
  font-size: 2rem;
  font-weight: bolder;
  color: white;
  text-decoration: none;
}
.menu-nav-link span {
  overflow: hidden;
}
.menu .title {
  font-size: 24px;
  color: white;
  overflow: hidden;
}
.menu .title p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(102%);
}
.menu-contact {
  color: white;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menuButton {
  cursor: pointer;
}

.submitButton {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}
.submitButton:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.submitButton[disabled="disabled"],
.submitButton:disabled {
  background-color: white;
  opacity: 0.8;
}

.submitButton:active,
.submitButton:focus,
.submitButton:hover {
  outline: none;
}

.buttonSuccess {
  border-color: #0d8c68 !important;
  color: #0d8c68 !important;
}
.buttonDanger {
  border-color: #d30000 !important;
  color: #d30000 !important;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

#hizmet .line-container {
  position: relative;
  padding-bottom: 50px;
}
#hizmet .line {
  position: absolute;
  left: -2px;
  width: 4px !important;
  height: 100%;
}
#hizmet .mainText {
  font-size: 24px;
  margin: 0px !important;
}
#hizmet .subText {
  font-size: 36px;
  margin-top: -10px !important;
  font-weight: bold;
}
#hizmet .image {
  width: 150px;
  height: 150px;
  margin: 0px 1.4rem;
}

.circle-container {
  position: relative;
}
.circle {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle img {
  width: 17px;
  height: 17px;
}

.text-red {
  color: #da1819;
}
.text-yellow {
  color: #f2b705;
}
.text-green {
  color: #0e8c68;
}
.text-blue {
  color: #1b62bf;
}

.circle-red {
  background-color: #b30000;
}
.circle-yellow {
  background-color: #ffc040;
}
.circle-green {
  background-color: #0e8c68;
}
.circle-blue {
  background-color: #1b62bf;
}

.line-first {
  background: linear-gradient(
    180deg,
    rgba(179, 0, 0, 1) 40%,
    rgba(255, 192, 64, 1) 100%
  );
}
.line-second {
  background: linear-gradient(
    180deg,
    rgba(255, 192, 64, 1) 40%,
    rgba(14, 140, 104, 1) 100%
  );
}
.line-third {
  background: linear-gradient(
    180deg,
    rgba(24, 142, 102, 1) 40%,
    rgba(27, 98, 191, 1) 100%
  );
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  padding: 4rem 0;
}

.footer a {
  color: #fff;
}

footer .copyright {
  font-size: 15px !important;
}

.social a {
  margin: 0px 5px;
  font-size: 32px;
}

/* --------------- RESPONSIVE --------------------- */

@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0rem 0rem 0rem;
  }
  .iletisim {
    background-image: none;
  }
  .menu-nav {
    text-align: center;
    margin-bottom: 3rem;
  }
  .menu-contact .mailPhone {
    display: none;
  }
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
  #hizmet .line {
    display: none;
  }
  .circle {
    display: none;
  }
  .heading {
    font-size: 32px;
  }
  .highlight {
    background-size: 100%;
  }
  .timeTextCont p {
    text-align: center;
  }
  .br-mobil {
    display: flex;
  }
  .underline::after {
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 1rem;
  }
  #hizmet .description {
    padding: 0px 15px;
    margin-top: 1.5rem;
    font-size: 14px;
  }
  #hizmet .line-container {
    padding: 0;
  }
  #hizmet .mobil-text img {
    height: 60px;
  }
  #hizmet .image {
    display: none;
  }
  #hizmet .mobil-text .mainText {
    font-size: 16px;
    margin-bottom: 70px;
  }
  #hizmet .mobil-text .subText {
    font-size: 24px;
  }
  .custom-navbar {
    padding-top: 1rem;
  }
  #referanslar .img:nth-child(odd) {
    justify-content: end;
  }
  #referanslar .img:nth-child(even) {
    justify-content: start;
  }
  #referanslar .img img {
    height: 60px !important;
  }
  .bg-gray {
    padding: 2rem 0;
    margin-bottom: 2rem;
    background-color: #f0f0f0;
    border-radius: 20px;
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}

@media (max-width: 991.98px) {
  #hizmet .line {
    display: none;
  }
  #hizmet .circle {
    display: none;
  }
  .menu-nav {
    text-align: center;
    margin-bottom: 3rem;
  }
  .menu-contact {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #hizmet .mobil-text {
    display: none;
  }
  #hizmet .description {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
}
