.tabcontent h1{
	color: white;
	font-size: 32px;
	line-height: 44px;
	width: 35%;
	font-weight: 400;
}

.tabcontent h2{
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	width: 50%;
	border-radius: 10px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
    background-color: #a5a5a544;
	height: fit-content;
	padding: 1.5em;
}

.tabcontent{
	min-height: 480px;
}

.content-tabs{
	width: 100%;
	max-width: 100% !important;
	padding: 0 2em;
    background-color: white;
}

.tab{
	display: flex;
	width: 100%;
	transition: 0.5s;
	margin: 1em;
}

.inner-tabcontent{
	display: flex;
    justify-content: space-between;
    align-items: center;

}

.tabcontent {
	transition: 0.5s;
  	display: none;
	animation: fadeEffect 1s; 
    width: 95%;

	border-radius: 0.5em;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tab button {
 	float: left;
  	cursor: pointer;
  	transition: 0.5s;
	width: 100%;
    padding: 2em;
    background-color: var(--c-secondary);
    transition: 0.5s;
    font-weight: 400;
	color: var(--c-accent);
	border: none;
    font-size: 14px;
}

.tab button:hover {
  	color: var(--c-text);
}

.tab button:first-of-type{
	border-radius: 0.75em 0 0 0.75em;
}

.tab button:last-of-type{
	border-radius: 0 0.75em 0.75em 0;
}

.tab button.active {
    font-weight: 600;
	color: white;
    background-color: var(--c-accent);
}

.swiper_thumbnail .swiper-slide-thumb-active{
    outline: 2px solid #000;
    outline-offset: -2px;
}

.swiper-slide h2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.swiper-button-next, .swiper-button-prev{
	color: white !important;
}

.swiper-slide img{
	width: 100%;
	border-radius: 1em;
	height: 100%;
    object-fit: cover;
}

#swoper-id{
    background-color: var(--c-accent);
}

#swoper-id .swiper-button-next, #swoper-id .swiper-button-prev{
	transform: scale(0.5);
}

#swoper-id .tab button.active {
    font-weight: 600;
    color: var(--c-accent);
    background-color: white;
	border: 1px solid white;
}

#swoper-id .tab button {
	border: 1px solid rgb(35, 35, 35);
    float: left;
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    padding: 0.75em 1.25em;
    background-color: var(--c-accent);
    transition: 0.5s;
    font-weight: 400;
    color: white;
	font-size: 1.75em;
}

#swoper-id .tab {
    margin: 2em;
}

#swoper-id .content-tabs {
    width: 90%;
}

#swoper-id .swiper-slide h2, 
#swoper-id .swiper-slide h1{
	padding: 0;
    bottom: 1.9em;
    width: 90%;
	margin: 1em;
	grid-column: 2 / 3;
    grid-row: 2 / 3;
	backdrop-filter: blur(0px);
    background-color: #a5a5a500;
	position: absolute;
}


#swoper-id .swiper-slide h1{
    padding: 0;
    left: -27.25em;
    bottom: 6.5em;
    width: 20%;
    margin: 1em;
}

#swoper-id .swiper-slide h2{
    padding: 0;
    left: -1.75em;
    bottom: 14em;
    margin: 1em;
}

#swoper-id .swiper-slide h2 a{
	padding: 2.5em 0;
}

#swoper-id .swiper-slide a{
	padding: 0em;
    margin-left: 3em;
    margin-top: -3em;
	font-size: 12px;
	display: block;
	color: #a5a5a500;
}

#swoper-id .swiper-slide {
    display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
	width: 100% !important;
}

#swoper-id .swiper-slide img{
	width: 100%;    
	grid-column: 1 / 3;
    grid-row: 1 / 3;
}

#swoper-id .storage .swiper-slide h2{
	bottom: 3.5em;
}

#swoper-id .storage .swiper-slide h1{
    bottom: -0.25em;
}

#maps-tab-id{
	margin-top: 3em;
}

#maps-tab-id .tab{
	margin: 0 2em;
}

#maps-tab-id h1{
	background-color: var(--c-main);
	font-size: 24px;
	padding: 4em;
	width: 38%;
}

#maps-tab-id h1 p{
	display: flex;
    width: 65%;
	line-height: 1.5;
}

#maps-tab-id h1 p:first-of-type{
    margin: 2em 0;
}

#maps-tab-id h1 strong{
	font-size: 36px;
	display: flex;
    width: 65%;
}

#maps-tab-id .tabcontent {
	margin: 0;
    width: 100%;
}

#maps-tab-id .inner-tabcontent{
	margin: 0;
}

#maps-tab-id .inner-tabcontent > h1{
	margin: 3em 2em;
	z-index: 5;
}

#maps-tab-id .tab button{
	border-bottom: 2px solid var(--c-text);
	color: var(--c-text);
	border-radius: 0;
	background-color: white;
	text-align: start;
	font-size: 24px;
	padding: 1em 0.5em;
	opacity: 0.5;
}

#maps-tab-id .tab button.active{
	background-color: white;
	border-bottom: 2px solid var(--c-main);
	color: var(--c-accent);
	opacity: 1;
	font-weight: 400;
}

#maps-tab-id h2{
	padding: 1.85em 0 0;
	width: 100vw;
	height: 100%;
	position: absolute;
	backdrop-filter: blur(0px);
    background-color: #a5a5a500;
}

#maps-tab-id h2 iframe, 
#maps-tab-id h2 div{
	width: 100vw;
	height: 100%;
}

@media(min-width: 1600px){
	#swoper-id .swiper-slide a{
		font-size: 24px;
	}
}

.back-blue-section-class .tabcontent {
	transition: 0.5s;
  	display: none;
	animation: fadeEffect 1s; 
    width: 100%;
	border-radius: 0.5em;
}

.back-blue-section-class .tab {
    display: flex;
    transition: 0.5s;
    margin: 0;
	padding: 4em 2em 0em;
	justify-content: end;
    background-color: white;
}

.back-blue-section-class .tab button {
    width: auto !important;
	z-index: 2;
	padding: 0;
	border-radius: 3em;
	padding: 0.75em 1.5em;
	color: var(--c-text);
	background-color: white;
	border: 1px solid var(--c-link);
	font-weight: 600;
	margin-left: 1em;
}

.back-blue-section-class .tab button.active{
	color: var(--c-accent);
}

.back-blue-section-class .content-tabs{
    padding-top: 1em;
}

.back-blue-section-class h2{
	padding: 0;
	margin: 0;
	left: 0;
	width: 45%;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
    background-color: #00000000;
}

.back-blue-section-class h2 ul{
	display: flex;
    flex-wrap: wrap;
	padding-left: 1em;
}

.back-blue-section-class h2 li{
	width: fit-content;
	border-radius: 3em;
	padding: 0.5em 1em;
	font-size: 0.75em;
	font-weight: 600;
	margin: 0.25em;
	background-color: white;
	color: var(--c-accent);
}

.slider-blue-section-class .tab{
	border-radius: 0.5em 0.5em 0 0; 
}


.slider-blue-section-class{
	padding-bottom: 2.5em;
}