@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Poppins:wght@400;600&display=swap');

:root {
    --hue-color: 144;
    --primary-color: hsl(var(--hue-color), 21.9%, 23.3%);
    --primary-color-lighter: hsl(var(--hue-color), 12%, 46%);
    --second-color: hsl(350, 43%, 43%);
    --title-color: hsl(var(--hue-color), 8%, 15%);
    --text-color: hsl(var(--hue-color), 8%, 45%);
    --body-color: hsl(var(--hue-color), 60%, 95%);
    --zindex: 1000;
    --noindex: 900;
}

.wrap {
	width: 100%;
	height: 90vh;
	background-image: url('../assets/images/bg.png');
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.title-section {
    text-align: center;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-title-section {
    margin-left: 30px !important;
    text-align: center;
}

.title h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-style: normal;
    font-size: 35px;
    color: var(--primary-color);
}

.title h3 {
    font-weight: 300;
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    color: var(--primary-color);
    margin-top: 5px;
}

.title-label {
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.wrap-details {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 14px !important;
}

.title h3 {
	font-weight: 300;
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	color: var(--primary-color);
	margin-top: 5px;
}

.title{
	color: var(--primary-color);
}

.main-date{
   border: 0px solid black;
   width: 140px;
}
.main-date p:first-child {
    border-bottom: 1px solid var(--primary-color); 
	padding: 0px;
}
.main-date p:nth-child(2){
	margin-top: -12px;
}
.wrap-location{
   width: 300px;
text-align: center;
}


.title-section {
    text-align: center;
    background-image: url('../assets/images/roundedframe.png'); 
	background-size: 95%!important;
    background-size: contain; /* Ensures the image scales to fit inside */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 300px; /* Sets the height of the section */
    padding: 20px; /* Adds some padding around the content */
	display: flex;
	justify-content: center;
	align-items: center;
	padding:100px;
}

.brideandgroom{
	color: var(--primary-color);
	width: 100%;
	position: relative;
    overflow: hidden; 
}
.brideandgroom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/bg.png');
    background-size: cover;
    transform: rotate(180deg); 
    z-index: -1;
}
.venue-details{
	background-image: url('../assets/images/bg.png');
	padding: 10px;
	width: 100%;
	color: var(--primary-color);
}

.venueContainer{
	border: 1px solid var(--primary-color)!important;
}

.wedding-date{
    background-image: url('../assets/images/bg.png');
    color: var(--primary-color);
}
.welcome-page{
    background-image: url('../assets/images/bg.png');
    color: var(--primary-color);
}
.gallery{
    background-image: url('../assets/images/bg.png');
    color: var(--primary-color);
}
.end-section{
    background-image: url('../assets/images/bg.png');
    color: var(--primary-color);
}
