@charset "UTF-8";
.btn_long, .btn_short {
  padding: 18px 0;
  text-align: center;
  border: 1px solid #32C7ff;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #0081b2;
  font-size: 18px;
  font-weight: 500;
}

.btn_long {
  width: 215px;
  background-color: inherit;
}

.btn_short {
  width: 150px;
  color: #005677;
  background-color: #32C7ff;
}

.icon_btn {
  width: 66px;
  padding: 13px 0;
  border: 2px solid #32C7ff;
  border-radius: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_btn img {
  width: 30px;
  height: 100%;
}

.location_btn {
  padding: 9px 15px;
  border-radius: 18px;
  border: 1px solid #32C7ff;
  background-color: transparent;
  color: #0081b2;
  font-size: 12px;
  font-weight: 400;
}

.container .overlay_menu {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 11111;
  top: 0;
  left: 0;
  padding: 12px 20px;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .overlay_menu .icon_btn {
  padding: 6px 0;
  margin-bottom: 60px;
}
.container .overlay_menu .icon_btn ion-icon {
  width: 30px;
  height: 30px;
  color: #32C7ff;
}
.container .overlay_menu .user_content h2 {
  padding-bottom: 28px;
  border-bottom: 2px solid #00aced;
  color: #333;
  font-size: 35px;
  font-weight: 700;
}
.container .overlay_menu .user_content .user_navbar {
  padding: 31px 0;
  border-bottom: 2px solid #00aced;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .overlay_menu .user_content .user_navbar > img {
  width: 30px;
  height: 25px;
  -o-object-fit: fill;
     object-fit: fill;
}
.container .overlay_menu .user_content .user_navbar .account_nav-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  color: #0b0f0e;
  font-size: 25px;
  font-weight: 500;
}
.container .overlay_menu .user_content .user_navbar .account_nav-name img {
  width: 7px;
  height: 11px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .overlay_menu .overlay_footer_client {
  height: 100%;
  margin-bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
}
.container .overlay_menu .overlay_footer_client .user_navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: #333;
  font-size: 25px;
  font-weight: 500;
}
.container .overlay_menu .overlay_footer_client img {
  width: 30px;
  height: 25px;
  -o-object-fit: fill;
     object-fit: fill;
}
.container .overlay_menu .menu_content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
.container .overlay_menu .menu_content ul li a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.container .overlay_menu .overlay_footer_log-btns {
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.container .overlay_menu .overlay_footer_log-btns a {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.btn_long, .btn_short {
  padding: 18px 0;
  text-align: center;
  border: 1px solid #32C7ff;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #0081b2;
  font-size: 18px;
  font-weight: 500;
}

.btn_long {
  width: 215px;
  background-color: inherit;
}

.btn_short {
  width: 150px;
  color: #005677;
  background-color: #32C7ff;
}

.icon_btn {
  width: 66px;
  padding: 13px 0;
  border: 2px solid #32C7ff;
  border-radius: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_btn img {
  width: 30px;
  height: 100%;
}

.location_btn {
  padding: 9px 15px;
  border-radius: 18px;
  border: 1px solid #32C7ff;
  background-color: transparent;
  color: #0081b2;
  font-size: 12px;
  font-weight: 400;
}

.vacancy_cards {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(32, 32, 32, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.vacancy_cards h5 {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.vacancy_cards p {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.3;
}
.vacancy_cards p span {
  font-weight: 400;
}
.vacancy_cards .location_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.vacancy_cards .btn_long {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .vacancy_cards h5 {
    width: 387px;
  }
  .vacancy_cards .btn_long {
    width: 153px;
    padding: 14px 0;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}
.btn_long, .btn_short {
  padding: 18px 0;
  text-align: center;
  border: 1px solid #32C7ff;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #0081b2;
  font-size: 18px;
  font-weight: 500;
}

.btn_long {
  width: 215px;
  background-color: inherit;
}

.btn_short {
  width: 150px;
  color: #005677;
  background-color: #32C7ff;
}

.icon_btn {
  width: 66px;
  padding: 13px 0;
  border: 2px solid #32C7ff;
  border-radius: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_btn img {
  width: 30px;
  height: 100%;
}

.location_btn {
  padding: 9px 15px;
  border-radius: 18px;
  border: 1px solid #32C7ff;
  background-color: transparent;
  color: #0081b2;
  font-size: 12px;
  font-weight: 400;
}

.container footer {
  height: auto;
  width: 100%;
  background: linear-gradient(111deg, #1c8ebb 15.98%, rgba(0, 145, 200, 0) 120.33%);
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 20px;
  padding-top: 86px;
}
.container footer .footer_header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  gap: 20px;
}
.container footer .footer_header .footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.container footer .footer_header .footer_section a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.container footer .footer_header .footer_section .contact_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container footer .footer_header .footer_section .contact_footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container footer .footer_header .footer_section .contact_footer a > img {
  width: 20px;
  height: 20px;
}
.container footer .footer_header .footer_logo {
  grid-column: span 2;
}
.container footer .footer_header .footer_logo img {
  width: 141px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container footer .footer_bottom p {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  width: 143px;
}
.container footer .footer_bottom p span {
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .container footer {
    padding: 86px 100px 15px 100px;
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .container footer .footer_header {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
  }
  .container footer .footer_header .footer_logo {
    width: 250px;
    grid-column: span 1;
  }
  .container footer .footer_header .footer_logo .footer_icon img {
    width: 236px;
    height: 51px;
  }
  .container footer .footer_header .footer_logo p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  .container footer .footer_header .footer_section a {
    font-size: 18px;
  }
  .container footer .footer_bottom p {
    width: auto;
    font-size: 12px;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  translate: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #fff !important;
  position: sticky !important;
  top: 0;
  z-index: 1111;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 21px 30px;
}
header .home_direction-btn {
  display: none;
}
header > .icon {
  width: 154px;
  height: 100%;
}
header > .active_popup {
  padding: 8px 0;
}
header .hamburger_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hamburger_menu > .icon {
  cursor: pointer;
  width: 34px;
  height: 100%;
}
header .hamburger_menu img {
  -o-object-fit: fill;
     object-fit: fill;
}

#headerSticky.visible {
  z-index: -1;
  background: transparent;
  translate: 0 -77px;
}
#headerSticky.visible .user_accounts {
  height: 52px;
}

@media screen and (min-width: 1024px) {
  .container header {
    position: relative;
    width: calc(100% + 200px);
    margin-left: -100px;
    padding: 21px 100px;
  }
  .container header .profile .log_reg_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .container header .profile .user_accounts {
    padding: 13px 20px;
    height: 52px;
    overflow: hidden;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .container header .profile .user_accounts.active {
    position: absolute;
    top: 20px;
    right: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 111;
  }
  .container header .profile .user_accounts .user_navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .container header .profile .user_accounts .user_navbar.defualt > img {
    width: 26px;
    height: 26px;
  }
  .container header .profile .user_accounts .user_navbar > img {
    width: 18px;
    height: 18px;
  }
  .container header .profile .user_accounts .user_navbar .account_nav-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0b0f0e;
    font-size: 16px;
    font-weight: 500;
  }
  .container header .profile .user_accounts .user_navbar .account_nav-name img {
    width: 7px;
    height: 11px;
  }
}
.container .profile, .container > nav,
.container .breadcrumbs,
.container .vacancy_section .vacany_section-header .grid_btns,
.container footer .footer_section > p {
  display: none;
}
.container .welcome_sections {
  margin-top: 87px;
  margin-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.container .welcome_sections .main_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .welcome_sections .main_left .welcome_section-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.container .welcome_sections .main_left .welcome_section-btns a {
  width: 100%;
}
.container .welcome_sections .main_left > h2 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 32px;
}
.container .welcome_sections .main_left > p {
  margin-bottom: 60px;
  opacity: 0.7;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.container .welcome_sections .welcome_section-btns .btn_all-vacancy {
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.container .welcome_sections .welcome_section-btns .btn_all-vacancy > img {
  width: 21px;
  height: 28px;
}
.container .welcome_sections .main_right {
  position: relative;
}
.container .welcome_sections .main_right .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: inset 74px 37px 61px -3px rgb(255, 255, 255);
          box-shadow: inset 74px 37px 61px -3px rgb(255, 255, 255);
}
.container .welcome_sections .main_right img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset -10px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset -10px 0px 20px rgba(0, 0, 0, 0.3); /* Sol iç taraftan gölge efekti */
}
.container .vacancy_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 110px;
}
.container .vacancy_section .vacany_section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .vacancy_section .vacany_section-header h2 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.container .vacancy_section .vacancy_section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.container .vacancy_section .vacany_footer_btn {
  width: 100%;
  display: grid;
  place-items: center;
}
.container .vacancy_section .vacany_footer_btn > a {
  width: 170px;
  padding: 18px 30px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  opacity: 0.7;
  border-radius: 7px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.container .avrora_total-about .avrora_info {
  background: linear-gradient(111deg, #1c8ebb 15.98%, rgba(0, 145, 200, 0) 120.33%);
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.container .avrora_total-about .avrora_achievements {
  background-image: url("../../assets/images/pages/home/word.png");
  background-position-y: -20px;
  background-position-x: -70px;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 20px;
  padding-bottom: 109px;
}
.container .avrora_total-about .avrora_info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.container .avrora_total-about .avrora_info-left h2 {
  margin-top: 80px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.container .avrora_total-about .avrora_info-left p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 26px;
}
.container .avrora_total-about .avrora_info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .avrora_total-about .avrora_info-right .avrora_icon {
  width: 145px;
  height: 145px;
}

.container .avrora_total-about .avrora_achievements {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 174px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left {
  position: relative;
  width: 100%;
  height: 310px;
  background-image: url("../../assets/images/pages/home/why-avrora_section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
  border-radius: 51.124px 5.112px;
  text-align: center;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content {
  width: 112px;
  height: 257px;
  position: absolute;
  padding: 20px 15px;
  left: 0;
  bottom: 0;
  border-radius: 25.562px 5.112px;
  background: rgba(0, 172, 237, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.45px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title p {
  text-align: start;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title .line {
  width: 41.921px;
  height: 1px;
  background-color: white;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-right h2 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}
.container .avrora_total-about .avrora_achievements .avrora_achievements-right p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
}
.container .avrora_total-about .avrora_achievements .word_direction {
  position: absolute;
  top: 470px;
  left: 300px;
}

.container section .avora_social-media {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container section .avora_social-media ul {
  padding: 20px 43px;
  width: 612px;
  border-radius: 7px;
  border: 1px solid rgba(0, 172, 237, 0.3);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .container header .hamburger_menu {
    display: none;
  }
  .container .profile,
  .container nav,
  .container .breadcrumbs,
  .container footer .footer_section > p {
    display: block;
  }
  .container > nav {
    width: 100%;
    padding: 30px 55px;
    border: 1px solid rgba(0, 172, 237, 0.3);
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 20px;
  }
  .container .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .container .welcome_sections {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul .circle {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #00aced;
  }
  nav ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  nav ul li:nth-child(9) a {
    color: #0081b2;
  }
  .breadcrumbs {
    color: #333;
    font-size: 12px;
    font-weight: 700;
  }
  .breadcrumbs > img {
    width: 5px;
    height: 8px;
  }
  .breadcrumbs .active_breadcrumb {
    color: #0081b2;
    font-weight: 400;
  }
  .container .welcome_sections .main_left h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .container .welcome_sections .main_left p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .container .welcome_sections .main_left .welcome_section-btns {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container .welcome_sections .main_left .welcome_section-btns .btn_all-vacancy {
    width: 277px !important;
  }
  .container .vacancy_section .vacany_section-header .grid_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .vacancy_section .vacany_section-header .grid_btns .material-symbols-outlined.active {
    color: black;
    opacity: 1;
    font-weight: 900; /* Renk Kodu */
  }
  .container .vacancy_section .vacany_section-header .grid_btns .material-symbols-outlined {
    color: #333;
    cursor: pointer;
    opacity: 0.3;
  }
  .container .vacancy_section .vacancy_section-footer {
    width: 100%;
    display: grid;
  }
  .container .vacancy_section .vacancy_section-footer.column-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .container .vacancy_section .vacancy_section-footer.grid-layout {
    place-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .container .vacancy_section .vacancy_section-footer.grid-layout .vacancy_cards h5 {
    width: 100%;
  }
  .container .vacancy_section .vacancy_section-footer.grid-layout .vacancy_cards .btn_long {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .container .avrora_total-about .avrora_achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 120px 100px 97px 100px;
    background-position-x: 265px;
    background-position-y: -180px;
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-right {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    margin-bottom: 61px;
    width: 387px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-right h2 {
    font-size: 50px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-right p {
    font-size: 24px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-left {
    width: 712px;
    height: 518px;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content {
    width: 214px;
    height: 386px;
    padding: 39px 30px;
    border-radius: 50px 10px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title h4 {
    font-size: 35px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title p {
    font-size: 14px;
  }
  .container .avrora_total-about .avrora_achievements .avrora_achievements-left .bckg_content .achievements_title .line {
    width: 82px;
  }
  .container .avrora_total-about .avrora_achievements .word_direction {
    top: 315px;
    left: 642px;
    z-index: -1;
  }
  .container .avrora_total-about .avrora_info {
    width: 100%;
    padding: 40px 40px 13px 100px;
    width: calc(100% + 200px);
    margin-left: -100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .avrora_total-about .avrora_info .avrora_info-left {
    width: 400px;
  }
  .container .avrora_total-about .avrora_info .avrora_info-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .avrora_total-about .avrora_info .avrora_info-right .avrora_icon {
    width: 300px;
    height: 300px;
  }
  .container .avrora_total-about .avrora_info .avrora_info-right .avrora_tree {
    width: auto;
    height: 560px;
  }
  .container .avora_social-media {
    width: 612px;
    text-align: center;
  }
}