@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.search-active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

.search-active input {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
  top: 17vh;
}

.news-announcements {
  width: 100%;
  margin: 0 auto;
}

.news-announcements .news-announcements-inner {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
}

.news-announcements .news-announcements-inner .news {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-right: 60px;
  align-items: center;
}

.news-announcements .news-announcements-inner .news-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.news-announcements .news-announcements-inner .news .news-type {
  background: #fff;
  height: 260px;
  width: 24%;
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 14px;
  font-family: "Ubuntu", sans-serif;
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.22);
}

.news-announcements .news-announcements-inner .news-2 .news-type {
  background: #fff;
  height: 260px;
  width: 21%;
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 14px;
  font-family: "Ubuntu", sans-serif;
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.22);
}

.news-announcements .news-announcements-inner .news .news-type .news-title {
  display: flex;
  padding: 2px 5px;
  height: 105px;
  align-items: center;
  box-sizing: border-box;
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-title {
  display: flex;
  padding: 2px 5px;
  height: 105px;
  align-items: center;
  box-sizing: border-box;
}

.news-announcements .news-announcements-inner .news .news-type .news-title h5 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500;
  line-height: 120%;
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-title h5 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500;
  line-height: 120%;
}

.news-announcements .news-announcements-inner .news .news-type .news-face {
  height: 60%;
  position: relative;
  overflow: hidden;
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-face {
  height: 100%;
  overflow: hidden;
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-face {
  transition: transform 0.3s ease;
  /* 0.3 saniye, yavaşlatma */
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-face:hover {
  transform: scale(1.05);
  /* Hover durumunda ölçekleme */
}

.news-announcements .news-announcements-inner .news .news-type .news-face img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  transition: 0.4s;
}

.news-announcements .news-announcements-inner .news-2 .news-type .news-face img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  left: 0;
  transition: 0.4s;
}

.news-announcements .news-announcements-inner .news .news-type:hover img {
  transform: scale(1.05);
}

.news-announcements .news-announcements-inner .news .news-type:hover {
  box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.22);
}

.news-announcements .news-announcements-inner .new-2 .news-type:hover img {
  transform: scale(1.05);
}

.news-announcements .news-announcements-inner .news-2 .news-type:hover {
  box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.22);
}

.news-announcements .news-announcements-inner .news .news-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news-announcements .news-announcements-inner .news-2 .news-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news-announcements .news-announcements-inner .news .news-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news-announcements .news-announcements-inner .news-2 .news-bottom {
  width: 100%;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.news-announcements .news-announcements-inner .news .news-top .news-type:first-child {
  width: 49.3%;
}

.news-announcements .news-announcements-inner .news-2 .news-top .news-type:first-child {
  width: 33.3%;
  height: 195%;
}

.news-announcements .news-announcements-inner .announcements {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 0px !important;
  width: calc(30% - 60px);
}

.news-announcements .news-announcements-inner .announcements .annoSlider {
  height: 535px;
}

.news-announcements .news-announcements-inner .announcements .swiper-slide {
  border: solid 1px #d4d4d4;
  border-left: solid 5px #e12228;
  background: #fff;
  padding: 24px 0;
}

.news-announcements .news-announcements-inner .announcements .swiper-slide h5 {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 !important;
}

.news-announcements .news-announcements-inner .announcements .swiper-slide a {
  line-height: 19px;
  padding-left: 5px;
}

.events-area {
  width: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding: 50px 0;
}

.sit-area {
  width: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding: 50px 0;
}

.sit-area>div:first-child {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  max-width: 1920px;
}

.sit-area>div:last-child {
  width: 95%;
  display: flex;
  justify-content: center;
  max-width: 1920px;
}


.events-area>div:first-child {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  max-width: 1920px;
}

.events-area>div:last-child {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
}

.events-area .swiper-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}

.events-area .show-all-button {
  margin-left: 0 !important;
  margin-top: 40px;
}

.fast-links-header {
  background-image: url('/front/images/pattern/title-bg.png');
  background-size: 560px;
  height: 6vh;
  display: flex;
  align-items: center;
  position: relative;
}

