@charset "UTF-8";
/* CSS Document 16.06.2025 *Luckyeye-uteksan */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: #FE2C2B;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #080D21;
  background-color: #fff;
}

img {
  max-width: 100%;
}

p {
  line-height: 140%;
}

.white {
  color: #fff;
}

.flex-cntr {
  display: flex;
  justify-content: center;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.cntr {
  text-align: center;
}

.width-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 30px;
}
.width-flex ul {
  margin-left: 20px;
}
.width-flex img {
  width: 100%;
}

.align-content-s {
  align-content: flex-start;
}

.align-items-c {
  align-items: center;
}

.width-right {
  flex-direction: row-reverse;
}

.space-between {
  justify-content: space-between;
}

.width-12 {
  width: 100%;
}

.width-11 {
  width: calc(91.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-11 {
    width: 100%;
  }
}

.width-10 {
  width: calc(83.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-10 {
    width: 100%;
  }
}

.width-9 {
  width: calc(75% - 15px);
}
@media (max-width: 640px) {
  .width-9 {
    width: 100%;
  }
}

.width-8 {
  width: calc(66.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-8 {
    width: 100%;
  }
}

.width-7 {
  width: calc(58.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-7 {
    width: 100%;
  }
}

.width-6 {
  width: calc(50% - 15px);
}
@media (max-width: 640px) {
  .width-6 {
    width: 100%;
  }
}

.width-5 {
  width: calc(41.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-5 {
    width: 100%;
  }
}

.width-4 {
  width: calc(33.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-4 {
    width: 100%;
  }
}

.width-3 {
  width: calc(25% - 15px);
}
@media (max-width: 640px) {
  .width-3 {
    width: 100%;
  }
}

.width-2 {
  width: calc(16.66666667% - 15px);
}
@media (max-width: 640px) {
  .width-2 {
    width: 100%;
  }
}

.width-1 {
  width: calc(8.33333333% - 15px);
}
@media (max-width: 640px) {
  .width-1 {
    width: 100%;
  }
}

.wrapper {
  width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .wrapper {
    width: 95%;
  }
}

.wrapper-header {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1630px) {
  .wrapper-header {
    width: 95%;
  }
}

/*header*/
#header-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 980px) {
  #header-container {
    margin-top: 25px;
  }
}

.header-container-flex {
  display: flex;
  justify-content: space-between;
}
.header-container-flex .header-item:nth-child(2) {
  display: flex;
  align-items: center;
}
.header-container-flex .header-item .three {
  display: flex;
  gap: 30px;
}

.search-home {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor:pointer;
}
.search-home .search-text {
  font-size: 14px;
  opacity: 0.3;
  color: #fff;
}

.ekspo-online {
     display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 17px;
    padding: 0 20px 0;
}
@media (max-width: 640px) {
  .ekspo-online {
    gap: 9px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .ekspo-online {
    display: none;
  }
}
.ekspo-online .ekspo-text {
  color: #fff;
}

.more-header {
  height: 50px;
  background: #C20101;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  width: 182px;
}

/*header*/
/*slider*/
.slider-text-container {
  width: 1600px;
  margin: 0 auto;
  position: absolute;
  z-index: 111;
  top: 300px;
  left: 0;
  right: 0;
}
@media (max-width: 1630px) {
  .slider-text-container {
    width: 95%;
    top: 235px;
  }
}
@media (max-width: 1300px) {
  .slider-text-container {
    top: 170px;
  }
}
@media (max-width: 980px) {
  .slider-text-container {
    top: 135px;
  }
}
@media (max-width: 640px) {
  .slider-text-container {
    padding: 0 20px;
  }
}

.more-icon img {
  width: 10px !important;
}

.slider-text-container .slider-title {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  width: 900px !important;
}
@media (max-width: 1630px) {
  .slider-text-container .slider-title {
    font-size: 60px;
  }
}
@media (max-width: 1445px) {
  .slider-text-container .slider-title {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .slider-text-container .slider-title {
    font-size: 45px;
  }
}
@media (max-width: 980px) {
  .slider-text-container .slider-title {
    font-size: 40px;
	  width: 100% !important;
  }
}
@media (max-width: 640px) {
  .slider-text-container .slider-title {
    font-size: 35px;
  }
}
.slider-text-container p {
  color: #fff;
  width: 600px;
  font-size: 26px;
  margin: 0 0 32px;
}
@media (max-width: 1630px) {
  .slider-text-container p {
    font-size: 23px;
  }
}
@media (max-width: 1300px) {
  .slider-text-container p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .slider-text-container p {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .slider-text-container p {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-slider .slider-bg {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .home-slider .slider-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.more-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding: 0 0 9px;
}
.more-icon:after {
  content: "";
  width: 83px;
  height: 4px;
  bottom: 0;
  position: absolute;
  background: #C20101;
}

.home-slider .owl-dots {
	position: absolute;
    bottom: 20px;
    top: 300px;
    right: 5%;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}
@media (max-width: 1630px) {
  .home-slider .owl-dots {
    top: 235px;
  }
}
@media (max-width: 1300px) {
  .home-slider .owl-dots {
    top: 170px;
  }
}
@media (max-width: 640px) {
  .home-slider .owl-dots {
    bottom: 15px;
    top: auto;
    flex-direction: row;
    justify-content: center;
  }
}
.home-slider .owl-dots .owl-dot {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 5px;
}
.home-slider .owl-dots .owl-dot svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.home-slider .owl-dots .owl-dot circle {
  fill: none;
  stroke-width: 3;
}
.home-slider .owl-dots .bg {
  stroke: #fff;
  opacity: 0.03;
}
.home-slider .owl-dots .progress {
  stroke: #C20101;
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  transition: stroke-dashoffset linear;
}
.home-slider .owl-dots .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.home-slider .owl-dots span {
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
  background: #fff;
  opacity: 0.4;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  left: 8px;
}
.home-slider .owl-dots .active span {
  opacity: 1;
}

/*slider*/
/*duyurular*/
.wrapper-announcements {
  background: #030A1B url(../../images/icons/announcements-bg.png) no-repeat top right 182px;
  width: 1600px;
  color: #fff;
  border-radius: 38px 0 0 30px;
  padding: 50px 64px;
  background-size: contain;
}
@media (max-width: 1630px) {
  .wrapper-announcements {
    width: 95%;
  }
}
@media (max-width: 1300px) {
  .wrapper-announcements {
    border-radius: 30px;
  }
}
@media (max-width: 640px) {
  .wrapper-announcements {
    padding: 50px 30px;
	background: #030A1B;
  }
}


#currentAnnouncements {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: -115px;
}
@media (min-width: 1921px) {
  #currentAnnouncements {
    width: 1920px;
  }
}
@media (max-width: 1300px) {
  #currentAnnouncements {
    margin-top: 80px;
    justify-content: center;
  }
}

.current-announcements-container .bg-red {
  position: absolute;
  top: -30px;
  background: #C20101;
  width: 214px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}
.current-announcements-container .date {
  color: #B7BDD3;
  font-size: 16px;
}
.current-announcements-container p {
  font-size: 24px;
  width: 980px;
}
@media (max-width: 1630px) {
  .current-announcements-container p {
    font-size: 21px;
  }
}
@media (max-width: 1300px) {
  .current-announcements-container p {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .current-announcements-container p {
    width: 600px;
  }
}
@media (max-width: 640px) {
  .current-announcements-container p {
    width: 100%;
	 font-size: 18px;
  }
}

.current-announcements .owl-dots {
  display: flex;
  gap: 20px;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1300px) {
  .current-announcements .owl-dots {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .current-announcements .owl-dots {
    position: relative;
    right: auto;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
  }
}
.current-announcements .owl-dots .owl-dot span {
  opacity: 0.2;
}
.current-announcements .owl-dots .owl-dot.active span {
  opacity: 1;
}
.current-announcements .view-all-link a {
  color: #fff;
}

/*duyurular*/
/*hakkımızda*/
#aboutsContainer {
  margin-top: 108px;
}
@media (min-width: 1921px) {
  #aboutsContainer {
    width: 1920px;
    margin: 108px auto 0;
  }
}
@media (max-width: 640px) {
  #aboutsContainer {
    margin-top: 60px;
  }
}

.abouts-container {
  display: flex;
  left: -53px;
  position: relative;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}
@media (max-width: 980px) {
  .abouts-container {
    flex-direction: column;
    left: auto;
    gap: 40px;
  }
}
.abouts-container .abouts-img {
  width: 54%;
}
@media (max-width: 980px) {
  .abouts-container .abouts-img {
    width: 100%;
  }
}
.abouts-container .abouts-text {
  width: calc(46% - 100px);
}
@media (max-width: 980px) {
  .abouts-container .abouts-text {
    width: 95%;
  }
}
.abouts-container .abouts-text p {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1630px) {
  .abouts-container .abouts-text p {
    font-size: 21px;
  }
}

.wrapper-abouts {
  width: 1625px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1630px) {
  .wrapper-abouts {
    width: 95%;
  }
}
@media (max-width: 980px) {
  .wrapper-abouts {
    margin: 0 auto;
  }
}

.title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1630px) {
  .title {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .title {
    font-size: 35px;
  }
}

.black {
  color: #080D21 !important;
}
.black img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(24%) saturate(3436%) hue-rotate(206deg) brightness(93%) contrast(101%);
}

/*hakkımızda*/
/*hizmetlerimiz*/
#ourServices {
  margin-top: 115px;
}
@media (max-width: 640px) {
  #ourServices {
    margin-top: 60px;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #080D21;
  left: 0;
  opacity: 0.6;
  top: 0;
  transition: 0.5s;
}

.our-services-container {
  padding-top: 18px;
}
.our-services-container .our-services-item {
  width: calc(50% - 10px);
  position: relative;
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .our-services-container .our-services-item {
    width: 100%;
  }
}
.our-services-container .our-services-item img {
  transition: transform 0.3s ease;
}
.our-services-container .our-services-item:hover img {
  transform: scale(1.05);
}
.our-services-container .our-services-item img,
.our-services-container .our-services-item .overlay {
  border-radius: 20px;
}
.our-services-container .our-services-item .our-services-text {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
@media (max-width: 1630px) {
  .our-services-container .our-services-item .our-services-text {
    font-size: 25px;
  }
}
.our-services-container .item {
  position: relative;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.our-services-slider .owl-dots {
  margin-top: 50px;
}
@media (max-width: 640px) {
	.our-services-slider .owl-dots {
	  display: flex;
	  justify-content: center;
	   text-align: center;
	}
}
.our-services-slider .owl-dots .owl-dot {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 5px;
}
.our-services-slider .owl-dots .owl-dot svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.our-services-slider .owl-dots .owl-dot circle {
  fill: none;
  stroke-width: 3;
}
.our-services-slider .owl-dots .bg {
  opacity: 0.03;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.our-services-slider .owl-dots .progress {
  fill: none;
  stroke: #C20101;
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  transition: stroke-dashoffset 0ms linear;
}
.our-services-slider .owl-dots .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.our-services-slider .owl-dots span {
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
  background: #3A4471;
  opacity: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  left: 8px;
}
.our-services-slider .owl-dots .active span {
  opacity: 1;
}

.our-services-all {
  display: flex;
  justify-content: flex-end;
  top: -40px;
  position: relative;
  width: 200px;
  right: 0;
  float: right;
  z-index: 3;
}
@media (max-width: 640px) {
	.our-services-all {
	  justify-content: center;
	  top: auto;
	  width: 100%;
	  bottom: -20px;
	}
}
.our-services-all .more-icon {
  padding: 0 0 9px;
}

/*hizmetlerimiz*/
/*yatirimci iliskiler*/
#investorRelations {
  background-color: #030A1B;
  color: #fff;
  margin-top: 83px;
  padding-bottom: 70px;
}
#investorRelations .title {
  padding-top: 90px;
}
@media (max-width: 640px) {
  #investorRelations .title {
    padding-top: 40px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #investorRelations .wrapper {
    width: 90%;
  }
}

.investor-relations-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .investor-relations-top {
    flex-direction: column;
    gap: 40px;
  }
}
.investor-relations-top .item-left {
  width: calc(69% - 80px);
}
@media (max-width: 640px) {
  .investor-relations-top .item-left {
    width: 100%;
    text-align: center;
  }
}
.investor-relations-top .item-right {
  width: 31%;
}
@media (max-width: 640px) {
  .investor-relations-top .item-right {
    width: 100%;
  }
}
.investor-relations-top p {
  font-size: 22px;
}
.investor-relations-top strong {
  color: #C20101;
}

.activity-report a {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 640px) {
  .activity-report a {
    justify-content: center;
  }
}
.activity-report .text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.activity-report img {
  border-radius: 10px;
}
.activity-report span {
  position: relative;
  z-index: 1;
}
.activity-report .img:after {
  content: "";
  background: #C20101;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: -1;
  border-radius: 10px;
  transform: rotate(-7deg);
  transform-origin: top left;
}

.investor-relations-center {
  margin-top: 95px;
}

.numbers-slider .number-icon {
  margin-bottom: 20px;
  min-height: 60px;
}
.numbers-slider .number-icon img {
  width: auto !important;
}
@media (max-width: 640px) {
  .numbers-slider .number-icon {
    display: flex;
    justify-content: center;
  }
}
.numbers-slider .number-value {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1630px) {
  .numbers-slider .number-value {
    justify-content: center;
  }
}
.numbers-slider .number-value strong {
  font-weight: 700;
  font-size: 60px;
  position: relative;
  padding: 0 0 15px;
  line-height: 100%;
}
@media (max-width: 1630px) {
  .numbers-slider .number-value strong {
    font-size: 50px;
  }
}
.numbers-slider .number-value i {
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  line-height: 115%;
  top: -8px;
  position: relative;
}
@media (max-width: 1630px) {
  .numbers-slider .number-value i {
    top: 0;
  }
}
.numbers-slider .number-text {
  margin-top: 20px;
}
.numbers-slider .number-text p {
  width: 80%;
}
@media (max-width: 640px) {
  .numbers-slider .number-text p {
    width: 100%;
    text-align: center;
  }
}
.numbers-slider .number-value strong:after {
  content: "";
  background: #C20101;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 980px) {
  .numbers-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
  }
  .numbers-slider .owl-nav button {
    background: #fff;
  }
  .numbers-slider .owl-nav button span {
    background: #c20102;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .numbers-slider .owl-nav button.disabled span {
    opacity: 0.3;
  }
}

.investor-relations-table {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
}
@media (max-width: 640px) {
  .investor-relations-table {
    gap: 30px;
  }
}
.investor-relations-table table {
  width: calc(50% - 36px);
}
@media (max-width: 640px) {
  .investor-relations-table table {
    width: 100%;
  }
}

.investor-relations-bottom {
  margin-top: 50px;
  margin-bottom: 120px;
}

.ekspoTable {
  width: 100%;
}
.ekspoTable tr th {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 8px solid #C20102;
 padding: 22px;
}
@media (max-width: 1630px) {
  .ekspoTable tr th {
    font-size: 23px;
  }
}
.ekspoTable tr td {
  padding: 22px;
  border-bottom: 1px solid #563939;
  font-size: 20px;
}

.investor-relations-table tr th:nth-child(2),
.investor-relations-table tr td:nth-child(2) {
  text-align: right;
}

/*yatirimci iliskiler*/
/*projeler*/
#projectsHome {
  padding-top: 95px;
  padding-bottom: 110px;
  background: url(../../images/common/finansman-saglayan-projeler.png) no-repeat;
  background-size: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #080D21;
  left: 0;
  opacity: 0.6;
  top: 0;
  transition: 0.5s;
}

