* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px !important;
  padding: 0px !important;
}

#main-navbar {
  border-bottom: none !important;
}

.contentContainer {
  padding: 48px 135px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: #f8f8f8;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  --bs-breadcrumb-margin-bottom: 0px !important;
}

.breadcrumb-item.active {
  color: #6d7174 !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}
.breadcrumb-item.active::before {
  display: inline;
  content: "" !important;
  background-image: url("/assets/icons/breadcrumb_arrow.png") !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
}

.breadcrumb-item {
  color: #6d7174 !important;
  padding: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-right: 8px !important;
}

.contentHeader {
  color: #003864 !important;
}

.breadcrumb-item.active {
  color: #6d7174 !important;
}
.breadcrumb-item.active::before {
  display: inline;
  content: "" !important;
  background-image: url("/assets/icons/breadcrumb_arrow.png") !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
}

.contentArea {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: white;
}

/* .contentPart1 { 
    position: relative;
    display: flex;
    border-radius: 4px;
    background-image: url("/assets/images/gelisimussunew.webp");
    background-repeat: no-repeat;
    background-size: cover;
   &::before {
        content: url("/assets/images/corner.webp");
        position: absolute;
        top: 100%;
        right: 0;
        transform: translateY(-97%);
    }
    img {
        width: 1106px;
        height:694px;
    }

    .contentPart1TextArea {
        display: flex;
        flex-direction: column;
        gap: 32px;

        .contentPart1BoldText {
            @include titleBase-mixin();
            color: #464849;
        }

        .contentPart1Text {
            @include bodyBase-mixin();
            color: #464849;
        }
    }
}*/
.contentPart2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contentPart2 .contentPart2CardArea {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.contentPart2 .contentPart2CardArea .contentPart2Card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px;
  border: 1px solid #e5edf1;
  border-radius: 4px;
  width: 31%;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .gelisimUssuProgIcon {
  border-radius: 4px;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 360px;
  height: 34px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo .cardDate {
  font-family: "Regular" !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.03em !important;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo img {
  background-color: transparent;
  width: 24px;
  height: 24px;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo span div {
  color: white;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo.open {
  background-color: #003864;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo.lastDays {
  background-color: #ef4130;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .applicationInfo.closed {
  color: #003864;
  background-color: #f8f8f8;
}
.contentPart2 .contentPart2CardArea .contentPart2Card img {
  width: 100%;
  height: 240px;
  background-color: transparent;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .contentPart2CardTextArea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .contentPart2CardTextArea .contentPart2CardTextHeader {
  font-family: "Bold" !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #003864;
}
.contentPart2 .contentPart2CardArea .contentPart2Card .contentPart2CardTextArea .contentPart2CardText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #464849;
}

.contentHeader {
  font-family: "Bold" !important;
  font-size: 31px !important;
  line-height: 37.2px !important;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 16px;
}

.ttFooter {
  background-color: white !important;
  top: 0px !important;
}

.ttfooter {
  position: relative;
}

.programsArea {
  background-color: #f8f8f8 !important;
}

.breadcrumb-item a {
  color: #6d7174 !important;
  text-decoration: none !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}

#backgroundLock {
  height: 100vh;
  width: 100vw;
  background-color: rgba(70, 72, 73, 0.9);
  position: absolute;
  top: 0px;
  z-index: 99;
  display: none;
}

@media (max-width: 768px) {
  #main-navbar {
    border-bottom: 0px !important;
  }
  .breadcrumb {
    background-color: white !important;
    width: 100dvw;
    position: relative;
    right: 16px;
    padding: 16px !important;
    gap: 4px !important;
  }
  .contentContainer {
    position: relative;
    padding: 0px 16px 32px 16px;
    gap: 24px;
  }
  .content-img {
    border-radius: 4px;
  }
  .contentArea {
    padding: 32px 16px;
  }
  .contentPart1BoldText {
    font-family: "Bold" !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #464849;
  }
  /*.contentPart1 {
      flex-direction: column;
      z-index: 99;
      background-image: url("/assets/images/gelisimussunewmobile.webp")!important;

      &::before {
          opacity: 50%;
          background-size: cover;
          z-index: 98;
      }

      img {
         // content: url("/assets/images/gelisimussunewmobile.webp");
          width: 100%;
          height: 324px;
      }
  }*/
  .contentHeader {
    font-family: "Bold" !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .contentPart2 {
    padding: 24px 0px;
    gap: 30px;
  }
  .contentPart2 .contentPart2Card {
    width: 100% !important;
  }
  .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  .breadcrumb-item a {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .breadcrumb-item.active {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .breadcrumb-item.active::before {
    background-size: 16px 16px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 4px !important;
  }
}/*# sourceMappingURL=turktelekomgelisimussu.css.map */