body {
  margin: 0px;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  font-family: "Google Sans", sans-serif;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
/* ******************************** header ******************************************** */
header {
  background: transparent;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.logo {
  float: left;
}

.logo img {
  height: 80px;
  margin-top: 10px;
}
header .menu {
  float: right;
  margin-top: 25px;
  margin-right: 150px;
  font-family: "Playfair Display", serif;
}
header .menu li {
  float: left;
  padding-left: 45px;
  padding-top: 20px;
}
header .menu li .active {
  color: #000;
  text-decoration: underline #000;
}
header .menu li a {
  color: #fff;
  font-size: 18px;
}
header .menu li a:hover {
  color: #000;
  text-decoration: underline #000;
}
header .menu .icon:hover {
  background-color: transparent;
}
header .menu .icon i {
  color: #fff;
}
header .menu .icon i:hover {
  color: #000;
}
/* ******************************** banner *********************************************** */
.banner {
  background-image: url(../images/contact\ us\ banner\ img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px;
  text-align: center;
  position: relative;
}
.banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000004f;
}
.banner .container h1{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 40px;
    margin-bottom: 50px;
    margin-right: 290px;
    margin-top: 0px;
    font-family: "Playfair Display", serif;
}
.banner .container p {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-right: 270px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}
.banner a {
  color: #fff;
  background-color: #000;
  padding: 15px 25px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  margin-left: 70px;
  right: 45px;
  font-family: "Playfair Display", serif;
}
.banner a:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

/* ************************************ contactus ***************************************************** */

/* .contact-section {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #000;
    color: #fff;
} */

/* SECTION */
.contact-section {
    padding: 100px 0;
    text-align: center;
    background: #000;
    font-family: Arial, sans-serif;
}

/* HEADING */
.top-text {
    color: gold;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 25px;
}

h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 80px;
    font-family: "Playfair Display", serif;
}

/* LAYOUT */
.parent-box {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.box {
    width: 30%;
    float: left;
    margin: 1.5%;
    text-align: left;
}

/* TEXT */
.box h2 {
    margin-bottom: 40px;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.box p {
    margin: 8px 0;
    color: #fff;
    font-family: "Playfair Display", serif;
}

/* INPUT */
.input-box {
    width: 90%;
    padding: 10px;
    border: 1px solid #555;
    background: #111;
    color: #fff;
    font-family: "Playfair Display", serif;
}

/* BUTTON */
.btn {
    width: 95%;
    padding: 10px;
    border: 2px solid gold;
    background: transparent;
    color: gold;
    cursor: pointer;
    font-family: "Playfair Display", serif;
}

.btn:hover {
    background: gold;
    color: #000;
}

/* ********************************************** login ********************************************************** */

.login {
  background-image: url(../images/login\ book\ table.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.login .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000001f;
}
.login-heading {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 25px;
}
.login-heading p{
  margin-bottom: 30px;
  margin-left: 7px;
  color: gold;
  font-style: italic;
}
.login-heading h1{
  font-size: 50px;
  margin-bottom: 40px;
}
.form-box{
  position: relative;
  z-index: 1;
  width: 420px;
  padding: 40px;
  border: 3px solid gold;
  border-radius: 11px;
  background: #00000096;
  color: #fff;
  font-family: "Playfair Display", serif;
}
.form-box form{
  text-align: left;
  padding: 20px 0;
}
.form-box label{
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.form-box select,
.form-box input{
  width: 100%;
  padding: 12px 2px;
  margin-bottom: 23px;
  background: gold;
  border: gold;
  border-radius: 9px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
}
.form-box select,
.form-box input:hover{
    border: 2px solid gold;
    background-color: transparent;
    color: gold;
}
.form-box button{
  padding: 15px 30px;
  background: gold;
  border: gold;
  cursor: pointer;
  border-radius: 9px;
  margin-left: 106px;
  font-family: "Playfair Display", serif;
}
.form-box button:hover{
    background-color: transparent;
    color: gold;
    border: 2px solid gold;
}



/* *************************************** footer ****************************************************** */



.footer {
  background: #000;
  color: #fff;
  padding: 50px 40px;
}

.footer-container {
  width: 100%;
  overflow: hidden; 
  font-family: "Playfair Display", serif;
}
.footer-box {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.footer-box h3 {
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.footer-box a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-box a:hover {
  color: #374e20;
  text-decoration: underline #374e20;
}

.footer-box p {
  font-size: 16px;
  line-height: 1.6;
}

.icons img {
  width: 20px;
  margin-right: 10px;
}

.bottom {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  clear: both;
  color: #374e20;
  font-family: "Playfair Display", serif;
}
.icons {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

/* ******************************************************************************************************** */