.projects-container {
  padding-top: 30px;
}
.projects-container .projects-item {
  width: calc(50% - 10px);
  position: relative;
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .projects-container .projects-item {
    width: 100%;
  }
}
.projects-container .projects-item img {
  transition: transform 0.3s ease;
}
.projects-container .projects-item:hover img {
  transform: scale(1.05);
}
.projects-container .projects-item img,
.projects-container .projects-item .overlay {
  border-radius: 20px;
}
.projects-container .projects-item .projects-text {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 0 120px;
  text-align: center;
}
@media (max-width: 1630px) {
  .projects-container .projects-item .projects-text {
    font-size: 25px;
  }
}
@media (max-width: 980px) {
  .projects-container .projects-item .projects-text {
    padding: 0 30px;
  }
}
.projects-container .item {
  position: relative;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.projects-slider .owl-dots {
  margin-top: 50px;
}
@media (max-width: 640px) {
	.projects-slider .owl-dots {
	  display: flex;
	  justify-content: center;
	   text-align: center;
	}
}
.projects-slider .owl-dots .owl-dot {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 5px;
}
.projects-slider .owl-dots .owl-dot svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.projects-slider .owl-dots .owl-dot circle {
  fill: none;
  stroke-width: 3;
}
.projects-slider .owl-dots .bg {
  opacity: 0.03;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.projects-slider .owl-dots .progress {
  fill: none;
  stroke: #C20101;
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  transition: stroke-dashoffset 0ms linear;
}
.projects-slider .owl-dots .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.projects-slider .owl-dots span {
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
  background: #3A4471;
  opacity: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  left: 8px;
}
.projects-slider .owl-dots .active span {
  opacity: 1;
}

/*projeler*/
/*footer*/
#footerContainer {
  background: #030A1B url(../../images/common/footer-bg.png) no-repeat top;
}

.footer-top {
  text-align: center;
  padding-top: 90px;
  color: #fff;
}
.footer-top .img {
  margin-bottom: 22px;
}
.footer-top p {
  font-size: 30px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1630px) {
  .footer-top p {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .footer-top p {
    font-size: 22px;
  }
}
.footer-top p strong {
  color: #CB9330;
}

.footer-center {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 640px) {
  .footer-center {
    display: none;
  }
}
.footer-center:after {
  content: "";
  background: linear-gradient(90deg, #C20101 0%, #DCA93A 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left:0;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  padding-top: 77px;
}
.footer-menu ul {
  width: calc(20% - 30px);
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu .footer-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.footer-menu ul li {
  color: #8B8C91;
  margin-bottom: 5px;
}
.footer-menu ul li a {
  font-size: 13px;
  color: #8B8C91;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .footer-bottom {
    margin-top: 80px;
  }
}
.footer-bottom .item-right {
  display: flex;
  gap: 100px;
}
@media (max-width: 640px) {
  .footer-bottom .item-right {
    gap: 40px;
    flex-direction: column;
    margin-top: 40px;
    border-top: 1px solid #737373;
    padding-top: 40px;
  }
}
.footer-bottom .item-right .flex-footer {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 640px) {
  .footer-bottom .item-right .flex-footer {
    flex-direction: column-reverse;
  }
}
.footer-bottom .item-right .activity-report img {
  width: 92px;
}
.footer-bottom .item-right .activity-report .text {
  font-size: 15px;
}
.footer-bottom .item-right .activity-report .img:after {
  right: -6px;
  transform: rotate(348deg);
}
.footer-bottom .item-right:after {
  content: "";
  width: 269px;
  height: 1px;
  opacity: 0.5;
  background: #737373;
  position: absolute;
  margin: -53px 0 0;
  right: 0;
}
@media (max-width: 980px) {
  .footer-bottom .item-right:after {
    margin: -115px 0 0;
  }
}
@media (max-width: 640px) {
  .footer-bottom .item-right:after {
    display: none;
  }
}
.footer-bottom .item-right:before {
  content: "";
  width: 269px;
  height: 1px;
  opacity: 0.5;
  background: #737373;
  position: absolute;
  margin: -40px 0 0;
  right: 130px;
}
@media (max-width: 980px) {
  .footer-bottom .item-right:before {
    margin: -100px 0 0;
  }
}
@media (max-width: 640px) {
  .footer-bottom .item-right:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer-bottom .item-right .activity-report {
    border-bottom: 1px solid #737373;
    padding-bottom: 40px;
  }
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  color: #8B8C91;
  align-items: center;
  border-top: 1px solid #41434b;
  margin-top: 40px;
  padding: 24px 0;
}
@media (max-width: 640px) {
  .footer-copy {
    flex-direction: column;
  }
}
.footer-copy .copy {
  color: #8B8C91;
  font-size: 13px;
}
.footer-copy .kvkk {
  display: flex;
  gap: 8px;
}
@media (max-width: 640px) {
  .footer-copy .kvkk {
    flex-direction: column;
    text-align: center;
  }
}
.footer-copy .item-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 640px) {
  .footer-copy .item-left {
    flex-direction: column;
  }
}
.footer-copy .kvkk a {
  font-size: 13px;
  color: #8B8C91;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .footer-copy .kvkk a {
    margin-bottom: 5px;
  }
}
.footer-copy .kvkk a:after {
  content: "|";
  padding-left: 6px;
}
@media (max-width: 640px) {
  .footer-copy .kvkk a:after {
    display: none;
  }
}
.footer-copy .kvkk a:last-of-type:after {
  display: none;
}
.footer-copy .site-by a {
  font-size: 13px;
  color: #8B8C91;
  transition: 0.5s;
}
.footer-copy .kvkk a:hover,
.footer-copy .site-by a:hover {
  color: #fff;
}

/*footer*/
/*detail header*/
#detailHeader {
  position: relative;
}
#detailHeader .detail-text {
  position: absolute;
  bottom: 110px;
}
#detailHeader .detail-text h1 {
  line-height: 100%;
  margin-bottom: 20px;
}
#detailHeader .detail-text p {
  font-size: 26px;
  color: #fff;
  width: 550px;
}
#detailHeader .detail-text ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
#detailHeader .detail-text ul li {
  font-size: 16px;
  line-height: 30px;
}

