@import "./theme-colors.css";
@import "./normalize.css";
@import "./spacing.css";
@import "./fonts.css";
@import "./lib/hint.css";

/* General Utilities */
html,
body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-text);
  background: var(--color-background);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fancybox__container {
  z-index: 99999 !important;
}
html {
  border-top: 3px solid var(--color-red);
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.full-w {
  width: 100%;
  height: auto;
}
.b-t {
  border-top: 1px solid var(--color-border);
}
.b-b {
  border-bottom: 1px solid var(--color-border);
}
.bg-surface {
  background: var(--color-surface);
}
.bg-surface-dark {
  background: var(--color-surface-dark);
}
.banner_7_5 {
  display: grid;
  grid-template-columns: calc((100% / 5 - 12px / 6) * 3) auto;
  gap: 15px;
  overflow-x: auto;
}
.banner_h_80 img {
  height: 80px;
}
.tabArea {
  display: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tabArea.active {
  display: block;
}
.tabArea {
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup {
  position: fixed;
  top: calc(50% - 300px);
  left: calc(50% - 450px);
  z-index: 9999;
  width: 900px;
  height: 600px;
}
.popup img {
  width: 100%;
  height: auto;
}
.popup,
#overlayPopup {
  animation: fadeEffect 1s;
}

.popup .closeBtn {
  position: absolute;
  right: 0px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--color-surface);
  color: var(--color-text);
  cursor: pointer;
}

@media (max-width: 992px) {
  .popup {
    position: fixed;
    top: 50%;
    left: 1%;
    z-index: 9999;
    width: 98%;
    height: auto;
  }
}
.spot {
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: var(--color-text-secondary);
  font-weight: 400;
  display: block;
}
blockquote {
  border-left-width: 0.4rem;
  border-left-color: var(--color-text-tertiary);
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin: 30px 0;
  background-color: var(--color-surface);
  background-image: url("../images/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right -2px;
}
hr {
  border-top: 1px solid var(--color-border);
  margin: 2.5rem 0;
  opacity: 1;
}
/* General Utilities */

/* Header */
.headerSaat {
  font-size: 0.7rem;
}
header {
  background: var(--color-surface);
  position: sticky;
  top: -75px;
  z-index: 9999;
}
header.sticky {
  box-shadow: 0 2px 4px 0 var(--color-shadow);
  border-bottom: 1px solid var(--color-border);
}
header .logo {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 40px;
  top: 31px;
}
header.sticky .logo {
  top: 77px;
  height: 35px;
}
header .logo img {
  height: 100%;
}
header .logo .text {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text-dark);
  line-height: 1;
}
header .logo .text b {
  color: var(--color-red);
}
header .slogan {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  letter-spacing: -0.1px;
  white-space: nowrap;
  padding-left: 170px;
}
header .topmenu {
}
header .topmenu ul {
  display: flex;
  justify-content: end;
}
header .topmenu ul li a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.2em;
  padding: 0 0 0 24px;
  color: var(--color-text-secondary);
}
header .topmenu ul li a:hover {
  color: var(--color-text-strong);
}
header ul li a i {
  color: var(--color-text-secondary);
  font-size: 14px;
  margin-right: 4px;
}
/**--- Theme Switcher */
html[data-theme="dark"] .light,
body[data-theme="dark"] .light {
  display: none !important;
}
html[data-theme="light"] .dark,
body[data-theme="light"] .dark {
  display: none !important;
}
/**--- Theme Switcher */
/**--- Menu */
header .mainmenu {
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
header.sticky .mainmenu {
  padding-left: 160px;
}
header .mainmenu .menu {
  display: flex;
}
header .mainmenu .menu li a {
  display: block;
  position: relative;
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1em;
  padding: 12px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .mainmenu .menu li a::after {
  content: "";
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-color: var(--color-fill);
  bottom: 0;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header .mainmenu .menu li a:hover::after {
  width: 100%;
  left: 0;
}
header .mainmenu .menu li:first-child a {
  padding-left: 0;
}
header .mainmenu .menu li a:hover {
  color: var(--color-fill);
}
header .mainmenu .menutrigger {
  margin-left: auto;
  margin-right: 0;
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1em;
  padding: 12px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**--- Menu End */
/**--- Mobile Menu */
#fullmenu {
  position: fixed;
  display: block;
  left: -100%;
  top: 56px;
  height: 100%;
  width: 100%;
  min-width: 300px;
  padding: 0;
  background: var(--color-surface);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
}
@media (min-width: 660px) {
  #fullmenu {
    max-width: 380px;
  }
}
#fullmenu.sticky {
  top: 55px !important;
}
@media (min-width: 660px) {
  #fullmenu.sticky {
    top: 40px !important;
  }
}
#fullmenu.active {
  left: 0;
  right: auto;
}
#fullmenu .menu-head {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  height: 60px;
  z-index: 9;
}
#fullmenu .menu-head {
  box-shadow: 0 2px 4px 0 var(--color-shadow);
}
#fullmenu .menu-head .nav {
  text-align: right;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#fullmenu .menu-head .nav > a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--color-text);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5em;
  border-right: 1px solid var(--color-border);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#fullmenu .menu-head .nav > a i {
  display: block;
  width: auto;
  height: auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  color: var(--color-text);
}

#fullmenu .menu-body {
  height: 100%;
  padding: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  overflow-x: auto;
}
#fullmenu .menu-body .stats {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid var(--color-border);
}
#fullmenu .menu-body .stats > div {
  text-align: center;
  width: 100%;
}
#fullmenu .menu-body .stats .date {
  border-right: 1px solid var(--color-border);
  text-align: center;
}
#fullmenu .menu-body .stats .date > span {
  display: block;
}
#fullmenu .menu-body .stats .date .day {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1em;
}
#fullmenu .menu-body .stats .date .dayname,
#fullmenu .menu-body .stats .date .month {
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
}
#fullmenu .menu-body .stats .weather {
  position: relative;
  border-right: 1px solid var(--color-border);
  padding: 0 10px;
}
#fullmenu .menu-body .stats .currencies {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
}
#fullmenu .menu-body .stats .currencies > span {
  display: block;
}
#fullmenu .menu-body .stats .currencies .currency {
  color: var(--color-text);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.5px;
}
#fullmenu .menu-body .stats .currencies .percent.green {
  color: var(--color-green);
}
#fullmenu .menu-body .item a.title {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  position: relative;
  color: var(--color-text);
  padding-left: 30px;
}
#fullmenu .menu-body .item a {
  display: block;
  padding: 12px;
}
#fullmenu .menu-body .stats .weather select {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  height: auto;
  padding: 5px 10px 5px 5px;
  margin-bottom: 0 !important;
  background-size: 20px;
  min-width: 120px;
  line-height: 1em;
  border-color: rgba(0, 0, 0, 0);
  color: var(--color-text-secondary);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: transparent;
}
#fullmenu .menu-body .stats .weather .temperature {
  position: absolute;
  right: 10px;
  top: 0;
  font-weight: 700;
}
#fullmenu .menu-body .stats .weather .icon {
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#fullmenu .menu-body .item ul {
  display: none;
  margin: 0 0 20px 22px;
  padding: 0;
  list-style: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-left: 1px solid var(--color-border);
}
#fullmenu .menu-body .item ul.active {
  display: block;
}
#fullmenu .menu-body .item i {
  left: -10px;
  color: var(--color-red);
}
#fullmenu .menu-body .item ul li a {
  line-height: 1em;
  padding: 12px 12px 12px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text);
}
#fullmenu .menu-body .item .title.sub {
  padding-left: 10px;
}
#fullmenu .menu-body .item a:hover {
  color: var(--color-red);
}
#fullmenu .menu-body .item i.fa-minus::before {
  content: "\f068" !important;
}
/**--- End Mobile Menu */
/**--- Borsa ---*/
.borsaticker {
  cursor: default;
  overflow: auto;
}
.borsaticker .items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.borsaticker .item {
  display: flex;
  gap: 5px;
  line-height: 1em;
  white-space: nowrap;
}
.borsaticker .item .name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.borsaticker .item .name::after {
  content: " ";
  margin-left: 4px;
  width: 9px;
  height: 9px;
  display: inline-block;
}
.borsaticker .item.down .name::after {
  background: url("../images/icons/down-red.svg") center center no-repeat;
  background-size: 100%;
}
.borsaticker .item.up .name::after {
  background: url("../images/icons/up-green.svg") center center no-repeat;
  background-size: 100%;
}
.borsaticker .item .rate {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.8;
  letter-spacing: -0.2px;
}
.borsaticker .item .rate .change {
  font-size: 0.6875rem;
  font-weight: 400;
  margin-left: 5px;
}
.borsaticker .item.up .rate .change {
  color: var(--color-green);
}
.borsaticker .item.down .rate .change {
  color: var(--color-red-t);
}
/**--- End Borsa ---*/
/**--- End Header ---*/

