@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.main-heading {
  font-size: 50px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .main-heading {
    font-size: 30px;
    line-height: 38px;
    margin-top: 20px;
  }
}

.big-heading {
  font-size: 70px;
  line-height: 82px;
}

.main-paragrafh {
  font-size: 16px;
  line-height: 19px;
  margin: 26px 0;
}

.color-dark-blue {
  color: #021838;
}

.bg-dark-blue {
  background-color: #021838;
}

.color-light {
  color: #FFF;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-button {
  font-size: 25px;
  line-height: 29px;
  padding: 17px 94px;
  border: none;
  transition: background-color ease-in-out 0.2s;
}
.custom-button.dark {
  background-color: #021838;
  color: #FFF;
}
.custom-button.light {
  background-color: #FFF;
  color: #021838;
}

.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-container input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #021838;
}
.custom-checkbox-container input:checked ~ .checkmark.yellow {
  background-color: #edff18;
}
.custom-checkbox-container input:checked ~ .checkmark.blue {
  background-color: #1d79ff;
}
.custom-checkbox-container input:checked ~ .checkmark.purple {
  background-color: #bf2bb9;
}
.custom-checkbox-container input:checked ~ .checkmark.red {
  background-color: #ff3434;
}
.custom-checkbox-container input:checked ~ .checkmark.turquoise {
  background-color: #49e7e7;
}
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.custom-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#logos {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#logos {
    padding: 50px 0;
  }
  section#logos .row {
    flex-wrap: wrap;
  }
}
section#logos .col-md:not(:last-of-type) {
  border-right: 2px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  section#logos .col-md:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  section#logos {
    padding: 10px 0;
  }
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

section#hero-banner-hakkimizda {
  background-color: #021838;
  text-align: center;
  padding: 120px 0px 70px 0;
}
@media screen and (max-width: 768px) {
  section#hero-banner-hakkimizda {
    padding: 60px 25px 70px 25px;
  }
}
section#hero-banner-hakkimizda h1 {
  color: white;
  margin-bottom: 15px;
}
section#hero-banner-hakkimizda p {
  color: white;
  max-width: 515px;
  margin: auto;
}
section#hero-banner-hakkimizda .container {
  display: flex;
}
section#hero-banner-hakkimizda h1 {
  padding-bottom: 50px;
  background-image: url("../media/img/hand-painted.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 75% 50px;
  transition: background-size ease-in-out 0.3s;
}
section#hero-banner-hakkimizda h1:hover {
  transition: background-size ease-in-out 0.3s;
  background-size: 100% 50px;
}
@media screen and (max-width: 768px) {
  section#hero-banner-hakkimizda .container {
    flex-direction: column !important;
  }
}

section#jumbotron h2 {
  width: 800px;
  margin: 80px auto 30px auto;
  text-align: center;
  max-width: 100%;
  color: #021838;
  font-size: 50px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section#jumbotron h2 {
    font-size: 40px;
  }
}
section#jumbotron h2 span {
  font-weight: 600;
}
section#jumbotron h2 + p {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px 0;
  margin: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 60px;
}
section#jumbotron .together {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section#jumbotron .together {
    margin-top: 50px;
  }
}
section#jumbotron .together h3 {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  section#jumbotron .together h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
section#jumbotron .together p {
  font-size: 22px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section#jumbotron .together p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
  }
}

section#mission-vision {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  section#mission-vision {
    padding: 15px;
  }
}
section#mission-vision .vision-mision-box {
  background-color: #eef0f6;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  section#mission-vision .vision-mision-box {
    padding: 20px;
    text-align: justify;
  }
}
section#mission-vision .vision-mission-box__header {
  color: #021838;
  font-size: 28px;
  margin: 10px 0;
  font-weight: 500;
}

section#our-team {
  margin: 50px 0 150px 0;
}
section#our-team h2 {
  color: #021838;
  font-size: 28px;
}
section#our-team .container-heading {
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  section#our-team .container-heading {
    padding: 0 25px;
  }
}
section#our-team .team {
  background-color: #eef0f6;
  padding-top: 15px;
}
section#our-team .team [class^=col-] .person-social-media {
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#our-team .team [class^=col-] .person-social-media i {
  font-size: 20px;
  line-height: 20px;
  color: #021838;
}
section#our-team .person-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  padding: 15px 10px;
  min-height: 170px;
}
@media screen and (max-width: 768px) {
  section#our-team .person-info {
    position: static;
  }
}
section#our-team .person-info span {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  section#our-team .person-info span {
    font-size: 13px;
    line-height: 20px;
  }
}
section#our-team .person-info span.rutbe {
  color: #8397b4;
  font-weight: 600;
}
section#our-team .person-info span.isim {
  color: #082856;
}
section#our-team .person-info span.kim {
  color: #8397b4;
  font-weight: 300;
}

section#hero-banner-hakkimizda {
  position: relative; 
}

#hero-banner-hakkimizda .container {
  padding-top: 80px; 
  max-width: 1200px; 
  margin: 0 auto; 
}

#hero-banner-hakkimizda .breadcrumb {
  position: relative;
  left: 0;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -20px;
  padding-left: 239px;
}

#hero-banner-hakkimizda .breadcrumb a {
  color: white;
  text-decoration: none;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 13.5px;
  text-align: left;
}

#hero-banner-hakkimizda .breadcrumb .breadcrumb-item.active {
  color: white;
}

#hero-banner-hakkimizda .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 13.5px;
  text-align: left;
}

#hero-banner-hakkimizda .breadcrumb .breadcrumb-separator {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

#hero-banner-hakkimizda .breadcrumb .breadcrumb-icon {
  width: 4.5px;
  height: 9px;
  opacity: 1;
  margin: 0;
}

#breadcrumb-frame {
  margin-top: -35px; /* Breadcrumb ile frame arasına boşluk ekler */
  margin-right: auto; /* Frame'in sağa hizalanmasını sağlar */
  max-width: 1000px; /* Frame genişliğini artırır */
}

#breadcrumb-frame img {
  max-width: 100%;
  height: auto;
}

.main-heading {
  font-family: Inter;
  font-size: 36px; /* Başlık boyutunu artırır */
  font-weight: 500;
  line-height: 44px; /* Satır yüksekliğini artırır */
  margin-bottom: 20px; /* Başlık ile paragraf arasına boşluk ekler */
}

.main-paragrafh {
  font-family: Inter;
  font-size: 18px; /* Paragraf boyutunu artırır */
  font-weight: 400;
  line-height: 28px; /* Satır yüksekliğini artırır */
}
