@charset "UTF-8";

/*
*{
border:1px solid red;
}
*/

body {
	background-color: #F7EBDF;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
}

h1 {
	font-family: "PT Serif", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 90pt;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "PT Serif", serif;
 	font-weight: 400;
 	font-style: normal; 
	font-size: 72pt;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: "PT Serif", serif;
 	font-weight: 700;
 	font-style: italic;
	font-size: 45pt;
}

p {
	font-family: "Rubik", sans-serif;
 	font-size: 20pt;
 	font-weight: 200;
	font-style: normal;
}

/*index page*/

.hero{
	background-image: url("images/home/hero.png");
	background-size: cover;
	width: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x: hidden;
	margin-bottom: 1rem;
}


/*navbar*/

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: white;
	width : 100vw;
	box-sizing: border-box;
	background-color: #5E4134;
}

nav {
	font-family: "Rubik", sans-serif;
	display: flex;
}

.active {
	color: #797D80;
	cursor: default;
}

.leftnav {
	padding: 0 0 0 2.5rem;
}

/*dropdown menu start*/

header>nav a {
	text-decoration: none;
	display: block;
	text-align: right;
	color: white;
	list-style: none;
	overflow: hidden;
	padding: 2rem 3rem;
}

nav a:hover {
	color: #797D80;
}

nav a, .dropbtn, .dropbtn-active {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

nav a, .dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #9B3C28;
	min-width: 180px;
}

.dropdown-content a {
	color: white;
	padding: 15px 18px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color:white;
	color: #9B3C28;
	transition: 0.5s;
}

.dropdown:hover .dropdown-content {
	display: block;
	transition: 0.5s;
}

.dropbtn-active {
	color: #797D80;
}

.contentact {
	background-color: black;
}

}
/*dropdown menu end*/

.rightnav {
	text-align: right;
}

.mainft {
	font-weight: 500;
}

button {
	border: none;
	color: white;
	background-color: #9B3C28;
	border: 1pt solid transparent;
}

button:hover {
	background-color: white;
	color:  #9B3C28;
	border : 1pt solid #9B3C28;
	transition: 0.5s ease;
}

.sub {
	font-size: 40pt;
	text-align: right;
	padding: 0;
	margin-top: 1.5rem;
}

.main {
	color: white;
	margin: 3.5rem;
	padding-top: 0.5rem;
	text-align: right;
}

.herottl {
	padding-left: 2rem;
	padding-top: 4.5rem;
	font-size: 96pt;
}

.bigbtnhero {
	padding:1.5rem 3rem;
	font-size: 27pt;
	font-weight: 550;
	margin-top: 3.5rem; 
	margin-right: 0.5rem;
}

.sub-title {
	width: 100%;
	text-align: right;
	padding-top: 2.5rem;
}

.ABOUT-US, .EVENTS {
	display: flex;
	margin: 2rem 5rem;
	gap: 50px;
}

.halfmid>img {
	box-sizing: border-box;
	width: 100%;
}

.CONTACT {
	border: 1pt solid #000000;
	background-color: white;
	display: block;
	margin: 5rem auto 1rem ;
	width: 40%;
	height: auto;
	padding: 3rem;
	text-align: center;
}

.halfmid {
	box-sizing: border-box;
	min-width: 80%;
	min-height: auto;
}

footer {
	display: flex;
	justify-content: space-between;
	color: black;
	flex-direction: row;
	align-items: center;
	padding: 0 2rem;
	margin: 5rem 0 3rem;
}

.footer-left {
	width: 25%;
	height: auto;
	margin: 1rem;
}

.row {
	display: flex;
	gap: 0.5rem;
}

.col {
	margin: 1rem;
}