.bread-crumb-container a {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  transition: 0.5s;
}
.bread-crumb-container .bread-crumb-list {
  display: flex;
  align-items: center;
  gap: 7px;
}
.bread-crumb-container .bread-crumb-list a:after {
  content: ">";
  padding-left: 7px;
}
.bread-crumb-container .bread-crumb-list a:last-of-type:after {
  display: none;
}
.bread-crumb-container a:hover {
  opacity: 1;
}

/*detail header*/
/*detail text*/
.flex-list {
  display: flex;
  flex-wrap: wrap;
}

.detail-container .detail-left {
  width: 70%;
}
@media (max-width: 980px) {
  .detail-container .detail-left {
    width: 100%;
  }
}
.detail-container .detail-right {
  width: calc(30% - 60px);
}
@media (max-width: 980px) {
  .detail-container .detail-right {
    width: 100%;
  }
}
.detail-container .flex-list {
  gap: 60px;
}

.menu-right {
  background: #080D21;
  padding-bottom: 60px;
  border-radius: 10px;
}

.menu-right .subMenuContainer {
    display: none;
}

.detail-container {
  margin-top: 70px;
  padding-bottom: 100px;
}

.menu-right .level0 {
  background: #C20101;
  padding: 25px;
  border-radius: 10px 10px 0 0;
}
.menu-right .level0 a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.menu-right ul li {
  list-style: none;
  padding: 7px 14px 7px;
}
.menu-right ul li a {
  color: #fff;
  transition: 0.5s;
}
.menu-right ul li a:hover {
  color: #C20101;
}
.menu-right .subMenu0 .selected {
  color: #C20101;
}

