@charset "utf-8";
html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

body {
    overflow-x: hidden;
}


/*
Colour Theme
Red: #781C29
Orange: #DD723C
*/



/*Hero Section-------------------------------------------------------------------------------*/

.contacthero {
	width: 100%;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../IMG/CONTACT IMG/contacthero_bg.png");
	background-position: bottom;
	background-size: cover;
	z-index: -1;
}

.contacttitle {
	font-size: 200px;
	font-weight: thin;
	background-image: url("../IMG/CONTACT IMG/title_mask2.png");
	background-size: cover;
	background-position: bottom right;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	margin-top: 80px;
}

.contactdesign {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 860px;
	margin-top: -100px;
	z-index: 10;
}

img.cod1 {
	width: 53px;
	margin-right: 152px;
	transition: all 0.4s ease;
}

img.cod1:hover {
	transform: scale(1.3);
	transition: all 0.4s ease;
}

.clickmeinsta {
	display: flex;
	flex-direction: column;
	margin-top: -145px;
	margin-right: 405px;
}

img.clickme {
	width: 100px; 
}

img.cod2 {
	width: 53px;
	margin-left: 80px;
	transform: rotate(-20deg);
	transition: all 0.4s ease;
}

img.cod2:hover {	
	transform: scale(1.3) rotate(-20deg);
	transition: all 0.4s ease;
}

img.cod3 {
	width: 53px;
	margin-top: -3px;
	transform: rotate(20deg);
	transition: all 0.4s ease;
}

img.cod3:hover {	
	transform: scale(1.3) rotate(20deg);
	transition: all 0.4s ease;
}

/*Contact Form Section------------------------------------------------------------------------*/

#contactform {
	width: 100%;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.contactustitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CONTACT IMG/title_mask2.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	width: 80%;
	margin-right: 100px;
}

form.contactformbg {
	width: 80%;
	height: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-image: url("../IMG/CONTACT IMG/contactbox_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
	margin-top: -25px;
	z-index: 10;
}

.contactcontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	padding: 50px;
	gap: 50px;
}

.cform {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3vh;
}

.cinput, .cselect {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	border:none;
	background-color: rgba(61, 61, 61, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	font-size: 18px;
	font-family: Quattrocento Sans;
	transition: all 0.4s ease;
}

.cinput:focus, .cselect:focus {
	outline: none;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 0 rgba(61, 61, 61, 0.1);
}

.ctextarea{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	border:none;
	background-color: rgba(61, 61, 61, 0.1);
	font-size: 18px;
	font-family: Quattrocento Sans;
}

.ctextarea:focus{
	outline: none;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 0 rgba(61, 61, 61, 0.1);
}

label {
	font-size: 36px;
	font-family: Quattrocento;
	margin-bottom: -27px;
}

textarea {
	resize: vertical;
	min-height: 150px;
	max-height: 185px;
	transition: none;
}

option {
	background-color: rgba(255,255,255,1);
}

.csubmitstyle {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.csubmit {
	padding: 15px;
	box-sizing: border-box;
	width: 150px;
	border:none;
	border-radius: 10px;
	background-color: rgba(61, 61, 61, 1);
	color: #FFF;
	font-family: Quattrocento Sans;
	font-size: 18px;
	transition: all 0.4s ease;
}

.csubmit:hover {
	background-color:#781C29;
	transition: all 0.4s ease;
}




/*Location Section----------------------------------------------------------------------------*/

#whereweare {
	width: 100%;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.locationtitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CONTACT IMG/title_mask2.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	width: 90%;
	margin-left: 200px;
}

.hourtitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CONTACT IMG/title_mask2.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	width: 90%;
	margin-right: 200px;
	margin-top: -20px;
}

.locationhourbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 60px;
	margin-top: -27px;
	z-index: 10;
	width: 80%;
}

.googlemap {
	border:0; 
	border-radius:27px;
	box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
	width: 60%;
}

