body * {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

header {
    position: relative;
}

.header-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-scroll .navbar-brand img {
	height: 30px;
}

.topbar {
    background: #E45635;
    padding: 10px;
}

.topbar-wrapper a {
    color: white;
    text-decoration: none;
}
.topbar-wrapper {
    display: flex;
    justify-content: space-between;
}

.topbar-socials {
    display: flex;
    gap: 15px;
}

.navbar-nav {
    gap: 20px;
}

a.navbar-brand {
    display: flex;
    gap: 20px;
}

a.navbar-brand .logo-text {
    display: flex;
    flex-direction: column;
}

a.navbar-brand .logo-text p {
    margin: 0;
}

.navbar-brand img {
    height: 60px;
}

.header-scroll .navbar-brand p {
	font-size: 10px;
}

.navbar-nav a {
    color: black;
}

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

.language-switcher a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-section .swiper-slide {
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hero-section .swiper-slide .slider-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.hero-section .swiper-slide .slider-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-section .slider-content {
    padding: 3rem 3rem 4rem 3rem;
    background: #0F1022BF;
}

.hero-section .slider-content .container {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.hero-section .slider-content .container h2 {
    width: 40%;
    margin: 0;
    color: white;
    font-weight: bold;
}

.hero-section .slider-content .container p {
    color: white;
}

.hero-section .slider-content .container a {
    background: #E45635;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
}

.swiper-pagination {
    bottom: 0 !important;
    background: #ffffff99;
    padding: 5px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet {
    background: white;
    opacity: 1;
    width: 10px;
    height: 10px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e45635;
    width: 30px;
    height: 10px;
    border-radius: 10px;
}

section.news {
    margin-top: 10rem;
}

.section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.section-wrapper .section-info h2 {
    font-weight: bold;
    color: #e45635;
}

.section-wrapper .section-info p {
    margin: 0;
}

.section-wrapper a {
    color: #E45635;
    text-decoration: none;
}

.section-wrapper a span {
    text-decoration: underline;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.news-box {
    display: flex;
    flex-direction: column;
}

.news-box .news-image {
    width: 100%;
}

.news-box .news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-box .news-info {
    padding: 20px;
    border: 1px solid #D3D3D3;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.news-box .news-info h2 {
    font-size: 20px;
    height: 70px;
    align-items: center;
    display: flex;
    color: #E45635;
    font-weight: bold;
}

.news-box .news-info a {
    color: #E45635;
    text-decoration: none;
    font-weight: bold;
}

section.cta .cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:linear-gradient(0deg, rgba(15, 16, 34, .7), rgba(15, 16, 34, .7)), url(../images/cta-banner.jpg);
    background-size:cover;
    padding: 3rem 2rem;
}

section.cta {
    margin-top: 10rem;
}

section.cta .cta-wrapper h2 {
    color: white;
    font-weight: bold;
}

section.cta .cta-wrapper p {
    color: white;
    margin: 0;
}

section.cta .cta-wrapper a {
    background: #E45635;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
}

section.publications {
    margin-top: 10rem;
    background: url(../images/publications.png);
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
    position: relative;
}

section.publications .section-wrapper {
    align-items: center;
}

section.publications .publication-slide {
    display: grid;
    grid-template-columns: .5fr 1fr;
}

section.publications .publication-slide .slider-image {
    width: 100%;
    color: #52525A;
}

section.publications .publication-slide .slider-content h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

section.publications .publication-slide .slider-content p {
    color: #52525A;
    font-size: 14px;
}

section.publications .publication-slide .slider-content a {
    color: #E45635;
    font-weight: bold;
    text-decoration: none;
}

section.publications .swiper-button-next:after, section.publications .swiper-button-prev:after {
    font-size: 20px;
    color: #E45635;
    font-weight: bold;
}

section.publications .swiper-button-prev {
    left: 10%;
}

section.publications .swiper-button-next {
    right: 10%;
}

section.info-boxes {
    margin-top: 10rem;
}

.info-boxes-wrapper {
    display: flex;
    gap: 2rem;
}

.info-boxes-wrapper .info-box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.info-boxes-wrapper .info-box h2 {
    color: white;
    font-weight: bold;
}

.info-boxes-wrapper .info-box p {
    color: white;
}

.info-boxes-wrapper .info-box a:not(.info-socials a) {
    background: #E45635;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.info-boxes-wrapper .info-box:nth-child(2) a:not(.info-socials a) {
    background: #ffffff;
    color: #E45635;
}

.info-boxes-wrapper .info-box .info-socials {
    display: flex;
    gap: 20px;
}

.info-boxes-wrapper .info-box .info-socials a {
    text-decoration: none;
}

section.media {
    margin-top: 10rem;
    background: url(../images/publications.png);
    background-size: cover;
    background-position: center center;
    padding: 5rem 0;
    position: relative;
}

section.media .media-slide .slider-image {
    width: 100%;
}

section.media .media-slide .slider-image img {
    width: 100%;
}

section.media .media-slide .slider-content {
    padding-top: 20px;
}

section.media .media-slide .slider-content h2 {
    color: #E45635;
    font-size: 20px;
    font-weight: bold;
}

section.media .media-slide .slider-content p {
    color: #52525A;
}

section.media .swiper-button-prev, section.media .swiper-button-next {
    background: #D9D9D9;
    padding: 0 30px;
}

section.media .swiper-button-next:after, section.media .swiper-button-prev:after {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}


section.location {
    margin-top: 10rem;
}

section.location iframe {
    width: 100%;
}

section.hero-inner-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4)), url(../images/DJI_0100.jpg);
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
}

section.hero-inner-section .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	width: 100%;
}