.fast-links-header:before {
  content: "";
  background: rgba(85, 25, 50, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.fast-links-header div {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.fast-links-header div h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 23px;
  color: white;
  font-weight: 200;
}

.fast-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fast-links>div:last-child {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
}

.fast-links .show-all-button {
  margin-top: 40px;
  margin-left: 0;
}

.fast-links .fast-links-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  max-width: 1920px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fast-links .fast-links-inner::-webkit-scrollbar {
  opacity: 0;
}

.fast-links .fast-links-inner::-webkit-scrollbar-thumb {
  opacity: 0;
}

.fast-links .fast-links-inner .link-type {
  display: flex;
  flex-direction: column;
  white-space: pre-line;
  color: black;
  font-weight: 500;
  text-align: start;
  line-height: 100%;
  background: #fff;
  align-items: center;
  padding: 10px;
  height: 155px;
  width: calc((100% - 140px) / 8);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  margin: 10px;
}

.fast-links .fast-links-inner .link-type:nth-child(1),
.fast-links .fast-links-inner .link-type:nth-child(9),
.fast-links .fast-links-inner .link-type:nth-child(17) {
  margin-left: 0;
}

.fast-links .fast-links-inner .link-type:nth-child(8),
.fast-links .fast-links-inner .link-type:nth-child(16),
.fast-links .fast-links-inner .link-type:nth-child(24) {
  margin-right: 0;
}

.fast-links .fast-links-inner .link-type:nth-child(n+25) {
  display: none;
}

.fast-links .fast-links-inner .link-type img {
  height: 3.5vw;
  display: block;
  margin: auto;
  transition: 0.3s;
}

.fast-links .fast-links-inner .link-type:hover {
  transform: perspective(10px);
  transform: scale(1.2);

}

.fast-links .fast-links-inner .link-type .link-image {
  height: 4vw;
  display: flex;
}

.fast-links .fast-links-inner .link-type .link-title {
  width: 100% !important;
  white-space: pre-line;
  color: black;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
  font-size: 13px;
}

.sub-news-header {
  background-image: url('/front/images/pattern/title-bg.png');
  background-size: 560px;
  height: 6vh;
  display: flex;
  align-items: center;
  position: relative;
}

.sub-news-header:before {
  content: "";
  background: rgba(85, 25, 50, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.sub-news-header div {
  width: 80%;
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}

.sub-news-header div h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 23px;
  color: white;
  font-weight: 200;
}

.sub-news {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  background-position: top;
  box-shadow: 0 0 20px #0000004d;
}

.sub-news-inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}

.sub-news .sub-news-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  max-width: 1920px;
  flex-wrap: wrap;
  border: 1px solid black;
}

.sub-news .sub-news-inner::-webkit-scrollbar {
  opacity: 0;
}

.sub-news .sub-news-inner::-webkit-scrollbar-thumb {
  opacity: 0;
}

.sub-news .sub-news-inner .link-type {
  display: flex;
  white-space: pre-line;
  color: black;
  font-weight: 500;
  text-align: start;
  line-height: 100%;
  background: #fff;
  align-items: center;
  height: 155px;
  width: calc(100% / 5);
  transition: 0.3s;
  position: relative;
  border: 1px solid black;
  overflow: hidden;
}

.sub-news .sub-news-inner .link-type:nth-child(6) .link-type-left {
  order: 1;
}

.sub-news .sub-news-inner .link-type:nth-child(7) .link-type-left {
  order: 1;
}

.sub-news .sub-news-inner .link-type:nth-child(8) .link-type-left {
  order: 1;
}

.sub-news .sub-news-inner .link-type:nth-child(9) .link-type-left {
  order: 1;
}

.sub-news .sub-news-inner .link-type:nth-child(10) .link-type-left {
  order: 1;
}

.sub-news .sub-news-inner .link-type-right {
  width: 50%;
  height: 100%;
  display: flex;
  order: 1;
  transition: all ease-in 2s;
  transition: all ease-out 300ms;
}

.sub-news .sub-news-inner .link-type-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-news .sub-news-inner .link-type-left {
  width: 50%;
  background-color: #282828;
  height: 100%;
  display: flex;
  align-items: center;
  order: 2;
  justify-content: center;
  padding: 12px;
}

.sub-news .sub-news-inner .link-type-left h5 {
  font-size: 13px;
  text-align: center;
  color: white;
}

.sub-news .sub-news-inner .link-type-hover {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e12228db;
  transition: 700ms all;
  position: absolute;
  top: 0;
  right: -101%;
}

.sub-news .sub-news-inner .link-type-front {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  transition: 300ms all;
  background-color: #282828;
}

.sub-news .sub-news-inner .link-type-hover p {
  color: white;
  font-weight: 200;
  font-size: 12px;
}

.sub-news .sub-news-inner .link-type-hover>p {
  font-weight: 400;
  font-size: 13px;
}

.sub-news .sub-news-inner .link-type-hover a {
  color: white;
  font-weight: 200;
  margin: 0 auto;
}

.sub-news .sub-news-inner .link-type-hover div {
  display: flex;
  flex-direction: column;
}

.sub-news .sub-news-inner .link-type-hover a {
  font-weight: 500;
}

.sub-news .sub-news-inner .link-type-hover i {
  font-family: "Font Awesome 5 Pro" !important;
}


.sub-news .sub-news-inner .link-type .link-image {
  height: 4vw;
  display: flex;
}

.link-type:hover .link-type-left {
  display: none;
}

.link-type:hover .link-type-right {
  width: 100%;
  transition: 500ms all;
}

.link-type:hover .link-type-hover {
  right: 0;
}

.sub-news .sub-news-inner .link-type .link-title {
  width: 100% !important;
  white-space: pre-line;
  color: black;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
  font-size: 13px;
}

.blur {
  filter: brightness(1) blur(30px) contrast(1) saturate(1);
}

.blur2 {
  filter: brightness(1) blur(2px) contrast(1) saturate(1);
}

.flat-video-fancybox .overlay-inner .title {
  font-family: "Playfair Display", serif !important;
  font-weight: 700;
}

.fa-play {
  transition: 0.5s;
}

.flex-fix {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-hover:hover .fa-play {
  transform: rotate(360deg);
}

.mobile-up {
  display: none;
}

.mobile-search {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: 60px !important;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px;
  z-index: 1005;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.mobile-search .input-area {
  position: relative;
  width: 100%;
  max-width: none;
}

.mobile-search input {
  width: 100% !important;
  height: 50px !important;
  border-radius: 8px !important;
  transition: 0.3s;
  padding: 12px 60px 12px 15px !important;
  position: relative !important;
  top: 0 !important;
  font-size: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
  background: white !important;
  display: block !important;
  flex-direction: initial !important;
  justify-content: initial !important;
  align-items: initial !important;
}

.mobile-search .submit-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-left: 0;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  background: #e12228;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-search .submit-search .fa-search {
  font-size: 16px;
  color: white;
}

.mobile-search .close-search {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 8px;
  color: #666;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-search .close-search:hover {
  background: rgba(0, 0, 0, 0.2);
}

.mobile-search .close-search:hover i {
  transform: rotate(90deg);
}

.mobile-search .close-search .fa-times {
  font-size: 16px;
  transition: 0.4s;
  color: #ffffff !important;
  -webkit-text-stroke: none;
}

.mobile-search-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.statistic-title {
  font-weight: 900;
  font-family: "Playfair Display", serif !important;
  color: #fff;
  font-size: 2.9vw;
  height: 40px;
  margin-bottom: 5px;
}

.blur5 {
  filter: brightness(1) blur(5px) contrast(1) saturate(1);
}

.statistic-ico {
  width: 30px;
  margin-top: 17px;
}

.banner-counter-text {
  font-family: "Playfair Display", serif !important;
  font-weight: 700;
}

.banner-counter-text-story {
  font-family: "Playfair Display", serif !important;
  font-weight: 700;
}

.show-all-button {
  font-size: 1.4em;
  background: #e12228;
  padding: 6px 20px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  font-weight: 100;
  border: 1px solid transparent;
  transition: 0.4s;
}

.show-all-button:hover {
  background: #fff;
  color: #e12228;
  border-color: #e12228;
}

/* EVENTS START*/
.event-type {
  width: 300px;
  height: 100%;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0 !important;
  background: transparent;
}

.card-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front .inner {
  background: #fff;
  border-bottom-left-radius: 16px;
  top: 252px !important;
  border-bottom-right-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 1px 14px;
  height: 150px;
  padding-top: 20px;
  justify-content: center;
}

.front .inner .date-time {
  width: 100% !important;
  white-space: pre-line;
  color: #fff;
  font-weight: 500;
  position: absolute;
  text-align: start;
  line-height: 100%;
  background: #333;
  top: -30px;
  width: 60px !important;
  height: 60px;
  text-align: center;
}

.front .inner .date-time #dateMounth {
  color: #fff !important;
}

.front .inner div {
  width: 100% !important;
  white-space: pre-line;
  color: black;
  font-weight: 500;
  text-align: start;
  line-height: 100%;
}

.front .inner span {
  color: black !important;
  text-align: left;
  font-size: 0.7em;
  line-height: 10px;
  margin-top: 10px;
}

.front .inner span img {
  width: 12px;
  margin-right: 5px;
}

.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: 330px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #e12228;
}

