a.btn.btn-cstm-trans.section-btn-inner.self.d-none.d-lg-table {
  margin-right: 0 !important;
}
section.section-header.manifest img.img-fluid {
  max-height: 80px;
  margin-bottom: 24px;
}
.blog-card-home {
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blog-card-home.card-left {
  max-height: 520px;
  min-height: 400px;
  overflow: hidden;
}
.blog-card-home.card-left .card-bg-holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.335) 31.77%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-card-home.card-left .card-details {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 0 40px;
  padding-bottom: 48px;
  z-index: 3;
}
.blog-card-home.card-left .card-details h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
 /* or 144% */
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.blog-card-home.card-left .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  color: #fff;
  margin-bottom: 32px;
}
.blog-card-home.card-left .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.blog-card-home.card-right {
  max-height: 247px;
  min-height: 247px;
  overflow: hidden;
}
.blog-card-home.card-right:first-child {
  margin-bottom: 24px;
}
.blog-card-home.card-right .card-bg-holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.335) 31.77%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-card-home.card-right .card-details {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 0 24px;
  padding-bottom: 32px;
  z-index: 3;
}
.blog-card-home.card-right .card-details h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
 /* identical to box height, or 158% */
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.blog-card-home.card-right .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  color: #fff;
  margin-bottom: 32px;
}
.blog-card-home.card-right .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.video-card {
  margin-bottom: 24px;
  cursor: pointer;
}
.video-card img {
  border-radius: 30px;
  min-height: 280px;
}
.video-card .cover-wrapper {
  position: relative;
  min-height: 172px;
}
.video-card .cover-wrapper img {
  border-radius: 30px;
  min-height: 172px;
}
.video-card .cover-wrapper .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.video-card .cover-wrapper .play-btn i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}
.video-card .content {
  margin-bottom: 24px;
  margin-top: 24px;
}
.video-card .content .tags a.tag {
  background: #00538b;
  border-radius: 4px;
  margin-right: 8px;
  padding: 0px 14px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
 /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: unset !important;
  height: 20px;
  display: inline-flex;
  margin-bottom: 8px;
}
.video-card .content h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
 /* or 170% */
  letter-spacing: -0.02em;
  color: #232323;
  margin-bottom: 32px;
}
.video-card .content .video-title {
  min-height: 102px;
}
.video-card .content a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #232323;
  text-decoration: unset !important;
}
.event-card {
  cursor: pointer;
}
.event-card img {
  min-height: 250px;
  border-radius: 30px;
}
.event-card .content {
  margin-top: 32px;
}
.event-card .content .date {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
 /* or 229% */
  color: #004578;
}
.event-card .content h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
 /* or 170% */
  color: #000;
}
.event-card .content p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
 /* or 162% */
  color: #7a7a7a;
  margin-bottom: 24px;
}
.event-card .content a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  text-decoration: unset !important;
}
section.product-detail nav.custom-bread {
  background: #f3f4f6;
  border-radius: 30px;
  padding: 30px 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
section.product-detail nav.custom-bread ol.breadcrumb {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
section.product-detail nav.custom-bread ol.breadcrumb li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800 !important;
  font-size: 12px !important;
  color: #232 !important;
 /* or 233% */
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
section.product-detail nav.custom-bread ol.breadcrumb li::before {
  color: #979797 !important;
}
section.product-detail nav.custom-bread ol.breadcrumb li a {
  color: #979797 !important;
}
section.product-detail nav.custom-bread .nav-link {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #5c5c5c;
}
section.product-detail nav.custom-bread .dropdown-menu.show {
  right: 0;
  margin-top: 24px !important;
  background: #f3f4f6;
  border: unset;
  -webkit-box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
}
section.product-detail nav.custom-bread .dropdown-menu.show li a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #5c5c5c;
  margin-bottom: 16px;
  border-radius: 30px;
}
section.product-detail nav.custom-bread .dropdown-menu.show li::before {
  display: none !important;
}
section.section-header.video.inner {
  margin-top: 40px;
  padding: 0;
  margin-bottom: 120px;
}
section#etkinlikler {
  margin-bottom: 120px;
}
.vfm__content {
  position: relative;
}
button.modal__close, button.modal__close:hover {
  font-size: 24px;
  top: 0 !important;
  right: 0 !important;
  position: absolute;
  border: unset !important;
}
.event-detail {
  margin-top: 60px;
  margin-bottom: 120px;
}
.event-detail span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #004578;
}
.event-detail h2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #525151;
  margin-top: 24px;
  margin-bottom: 40px;
}
.event-detail p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #606060;
}
.event-detail img {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 30px;
}