section.hero-inner-section .hero-wrapper h1 {
    color: white;
    font-weight: bold;
}

.news-grid-3 {
    margin-bottom: 5rem;
}

.news-grid-3 .news-grid {
    grid-template-columns: repeat(3, 1fr);
}

.publications-inner {
    margin-top: 5rem;
}

.publication-wrapper {
    margin: 10rem 0;
}

.publication-wrapper:nth-child(1) {
    margin-top: 0;
}

.pub-categories, .location-categories {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e45635;
}

.pub-categories-wrapper ul, .location-categories-wrapper ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: 2rem;
    margin: 0;
}

.pub-categories-wrapper ul li.active, .location-categories-wrapper ul li.active {
    background: #e45635;
    padding: 5px 10px;
    border-radius: 10px;
}

.pub-categories-wrapper ul li.active a,  .location-categories-wrapper ul li.active a {
    color: white !important;
}

.pub-categories-wrapper ul li a, .location-categories-wrapper ul li a {
    color: black;
    text-decoration: none;
}

.pub-categories-wrapper, .location-categories-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.publication-wrapper .publications {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.publication-wrapper .publication {
    display: grid;
    grid-template-columns: .3fr 1fr;
}

.publication-wrapper .publication h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.publication-wrapper .publication a {
    color: #E45635;
    font-weight: bold;
    text-decoration: none;
}

.publication-date {    
    color: #52525A;
}

.page-wrapper {
    display: flex;
    gap: 2rem;
}

.article-wrapper .content-wrapper h2 {
    font-weight: bold;
    color: #e45635;
}

.post-cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin: 5rem 0;
}

.post-cta-wrapper .post-cta-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.post-cta-wrapper .post-cta-info h2 {
    font-weight: bold;
    color: #e45635;
    font-size: 1.5rem;
}

.post-cta-wrapper .post-cta-info a {
    color: #E45635;
    font-weight: bold;
    text-decoration: none;
}

.article-wrapper {
    width: 100%;
	padding-top: 2rem;
}

.sidebar-menu {
    padding: 2rem;
    width: 30%;
    background: #e45635;
	overflow: auto;
	display: flex;
}

.sidebar-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-menu ul li a {
    color: white;
    text-decoration: none;
}

a.active-sidebar-menu {
    text-decoration: underline !important;
}

.locations-wrapper {
    display: flex;
    margin: 5rem 0;
    align-items: center;
    justify-content: center;
}

.locations-wrapper .location {
    display: none;
    flex-direction: column;
    gap: 2rem;
}

.locations-wrapper .location:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.location-info {
    display: flex;
    gap: 2rem;
}

footer {
    padding: 2rem;
    background: #0F1022;
}

footer .footer-widgets {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
}

footer .footer-widgets .footer-widget h5 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .footer-widgets .footer-widget p {
    color: white;
}

footer .footer-widgets .footer-widget ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer-widgets .footer-widget ul li a {
    color: white;
    text-decoration: none;
}

footer .footer-widgets .footer-widget .footer-socials {
    display: flex;
    gap: 20px;
}

footer .footer-widgets .footer-widget .footer-socials a {
    text-decoration: none;
}