.operatinghours {
	width: 40%;
	background-image: url("../IMG/CONTACT IMG/contactbox_bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	height: 400px;
	box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
	box-sizing: border-box;
	padding: 60px;
	gap: 25px;
}

.shcedule {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.shcedule p{
	font-family: Quattrocento;
	font-size: 24px;
	font-weight: bold;
}

.shcedule p2{
	font-family: Quattrocento Sans;
	font-size: 24px;
	font-weight: thin;
}




/*Contact Form Feedback Overlay---------------------------------------------------------------*/

 .contact-feedback-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 999;
    }
    .contact-feedback-overlay.open { display: block; }

    .contact-feedback-modal {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      max-width: 90%;
      width: 320px;
      display: none;
      z-index: 1000;
    }
    .contact-feedback-modal.open { display: block; }

    .contact-feedback-modal .close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      font-size: 1.2rem;
      cursor: pointer;
    }

    .contact-feedback-modal p { 
		margin: 0; 
		font-size: 1rem;
		text-align: center;
		color: #333; }




@media screen and (max-width: 1395px) {
	
	/*Hero Section-------------------------------------------------------------------------------*/

	.contacthero {
		width: 100%;
		height: 900px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("../IMG/CONTACT IMG/contacthero_bg.png");
		background-position: bottom;
		background-size: cover;
		z-index: -1;
		margin-top: -80px;
	}

	.contacttitle {
		font-size: 200px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: cover;
		background-position: bottom right;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 5;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		text-align: center;
	}

	.contactdesign {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 60%;
		margin-top: -100px;
		z-index: 10;
	}

	img.cod1 {
		width: 53px;
		margin-right: 0;
		transition: all 0.4s ease;
	}

	img.cod1:hover {
		transform: scale(1.3);
		transition: all 0.4s ease;
	}

	.clickmeinsta {
		display: flex;
		flex-direction: column;
		margin-top: -300px;
		margin-right: 0;
	}

	img.clickme {
		width: 100px; 
	}

	img.cod2 {
		width: 53px;
		margin-left: ;
		transform: rotate(-20deg);
		transition: all 0.4s ease;
	}

	img.cod2:hover {	
		transform: scale(1.3) rotate(-20deg);
		transition: all 0.4s ease;
	}

	img.cod3 {
		width: 53px;
		margin-top: -3px;
		transform: rotate(20deg);
		transition: all 0.4s ease;
	}

	img.cod3:hover {	
		transform: scale(1.3) rotate(20deg);
		transition: all 0.4s ease;
	}




	/*Location Section----------------------------------------------------------------------------*/

	#whereweare {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 100px 0;
	}

	.locationtitle {
		font-family: Quattrocento;
		font-size: 80px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 90%;
		margin-left: 0;
	}

	.hourtitle {
		font-family: Quattrocento;
		font-size: 80px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 90%;
		margin-right: 0;
		margin-top: -20px;
	}

	.locationhourbox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		margin-top: -27px;
		z-index: 10;
		width: 100%;
	}

	.googlemap {
		border:0; 
		border-radius:27px;
		box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
		width: 80%;
	}

	.operatinghours {
		width: 80%;
		background-image: url("../IMG/CONTACT IMG/contactbox_bg.png");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		height: 400px;
		box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
		box-sizing: border-box;
		padding: 30px;
		gap: 25px;
	}

	.shcedule {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.shcedule p{
		font-family: Quattrocento;
		font-size: 24px;
		font-weight: bold;
	}

	.shcedule p2{
		font-family: Quattrocento Sans;
		font-size: 24px;
		font-weight: thin;
	}



}

