* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

nav {
  background-color: #000;
}
nav .nav-link {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
nav .dropdown-item {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.home_banner {
  height: 600px;
}
.home_banner video {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services {
  padding: 50px 0px;
}
.services h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a0734d;
  font-size: 17px;
}
.services h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #000;
  font-size: 42px;
}
.services h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 22px;
}

.about-us {
  background-color: #f1f0ee;
  padding: 50px 0px;
}
.about-us h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a0734d;
  font-size: 17px;
}
.about-us h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #000;
  font-size: 42px;
}
.about-us p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.about-us button {
  background-color: #a0734d;
  padding: 5px 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.about-us button a {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

.home-functions {
  padding: 50px 0px;
}
.home-functions h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #000;
  font-size: 42px;
}
.home-functions h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 22px;
}

.home-usps {
  margin-top: 50px;
}
.home-usps .box {
  background-color: #f1f0ee;
  padding: 30px 10px;
}
.home-usps .col-box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a0734d;
  font-size: 22px;
  margin-bottom: 0px;
}
.home-usps .col-box p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.home-cta {
  background: url(../Images/bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.home-cta h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
  margin-bottom: 0px;
}
.home-cta button {
  background-color: #a0734d;
  padding: 5px 20px;
  border: none;
}
.home-cta button a {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

.home-intro {
  padding: 50px 0px;
  background-color: #f1f0ee;
}
.home-intro h6 {
  color: #a0734d;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px;
}
.home-intro h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
}
.home-intro p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.home-intro button {
  background-color: #a0734d;
  padding: 5px 20px;
  border: none;
}
.home-intro button a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

.testimonials {
  margin: 50px 0px;
}
.testimonials .col-box {
  background-color: #f1f0ee;
  padding: 30px 10px;
  border-radius: 40px;
}
.testimonials img {
  border-radius: 50px;
}
.testimonials p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.about-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/1756534677_cygnett-park-bl-jaipur-banquet-columbia.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.about-banner .col-12 {
  height: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-banner .col-12 h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
}

.about-intro {
  padding: 50px 0px;
}
.about-intro h6 {
  color: #a0734d;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px;
}
.about-intro h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
}
.about-intro p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.about-intro button {
  background-color: #a0734d;
  padding: 5px 10px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.about-intro button a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.about-testimonials {
  margin-bottom: 50px;
}
.about-testimonials .col-box {
  background-color: #f1f0ee;
  padding: 30px 10px;
  border-radius: 40px;
}
.about-testimonials img {
  border-radius: 50px;
}
.about-testimonials p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.our-story h2 {
  font-family: "Roboto", sans-serif;
}
.our-story p {
  font-family: "Noto Serif", serif;
}
.our-story li {
  font-family: "Noto Serif", serif;
}
.our-story a {
  background-color: #000;
  padding: 10px 40px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  text-decoration: none;
}

.menus .nav-pills .nav-link.active,
.menus .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #a0734d;
}
.menus .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 16px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.menus .nav-link:hover {
  color: #000;
}

.gallery h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
}
.gallery img {
  width: 100%;
  height: 100%;
}
.gallery .nav-pills .nav-link.active, .gallery .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #a0734d;
}
.gallery .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/gallery-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.contact-banner .col-12 {
  height: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-banner .col-12 h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}

.form .form-box {
  padding: 40px 10px;
  background-color: #a0734d;
}
.form .form-box label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
.form .form-box input {
  width: 100%;
  padding: 5px;
}
.form .form-box button {
  background-color: #000;
  padding: 10px 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.form h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.form p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.form p span {
  font-weight: 800;
}
.form h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}

footer .foot {
  padding: 50px 0px;
  background-color: #000;
}
footer .foot p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
footer .foot h6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-decoration: underline;
}
footer .foot li {
  list-style: none;
}
footer .foot li a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.banquet_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/gallery-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banquet_banner h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.banquet_banner p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.banquet_intro p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.banquet_services h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.banquet_services p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.banquet_services h3 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-decoration: underline;
}

.why_fusion_banquet {
  background-color: #f1f0ee;
}
.why_fusion_banquet h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.why_fusion_banquet li {
  color: #000;
  text-decoration: none;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.why_fusion_banquet p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.restaurant_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.restaurant_banner h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.restaurant_banner p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.restaurant_intro p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.restaurant_occasion .col-box {
  border: 1px solid #000;
  padding: 15px;
  height: 100%;
}
.restaurant_occasion h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.restaurant_occasion h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-decoration: underline;
}
.restaurant_occasion p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.event_planner_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/gallery.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.event_planner_banner h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.event_planner_banner p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.catering_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catering_banner h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.catering_banner p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.event_planner_intro p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.faq h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.community_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/about-two.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.community_banner h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.community_banner p {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.types_of_host h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
}
.types_of_host p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.types_of_host .card {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.types_of_host .card h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-decoration: underline;
  text-align: center;
}

.call-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #28a745;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: 0.3s;
}

.phone-icon {
  font-size: 28px;
  color: white;
}

.call-btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}/*# sourceMappingURL=style.css.map */