.detail-container .detail-text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}
@media (max-width: 1445px) {
  .detail-container .detail-text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .detail-container .detail-text p {
    font-size: 18px;
  }
}
.detail-container .detail-text ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
.detail-container .detail-text ul li {
  font-size: 16px;
  line-height: 30px;
}
.detail-container .chat-container .chart-title {
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
}
.detail-container .chat-container .chart-summary {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.detail-container .chat-container .chart-value {
  width: 250px;
  height: 250px;
}
.detail-container .chat-container .chart-value span {
  font-size: 50px;
}
.detail-container .chat-container .chart-value .chart-text {
  font-size: 25px;
  text-align: center;
}
.detail-container .ekspoTable tr th {
  font-size: 16px;
  border-bottom: 2px solid #C20102;
}
.detail-container .ekspoTable tr td {
  font-size: 16px;
}
.detail-container .ekspoTable .bar-container {
  background-color: #080d21;
  width: 100%;
  position: relative;
  width: 100px;
  margin-left: 10px;
  height: 22px;
}
.detail-container .ekspoTable .bar {
  background-color: #c20101;
  height: 100%;
  display: block;
}
.detail-container .ekspoTable .value-label {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}

.f26 {
  font-size: 26px !important;
  line-height: 36px !important;
}
@media (max-width: 640px) {
  .f26 {
    font-size: 22px !important;
  }
}

.b-r {
  border-radius: 30px;
}

.detail-header {
  height: 465px;
  background-blend-mode: luminosity;
}
@media (max-width: 640px) {
  .detail-header {
    height: 400px !important;
  }
}

.detail-header-b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 115px;
}
@media (max-width: 1445px) {
  .detail-header-b {
    height: 600px !important;
  }
}
.detail-header-b .detail-text {
  bottom: auto !important;
  position: relative !important;
}
.detail-header-b .detail-text p {
  width: 700px !important;
}
@media (max-width: 980px) {
  .detail-header-b .detail-text p {
    width: 600px !important;
  }
}
@media (max-width: 640px) {
  .detail-header-b .detail-text p {
    width: 100% !important;
  }
}

