/** @format */

:root {
	--main: rgb(255, 253, 249);
	--highlight: rgb(255, 225, 166);
	--highlight-bright: rgb(255, 187, 0);

	--footer-color: black;

	--deep: rgb(46, 46, 46);
	--misty: rgb(158, 158, 158);
	--shallow: rgb(255, 255, 255);

	--main1-op: rgb(255, 255, 255, 0.8);
	--white-op: rgb(255, 255, 255, 0.2);

	--deep-op: rgb(0, 0, 0, 0.25);
}

#gallery {
	grid-template-columns: repeat(1, 1fr);
}

.slideshow .slide img {
	max-width: 80vw;
	max-height: 80vh;
}

#prev,
#next {
	font-size: 30px;
}

.gallery-info h2 {
	transform: translate(-60px, -25px);
}

.gallery-info span {
	opacity: 1;
	animation: none;
	font-size: 20px;
}

/* nav */
nav {
	height: 200px;
	position: fixed;
	background: rgb(0, 0, 0, 0.2);
	justify-content: space-between;
}

.navbar {
	display: none;
}

#languageMenu {
	display: none;
}

.logo img {
	padding-left: 70px;
}

.navbar-mobile {
	display: none;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background: var(--shallow);
	right: 0;
	top: 0;
	animation: fadeInRight 1s;
	overflow: scroll;
}

.navbar-mobile .material-symbols-outlined {
	font-size: 50px;
}

.navbar-mobile a {
	color: var(--deep);
	font-size: 50px;
	margin: 20px 0px 20px 20px;
	font-weight: 600;
	padding: 25px 50px;
	border-left: 5px solid var(--highlight-bright);
}

.mobileLanguage {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.mobileLanguage a {
	font-size: 70px;
	border: 5px solid var(--highlight-bright);
}

.secondaryWelcome .serviceBg {
	object-position: center;
}

#mobileMenuIcon {
	display: flex;
	font-size: 100px;
	color: white;
	margin-right: 70px;
}

.navbar-mobile {
	position: fixed;
	flex-direction: column;
}

.serviceImageRow {
	grid-template-columns: repeat(2, 1fr);
	width: 95%;
}

.serviceBoxWrapperWrap .serviceBox {
	justify-content: center !important;
	align-items: center !important;
}

.serviceShowcase h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.serviceText {
	width: 85%;
}

.serviceText p {
	font-size: 34px;
	margin-bottom: 50px;
	text-align: center;
}

.serviceText h2 {
	font-size: 50px;
}

.services-container-wrapper h2 {
	font-size: 90px;
}

.services-container {
	width: 90%;
}

.serviceImageRow img {
	max-height: 300px;
}

.footerList a,
.footerIcons a {
	font-size: 35px;
}

.secondaryBackground .projectsGrid {
	display: flex;
	flex-direction: column;
}

/* home */
.welcomeSection {
	height: 100%;
}

.welcomeSection img {
	height: 100%;
}

.welcomeText {
	justify-content: center;
	gap: 30px;
}

.welcomeText h1 {
	font-size: 90px;
	text-align: center;
}

.welcomeText h3 {
	font-size: 45px;
	text-align: center;
}

.mapShowcase h2 {
	font-size: 55px;
}

.mainButton,
.secondaryButton,
.tertiaryButton,
.quaternaryButton {
	width: 400px;
	height: 120px;
}

.mainButton span,
.secondaryButton span,
.tertiaryButton span,
.quaternaryButton span {
	font-size: 45px;
}

.mainButton:hover,
.secondaryButton:hover,
.tertiaryButton:hover,
.quaternaryButton:hover {
	width: 350px;
	height: 100px;
}

.mainButton:hover > span,
.secondaryButton:hover > span,
.tertiaryButton:hover > span,
.quaternaryButton:hover > span {
	font-size: 40px;
}

.homeDescriptionContact a {
	width: 140px;
	height: 140px;
}

.homeDescriptionContact a span {
	font-size: 110px;
}

.messageBanner {
	flex-direction: column;
	text-align: center;
	height: 450px;
}

.messageWrap {
	gap: 20px;
}

.messageWrap h2 {
	font-size: 50px;
}

.messageWrap p {
	font-size: 40px;
}

.serviceWrapper h2 {
	font-size: 80px;
	text-align: center;
}

.service {
	width: 100%;
	margin-bottom: 5px;
}

.service .mainButton,
.service .secondaryButton {
	width: 300px;
}

.services-container-wrapper {
	width: 100%;
	padding-top: 50px;
}