.back .detail {
  font-family: "Playfair Display", serif !important;
  font-size: 1.05em;
  text-transform: capitalize;
  color: #fff !important;
  font-weight: bold;
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.1;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.card-container:hover .front,
.card-container:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.card-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}

.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-weight: 300;
}

.search-area-home {
  position: fixed !important;
  height: 87.9vh !important;
  width: 100% !important;
  left: 0 !important;
  flex-direction: column !important;
  display: flex !important;
  top: 11vh !important;
  align-items: center !important;
}

.search-area-home .search-title {
  margin-top: 0vh !important;
  display: block !important;
}

.search-area-home .input-area {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  top: 0 !important;
}

.full-color {
  background: #ffffff !important;
}

.mobile-menu {
  width: 100%;
  display: block;
  z-index: 1002;
  position: fixed;
  left: 0;
  background: #e12228;
  color: #fff !important;
  top: 49px;
}

.mobile-menu>ul {
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mobile-menu>ul>li {
  line-height: 40px;
}

.mobile-menu .submenu-open {
  margin: 0;
  padding: 0;
  background: transparent;
  padding-left: 24px;
  font-weight: bold;
}

.mobile-menu .submenu-open i {
  font-size: 13px;
  transition: 0.3s;
}

.mobile-menu .submenu-open-b {
  margin: 0;
  padding: 0;
  border: none;
  height: 50px;
  width: 8%;
  background: transparent;
  display: inline-block;
  line-height: 47px;
  position: relative;
  top: -5px;
}

.mobile-menu .submenu-open-b i {
  font-size: 13px;
  transition: 0.3s;
}

.mobile-menu .big-submenu img {
  display: none;
}

.mobile-menu .submenu-submenu-open {
  margin: 0;
  padding: 0;
  border: none;
  height: 50px;
  background: transparent;
  display: inline-block;
  line-height: 47px;
  position: relative;
}

.mobile-menu .submenu-submenu-open i {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.mobile-menu .submenu-submenu-open-b {
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: none;
  right: 7%;
  height: 50px;
  background: transparent;
  display: inline-block;
  line-height: 47px;
  position: absolute;
  top: -5px;
}

.mobile-menu .submenu-submenu-open-b i {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.mobile-menu>ul {
  overflow-y: scroll;
  overflow-x: hidden;
}

.mobile-menu>ul>li {
  border-top: 1px solid #ffffff;
}

.mobile-menu>ul>li span {
  display: inline-block;
  width: 100%;
}

.mobile-menu>ul>li>a {
  color: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}

.mobile-menu>ul>li ul a {
  display: block;
  padding: 1px 0;
}

.mobile-menu>ul ul {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.mobile-menu>ul ul a {
  color: #ffffff;
}

.news-top .news-type:first-child {
  position: relative;
}

.news-top .news-type:first-child .news-face {
  height: 100% !important;
}

.news-top .news-type:first-child .news-title {
  position: absolute;
  z-index: 9;
  background: #000000ab;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 75px !important;
}

.submenu-open-b {
  pointer-events: none;
  position: absolute !important;
  right: 5px;
}

.atrr-hover {
  position: relative;
}

.icon-active {
  transform: rotate(90deg);
}

.btn-menu-active-inner i {
  transform: rotate(45deg);
}

/*
@media screen and (max-width: 64rem){
    .event-type{
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem){
    .event-type{
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem){
    .event-type{
        width: 100%;
        margin: 0 0 2rem 0;
    }
}
*/
/* EVENTS END*/
video::-webkit-media-controls {
  visibility: hidden !important;
}

video::-webkit-media-controls-enclosure {
  visibility: visible !important;
}

.uluslararasi {
  padding-top: 27px !important;
}
