/*
Theme Name: Utsav Hotel Theme
Author: jkladola
Description: Child theme of Twenty-Twenty-Five
Version: 1.0
Template: twentytwentyfive

This is the child theme for Twenty Twenty-Five theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

header > div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.w-60{
	width: 60%;
}
.w-70{
	width: 70%;
}
hr{
	height: 2px;
}
.flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
}
.align-center{
  align-items: center;
}