.services-container {
	grid-template-columns: repeat(2, 1fr);
}

.services-container div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.services-container a {
	display: flex;
	justify-content: center;
}

.service img {
	height: 700px;
	filter: brightness(0.7);
}

.service h3 {
	font-size: 40px;
	animation: none;
	display: flex;
}

.service span {
	font-size: 27px;
	height: 150px;
}

.service p {
	color: var(--deep);
	border-bottom: 4px solid var(--main1-dark);
	font-size: 28px;
}

.secondaryWelcome .projectsBg {
	object-fit: contain;
}

.secondaryWelcomeService .secWelcomeText {
	align-items: center;
	background: linear-gradient(
		270deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(255, 255, 255, 0) 70%
	);
}

.secondaryWelcomeService .secWelcomeText h1 {
	padding-right: 0px;
}

#uploadForm form h2,
#editForm form h2,
#uploadFormSingle h2,
#editFormSingle h2 {
	font-size: 46px;
}

#uploadForm label,
#editForm label,
#uploadFormSingle label,
#editFormSingle label {
	font-size: 40px;
}

#uploadForm form input,
#editForm form input,
#uploadFormSingle form input,
#editFormSingle form input {
	font-size: 40px;
}

/* region */

.regionWrap {
	flex-direction: column;
}

.regionDropdownHeader {
	margin-top: 60px;
	width: 800px;
}

.regionDropdownHeader h1 {
	font-size: 50px;
}

.regionDropdownHeader h1:hover {
	font-size: 53px;
}

.regionDropdown a {
	font-size: 35px;
}

.detailsWrap h2 {
	font-size: 80px;
	text-align: center;
	width: 100%;
}

.detailsWrap span {
	font-size: 35px;
	text-align: center;
}

.detailsWrap .ctaSection {
	display: flex;
	justify-content: center;
}

.details {
	align-items: start;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
}

.details h3 {
	font-size: 80px;
}

.details span {
	width: auto;
}

.detailsWrap div span {
	font-size: 50px;
}

.homeDescriptionLogo h2 {
	font-size: 140px;
}