/* mansetSlider */
.mansetSlider img {
  width: 100%;
}
.mansetSlider .slider-numbers {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0.5px;
  height: 33px;
}
.mansetSlider .all,
.mansetSlider .swiper-pagination-bullets {
  scroll-behavior: smooth;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mansetSlider .all,
.mansetSlider .swiper-pagination-bullet {
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  border: none;
  display: inline-block;
  width: 36px;
  height: 100%;
  color: var(--color-text);
  background: var(--color-surface);
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  opacity: 1;
  letter-spacing: -0.3px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.4em;
  font-weight: 600;
}
.mansetSlider .all:hover,
.mansetSlider .swiper-pagination-bullet:hover,
.mansetSlider .swiper-pagination-bullet-active {
  color: var(--color-white) !important;
  background: var(--color-fill) !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
  font-size: 2rem;
  text-shadow: 0 2px 3px var(--color-black);
}
@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.mansetSlider .filter-grand {
  height: 100%;
  width: 60%;
  z-index: 2;
  top: 0;
  position: absolute;
  background: linear-gradient(
    to right,
    #0a0a0a 0,
    #0a0a0a 65%,
    rgba(10, 10, 10, 0) 100%
  );
}
.mansetSlider .filter-grand.right {
  right: 0;
  background: linear-gradient(
    to left,
    #0a0a0a 0,
    #0a0a0a 65%,
    rgba(10, 10, 10, 0) 100%
  );
}
.mansetSlider .text {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.mansetSlider .text.right {
  left: auto;
  right: 0;
  justify-content: right;
  text-align: right;
}
.mansetSlider .text h3 {
  width: 60%;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  font-size: 40px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
/**--- End mansetSlider ---*/

/**--- Grid Slider ---*/
.gridsliderNews {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  overflow-x: auto;
}
.gridsliderNews a.item {
  display: flex;
  position: relative;
  color: var(--color-white);
  overflow: hidden;
  height: 254px;
}
.gridsliderNews a.item figure {
  display: block;
  width: 100%;
}
.gridsliderNews a.item img {
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  object-fit: cover;
  width: 100%;
}
.gridsliderNews a.item .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.3px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 65%
  );
  margin: 0;
  overflow: hidden;
}
.gridsliderNews a.item .title .text {
  display: block;
  padding: 60px 15px 20px 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridsliderNews a.item {
    width: 226px;
  }
}
/**--- End Grid Slider ---*/

/**--- Grid Box ---*/
.gridsliderNewsBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 430px) {
  .gridsliderNewsBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 430px) {
  .gridsliderNewsBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 660px) {
  .gridsliderNewsBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .gridsliderNewsBox {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gridsliderNewsBox.grid3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 430px) {
  .gridsliderNewsBox.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 430px) {
  .gridsliderNewsBox.grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 660px) {
  .gridsliderNewsBox.grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .gridsliderNewsBox.grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gridsliderNewsBox .item {
  background: var(--color-surface);
}
.gridsliderNewsBox .item a .thumb {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gridsliderNewsBox .item a {
  display: block;
  position: relative;
  color: var(--color-black-white);
}
.gridsliderNewsBox .item a h3 {
  display: block;
  padding: 0;
  margin: 10px 15px;
  max-height: 70px;
  overflow: hidden;
  font-size: 1.0625rem;
}

@media (max-width: 992px) {
  .gridsliderNews a.item {
    width: 226px;
  }
}
/**--- End Grid Box ---*/

/**--- Popular Section ---*/
.sectionTitle {
  display: flex;
  background-color: var(--color-surface);
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
.sectionTitle.transparent {
  background-color: transparent;
}
.sectionTitle a.tabBtn,
.sectionTitle h3 {
  position: relative;
  padding: 0 20px;
  height: 100%;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
}
.sectionTitle a.tabBtn {
  cursor: pointer;
  width: 100%;
}
.sectionTitle a.tabBtn::before,
.sectionTitle h3::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 3px;
  background-color: var(--color-red);
  top: calc(50% - 6.5px);
  left: 10px;
}
.sectionTitle h3.active {
  width: 100%;
  display: flex;
  align-items: center;
}
.sectionTitle h3.active,
.sectionTitle a.tabBtn.active,
.sectionTitle a.tabBtn:hover {
  color: var(--color-white);
  background-color: var(--color-red);
}
.sectionTitle h3.active::before,
.sectionTitle a.tabBtn.active::before,
.sectionTitle a.tabBtn:hover::before {
  background-color: var(--color-white);
}
.sectionTitle.transparent h3 {
  font-size: 1rem;
}
.sectionTitle.transparent h3::before {
  height: 20px;
  top: calc(50% - 10px);
  width: 4px;
}
.sectionTitle a.button {
  position: relative;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
  cursor: pointer;
}
.sectionTitle a.button.red {
  background-color: var(--color-red);
  color: var(--color-white);
}
.sectionTitle a.button.grey {
  background-color: var(--color-border-g);
}
.sectionTitle h3.red {
  color: var(--color-red);
}
.sectionTitle h3.red b {
  color: var(--color-text-dark);
}
.sectionTitle .smallBtn {
  color: var(--color-text-secondary);
  font-size: 0.6rem;
  padding: 0 10px;
}
.sectionTitle .smallBtn.active {
  color: var(--color-white);
  text-transform: lowercase;
  margin-left: auto;
  margin-right: 0;
  line-height: 1rem;
}

/**--- End Popular Section ---*/

/**--- Small News Box ---*/
.smallNewsBox a {
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--color-surface);
  color: var(--color-black-white);
  letter-spacing: -0.3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.smallNewsBox figure {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  margin: 0;
}
.smallNewsBox a figure .img {
  min-width: 150px;
  max-width: 150px;
  height: 83.2px;
}
.smallNewsBox a figure .img img {
  width: 100%;
  object-fit: cover;
}
.smallNewsBox a figure .text {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 44px;
  font-weight: 500;
  font-size: 17px;
  font-size: 0.8rem;
  letter-spacing: -0.3px;
  line-height: 1.4em;
  padding: 0;
}
/**--- Small News Box ---*/

.full-w-image img {
  width: 100%;
  height: auto;
}
/**--- Galeri Box ---*/
.gridFotoGaleri {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 430px) {
  .gridFotoGaleri {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 430px) {
  .gridFotoGaleri {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 660px) {
  .gridFotoGaleri {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .gridFotoGaleri {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gridFotoGaleri .item {
  background: var(--color-surface);
}
.gridFotoGaleri .item a img {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 113px;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gridFotoGaleri .item a {
  display: block;
  position: relative;
  color: var(--color-black-white);
}
.gridFotoGaleri .item a h3 {
  display: block;
  padding: 6px 8px;
  max-height: 50px;
  overflow: hidden;
  font-size: 0.8rem;
  margin: 0;
}

@media (max-width: 992px) {
  .gridFotoGaleri a.item {
    width: 226px;
  }
}
/**--- End Galeri ---*/

/**--- Articles & Author Box ---*/
.authorBox a {
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--color-surface);
  color: var(--color-black-white);
  letter-spacing: -0.3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.authorBox figure {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  margin: 0;
}
.authorBox a figure .img {
  min-width: 90px;
  max-width: 90px;
  height: 84px;
}
.authorBox a figure .img img {
  width: 100%;
  object-fit: cover;
}
.authorBox a figure .text {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 44px;
  font-weight: 500;
  font-size: 17px;
  font-size: 0.8rem;
  letter-spacing: -0.3px;
  line-height: 1.4em;
  padding: 0;
}
.authorBox a figure .text small {
  display: block;
  color: var(--color-text-secondary);
}
/**--- Articles & Author Box ---*/

.archiveSearch {
  display: flex;
  align-items: center;
  background: var(--color-background);
}
.archiveSearch input {
  width: 100%;
  height: 40px;
  color: var(--color-text-dark);
  font-size: 0.7rem;
  font-weight: 500;
  border: 1px solid var(--color-border-g);
  padding: 0 8px;
  background: var(--color-background);
  outline: none;
}
.archiveSearch button {
  border: 0;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 0.8rem;
  height: 40px;
  width: 115px;
}

/*Youtube Play*/
.section-title-youtube {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title-youtube .logo {
  position: relative;
  background: url("../images/icons/youtube-white.svg") 0 center no-repeat;
  background-size: 135px;
  width: 135px;
  height: 40px;
}
.section-title-youtube .logo::after {
  content: " ";
  display: block;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--color-fill);
}
.section-title-youtube .aboneol {
  display: block;
  background: #000 url(../images/icons/youtube-player.svg) 8px center no-repeat;
  background-size: 23px;
  padding: 3px 5px 3px 35px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--color-white);
  border-radius: 3px;
}
.youtubePlayer {
  min-height: 300px;
  display: flex;
  position: relative;
}
.youtubePlayer a {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  width: 100%;
}
.youtubePlayer a .img {
  display: block;
  position: relative;
  height: 480px;
}
.youtubePlayer img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtubePlayer a .img::after {
  content: " ";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 120px;
  height: 75px;
  background: url("theme/assets/img/svg/youtube-player.svg") center center
    no-repeat;
  background-size: 60%;
  opacity: 0.9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.youtubePlayer .desc {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  padding: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
.youtubePlayer .desc .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 5px;
  display: block;
  letter-spacing: -0.3px;
}
.youtubePlayer_video-list {
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}

.youtubePlayer_video-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.youtubePlayer_video-list .list li {
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #303032;
}
.youtubePlayer_video-list .list li:first-child {
  padding-top: 0;
}
.youtubePlayer_video-list .list li a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4em;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
.youtubePlayer_video-list .list li a img {
  display: flex;
  width: 120px;
  height: 67px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.youtubePlayer_video-list .list li a > span {
  padding-left: 15px;
}
.youtubePlayer_video-list.list li a .text {
  display: block;
  max-height: 69px;
  overflow: hidden;
  font-weight: 600;
}
@media (max-width: 992px) {
  .youtubePlayer {
    min-height: auto;
    margin-bottom: 20px;
  }
  .youtubePlayer a .img {
    height: auto;
  }
  .youtubePlayer_video-list {
    max-height: 280px;
  }
}
/*Youtube Play*/

/**--- HomeFirmaRehberi ---*/
.gridHomeFirmaRehberi {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: 1296px;
}
.gridHomeFirmaRehberi .item {
  background: var(--color-surface);
}
.gridHomeFirmaRehberi .item a img {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 135px;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--color-border);
}
.gridHomeFirmaRehberi .item a {
  display: block;
  position: relative;
  color: var(--color-black-white);
}
.gridHomeFirmaRehberi .item a h3 {
  display: block;
  padding: 14px 14px;
  max-height: 50px;
  overflow: hidden;
  font-size: 0.8rem;
  margin: 0;
}

@media (max-width: 992px) {
  .gridHomeFirmaRehberi a.item {
    width: 226px;
  }
  .gridHomeFirmaRehberiScroll {
    overflow-x: scroll;
  }
}
/**--- End HomeFirmaRehberi ---*/

/*--- Footer ---*/
footer {
  background: var(--color-surface);
  margin-top: 50px;
  border-top: 1px solid var(--color-border);
  padding: 30px 0 0 0;
  min-width: 100%;
}
footer .endline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .endline .logo {
  float: none;
  width: 150px;
}
footer .endline .slogan {
  flex-basis: 60%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
  letter-spacing: -0.5px;
}
footer .social-links a {
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: grayscale(1);
  opacity: 0.5;
}
footer .social-links a.facebook {
  background: url("../images/icons/facebook.svg") 0 0 no-repeat;
}
footer .social-links a.twitter {
  background: url("../images/icons/twitter.svg") 0 0 no-repeat;
}
footer .social-links a.instagram {
  background: url("../images/icons/instagram.svg") 0 0 no-repeat;
}
footer .social-links a.youtube {
  background: url("../images/icons/youtube.svg") 0 0 no-repeat;
}
footer .social-links a.whatsapp {
  background: url("../images/icons/whatsapp.svg") 0 0 no-repeat;
}
footer .social-links a:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}
footer #footer-menu {
  box-shadow: inset 0 8px 10px -8px var(--color-border);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 60px 0;
  margin-top: 30px;
}
footer #footer-menu .grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
footer #footer-menu .grid > .item {
  padding-bottom: 0;
  padding-left: 0px;
  border-right: 1px solid var(--color-border);
}
footer #footer-menu .grid > .item:last-child {
  border-right: 0 none;
}
footer #footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}
footer #footer-menu ul li {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
footer #footer-menu ul li a {
  display: inline-block;
  position: relative;
  color: var(--color-text);
  line-height: 1.1em;
  text-align: left;
  padding: 6px 0;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*--- End Footer ---*/
footer .bottom {
  color: var(--color-text-secondary);
  padding: 40px 0 80px 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
}
footer .bottom .firstline {
  font-size: 14px;
  font-size: 0.875rem;
}
footer .bottom .secondline {
  font-size: 0.8125rem;
  margin-top: 20px;
}
footer .bottom .firstline a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: 600;
  padding: 6px 0;
  color: var(--color-text);
  line-height: 1.1em;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
footer .bottom .firstline a::after {
  content: "";
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-color: var(--color-fill);
  bottom: 0;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
footer .bottom .firstline a:hover {
  color: var(--color-fill);
}
footer .bottom .firstline a:hover::after {
  width: 100%;
  left: 0;
}

.widget {
  padding: 30px;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
h1.title {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 2.5rem;
}
h1.title i {
  font-size: 26px;
  font-size: 1.425rem;
  position: relative;
  top: 1px;
  color: var(--color-fill);
}
h1.title::after {
  content: " ";
  display: block;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--color-fill);
}
.sidebar .menu {
  position: sticky;
  top: 50px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 30px;
}
.sidebar .menu .head {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 2rem;
}
.sidebar .menu .head::after {
  content: " ";
  display: block;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--color-fill);
}
.sidebar .menu .head i {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  top: 3px;
  color: var(--color-fill);
}
.sidebar .menu ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.sidebar .menu ul li a {
  display: block;
  font-weight: 600;
  line-height: 2.2em;
  color: var(--color-text-dark);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sidebar .menu ul li a:hover {
  padding-left: 4px;
}
.sidebar .menu ul li a.active {
  color: var(--color-fill);
}

.cat-head-news {
  display: grid;
  grid-template-columns: calc(66.6% - 6px) auto;
  grid-template-rows: 1fr 1fr;
  gap: calc(var(--bs-gutter-x));
}
.cat-head-news .item {
  display: flex;
  position: relative;
}
.cat-head-news .item:nth-child(1) {
  grid-row: 2 span;
  height: 425px;
}
.cat-head-news .item:nth-child(2) {
  height: 200px;
}
.cat-head-news .item:nth-child(3) {
  height: 200px;
}

.cat-head-news .item img {
  width: 100%;
  height: 100%;
}
.cat-head-news .item .text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #000;
  color: var(--color-white);
  background: linear-gradient(180deg, transparent 0, #000 84%, #000);
  text-shadow: 0 0 3px var(--color-black);
}
.cat-head-news .item h3 {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.3px;
}
.cat-head-news .item .desc {
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-head-news .item:nth-child(2) .text,
.cat-head-news .item:nth-child(3) .text {
  padding: 10px;
}
.cat-head-news .item:nth-child(2) .text h3,
.cat-head-news .item:nth-child(3) .text h3 {
  font-size: 0.9rem;
}
.cat-head-news .item:nth-child(2) .text .desc,
.cat-head-news .item:nth-child(3) .text .desc {
  font-size: 0.6rem;
  display: none;
}

.sidebar .stickyArea {
  position: sticky;
  top: 50px;
}
.sidebar .smallNewsBox a {
  padding: 20px;
}

.list .item {
  display: flex;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 1rem;
  transition: none;
  gap: 20px;
  position: relative;
  color: var(--color-text);
}
.list .item .thumb {
  display: flex;
  min-width: 257px;
  max-width: 257px;
  flex-basis: 257px;
}
.list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.list .item .text .title {
  font-weight: 700;
  color: var(--color-black-white);
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.3px;
  line-height: 1.3em;
  max-height: 55px;
  overflow: hidden;
  word-break: break-word;
}
.list .item .text .desc {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  max-height: 80px;
  overflow: hidden;
  word-break: break-word;
  letter-spacing: -0.5px;
}
@media (max-width: 992px) {
  .list .item {
    padding: 0;
    gap: 15px;
  }
  .list .item .thumb {
    min-width: 140px;
    max-width: 140px;
    flex-basis: 140px;
  }
  .list .item .thumb img {
    object-fit: contain;
  }
  .list .item .text .desc {
    display: none;
  }
  .list .item .text .title {
    font-size: 16px;
    font-size: 1rem;
    max-height: 65px;
  }
}

.column-social .social {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 9;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.column-social .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.column-social .social ul li {
  text-align: center;
  cursor: default;
  margin-bottom: 10px;
}
.column-social .social ul li a.fontsize {
  display: inline-block;
  width: 25px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-secondary);
}
.column-social .social .comment-shortcut {
  cursor: pointer;
}
.column-social .social ul li .title {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  line-height: 1em;
  margin-top: 35px;
  margin-bottom: 12px;
}
.column-social .social ul li .comment-count {
  display: block;
  min-width: 30px;
  max-width: 40px;
  color: var(--color-white);
  background: var(--color-fill);
  font-weight: 400;
  margin: 0 auto;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 1.6em;
  overflow: hidden;
}
.column-social .social ul li a.icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.column-social .social ul li a.icon.whatsapp {
  background: url("../images/icons/whatsapp.svg") center center no-repeat;
  background-size: 100%;
}
.column-social .social ul li a.icon.facebook {
  background: url("../images/icons/facebook.svg") center center no-repeat;
  background-size: 100%;
}
.column-social .social ul li a.icon.twitter {
  background: url("../images/icons/twitter.svg") center center no-repeat;
  background-size: 100%;
}
.column-social .social ul li a.icon.bildir {
  background: url("../images/icons/alert.png") center center no-repeat;
  background-size: 100%;
}

.sidebar .shotnews .shotsItem {
  display: block;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-black-white);
  background: var(--color-surface-c);
}
.sidebar .shotnews .shotsItem a {
  color: var(--color-text) !important;
}
.sidebar .shotnews .shotsItem .text {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.3em;
  margin-top: 10px;
}
.sidebar .shotnews .shotsItem img {
  width: 100%;
  height: auto;
}

.article-title h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: var(--color-black-white);
}
.article-title .desc {
  position: relative;
  margin-bottom: 2rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: -0.2px;
}
.article-title .desc::after {
  content: " ";
  display: block;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--color-fill);
}
.article-date {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.article-date > span {
  display: inline-block;
}
.article-share {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: var(--color-background);
  height: 30px;
}
.article-share .google-news {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.article-share .google-news .text {
  margin-right: 5px;
  color: var(--color-text);
}
.article-share .google-news .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-top: 0;
  padding: 0 15px;
  background: var(--color-surface);
  background-size: 70%;
  border: 1px solid var(--color-border);
}
.article-share .social-links {
  display: flex;
  gap: 5px;
  align-items: center;
}
.article-share .social-links a {
  min-width: 60px;
  min-height: 26px;
  border-radius: 3px;
  filter: none;
  opacity: 1;
  background-position: center center !important;
}
.article-share .social-links a.whatsapp {
  background: url("../images/icons/whatsapp.svg") 0 0 no-repeat;
}
.article-share .social-links a.facebook {
  background: url("../images/icons/facebook.svg") 0 0 no-repeat;
}
.article-share .social-links a.twitter {
  background: url("../images/icons/twitter.svg") 0 0 no-repeat;
}
.article-share .social-links a.whatsapp {
  background-color: #2cb742;
}
.article-share .social-links a.facebook {
  background-color: #1093f4;
}
.article-share .social-links a.twitter {
  background-color: #000;
}
.article-share .social-links a.sesliOku {
  background-color: #6c03ff;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 0.9rem;
}

.article-tags .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -0.2px;
  margin-right: 5px;
}
.article-tags a {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 2px;
  margin-bottom: 5px;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: var(--color-border);
  border-radius: 20px;
  color: var(--color-text);
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.article-gallery .newsImages {
  cursor: pointer;
}
.article-gallery .newsImages img {
  max-width: 100%;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.article-gallery .newsImages:hover img {
  transform: scale(1.1);
  transition: linear all 350ms;
}

.endnews {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}
.endnews {
  grid-template-columns: repeat(2, 1fr);
}
.endnews .item {
  padding: 9px;
  background: var(--color-surface-c);
}
.endnews .item a {
  display: block;
  position: relative;
  color: var(--color-black-white);
  line-height: 1.3em;
}
.endnews .item a img {
  width: 100%;
  height: auto;
}
.endnews .item a .text {
  height: auto;
  margin-top: 0.5rem;
  align-items: normal;
  display: flex;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--color-black-white);
  overflow: hidden;
  line-height: 1.3em;
}

/* Resize Text */
.post[data-font-size="0"] .article-title h1 {
  font-size: 25px;
  font-size: calc(25px / 16px) * 1rem;
}
.post[data-font-size="0"] .article-title .desc {
  font-size: 10px;
  font-size: calc(10px / 16px) * 1rem;
}
.post[data-font-size="0"] .article-body {
  font-size: 13px;
  font-size: calc(13px / 16px) * 1rem;
}
.post[data-font-size="0"] .article-body h2,
.post[data-font-size="0"] .article-body h3,
.post[data-font-size="0"] .article-body h4,
.post[data-font-size="0"] .article-body h5,
.post[data-font-size="0"] .article-body h6 {
  font-size: 15px;
  font-size: calc(15px / 16px) * 1rem;
}
.post[data-font-size="0"] .article-body p {
  font-size: 13px;
  font-size: calc(23px / 16px) * 1rem;
  /* 1 */
}
.post[data-font-size="1"] .article-title h1 {
  font-size: 30px;
  font-size: calc(30px / 16px) * 1rem;
}
.post[data-font-size="1"] .article-title .desc {
  font-size: 14px;
  font-size: calc(14px / 16px) * 1rem;
}
.post[data-font-size="1"] .article-body {
  font-size: 14px;
  font-size: calc(14px / 16px) * 1rem;
}
.post[data-font-size="1"] .article-body h2,
.post[data-font-size="1"] .article-body h3,
.post[data-font-size="1"] .article-body h4,
.post[data-font-size="1"] .article-body h5,
.post[data-font-size="1"] .article-body h6 {
  font-size: 18px;
  font-size: calc(18px / 16px) * 1rem;
}
.post[data-font-size="1"] .article-body p {
  font-size: 14px;
  font-size: calc(14px / 16px) * 1rem;
  /* 2 */
}
.post[data-font-size="2"] .article-title h1 {
  font-size: 35px;
  font-size: calc(35px / 16px) * 1rem;
}
.post[data-font-size="2"] .article-title .desc {
  font-size: 19px;
  font-size: calc(19px / 16px) * 1rem;
}
.post[data-font-size="2"] .article-body {
  font-size: 17px;
  font-size: calc(17px / 16px) * 1rem;
}
.post[data-font-size="2"] .article-body h2,
.post[data-font-size="2"] .article-body h3,
.post[data-font-size="2"] .article-body h4,
.post[data-font-size="2"] .article-body h5,
.post[data-font-size="2"] .article-body h6 {
  font-size: 21px;
  font-size: calc(21px / 16px) * 1rem;
}
.post[data-font-size="2"] .article-body p {
  font-size: 17px;
  font-size: calc(17px / 16px) * 1rem;
  /* 3 */
}
.post[data-font-size="3"] .article-title h1 {
  font-size: 40px;
  font-size: calc(40px / 16px) * 1rem;
}
.post[data-font-size="3"] .article-title .desc {
  font-size: 24px;
  font-size: calc(24px / 16px) * 1rem;
}
.post[data-font-size="3"] .article-body {
  font-size: 20px;
  font-size: calc(20px / 16px) * 1rem;
}
.post[data-font-size="3"] .article-body h2,
.post[data-font-size="3"] .article-body h3,
.post[data-font-size="3"] .article-body h4,
.post[data-font-size="3"] .article-body h5,
.post[data-font-size="3"] .article-body h6 {
  font-size: 24px;
  font-size: calc(24px / 16px) * 1rem;
}
.post[data-font-size="3"] .article-body p {
  font-size: 20px;
  font-size: calc(20px / 16px) * 1rem;
  /* 4 */
}
.post[data-font-size="4"] .article-title h1 {
  font-size: 45px;
  font-size: calc(45px / 16px) * 1rem;
}
.post[data-font-size="4"] .article-title .desc {
  font-size: 29px;
  font-size: calc(29px / 16px) * 1rem;
}
.post[data-font-size="4"] .article-body {
  font-size: 23px;
  font-size: calc(23px / 16px) * 1rem;
}
.post[data-font-size="4"] .article-body h2,
.post[data-font-size="4"] .article-body h3,
.post[data-font-size="4"] .article-body h4,
.post[data-font-size="4"] .article-body h5,
.post[data-font-size="4"] .article-body h6 {
  font-size: 27px;
  font-size: calc(27px / 16px) * 1rem;
}
.post[data-font-size="4"] .article-body p {
  font-size: 23px;
  font-size: calc(23px / 16px) * 1rem;
  /* 5 */
}
.post[data-font-size="5"] .article-title h1 {
  font-size: 50px;
  font-size: calc(50px / 16px) * 1rem;
}
.post[data-font-size="5"] .article-title .desc {
  font-size: 34px;
  font-size: calc(34px / 16px) * 1rem;
}
.post[data-font-size="5"] .article-body {
  font-size: 26px;
  font-size: calc(26px / 16px) * 1rem;
}
.post[data-font-size="5"] .article-body h2,
.post[data-font-size="5"] .article-body h3,
.post[data-font-size="5"] .article-body h4,
.post[data-font-size="5"] .article-body h5,
.post[data-font-size="5"] .article-body h6 {
  font-size: 30px;
  font-size: calc(30px / 16px) * 1rem;
}
.post[data-font-size="5"] .article-body p {
  font-size: 26px;
  font-size: calc(26px / 16px) * 1rem;
  /* 6 */
}
.post[data-font-size="6"] .article-title h1 {
  font-size: 55px;
  font-size: calc(55px / 16px) * 1rem;
}
.post[data-font-size="6"] .article-title .desc {
  font-size: 39px;
  font-size: calc(39px / 16px) * 1rem;
}
.post[data-font-size="6"] .article-body {
  font-size: 33px;
  font-size: calc(33px / 16px) * 1rem;
}
.post[data-font-size="6"] .article-body h2,
.post[data-font-size="6"] .article-body h3,
.post[data-font-size="6"] .article-body h4,
.post[data-font-size="6"] .article-body h5,
.post[data-font-size="6"] .article-body h6 {
  font-size: 34px;
  font-size: calc(34px / 16px) * 1rem;
}
.post[data-font-size="6"] .article-body p {
  font-size: 33px;
  font-size: calc(33px / 16px) * 1rem;
  /* 7 */
}
.post[data-font-size="7"] .article-title h1 {
  font-size: 60px;
  font-size: calc(60px / 16px) * 1rem;
}
.post[data-font-size="7"] .article-title .desc {
  font-size: 44px;
  font-size: calc(44px / 16px) * 1rem;
}
.post[data-font-size="7"] .article-body {
  font-size: 36px;
  font-size: calc(36px / 16px) * 1rem;
}
.post[data-font-size="7"] .article-body h2,
.post[data-font-size="7"] .article-body h3,
.post[data-font-size="7"] .article-body h4,
.post[data-font-size="7"] .article-body h5,
.post[data-font-size="7"] .article-body h6 {
  font-size: 39px;
  font-size: calc(39px / 16px) * 1rem;
}
.post[data-font-size="7"] .article-body p {
  font-size: 36px;
  font-size: calc(36px / 16px) * 1rem;
  /* 8 */
}
.post[data-font-size="8"] .article-title h1 {
  font-size: 65px;
  font-size: calc(65px / 16px) * 1rem;
}
.post[data-font-size="8"] .article-title .desc {
  font-size: 49px;
  font-size: calc(49px / 16px) * 1rem;
}
.post[data-font-size="8"] .article-body {
  font-size: 39px;
  font-size: calc(39px / 16px) * 1rem;
}
.post[data-font-size="8"] .article-body h2,
.post[data-font-size="8"] .article-body h3,
.post[data-font-size="8"] .article-body h4,
.post[data-font-size="8"] .article-body h5,
.post[data-font-size="8"] .article-body h6 {
  font-size: 44px;
  font-size: calc(44px / 16px) * 1rem;
}
.post[data-font-size="8"] .article-body p {
  font-size: 39px;
  font-size: calc(39px / 16px) * 1rem;
}
.article-body .newsImages {
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}
.article-body .newsImages img {
  width: 100%;
  height: auto;
}
.previewContainer {
  display: none;
  width: 600px;
  word-wrap: wrap;
  margin-top: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px 20px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: var(--color-surface);
  max-height: 200px;
  overflow: auto;
}
.spoken_word {
  color: #c00201;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.1s;
}

.comments .nocomment {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  color: var(--color-text-secondary);
}
.comment-button-container.centered {
  float: none;
  text-align: center;
  margin-top: 20px;
}
.comment-button-container .btn {
  display: inline-block;
  line-height: 1.9em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-white);
  border: 0 none;
  margin-bottom: 0;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 3px 15px;
  background: var(--color-fill);
}
.comment-button-container .btn.red:hover {
  color: var(--color-white);
  background: var(--color-fill-hover);
}

.comments .comments-list {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comments .comment {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-left: 55px;
  color: var(--color-text);
  border-top: 1px solid var(--color-border);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comments .comment .avatar {
  position: absolute;
  left: 4px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: var(--color-text-secondary);
  background: var(--color-border);
  border: 1px solid var(--color-border);
  cursor: default;
  text-align: center;
  overflow: hidden;
}
.comments .comment .avatar img {
  max-width: 100%;
  height: auto;
}
.comments .comment .info {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}
.comments .comment .info .date {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.3em;
  letter-spacing: -0.3px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-tertiary);
}
.comments .comment .report {
  float: right;
  color: var(--color-text-tertiary);
  display: none;
}
.comments .comment:hover .report {
  display: block;
}
.comments .comment p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-bottom: 0.5rem;
  letter-spacing: -0.2px;
  word-break: break-word;
}
.comments .comment .actions {
  white-space: nowrap;
}
.comments .comment .actions a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  padding: 3px 0 3px 18px;
  margin-right: 6px;
  line-height: 1em;
  letter-spacing: -0.3px;
  background-size: 16px 16px;
}
.comments .comment .actions a.like {
  background: url("../images/icons/like.svg") 0 4px no-repeat;
}
.comments .comment .actions a.dislike {
  background: url("../images/icons/dislike.svg") 0 3px no-repeat;
}
.comments .comment .actions a.reply {
  background: url("../images/icons/reply.svg") 0 2px no-repeat;
}
.comments .comment .actions a.reply .cancel {
  display: none;
}
.comments .comment .actions a .count {
  display: inline-block;
  padding: 2px 4px;
  min-width: 16px;
  text-align: center;
  color: var(--color-text);
  background: var(--color-border);
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.comments .comment .actions a:hover,
.comments .comment .actions a.checked {
  color: var(--text-secondary);
}
.comments .comment .actions a.like:hover,
.comments .comment .actions a.like.checked {
  background-image: url("../images/icons/like-filled.svg");
}
.comments .comment .actions a.dislike:hover,
.comments .comment .actions a.dislike.checked {
  background-image: url("../images/icons/dislike-filled.svg");
}
.comments .comment .actions a.reply:hover {
  background: url("../images/icons/reply-filled.svg") 0 0 no-repeat;
}
.comments .comment.active .actions a.reply .submit {
  display: none;
}
.comments .comment.active .actions a.reply .cancel {
  display: block;
}
.comments .comment.active .row-write {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 2rem 1rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}
.comments .show-more-answers {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  margin-top: 0;
  margin-left: 53px;
  padding: 3px 10px 3px 4px;
  line-height: 1em;
  border-top: 0 none;
  background: none;
  background: var(--color-border);
  color: var(--color-text);
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-top: 0 none;
}
.comments .show-more-answers:hover,
.comments .show-more-comments:hover {
  color: var(--color-fill);
  background-position: center 68px;
}
.comments .show-more-comments {
  display: block;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  background: url("../images/icons/chevron-down-thin.svg") center 65px no-repeat;
  background-size: 50px;
  border-top: 1px solid var(--color-border);
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comments .show-more-comments .counter {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--color-text-secondary);
}
.comments .comment.answer {
  display: none;
  padding-left: 70px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  border-left: 1px solid var(--color-dark-grey);
}
.comments .item.expanded .comment.answer {
  display: block;
}
.comments .comment.answer .avatar {
  left: 20px;
}
.comments .item.expanded .comment:not(.answer)::before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 60px;
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--color-dark-grey);
}
.comments .comment.answer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  height: 1px;
  width: 18px;
  border-top: 1px solid var(--color-dark-grey);
}
.comments .comment.answer::after {
  content: "";
  display: block;
  background: var(--color-dark-grey);
  position: absolute;
  left: -8px;
  top: 33px;
  width: 15px;
  height: 15px;
  border: 4px solid var(--color-background);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.comments .item .show-more-answers .less {
  display: none;
}
.comments .item.expanded .show-more-answers .less {
  display: block;
}
.comments .item .show-more-answers .more {
  display: block;
}
.comments .item.expanded .show-more-answers .more {
  display: none;
}
.comments .item.expanded .show-more-answers {
  margin-top: 10px;
  margin-left: 15px;
}

#writecontainer {
  display: none;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 2rem;
  margin-bottom: 20px;
}
.row-write a {
  color: var(--color-text);
}
.comments .name,
.comments .title,
.comments label {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.comments .name {
  color: var(--color-text);
  line-height: 1.8em;
}
.comments input[type="text"] {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-text);
  height: auto;
  width: 100%;
  line-height: 1.4em;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: 400;
  border-radius: 0;
  border: 0 none;
  background: var(--color-border);
  outline: none;
}
.writecomment .comment-row {
  margin-top: 1rem;
}
.emoji-wysiwyg-editor,
.writecomment .comment-row textarea {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.4em;
  padding: 20px;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  border: 0 none;
  background: var(--color-border);
  resize: none;
  height: 120px;
  width: 100%;
  min-height: 120px;
  max-height: 300px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  --active: var(--color-fill);
  --active-inner: #ffffff;
  --focus: 2px var(--color-fill-t);
  --border: var(--color-text-tertiary);
  --border-hover: var(--color-fill);
  --background: #ffffff;
  --disabled: var(--color-border-t);
  --disabled-inner: var(--color-slide);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  width: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
html[data-theme="dark"] input[type="checkbox"],
html[data-theme="dark"] input[type="radio"] {
  background: var(--color-surface);
}
html[data-theme="light"] input[type="checkbox"]:checked,
html[data-theme="light"] input[type="radio"]:checked {
  background: var(--color-red);
}
input[type="checkbox"]:hover:not(:checked):not(:disabled),
input[type="radio"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
input[type="checkbox"]:not(.switch) {
  border-radius: 2px;
}
input[type="checkbox"]::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
    opacity var(--d-o, 0.2s);
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
    opacity var(--d-o, 0.2s);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--active-inner);
  opacity: 0;
  transform: scale(var(--s, 0.7));
}
input[type="checkbox"]::after,
input[type="radio"]::after {
  opacity: 0;
}
input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  opacity: 1;
}

