/***** section id="construction-progress" ******/

.tab.tab-block {
	scrollbar-width: thin;
	scrollbar-color: var(--accent) var(--background);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 5px;
}


#construction-progress {
	padding: 88px 0 100px 0;
}

.nav.const-progress-nav {
	flex-direction: column;
}

.control-div {
	width: 40px;
	height: 40px;
	background-color: var(--accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.construction-progress-row,
.construction-progress-flex {
	display: flex;
	align-items: center;
}

.construction-progress-row h3 {
	color: var(--darkGray);
}

.video-info span svg {
	margin-top: -3px;
}

a.svg-share-small,
.construction-carousel .favourites-button {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.70312 1.89185L1.05448 9.67563L9.37048 17.027' stroke='%23F1F2F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.29688 1.89185L9.94552 9.67563L1.62952 17.027' stroke='%23F1F2F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {

	h2.main-h2-color,
	h2.main-name-h2 {
		font-size: 22px;
		line-height: 35px;
	}
}

@media (max-width: 800px) {
	.tab.tab-block {
		width: 100% !important;
	}

	h1.main-name-h1,
	.tab-wrapper .tab button,
	.tablinks {
		width: 100% !important;
		text-align: center !important;
	}

	#video-1.tabcontent {
		width: 100% !important;
		margin-top: 70px !important;
	}

	.tablinks-new {
		width: 100% !important;
		text-align: center !important;
	}

	#construction-progress {
		padding: 30px 0 0px 0;
	}

	.tabcontent {
		/* height: 325px !important; */
		width: 100% !important;
	}

	h3.main-name-color {
		text-align: center;
		font-size: 18px;
	}

	.construction-month {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/************ .tab.tab-block ***********/
.tab.tab-block {
	float: left;
	border: none;
	background-color: #fff;
	width: 30%;
	max-height: 405px;
	overflow-y: scroll;
}

.tab.tab-block::-webkit-scrollbar {
	width: 0;
}

.tab.tab-block {
	-ms-overflow-style: none;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #fff;
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	border: none;
	border-left: none;
	width: 70%;
}


@media (max-width: 600px) {
	
}

.tab-wrapper {
	position: relative;
}

.tab-wrapper::after {
	content: '';
	display: table;
	clear: both;
}

.tabcontent {
	display: none;
}

.tabcontent.is-visible {
	display: block;
}

.construction-carousel {
	position: relative;
}

.construction-carousel .carousel-inner {
	border-radius: 6px;
	overflow: hidden;
}

.construction-carousel .carousel-item img {
	width: 100%;
	height: auto;
	display: block;
	max-height: min(70vh, 560px);
	object-fit: cover;
}

.construction-carousel .carousel-control-prev,
.construction-carousel .carousel-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	opacity: 1;
	border: none;
	background: transparent;
	padding: 0;
	z-index: 5;
}

.construction-carousel .carousel-control-prev {
	left: 16px;
}

.construction-carousel .carousel-control-next {
	right: 16px;
}

.construction-carousel .favourites-button {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.construction-video-modal {
	display: block;
}

.construction-empty {
	padding: 2rem 0;
	color: var(--darkGray, #868994);
	text-align: center;
}

#construction-progress .gallery-img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#construction-progress .gallery-img .ico {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.25s ease;
}

#construction-progress .gallery-img:hover .ico {
	opacity: 1;
}

.tablinks-new {
	position: absolute;
	bottom: -385px;
	left: 0;
	width: 20%;
	border: none;
	background-color: #fff;
	text-align: left;
	outline: none;
}

button.tablinks-new:focus {
	outline: none;
	outline: none;
}

/* The Modal*/
.modal {
	display: none;
	position: fixed;
	z-index: 11;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-container {
	position: relative;
	width: auto;
	margin: 5rem auto;
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.modal-content-img {
	width: 100%;
	height: 100%;
}

.modal-content-img img {
	width: 100%;
	height: 100%;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

.open-modal-btn {
	width: fit-content;
	cursor: pointer;
}

.close-modal {
	position: absolute;
	top: -50px;
	right: 0px;
	transition: 0.3s;
}

.close-modal:hover,
.close-modal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media(max-width: 600px) {
	.tabcontent {
		padding: 0 0;
	}
}

.carousel-control-next, .carousel-control-prev{
	opacity: 1 !important;
}