@media screen and (max-width: 789px) {
	
	/*Hero Section-------------------------------------------------------------------------------*/

	.contacthero {
		width: 100%;
		height: 700px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("../IMG/CONTACT IMG/contacthero_bg.png");
		background-position: bottom;
		background-size: cover;
		z-index: -1;
		margin-top: -80px;
	}

	.contacttitle {
		font-size: 80px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: cover;
		background-position: bottom right;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 5;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		text-align: center;
		transition: all 0.4s ease;
	}

	.contactdesign {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 60%;
		margin-top: -20px;
		z-index: 10;
	}

	img.cod1 {
		width: 53px;
		margin-right: 0;
		transition: all 0.4s ease;
	}

	img.cod1:hover {
		transform: scale(1.3);
		transition: all 0.4s ease;
	}

	.clickmeinsta {
		display: flex;
		flex-direction: column;
		margin-top: -450px;
		margin-right: 0;
	}

	img.clickme {
		width: 100px; 
	}

	img.cod2 {
		width: 53px;
		margin-left: ;
		transform: rotate(-20deg);
		transition: all 0.4s ease;
	}

	img.cod2:hover {	
		transform: scale(1.3) rotate(-20deg);
		transition: all 0.4s ease;
	}

	img.cod3 {
		width: 53px;
		margin-top: -3px;
		transform: rotate(20deg);
		transition: all 0.4s ease;
	}

	img.cod3:hover {	
		transform: scale(1.3) rotate(20deg);
		transition: all 0.4s ease;
	}

	/*Contact Form Section------------------------------------------------------------------------*/

	#contactform {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 100px 0;
	}

	.contactustitle {
		font-family: Quattrocento;
		font-size: 70px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 100%;
		margin-right: 0;
	}

	form.contactformbg {
		width: 90%;
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		background-image: url("../IMG/CONTACT IMG/contactbox_bg.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
		margin-top: -25px;
		z-index: 10;
	}

	.contactcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
		gap: 50px;
	}

	.cform {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 3vh;
	}

	.cinput, .cselect {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 10px;
		border:none;
		background-color: rgba(61, 61, 61, 0.1);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		font-size: 18px;
		font-family: Quattrocento Sans;
		transition: all 0.4s ease;
	}

	.cinput:focus, .cselect:focus {
		outline: none;
		background-color: rgba(255, 255, 255, 0.5);
		color: #000;
		transition: all 0.4s ease;
		box-shadow: 0 0 10px 0 rgba(61, 61, 61, 0.1);
	}

	.ctextarea{
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 10px;
		border:none;
		background-color: rgba(61, 61, 61, 0.1);
		font-size: 18px;
		font-family: Quattrocento Sans;
	}

	.ctextarea:focus{
		outline: none;
		background-color: rgba(255, 255, 255, 0.5);
		color: #000;
		transition: all 0.4s ease;
		box-shadow: 0 0 10px 0 rgba(61, 61, 61, 0.1);
	}

	label {
		font-size: 36px;
		font-family: Quattrocento;
		margin-bottom: -27px;
	}

	textarea {
		resize: vertical;
		min-height: 150px;
		max-height: 185px;
		transition: none;
	}

	option {
		background-color: rgba(255,255,255,1);
	}

	.csubmitstyle {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
	}

	.csubmit {
		padding: 15px;
		box-sizing: border-box;
		width: 150px;
		border:none;
		border-radius: 10px;
		background-color: rgba(61, 61, 61, 1);
		color: #FFF;
		font-family: Quattrocento Sans;
		font-size: 18px;
		transition: all 0.4s ease;
	}

	.csubmit:hover {
		background-color:#781C29;
		transition: all 0.4s ease;
	}




	/*Location Section----------------------------------------------------------------------------*/

	#whereweare {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px 0;
	}

	.locationtitle {
		font-family: Quattrocento;
		font-size: 60px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 90%;
		margin-left: 0;
	}

	.hourtitle {
		font-family: Quattrocento;
		font-size: 55px;
		font-weight: thin;
		background-image: url("../IMG/CONTACT IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 90%;
		margin-right: 0;
		margin-top: -10px;
	}

	.locationhourbox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		margin-top: -15px;
		z-index: 10;
		width: 100%;
	}

	.googlemap {
		border:0; 
		border-radius:27px;
		box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
		width: 90%;
	}

	.operatinghours {
		width: 90%;
		background-image: url("../IMG/CONTACT IMG/contactbox_bg.png");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		height: 400px;
		box-shadow: 0 0 10px 0 rgba(61,61,61,0.3);
		box-sizing: border-box;
		padding: 30px;
		gap: 25px;
	}

	.shcedule {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.shcedule p{
		font-family: Quattrocento;
		font-size: 18px;
		font-weight: bold;
	}

	.shcedule p2{
		font-family: Quattrocento Sans;
		font-size: 18px;
		font-weight: thin;
	}

}