.commentbtn {
  display: inline-block;
  line-height: 1.9em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-white) !important;
  border: 0 none;
  margin-bottom: 0;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 3px 7px;
  background: var(--color-fill);
}
.commentbtn:hover {
  color: var(--color-white);
  background: var(--color-fill-hover);
}
.cancelBtn {
  display: none;
  padding: 3px 15px;
  line-height: 1.9em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-white);
  background: var(--color-bg-btn);
  border: 0 none;
  margin-bottom: 0;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.cancelBtn:hover {
  color: var(--color-white);
  background: var(--color-bg-btn-hover);
}
.comment.active .cancelBtn {
  display: inline-block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(var(--bs-gutter-x));
}
.gallery .item {
  display: flex;
  position: relative;
}
.gallery .item img {
  width: 100%;
  height: 100%;
}
.gallery .item .text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #000;
  color: var(--color-white);
  background: linear-gradient(180deg, transparent 0, #000 84%, #000);
  text-shadow: 0 0 3px var(--color-black);
}
.gallery .item h3 {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.3px;
}
.galleryImages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(var(--bs-gutter-x));
}
.galleryImages .images img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
}
.galleryImages .images:hover img {
  transform: scale(1.1);
  transition: linear all 350ms;
}

.archiveTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archiveTop input {
  margin-bottom: 0;
  padding-left: 35px;
  border: 2px solid var(--color-border);
  background-repeat: no-repeat !important;
  color: var(--color-text);
  background: var(--color-surface);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 45px;
  outline: none;
}
.archiveTop input#datepicker {
  background-image: url("../images/icons/calendar.svg");
  background-position: 10px 10px;
  background-size: 18px;
}
.archiveTop .prev {
  color: var(--color-text);
}