.copyright {
    background: black;
    padding: 10px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    margin: 0;
    color: white;
}

.copyright ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.copyright ul li a {
    color: white;
    text-decoration: none;
}

button.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.spot {
	text-decoration: none;
}

    .spot circle {
      fill: #e45635;
      stroke: #ffffff;
      stroke-width: 2;
      cursor: pointer;
      transition: transform 0.15s ease, fill 0.15s ease;
    }

    .spot text.number {
      fill: #ffffff;
      font-size: 12px;
      font-weight: bold;
      text-anchor: middle;
      dominant-baseline: middle;
      pointer-events: none;
      font-family: Arial, sans-serif;
    }

    /* Tooltip */
    .tooltip {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.15s ease;
    }

    .spot:hover .tooltip {
      opacity: 1;
    }

    .tooltip rect {
      fill: rgba(0, 0, 0, 0.8);
      rx: 4;
      pointer-events: none; /* don't block hover */
    }

    .tooltip text {
      fill: #ffffff;
      font-size: 12px;
      text-anchor: middle;
      dominant-baseline: middle;
      font-family: Arial, sans-serif;
      pointer-events: none;
    }
 

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.gallery br {
    display: none;
}

dl.gallery-item {
    width: 100% !important;
    margin: 0;
}

.gallery img {
    border: none !important;
    max-width: 100%;
    height: auto;
    height: 300px;
    object-fit: contain;
}

.download-app-images {
    display: flex;
    gap: 10px;
}

.download-app img {
    height: 30px;
}

.download-app h5 {
    font-size: 16px;
    font-weight: normal !important;
}

.download-app {
    margin-top: 2rem;
}

.souvenirs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.souvenir-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.souvenir {
    display: grid;
    grid-template-columns: .6fr 1fr;
    gap: 2rem;
    border-bottom: 1px solid #ccc;
}

.souvenir h2 {
    font-size: 20px;
}

@media screen and (max-width: 1440px) {
    section.publications .swiper-button-prev {
        left: 5%;
        top: 90%;
    }
    section.publications .swiper-button-next {
        right: 5%;
        top: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .news-grid, .news-grid-3 .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    a.navbar-brand {
        width: 350px;
    }
}

@media screen and (max-width: 992px) {
    ul.navbar-nav.mx-auto {
        margin-top: 30px;
    }

    .language-switcher {
        margin: 20px 0;
    }
	a.navbar-brand {
		align-items: center;
	}
	a.navbar-brand .logo-text p {
		font-size: 13px;
	}
	
	.souvenir {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
    header .navbar-brand {
        width: 50%;
    }
	

    .hero-section .swiper-slide {
        height: 400px;
    }

    .hero-section .swiper-slide img {
        height: 400px;
        object-fit: cover;
    }

    .hero-section .slider-content {
        padding: 10px 10px 50px 10px;
    }

    .hero-section .slider-content .container {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .hero-section .slider-content .container h2 {
        width: 100%;
    }

    .hero-section .slider-content .container a {
        padding: 5px 20px;
    }

	section.hero-inner-section {
        height: 500px;
        background-size: cover;
        background-position: center center;
        flex-direction: column-reverse;
    }
	
	.location-info {
		flex-direction: column;
	}
	
	.locations-wrapper .location {
		width: 100%;
	}
	
	.location-embed iframe {
		width: 100%;
	}

    .news-grid, .news-grid-3 .news-grid {
        grid-template-columns: 1fr;
    }

    section.publications .section-wrapper {
        align-items: flex-start;
    }

    .section-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    section.cta .cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    section.publications .publication-slide {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    section.news, section.cta, section.publications, section.info-boxes, section.media, section.location {
        margin-top: 5rem;
    }

    section.publications {
        padding: 5rem 0;
    }

    .info-boxes-wrapper {
        flex-direction: column;
    }

    .publication-wrapper .publications {
        grid-template-columns: 1fr;
    }

    div.pub-categories ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .post-cta-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
	
	.page-wrapper {
		flex-direction: column-reverse;
	}
	
	.sidebar-menu {
		position: relative;
		top: 0;
		width: 100%;
	}
	
	.gallery {
		grid-template-columns: 1fr;
	}

    footer .footer-widgets {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    footer .footer-logo {
        width: 200px;
    }

    footer .footer-widgets .footer-widget .footer-socials {
        align-items: center;
        justify-content: center;
    }
}