.MENU {
	background-image: url("images/home/menu 2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	text-align: center;
}


.Menu2 {
	padding-bottom: 10rem;
}

.Menuttl {
	padding: 15% 0 0;
	color: white;
	margin: auto;
}

.body2 {
	color: white;
	padding: 0.5rem 20rem 2rem;
	margin: auto;
}

.bigbtn {
	padding: 1rem 3rem;
	font-size: 21pt;
	font-weight: 550;
}

.bigbtn2 {
	padding: 1rem 3rem;
	font-size: 20pt;
	font-weight: 550;
}

.side-image1 {
	height: 40%;
	width: auto;
}

.side-image2 {
	height: 40%;
	width: auto;
}

.side-text1 {
	width: 60%;
	height: auto;
	margin: auto;
	text-align: left;
}

.side-text2 {
	width: 60%;
	height: auto;
	margin: auto;
	text-align: right;
}

.mdmbtn {
	font-size: 18pt;
	font-weight: 550;
	padding: 1rem 3rem;
}

footer>nav a {
	color: black;
	text-decoration: none;
}

.childft {
	line-height: 24pt;
	font-size: 12pt;
	box-sizing: border-box;
	width: 162px;
	height: auto;
}

ul {
	text-decoration: none;
	list-style: none;
	margin-left: -30pt;
	text-indent: 0;
	text-align: left;
}

li {
	margin-left: 0;
	text-indent: 0;
}

/*services*/
.hero2 {
	margin: 12rem auto 12rem;
	padding: 0 15rem;
	text-align: center;
	justify-content: center;
}

.event1, .event2 {
	display: flex;
	margin: 2rem 5rem 5rem;
	justify-content: center;
	align-content: center;
	text-align: left;
	gap: 2rem;
	box-sizing: border-box;
	width: 90%;
	height: auto;
}

.event1txt, .event2txt {
	justify-content: center;
	margin: auto;
}

.event1img, .event2img {
	height: 45%;
	width: auto;
}

/*about us*/
.hero3 {
	background-image: url("images/About us/The team.png");
	background-size: cover;
	width: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x: hidden;
	margin-bottom: 1rem;
}

.main2 {
	justify-content: center;
	text-align: center;
	color: white;
	margin-top: 15rem;
	margin-bottom: 12rem;
}

.job {
	margin: 10rem auto 8rem;
	padding: 0 15rem;
	text-align: center;
	justify-content: center;
}

.au-image1, .au-image2 {
	width: 50%;
}

.au-image1>img, .au-image2>img {
	width: 100%;
}

.au-text1, .au-text2 {
	width: 50%;
	margin: auto;
}

.au-text2>h3 {
	margin-top: 0
}

/*contact*/
.findus {
	padding: 8rem 5rem 5rem;
	margin: auto;
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-content: center;
}

.map {
	width: 50%;
	height: auto;
}

.futxt {
	width: 50%;
	height: auto;
}

.fudet {
	margin-top: -3rem;
}

.ctntinfo {
	margin: 0;
}

.contactinfo {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 80%;
	margin: auto;
	gap: 1rem;
	font-size: 27pt;
}

.contactinfotxt {
	width: 65%;
	height: auto;
	text-align: left;
	margin: 0;
}

.ctntimg {
	width: 45%;
	height: auto;
}

.ctntimg>img {
	width: 100%;
	height: auto;
}

.ctin {
	width: 7%;
	height: auto;
}

ul {
	font-family: "Rubik", sans-serif;
 	font-size: 14pt;
 	font-weight: 200;
	font-style: normal;
}

.info {
	font-family: "Rubik", sans-serif;
 	font-size: 20pt;
 	font-weight: 200;
	font-style: normal;
}


.infoch>a {
	padding: 2rem 0;
	display: flex;
    align-items: center;
	gap: 1rem;
	text-decoration: none;
	list-style: none;
	color: black;
}

.infoch>a:hover {
	color: #9B3C28
}

/*card css*/

.cardttl {
	font-size: 18pt;
	font-weight: 300;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.cardprice {
	font-style: italic;
	margin: 0;
	padding: 0;
}

.moreinfo {
	width: 100%;
	height: 45px;
	font-size: 16pt;
	font-style: bold;
	color: white;
	background-color: black;
	margin-top: 0.5rem;
}

.moreinfo:hover {
	color: black;
	border-color: black;
}

.carddisplay {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.card {
	height: auto;
	text-align: left;
	
}

.card img {
	width: 100%;
}

.cardwrap{
	padding: 1rem 2rem;
}

.type {
	padding-top: 2rem;
	border-bottom: 1pt solid black;
	font-size: 20pt;
}

/*card-information-css*/

.cakewrap {
	display: flex;
	margin: 2rem;
	gap: 2rem;
	justify-content: flex-start;
}

.arrow-left {
	margin: 4rem 5rem 0;
	border: solid black;
    border-width: 0 12px 12px 0;
    display: inline-block;
    padding: 12px;
	transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
}

.cakeimg {
	width: 30%;
	min-height: 500px;
		text-align: right;
}

.cakeimg>img {
	height: 100%;
	width: auto;
}

.caketxt {
	width: 60%;
	margin: auto;
}

.contactbtn {
	width: 240px;
	height: 50px;
	font-size: 18pt;
}

.copyright>p {
		font-size: 12pt;
		text-align: center;
		padding: 5rem 0 1rem;
	}




@media (max-width:1025px)
{

	p {
		font-size: 20pt;
	}
	
	h2 {
		font-size: 54pt;
	}
	
	h1 {
		font-size: 72pt;
	}

	.row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: center;
		justify-content: flex-end;
		max-width: 80%;
	}
	
	footer {
		display: block;
		text-align: center;
		margin: auto;
		padding: 8rem 0 5rem;
	}
	
	.header {
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: left;
	}
	
	.header>nav {
		display: block;
		background-color: none;
		text-align: right;
	}
	
	.header>nav a {
		padding: 1.5rem;
		font-size: 32pt;
		text-align: left;
	}
	
	.ABOUT-US, .EVENTS, .event1, .event2, .findus, .contactinfo {
		display: block;
		justify-content: center;
		text-align: center;
		padding: 0;
		width: auto;
	}
	
	.body2 {
		padding: 0.5rem 3.5rem;

	}
	
	.event1txt, .event2txt {
		width: 80%;
		padding: 2rem 1rem;
		font-size: 14pt
	}
	
	.hero2 {
		margin: 2rem 0 8rem;;
		padding: 0 10rem;
	}
	
	.job {
		padding: 2rem 5rem;
		margin: 1rem;
	}
	
/*
	.job>p {
		font-size: 12pt;
	}
	
*/
	.side-text1, .side-text2 {
		width: 80%;
		height: auto;
		text-align: center;
		padding: 1.5rem 0;
	}
/*
	
	.side-text1>p, .side-text2>p {
		font-size: 12pt;
	}
*/
	
	
	.side-image1, .side-image2  {
		height: 100%;
        width: auto;
        margin: auto;
	}
	
	
	.event1img, .event2img  {
		width: 100%;
		height: auto;
		justify-content: center;
		text-align: center;
		margin: auto;
	}
	
	.event1img>img, .event2img>img {
		height: 100%;
	}
	
	.au-image1, .au-image2, .ctntimg{
		width: 60%;
		margin: auto;
	}
	
	.au-text1, .au-text2 {
		width: 70%;
		margin: auto;
		padding: 2rem 0;
	}
	
	.ABOUT-US, .EVENTS {
		margin: 0;
	}
	
	.mdmbtn {
    font-size: 24pt;
    padding: 1.5rem 5rem;
	margin-top: 2rem;
	}
	
	.bigbtn2 {
	font-size: 20pt;
    padding: 1rem 3rem;
	}
	
	.bigbtnhero, .bigbtn {
	font-size: 32pt;
    padding: 2rem 4rem;
	margin-top: 2rem;
	}
	
	.CONTACT {
		padding: 3rem 8rem;
	}
	

	
	.dropdown {
		display: block;
		text-align: left;
	}
	
	
	.main {
		margin: 0 4rem 4rem;
		padding: 0;
	}
	
	.active, .dropbtn-active {
	color: #9B3C28;
	}
	
	.leftnav {
	padding-left: 20px;
	padding-top: 2rem;
	}
	
	.footer-left {
 	margin: auto;
	width: 100%;
	height: auto;
	}
	
	.footer-left>a>img {
		width: 50%;
	}
	
	.footer-right {
	justify-content: center;
	margin: 3rem auto auto;
	width: 90%;
	}
	
	.mainft {
	text-align: center;
	padding: 0 1.5rem;
	}
	

	.main2 {
		margin-top: 0;
	}

	.map {
	min-height: 400px;
	min-width: 800px;
		padding: 5rem 0 0;
	}
	
	.futxt, .contactinfotxt {
	margin: auto;
	}
	
	.futxt {
	width: 80%;
	}
	
	.futtl {
		padding-bottom: 2rem;
	}
	
	.contactinfo {
		padding-bottom: 5rem;
	}
	
	.contactinfotxt{
		width: 50%;
	}
	
	.event1, .event2 {
	margin: 0 5rem;
	}
	
	.carddisplay {
	grid-template-columns: repeat(2, 1fr);
	}
	
	.mainft {
		font-size: 27pt;
	}
	.childft {
		font-size: 20pt;
		line-height: 38pt;
		width: auto;
		text-align: center;
	}
	
	ul {
		margin-top: 0;
	}
	
	
	.moreinfo {
		    height: 80px;
    font-size: 27pt;
	}
	
	.type {
		font-size: 64pt;
    text-align: center;
	}
	
	.menuttl {
		font-size: 120pt;
    text-align: center;
	}
	
	.leftnav>a>img {
	width: 20%;
	padding: 0;
	}
	
	.hero2subttl {
		font-size: 20pt;
	}
	
	.cakewrap {
		margin: 3rem 2rem 1rem;
	}
	
	.caketxt {
		width: 50%;

	}
	
	.cakeimg {
		width: 50%;
	}
	
	.cakeimg>img 
	{
		width: 100%;
	}
	
	.contactbtn {
		width: 20rem;
		height: 5rem;
		font-size: 24pt;
	}
	
	.cardttl 
	{
		font-size: 27pt;
	}
	
	.info {
		font-size: 24pt;
	}
	
	.copyright>p {
		padding: 5rem 0 2rem;
		font-size: 10pt;
		text-align: center;
	}

}


/*
@media (max-width: 750px) {
	
	.carddisplay {
		grid-template-columns: repeat(1,1fr)
	}
	
	
	h1 {
		font-size: 32pt;
		padding: 1rem 0;
	}
	
	h2 {
		font-size: 24pt;
		padding: 1rem 0;
	}
	
	h3 {
		font-size: 18pt;
		padding: 1rem 0;
	}
	
	p {
		font-size: 14pt;
	}

}
*/