/*SearchModal*/
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: var(--color-overlay);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#searchbox {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0 1rem;
  background: var(--color-surface);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.overlay.active,
#searchbox.active {
  display: block;
}
#searchbox .form {
  position: relative;
}
#searchbox i.search {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 1.3rem;
}
#searchbox #closesearch {
  position: absolute;
  right: 0;
  top: -30px;
  color: var(--color-text-secondary);
}
#searchbox .button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--color-red);
  width: 80px;
  text-align: center;
  color: var(--color-white);
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
}
#searchbox input {
  margin-bottom: 0;
  border-width: 2px;
  padding: 17px 100px 17px 45px;
  height: auto;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
  background-color: var(--color-surface);
  background-image: url("/assets/img/svg/search.svg");
  background-repeat: no-repeat;
  background-position: 11px 14px;
  background-size: 20px;
  border-color: var(--color-border);
  background: var(--color-surface);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 100%;
}
#searchbox input:hover,
#searchbox input:focus {
  border-color: #d1d1d1 !important;
}
@media (max-width: 992px) {
  #searchbox {
    position: fixed;
    z-index: 999999;
    height: 100%;
  }
  #searchbox.sticky {
    top: 55px !important;
  }
}
/*SearchModal*/
/*Weather*/
.weather-currency {
  display: flex;
  min-height: 110px;
  justify-content: space-between;
  color: var(--color-text);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  position: relative;
}
.weather-currency .part-1,
.weather-currency .part-2 {
  position: relative;
  display: flex;
  align-items: center;
}
.weather-currency .part-1 {
  gap: 10px;
}
.weather-currency .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--color-border);
  min-width: 110px;
  min-height: 95px;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6em;
  text-align: center;
  cursor: default;
}
.weather-currency .date {
  width: 150px;
}
.weather-currency .date span {
  display: block;
}
.weather-currency .date .day {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 6px 0;
}
.weather-currency .weather {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  justify-content: normal;
}
.weather-currency .weather .city {
  position: relative;
  width: 124px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: -33px;
  text-align: center;
}
.weather-currency .weather .city .today {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1em;
  color: #91a4b7;
}
.weather-currency .weather .city select {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  margin-left: 20px;
  min-width: 100px;
  height: 30px;
  padding: 2px 20px 5px 10px;
  border: 0 none;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc1NzM1IDkuNTg1NzlMNy4zNDMxNCAxMUwxMC41ODU4IDE0LjI0MjZMMTIgMTUuNjU2OUwxMy40MTQyIDE0LjI0MjZMMTYuNjU2OCAxMUwxNS4yNDI2IDkuNTg1NzlMMTIgMTIuODI4NEw4Ljc1NzM1IDkuNTg1NzlaIiBmaWxsPSIjM0U0OTU5Ii8+Cjwvc3ZnPgo=);
  background-position: right 2px;
  background-repeat: no-repeat;
  background-color: var(--color-surface);
  color: var(--color-text-strong);
  -webkit-appearance: none;
  width: 100%;
}
.weather-currency .weather .city i {
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 24px;
  font-size: 1.5rem;
}
.weather-currency .weather ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.weather-currency .weather ul li {
  flex-basis: 100%;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0;
  min-width: 65px;
  cursor: default;
}
.weather-currency .weather ul li .dayname {
  color: var(--color-text-secondary);
  font-size: 0.6875rem;
}
.weather-currency .weather ul li .daynam {
  color: var(--color-text-secondary);
  font-size: 11px;
  font-size: 0.6875rem;
}
.weather-currency .weather ul li .icon {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.weather-currency .weather ul li .icon img {
  width: 45px;
  height: 90%;
}
.weather-currency .weather ul li .temperature {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.weather-currency .part-1,
.weather-currency .part-2 {
  position: relative;
  display: flex;
  align-items: center;
}
.weather-currency .part-2 .banners {
  display: flex;
  height: 100%;
}
.weather-currency .part-2 .banners a {
  display: flex;
}
.weather-currency .part-2 .banners a img {
  object-fit: cover;
  max-width: 100%;
}
/*Weather*/

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.pagination ul li a:not(.next) {
  border-right: 0 none;
}
.pagination ul li:hover a,
.pagination ul li.active a {
  color: var(--color-white);
  background: var(--color-fill);
}

.breadcrumbs {
  position: relative;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
  padding: 5px 0;
  background-color: var(--color-surface-n) !important;
  border-bottom: 1px solid var(--color-border);
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumbs ul li {
  margin-bottom: 0;
  display: inline-block;
  padding: 6px 0 6px 2px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--color-text);
}
.breadcrumbs ul li a {
  display: inline-block;
  color: var(--color-text-secondary);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.breadcrumbs ul li.active a {
  color: var(--color-text) !important;
}
.breadcrumbs ul li:not(:first-child) {
  padding-left: 20px;
  background: url("../images/icons/chevron-right.svg") -3px 1px no-repeat;
  background-size: 25px;
}

.mobile-menutrigger {
  display: none;
}
.modal-content {
  background: var(--color-surface);
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-content .btn-red {
  background: var(--color-fill);
  color: var(--color-white);
}
.modal-content label {
  margin-bottom: 8px;
}
.modal-content input[type="text"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
  color: var(--color-text);
  border-color: var(--color-border);
  background: var(--color-surface);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 45px;
}
.modal-content input[type="text"]::placeholder,
.modal-content input[type="text"]::-moz-placeholder,
.modal-content input[type="text"]::-webkit-input-placeholder {
  color: var(--color-text-secondary);
}
.modal-header .btn-close {
  color: var(--color-text);
}

#goTop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: var(--color-red);
  color: var(--color-white);
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 9999;
}

@media (max-width: 992px) {
  .headerSaat {
    text-align: center;
  }
  header {
    top: -28px !important;
  }
  header .logo {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0 !important;
  }
  header .logo a {
    display: inline-block;
    height: 40px;
  }
  header.sticky .logo,
  header.sticky .logo a {
    height: 35px;
  }
  .mobile-menutrigger {
    display: block;
    left: 15px;
    position: absolute;
    color: var(--color-black-white);
    font-size: 1.4rem;
  }
  .yanMansetSlider .slider-numbers {
    display: none;
  }
  .mansetSlider .slider-numbers {
    justify-content: center;
    height: 20px;
    align-items: center;
  }
  .mansetSlider .all,
  .mansetSlider .swiper-pagination-bullet {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px 0 0 !important;
    background: var(--color-black);
  }
  .sectionTitle a.tabBtn {
    font-size: 0.6rem;
  }
  .weather-currency {
    display: none;
  }
  .gridFotoGaleri .item a img {
    height: auto;
  }
  footer .endline {
    flex-direction: column;
    text-align: center;
  }
  .sectionTitle.transparent {
    flex-direction: column;
    height: auto;
    text-align: center;
    justify-content: center;
    align-content: center;
  }
  footer #footer-menu .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  footer #footer-menu .grid > .item:nth-child(2n) {
    border-right: 0 none;
  }
  footer .bottom {
    text-align: center;
  }
  footer .social-links {
    margin-top: 15px;
  }
  .article-tags .title {
    display: block;
    margin-bottom: 10px;
  }
  .comments .comment .actions a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .column-social {
    display: none;
  }
  .breadcrumbs ul li:last-child {
    border-right: 0 none;
    border-left: 0 none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .article-title h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .article-title .desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .article-share .google-news .text {
    display: none;
  }
  .comments .comment.active .row-write {
    margin-left: -55px;
    width: calc(100% + 55px);
    padding: 1rem 0rem;
  }
  .comments .name,
  .comments .title,
  .comments label {
    font-size: 0.7rem;
  }
  #writecontainer {
    padding: 1rem;
  }
  .comments input[type="text"],
  .writecomment .comment-row textarea {
    font-size: 0.8rem;
  }
  .mansetSlider .text {
    padding: 0 10px;
  }
  .mansetSlider .text h3 {
    font-size: 15px;
  }
  .sidebar .stickyArea {
    margin-top: 30px;
  }
  .cat-head-news {
    display: block;
  }
  .cat-head-news .item {
    height: auto !important;
    margin-bottom: 15px;
  }
  .cat-head-news .item .text {
    padding: 10px;
  }
  .cat-head-news .item h3 {
    font-size: 0.9rem !important;
  }
  .cat-head-news .item .desc {
    display: none;
  }
  .banner_7_5 {
    grid-template-columns: 1fr;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-body .newsImages img {
    width: 100%;
  }
  #goTop {
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .article-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .archiveTop {
    flex-direction: column;
  }
  .archiveTop form {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .archiveTop .prev {
    display: none;
  }
  .article-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.emoji-picker-icon {
  right: 10px;
  top: auto !important;
  bottom: 5px;
  font-size: 20px;
  opacity: 1;
  color: var(--color-text-dark);
}

.reactions {
  margin-bottom: 20px;
}
.reactions .title {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.reactions .icons {
  display: flex;
  gap: 15px;
  font-size: 2.2rem;
  text-align: center;
  justify-content: center;
}
.reactions .icons i {
  cursor: pointer;
}
.reactions .icons i:hover {
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 300ms;
  transform: translateY(-10px);
  -webkit-filter: drop-shadow(0px 2px 6px #22222238);
  filter: drop-shadow(0px 2px 6px #22222238);
}
.reactions .icons .face {
  background: radial-gradient(
    circle,
    rgba(250, 209, 58, 1) 0%,
    rgba(210, 120, 10, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactions .icons .face.angry {
  background: radial-gradient(circle, #f39a39 0%, #e44202 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactions .icons .heart {
  background: radial-gradient(circle, #fd544d 0%, #c50f04 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactions .icons .rocket {
  background: radial-gradient(circle, #fd544d 0%, #c50f04 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactions .icons .hand {
  background: radial-gradient(circle, #f8ddbf 0%, #f6cba7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactions .icons .person {
  width: 100%;
  background: var(--color-fill);
  font-size: 0.4rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 11px;
  text-align: center;
  line-height: 11px;
}
.reactions .icons a.is-active:before,
.reactions .icons a.is-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  transform: scale(0);
  color: var(--color-fill);
  border: 1px solid transparent;
  box-shadow: -0.8em 0 0 -2px, 0.8em 0 0 -2px, 0 -0.8em 0 -2px, 0 0.8em 0 -2px,
    -0.6em -0.6em 0 -2px, -0.6em 0.6em 0 -2px, 0.6em -0.6em 0 -2px,
    0.6em 0.6em 0 -2px;
}

.reactions .icons a.is-active:before {
  animation: effect-01-animation 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.reactions .icons a.is-active:after {
  animation: effect-02-animation 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes effect-01-animation {
  from {
    transform: rotate(-15deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  to {
    transform: rotate(-30deg) scale(2.5);
    opacity: 0;
  }
}

@keyframes effect-02-animation {
  from {
    transform: rotate(10deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  to {
    transform: rotate(30deg) scale(2);
    opacity: 0;
  }
}

.ozelIcerikSlider .authorBox a {
  background-size: cover;
  height: 135px;
  padding: 20px;
  color: var(--color-white);
}
.ozelIcerikSlider .authorBox a figure .text {
  width: 80%;
  font-weight: 500;
  font-size: 1rem;
  max-height: none;
  line-height: 1.2em;
}
.ozelIcerikSlider .swiper-button-prev,
.ozelIcerikSlider .swiper-button-next {
  background-color: #000;
}
.ozelIcerikSlider .swiper-button-prev {
  left: 5px;
}
.ozelIcerikSlider .swiper-button-next {
  right: 5px;
}
.ozelIcerikSlider .swiper-button-prev::after,
.ozelIcerikSlider .swiper-button-next::after {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .yanMansetSlider img {
    width: 100% !important;
    height: auto !important;
  }
  .reactions .icons {
    flex-wrap: wrap;
  }
}