.homeDescription {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.homeDescription h2 {
	font-size: 80px;
}

.homeDescription p {
	width: 92%;
	font-size: 25px;
}

.homeDescriptionLogo {
	position: absolute;
	opacity: 0.2;
	width: 100%;
}

.homeDescriptionLogo img {
	height: 100%;
	width: 80%;
	object-fit: cover;
}

.homeDescription .mainButton span {
	font-size: 30px;
}

.homeDescription h3 {
	font-size: 55px;
	width: 100%;
}

.homeDescription h4 {
	width: 100%;
}

.contact {
	width: 80%;
	gap: 170px;
}

.contact a {
	width: 40%;
}

.contact a p {
	font-size: 45px;
}

.contact a span {
	font-size: 70px;
}

.welcomeText h4 {
	font-size: 45px;
}

.aboutCta div span {
	font-size: 75px;
}

.aboutCta .material-symbols-outlined {
	font-size: 120px;
}

.aboutCta {
	justify-content: center;
}

.ctaSection {
	width: 100%;
	display: flex;
	justify-content: center;
}

/* secondary */
.secondaryWelcome img {
	height: 100%;
}

.secWelcomeText {
	padding: 200px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.secWelcomeText h1 {
	font-size: 100px;
	margin-bottom: 80px;
}

.valueRow {
	flex-direction: column;
	align-items: center;
}

.value {
	margin-bottom: 50px;
	padding-bottom: 450px;
	width: 100%;
}

.value h3 {
	font-size: 70px;
}

.value p {
	font-size: 40px;
}

.secondaryWelcome .contactBg {
	height: 2400px;
}

.serviceWrapper p {
	font-size: 35px;
}

.serviceLeft h2,
.serviceRight h2 {
	font-size: 70px;
	border: none;
}

.serviceLeft .serviceDescWrap {
	flex-direction: column;
	align-items: center;
}

.serviceRight .serviceDescWrap {
	flex-direction: column;
	align-items: center;
}

.serviceDescImg {
	width: 100%;
}

.serviceDescription {
	width: 90%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.serviceDescription a {
	display: flex;
	justify-content: center;
}

#largeGallery {
	grid-template-columns: repeat(3, 1fr);
	padding: 30px;
}

.largeGalleryNoJs {
	grid-template-columns: repeat(2, 450px);
	justify-items: center;
}

.largeGalleryNoJs img {
	max-height: 250px;
	max-width: 400px;
}

.serviceLeft h3 {
	font-size: 60px;
	width: 90%;
	text-align: center;
}

.serviceRight h3 {
	font-size: 60px;
	width: 90%;
	text-align: center;
}

.serviceDescription p {
	font-size: 50px;
	width: 100%;
}

.smallContact .details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.smallContact span {
	font-size: 40px;
}

.serviceIconWrapper {
	display: grid;
	grid-template-columns: repeat(3, 0.8fr);
	margin-top: 50px;
	gap: 100px;
}

.serviceIcon span {
	font-size: 40px;
	text-align: center;
}

.secWelcomeText h4 {
	font-size: 30px;
}

.serviceIcon .material-symbols-outlined {
	font-size: 100px;
}

.miniNav {
	gap: 8px;
	text-align: center;
}

.miniNav h3 {
	font-size: 38px;
}

/* crud calendar */
.crudBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.calendarInfo {
	width: 100%;
	min-height: 0px;
}

.calendarBg h2 {
	font-size: 80px;
}

.calendar {
	width: 95%;
}

.calendar .monthControl {
	font-size: 30px;
}

.day span {
	font-size: 36px;
}

.dayname span {
	font-size: 29px;
}

.day,
.calendar .dayname {
	height: 110px;
}

.calendarInfo div .mainButton,
.calendarInfo div .secondaryButton {
	height: 100px;
	width: 300px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.calendarInfo div {
	padding: 20px 60px;
}

.calendarInfo div h1 {
	margin-top: 20px;
	font-size: 35px;
}

.calendarInfo div h4 {
	font-size: 30px;
}

.status-green,
.status-yellow,
.status-red {
	height: 15px;
	width: 15px;
}

.dateControlMenu {
	margin-top: 70px;
}

.dateControlMenu span {
	font-size: 30px;
	gap: 5px;
}

.ctaSectionMobile {
	padding-bottom: 50px;
	display: flex;
	justify-content: space-around;
}

.serviceDescImg {
	justify-content: center;
}

.serviceLeft .serviceDescImg {
	justify-content: center;
}

.centerDiv {
	padding: 0px;
}

.centerDiv .serviceDescription {
	flex-direction: column;
}

/* .shortAboutWrap{
  height: 1500px;
} */

.contactDesk {
	flex-direction: column;
	gap: 100px;
	align-items: center;
	width: 80%;
}

.contactDeskHalf {
	width: auto;
}

.contactDeskHalf h2 {
	font-size: 70px;
}

.contactDeskHalf a {
	font-size: 50px;
}

.contactDeskHalf a .material-symbols-outlined {
	font-size: 50px;
}

/* partners */
.partners-list .service img {
	height: 220px;
}

.partners-list .service {
	min-width: 300px;
	min-height: 325px;
}

.partners-list .service h3 {
	font-size: 30px;
}

.visitorShowcase h1 {
	font-size: 50px;
	margin-bottom: 20px;
}

.footerLogo span {
	font-size: 28px;
}

footer img {
	width: 90px;
}

/* buttons */
.navbar-mobile .closeButton {
	color: var(--highlight-bright);
	font-size: 120px;
	font-weight: 600;
	border: 0;
	box-shadow: none;
}

.carouselWrap {
	width: 98%;
}

#close {
	font-size: 100px;
	padding: 0px 35px;
}

#prev,
#next {
	font-size: 100px;
}

#prev:hover,
#next:hover {
	color: white;
}

#backToTop {
	width: 90px;
	height: 90px;
	border-radius: 50px;
}

#backToTop:hover {
	width: 90px;
	height: 90px;
	border-radius: 50px;
}

#backToTop span {
	font-size: 60px;
}

#backToTop span:hover {
	font-size: 60px;
}

.ctaSectionFlex100 .secondaryButton {
	width: 80%;
	margin-left: 50px;
}

.serviceBoxWrapperWrap h2 {
	margin-left: 50px;
}

.serviceBoxWrapper .serviceText {
	width: 80vw;
}

.price-list-container {
	width: 80%;
}

.noteWrapper {
	margin-top: 100px;
	gap: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.noteHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-size: 35px;
}

.noteHeader span {
	font-size: 70px;
}

.noteText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
	gap: 20px;
	background-color: var(--highlight);
	border-radius: 30px;
	width: 80%;
	min-height: 200px;
}

.noteWrapper p {
	width: 100%;
	font-size: 30px !important;
}

.noteWrapper p {
}