.detail-header-3 .detail-text {
  padding-top: 300px;
  bottom: auto !important;
  position: relative !important;
}
.detail-header-3 .detail-text p {
  width: 700px !important;
  margin: 0;
}
@media (max-width: 980px) {
  .detail-header-3 .detail-text p {
    width: 640px !important;
  }
}
@media (max-width: 640px) {
  .detail-header-3 .detail-text p {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  .detail-header-3 {
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .detail-header-3 .wrapper {
    width: 85%;
  }
}

/*detail text*/
/*yatirimci iliskileri lp*/
.flex-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 95px;
}
@media (max-width: 980px) {
  .flex-numbers {
    justify-content: center;
    text-align: center;
  }
}
.flex-numbers .item {
  width: calc(33.33% - 40px);
}
@media (max-width: 980px) {
  .flex-numbers .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 980px) {
  .flex-numbers .item {
    width: 100%;
  }
}

.chat-container .chart-title {
  color: #080D21;
  font-size: 26px;
  font-weight: 700;
  line-height: 138%;
  min-height: 75px;
}
.chat-container .chart-value {
  width: 312px;
  height: 312px;
  background: #C20101;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 25px auto;
}
@media (max-width: 1630px) {
  .chat-container .chart-value {
    width: 250px;
    height: 250px;
  }
}
.chat-container .chart-value span {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1630px) {
  .chat-container .chart-value span {
    font-size: 60px;
  }
}
@media (max-width: 1445px) {
  .chat-container .chart-value span {
    font-size: 50px;
  }
}
.chat-container .chart-value .chart-text {
  display: block;
  font-size: 35px;
  width: 100px;
  line-height: 100%;
}
@media (max-width: 1630px) {
  .chat-container .chart-value .chart-text {
    font-size: 30px;
  }
}
.chat-container .chart-summary {
  width: 335px;
}
@media (max-width: 640px) {
  .chat-container .chart-summary {
    width: 100%;
  }
}

.year-container {
  text-align: center;
  margin-top: 50px;
  background: url(../../images/common/50-bg.png) no-repeat center;
  padding: 120px 0;
}
.year-container .year-text {
  font-size: 44px;
  font-weight: 400;
  margin-top: 25px;
}
@media (max-width: 1630px) {
  .year-container .year-text {
    font-size: 40px;
  }
}
@media (max-width: 980px) {
  .year-container .year-text {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .year-container .year-text {
    font-size: 25px;
  }
}
.year-container .year-text strong {
  font-weight: 700;
}
@media (max-width: 640px) {
  .year-container img {
    width: 280px;
  }
}

.other-titles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 85px;
}
.other-titles-container .item {
  width: calc(33.33% - 18px);
  border-radius: 16px;
  background: #EEE;
  position: relative;
  border: 3px solid #EEE;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .other-titles-container .item {
    width: calc(50% - 14px);
  }
}
.other-titles-container .item .icons {
  position: absolute;
  top: 20px;
  right: 30px;
}
.other-titles-container .item .other-title {
  font-size: 24px;
  font-weight: 500;
  color: #080D21;
  width: -moz-min-content;
  width: min-content;
}
.other-titles-container .item a {
  border-radius: 16px;
  height: 169px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.other-titles-container .item:hover {
  border: 3px solid #C20101;
  background: #FFF;
}

.board-of-directors {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.board-of-directors .item {
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .board-of-directors .item {
    width: 100%;
  }
}

.detail-header-3 .detail-text .board-of-directors .management-title {
  font-size: 26px !important;
  font-weight: 700;
}
.detail-header-3 .detail-text .board-of-directors .management-duty {
  color: #C20101 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.detail-header-3 .detail-text .board-of-directors p {
  font-size: 16px !important;
  line-height: 187%;
  width: 420px !important;
}
@media (max-width: 480px) {
  .detail-header-3 .detail-text .board-of-directors p {
    width: 100% !important;
  }
}

.board-of-directors .text {
  position: relative;
  margin-top: 360px;
  z-index: 2;
}
.board-of-directors .item .img {
  position: absolute;
  left: -110px;
  z-index: 1;
}
@media (max-width: 1630px) {
  .board-of-directors .item .img {
    left: 0;
  }
}
.board-of-directors .item .img:after {
  content: "";
  width: 360px;
  height: 360px;
  background: #C20101;
  position: absolute;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  top: 170px;
}
@media (max-width: 640px) {
  .board-of-directors .item .img:after {
    width: 300px;
    height: 300px;
    top: 60px;
  }
}

.boardOfDirectors {
  margin-top: 130px;
  padding-bottom: 100px;
}

.board-of-directors .item:nth-child(2n) {
  justify-content: start;
  margin-top: 270px;
  margin-bottom: auto;
}
@media (max-width: 980px) {
  .board-of-directors .item:nth-child(2n) {
    margin-top: 0;
  }
}
.board-of-directors .item:nth-child(2n) .img {
  right: 0;
  left: auto;
}
.board-of-directors .item:nth-child(2n) .img::after {
  left: auto;
  right: 70px;
}
@media (max-width: 640px) {
  .board-of-directors .item:nth-child(2n) .img::after {
    left: 0;
    right: auto;
  }
}
.board-of-directors .item .img:before {
  content: "";
  width: 100%;
  height: 317px;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(3, 10, 27, 0) 0%, #030A1B 100%);
  bottom: 0;
}
.board-of-directors .item:nth-child(2n+1):nth-child(n+3) {
  margin-top: -100px;
}

/*yatirimci iliskileri lp*/
.bottom-menu-summary {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}
.bottom-menu-summary .once strong,
.bottom-menu-summary .sonra strong {
  display: block;
  color: #fff;
  opacity: 0.2;
  font-size: 14px;
  font-weight: normal;
}
.bottom-menu-summary .sonra {
  position: relative;
}
.bottom-menu-summary .sonra a::after {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  font-size: 35px;
  position: absolute;
  bottom: -12px;
  right: -125px;
}
@media (max-width: 640px) {
  .bottom-menu-summary .sonra a::after {
    right: 0;
    bottom: 0;
  }
}
.bottom-menu-summary .once {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 640px) {
  .bottom-menu-summary .once a {
    text-align: right;
  }
}
.bottom-menu-summary .once a::before {
  content: "\ef7d";
  font-family: "Material Symbols Outlined";
  font-size: 35px;
  position: absolute;
  bottom: -12px;
  left: -125px;
}
@media (max-width: 640px) {
  .bottom-menu-summary .once a::before {
    bottom: 0;
    left: 0;
  }
}
.bottom-menu-summary .once:after {
  content: "";
  width: 2px;
  background: #C20101;
  position: absolute;
  height: 51px;
  right: -50px;
}
.bottom-menu-summary a {
  font-size: 16px;
  color: #fff;
  padding-top: 3px;
  display: block;
}

@media (max-width: 1300px) {
  .logo img {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .logo img {
    width: 170px;
  }
}

@media (max-width: 980px) {
  .desktop {
    display: none;
  }
}

.mobil {
  display: none;
}
@media (max-width: 980px) {
  .mobil {
    display: block;
  }
}

@media (max-width: 980px) {
  #headerMenu .three {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    width: 95%;
    margin: 30px auto 0;
  }
}
@media (max-width: 640px) {
  #headerMenu .three {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #headerMenu .search-home {
    position: absolute;
    left: 170px;
  }
}
@media (max-width: 980px) {
  #headerMenu .search-home .search-text {
    font-size: 16px;
    opacity: 1;
    color: #080D21;
  }
}
#headerMenu .search-home .search-icon img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(23%) saturate(3451%) hue-rotate(204deg) brightness(87%) contrast(101%);
}
@media (max-width: 640px) {
  #headerMenu .ekspo-online {
    display: flex;
  }
}
@media (max-width: 980px) {
  #headerMenu .ekspo-online .ekspo-text {
    font-size: 16px;
    opacity: 1;
    color: #080D21;
  }
}
#headerMenu .ekspo-online .ekspo-icon img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(23%) saturate(3451%) hue-rotate(204deg) brightness(87%) contrast(101%);
}

