@media (min-width: 1680px) {
  .container {
    max-width: 1290px;
  }
}

/* @font-face {
  font-family: "Alata";
  src: url(../fonts/Alata-Regular.ttf) format("truetype");
} */

/* @font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Light-Italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Medium-Italic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Bold-Italic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Heavy.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Futura";
  src: url(../fonts/Futura-Heavy-Italic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
} */

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Thin.ttf) format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Black.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}


body {
  background-color: #1c1b18;
  font-family: "Roboto", sans-serif !important;
}

.page-content {
  color: #ffffff;
}

.page-content .page-title {
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif !important;
}

.page-content .page-sub-title {
  text-align: center;
  color: #ffffffb3;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}

.limit-2-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limit-4-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-item .slider-title,
.slider-item .slider-content {
  font-family: "Alata", sans-serif !important;
}

.main-container {
  width: 100%;
}

#page-header-entry {
  position: absolute;
  top: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #1e1e1e;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.sticky-header .cv-outer {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.6px;
}

.sticky-header.show {
  top: 0 !important;
}

.cv-outer .main-menu-container ul li a {
  font-size: 19px !important;
  color: #c9c9c9;
  font-weight: 500;
  text-transform: none;
}

.current_page_item a {
  color: #ffffff !important;
}

.tunga-grid-item {
  margin-bottom: 30px;
}

.tunga-grid-item .tunga-item-container {
  box-sizing: border-box;
}

.tunga-grid-item .tunga-item-image-section {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

.tunga-grid-item .tunga-item-container a {
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
}

.tunga-grid-item .tunga-item-container img {
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}

.tunga-grid-item .tunga-item__section {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

.tunga-grid-item .tunga-item__section .tunga-item__section--container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
}

.tunga-grid-item .tunga-item__section .tunga-item__section--content i {
  margin-right: 4px;
}

.tunga-grid-item .tunga-grid-item__title {
  margin-top: 20px;
  text-align: center;
}

.tunga-grid-item .tunga-grid-item__title a {
  color: var(--tunga-text-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.tunga-grid-item .tunga-grid-item__category {
  margin-top: 10px;
  text-align: center;
}

.tunga-grid-item .tunga-grid-item__category a {
  color: var(--tunga-text-color-light);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.tunga-divider {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-sizing: border-box;
}

.tunga-divider .tunga-divider-separator {
  border-top: 1px #f6f7f933 solid;
  width: 100%;
  display: flex;
  margin: 0;
  direction: ltr;
  box-sizing: border-box;
}

.footer-nav-container {
  width: 100%;
  padding-top: 16px;
}

.footer-nav-container ul {
  padding: 0;
  margin-right: -8px;
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}

.footer-nav-container ul li {
  display: inline-flex;
  margin: 0 8px;
  word-break: break-word;
  font-size: inherit;
}

.footer-nav-container ul li a {
  color: #ffffffbf;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Alata" sans-serif !important;
}

.footer-copyright {
  padding-bottom: 40px;
}

.footer-copyright a {
  color: #ffffff;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Alata" sans-serif !important;
}

.footer-copyright {
  color: #ffffffbf;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Alata" sans-serif !important;
}

.tunga-sidebar-right-wrap {
  display: none;
}

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-pagination ul li {
  margin: 0 5px;
}

.blog-pagination ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Alata" sans-serif !important;
  background: none;
  border: none;
}

.blog-pagination ul li.active span {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1c1b18 !important;
  border-radius: 6px;
}

.blog-pagination ul li.disabled span {
  background-color: transparent !important;
  border-color: transparent !important;
}

.blog-pagination ul li a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #6c757d !important;
}

.blog-pagination ul li a:focus {
  outline: none !important;
  box-shadow: unset !important;
}

.comment-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent {
  width: 100%;
}

.comment-form .required {
  color: #ff0000;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
}

.comment-form .comment-form-author {
  padding-right: 10px;
}

.comment-form .comment-form-email {
  padding-left: 10px;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  width: 100% !important;
  padding: 10px;
}

.comment-form .comment-form-url {
  display: none;
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form .comment-form-cookies-consent input {
  margin-right: 10px;
}

.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comment-form .comment-form-comment textarea {
  height: 150px;
}

‰ .tunga-404-content {
  display: inline-block;
  text-align: center;
  padding: 20px 0px;
  color: var(--tunga-main-color);
  font-size: 25px;
  font-weight: bold;
}