/*search*/
.btnSearch {
  padding-left: 20px;
}
.btnSearch img {
  display: flex;
  align-items: center;
  height: 100%;
}

.searchForm {
  display: none;
  position: fixed;
  background: #c20101;
  width: 1329px;
  padding: 18px 60px 18px 18px;
  z-index: 99999;
  margin: 35px auto 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.searchForm #txtKeyword {
  font-family: "AllRoundGothic-Book";
}
.searchForm .form-control:focus {
  border-color: #daa529;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(218, 165, 41);
}
.searchForm input {
  border: none;
  height: 60px;
  border-radius: 14px;
  font-family: "AllRoundGothic";
  font-size: 18px;
}
.searchForm .btn-dark {
  color: #fff;
  background-color: #080d21;
  margin-left: 20px;
  padding: 0 20px;
}

.headerSearchTxt {
  width: calc(100% - 60px) !important;
  padding: 10px 20px !important;
  background: #ffffff !important;
  border: none !important;
  height: auto !important;
  float: left;
  border-radius: 0 !important;
}

ul.ui-widget.ui-widget-content {
  border: none;
  background: #d9d9d9;
  padding: 20px;
  box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
}
ul.ui-widget.ui-widget-content li {
  color: #555;
  padding: 0 0 5px 0;
  font-size: 14px;
}

.pager {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pager a {
  background: #080d21;
  color: white;
  padding: 10px;
  margin: 20px 2px 0;
  width: 40px !important;
  text-align: center;
}
.pager .selected {
  background: #c20101;
}

.alert-web {
    background: #080d21;
    color: #fff;
    border: none;
}

#searchList input {
  border: none;
}
#searchList .item span {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
#searchList .twoListSearch {
  display: flex;
}
#searchList .twoListSearch .item {
  padding: 0 30px 0 0;
}
#searchList .oneBtnList {
  margin-top: 20px;
}
#searchList .item input {
  background: #6f6f6f;
  padding: 11px;
  color: #fff;
  height: auto;
}
#searchList .panel-body {
  display: none;
}
#searchList #data-totalcount-container {
  padding: 15px 0;
}
#searchList .item ::-webkit-input-placeholder,
#searchList .item ::-moz-placeholder,
#searchList .item :-ms-input-placeholder,
#searchList .item :-moz-placeholder {
  color: #fff;
  font-size: 15px;
}
#searchList .btn-primary {
  background: #daa529 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 80px;
}
#searchList ul {
  margin-top: 15px;
  padding-left: 0;
}
#searchList ul li {
  list-style: none;
  border-bottom: 2px solid #fff;
}
#searchList ul li a {
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
  padding: 10px;
  background: #DAA529;
  transition: 0.5s;
}
#searchList ul li a:hover {
  background: #000;
}

.headerSearch {
  display: flex;
}

.searchForm .cloeseHome {
  position: absolute;
  top: 0;
  padding: 2px 9px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  right: 15px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item img {
  display: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
  padding: 10px 10px;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:hover {
  background: #fff;
}

.search-detail .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #050a1b;
  color: #fff;
}
.search-detail .form-group {
  display: block;
  padding-top: 50px;
}
.search-detail #data-totalcount-container {
  margin-bottom: 15px;
  margin-top: 20px;
}
.search-detail .panel-heading {
  background: #c20101 !important;
}
.search-detail .panel-heading a {
  color: #fff;
}
.search-detail #ledissearchmain-btnSearch {
  background: #c20101 !important;
  color: #fff !important;
  border: none !important;
}
.search-detail #ledissearchmain-btnClear {
  border: none !important;
  background: #050a1b !important;
  color: #fff !important;
}

/*search*/
.pdf {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 25px 40px 25px 75px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #080d21;
  background: #fff;
  position: relative;
}
.pdf:before {
  content: "";
  background: url(/tr/images/svg/pdf.svg) no-repeat;
  width: 19px;
  height: 25px;
  position: absolute;
  left: 40px;
}
.pdf:hover {
  background: #c20101;
  color: #fff;
  border-radius: 10px;
}
.pdf:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(129deg) brightness(107%) contrast(102%);
}





.url {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 25px 40px 25px 75px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #080d21;
  background: #fff;
  position: relative;
}
.url:before {
  content: "";
  background: url(/tr/images/common/URL-icon.png) no-repeat;
  width: 19px;
  height: 25px;
  position: absolute;
  left: 40px;
}
.url:hover {
  background: #c20101;
  color: #fff;
  border-radius: 10px;
}
.url:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(129deg) brightness(107%) contrast(102%);
}

.doc {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 25px 40px 25px 75px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #080d21;
  background: #fff;
  position: relative;
}
.doc:before {
  content: "";
  background: url(/tr/images/common/URL-icon.png) no-repeat;
  width: 19px;
  height: 25px;
  position: absolute;
  left: 40px;
}
.doc:hover {
  background: #c20101;
  color: #fff;
  border-radius: 10px;
}
.doc:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(129deg) brightness(107%) contrast(102%);
}

/*pdfDownload*/
.pdfDownload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.pdfDownload .img {
  width: 5%;
  text-align: center;
}
.pdfDownload .text {
  width: calc(95% - 20px);
  color: #080d21;
}

.flex-list-download .item {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #080d21;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.flex-list-download .item a {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.flex-list-download .item:hover {
  background: #080d21;
}
.flex-list-download .item:hover .pdfDownload .text {
  color: #fff;
}
.flex-list-download .item:hover .pdfDownload .img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(52%) saturate(357%) hue-rotate(304deg) brightness(116%) contrast(100%);
}

.flex-list-download .item-img .img {
  width: 13%;
}
.flex-list-download .item-img .text {
  width: calc(87% - 20px);
  font-size: 20px;
  font-weight: bold;
}
.flex-list-download .item:hover .img {
  filter: none !important;
}

/*pdfDownload*/
/*YearList*/
.year-container-list .dropdown-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  background: #080d21;
  width: 600px;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 20px;
}
.year-container-list .dropdown-label {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 20px;
}
.year-container-list .custom-dropdown {
  width: 125px;
  position: relative;
}
.year-container-list .selected-year {
  padding: 12px 14px;
  border: 1px solid #999;
  background: #f4f4f4;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.3s;
}
.year-container-list .selected-year:hover {
  background: #eaeaea;
}
.year-container-list .selected-year::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
  transition: transform 0.3s;
}
.year-container-list .selected-year.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.year-container-list .dropdown-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: white;
  display: none;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  z-index: 99;
}
.year-container-list .dropdown-options.open {
  display: block;
  max-height: initial;
}
.year-container-list .dropdown-option {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.year-container-list .dropdown-option:hover {
  background: #e0e0e0;
}
.year-container-list .year-content-wrapper .year-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.year-container-list .year-content.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.year-container-list .year-content h2 {
  margin-top: 0;
  color: #333;
}
.year-container-list .year-content ul {
  list-style: none;
  padding-left: 0;
}
.year-container-list .year-content li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}

/*YearList*/
/*ODA*/
.ekspo-faktoring-list a {
  display: block;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  gap: 10px;
  padding: 25px 40px 25px 40px;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #080d21;
  background: #fff;
  position: relative;
}
.ekspo-faktoring-list .explanation-date {
  background: #c20101;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  height: 39px;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
  justify-content: center;
}
.ekspo-faktoring-list .explanation-summary p {
  margin-bottom: 0;
}
.ekspo-faktoring-list .explanation-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.ekspo-faktoring-list a:hover {
  background: #c20101;
}
.ekspo-faktoring-list a:hover .explanation-date {
  background: #080d21;
}
.ekspo-faktoring-list a:hover .explanation-title,
.ekspo-faktoring-list a:hover .explanation-summary p {
  color: #fff;
}

/*ODA*/
/*sss*/
#sssHome {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 980px) {
  #sssHome .title {
    margin-top: 450px;
  }
}
@media (max-width: 640px) {
  #sssHome .title {
    margin-top: 290px;
  }
}
@media (max-width: 640px) {
  #sssHome .accordion .accordion-item:nth-child(n+4) {
    display: none;
  }
}

.accordion-item {
  border-radius: 4px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-header {
  padding: 30px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  color: #080D21;
  background: #fff;
}
@media (max-width: 640px) {
  .accordion-header {
    font-size: 16px;
  }
}
.accordion-header::after {
  content: "\e145";
  font-family: "Material Symbols Outlined";
  display: flex;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  margin: auto;
  transition: all 0.4s ease;
  font-weight: bold;
  align-items: center;
  font-size: 25px;
}

.accordion-body {
  padding: 0 40px 20px 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  display: none;
}

.open-accordion {
  background: #fff;
}
.open-accordion .accordion-header {
  color: #c20101;
}
.open-accordion .accordion-body {
  display: block;
}
.open-accordion .accordion-header::after {
  transform: rotate(-180deg);
  content: "\e15b";
}

.z-depth-1 {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
}

/*sss*/
.projects-slider2 {
  position: relative;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.projects-slider2 .projects-item2 {
  width: calc(50% - 10px);
  position: relative;
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
	.projects-slider2 .projects-item2 {
	  width: 100%;
	}
}
.projects-slider2 .projects-item2 .projects-text {
  position: absolute;
  z-index: 1;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 0 120px;
  text-align: center;
}
.projects-slider2 .projects-item2 .img img {
  transition: transform 0.3s ease;
}
.projects-slider2 .projects-item2:hover .img img {
  transform: scale(1.05);
}

/*form*/
.formContainer {
  background: #fff;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 22px;
}
.formContainer ol li {
  list-style: none;
  position: relative;
}
.formContainer ol .field-validation-error {
  color: #e80c4d;
  font-weight: 400 !important;
  position: absolute;
  left: 0;
  font-size: 10px;
  bottom: -2px;
}
.formContainer ol .twoList {
  display: flex;
  gap: 10px;
}
.formContainer ol .twoList .item {
  margin-bottom: 13px;
}
.formContainer ol .twoList .item span {
  font-size: 16px;
  color: #080D21;
}
.formContainer ol .placeholderTop {
  position: relative;
  margin-top: 2.5rem;
  border-bottom: 2px solid #adadad;
  padding-bottom: 0.5rem;
}
.formContainer ol .placeholderTop span::before, .formContainer ol .placeholderTop span::after {
  position: absolute;
  transition: 0.5s;
}
.formContainer ol .placeholderTop span::before {
  content: attr(data-placeholder);
  top: 5px;
  left: 0.3rem;
  color: #adadad;
  pointer-events: none;
  font-size: 0.9rem;
  font-size: 18px;
}
.formContainer ol .placeholderTop span::after {
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background: linear-gradient(120deg, #FFA800, #4A1F7C);
}
.formContainer ol .placeholderTop input {
  width: 100%;
  outline: none;
  border: none;
  padding-left: 0.3rem;
  font-size: 16px;
  color: #2D1F5C;
}
.formContainer ol .placeholderTop input.focus + span::before {
  top: -35%;
  font-size: 14px;
}
.formContainer ol .placeholderTop input.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop textarea {
  width: 100%;
  outline: none;
  border: none;
  padding-left: 0.3rem;
  font-size: 16px;
  color: #2D1F5C;
}
.formContainer ol .placeholderTop textarea.focus + span::before {
  top: -8%;
  font-size: 14px;
}
.formContainer ol .placeholderTop textarea.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop input::-webkit-input-placeholder,
.formContainer ol .placeholderTop textarea::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input:-moz-placeholder,
.formContainer ol .placeholderTop textarea:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input::-moz-placeholder,
.formContainer ol .placeholderTop textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input:-ms-input-placeholder,
.formContainer ol .placeholderTop textarea:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol input[type=submit] {
  width: 100%;
  height: 2.5rem;
  border: none;
  outline: none;
  margin-top: 2rem;
  color: white;
  font-size: 0.9rem;
  border-radius: 3px;
  cursor: pointer;
  background: linear-gradient(120deg, #FFA800, #4A1F7C, #FFA800);
  background-size: 200%;
  transition: 0.5s;
}
.formContainer ol input[type=submit]:hover {
  background-position: right;
}
.formContainer ol .full {
  width: 100% !important;
}
.formContainer ol .two {
  display: inline-block;
  width: calc(50% - 15px);
}
.formContainer ol .two:nth-child(2n) {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .formContainer ol .two:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .formContainer ol .two {
    width: 100%;
  }
}
.formContainer .captchaTwo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language {
 align-items: center; 
 display: flex;
}


.language a {
  color: #fff; 
  font-size: 18px;
}

.formContainer #btnCommunicationFormSave {
  height: 48px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 17px;
  padding: 0 40px;
  font-weight: 500;
  background-color: #C20101;
  margin-top: 20px;
}

/*form*//*# sourceMappingURL=project.css.map */