@import url(layout.min.css);
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bitter:ital,wght@0,100..900;1,100..900&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@502&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bitter:ital,wght@0,100..900;1,100..900&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@502&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Space+Grotesk:wght@300..700&display=swap');




body {
  position: relative;
  background: #fff;
  overflow-x: hidden;


}

:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #262b27;
  --primary: #024922;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  font-family: "Prompt", sans-serif;

}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-title {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 22px;
  line-height: 28.56px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.title {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 71.9px;
  line-height: 93.48px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;


}

/* Button Start */

.theme-btn {
  font-family: Prompt;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  background: white;
  color: black;
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid white;
}

.theme-btn:hover {
  transition: 0.50s ease;
  color: var(--white);
  border: 1px solid var(--black);
  background: black;
}

.theme-btn-snd {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  background: var(--theme-color);
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  transition: 0.50s ease;
}

.theme-btn-snd:hover {
  background: transparent;
  transition: 0.50s ease;
  color: var(--theme-color);
}

.theme-btn-third {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  background: #DEE0FF;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #DEE0FF;
  transition: 0.50s ease;
  color: var(--theme-color);
}

.theme-btn-third:hover {
  background: var(--theme-color);
  transition: 0.50s ease;
  color: var(--white) !important;
}

/* Button End */
/* Top Header Start */
.main_top_header {
  background: #262b27;
  color: white;
  padding: 10px 0px;
}

.main_top_header p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0px;
}

.main_top_header h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 52.5px;
  line-height: 68.25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding-left: 50px;
}

.main_top_header ul {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.main_top_header ul a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.main_top_header a {
  color: white;
}

.main_top_header .container {
  max-width: 1750px;
}

/* Top Header End */

/* Header Start */
.header .container {
  max-width: 1750px;
}

.contact-info a h6 {
  margin: 0px;
  background: white;
  color: #1a2a44;
  padding: 0px 6px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background-color: #262b27;
  color: var(--white);
  position: relative;
  padding: 20px 0px;
  border: 1px solid #FFFFFF4D;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.header .email a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

/* Dropdown styling with header_service_dropdown class */
.header_service_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #2a3b5a;
  min-width: 150px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.header_service_dropdown li a {
  padding: 10px 15px;
  color: var(--white);
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.header_service_dropdown li a:hover {
  background-color: #3a4b6a;
  color: #007bff;
}

/* Show dropdown on hover for desktop */
.nav-links li:hover .header_service_dropdown {
  display: block;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}


.toggle-btn {
  font-size: 24px;
  cursor: pointer;
  color: var(--white);
  transition: transform 0.3s ease;
  display: none;
}

.toggle-btn:hover {
  transform: scale(1.1);
}

.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #262b27;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: left 0.5s ease-in-out;
}

.sidebar.active {
  left: 0;
}

.sidebar .nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  text-align: center;
}

.sidebar .nav-links li {
  margin: 20px 0;
}

.sidebar .nav-links li a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.sidebar .nav-links li a:hover {
  color: #007bff;
}

/* Ensure dropdown is hidden in sidebar */
.sidebar .header_service_dropdown {
  display: none;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: var(--white);
  transition: transform 0.3s ease;
}

.close-btn img {
  width: 50px;
  height: 50px;
}

.close-btn:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .toggle-btn {
    display: block;
  }

  .nav .nav-links,
  .nav .contact-info {
    display: none;
  }

  .nav {
    justify-content: space-between;
  }

  .sidebar .nav-links {
    display: flex;
    gap: 0px;
  }
}

/* Header End */
/* Banner Start */
section.banner_bg {
  background: #262b27;
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner_content h6 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: white;
  margin: 0px;
}

.banner_content h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 63.9px;
  line-height: 83.48px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: white;
}

.banner_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: white;
  margin-bottom: 40px;
}

.banner_snd_img img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.banner_content {
  text-align: end;
}

.banner_img img {
  width: 100%;
  height: 100%;
}

/* Banner End */
/* About Us Start */
section.main_about_us {
  background-image: url(../images/home/about/about-us-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 100px 0px;
  background-color: #262b27;
}

.about_us_content h6 {
  text-align: end;
  margin: 0px;
}

.about_us_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.about_us_content h5 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 22px;
  line-height: 28.56px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.about_us_content span {
  font-family: Prompt;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.57px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  display: block;
}

.about_us_content ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 60px 0px;
}

.about_us_content ul li {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about_us_img img {
  width: 100%;
  height: a;
}

.about_us_content {
  text-align: end;
}

/* About Us End */
/* Our Services Start */
section.main_services {
  padding: 100px 0px;
}

.services_title {
  text-align: center;
}

.services_title h3.title {
  text-align: center;
  margin-bottom: 50px;
}

.services_title h6 {
  color: #C78665;
  margin: 0px;
}

.services_card {
  background: #F2EAE7;
  height: 610px;
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  transition: 0.50s ease;
}

.services_card h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 21px;
  line-height: 29.4px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 30px 0px 20px;
}

.services_card p {
  font-family: Inter;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
}

.services_card a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14.77px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  border: 1px solid black;
  padding: 12px 30px;
  border-radius: 50px;
}

.services_card a:hover {
  background: black;
  color: white;
}

.services_card:hover {
  background: #C78665;
  color: white;
  transition: 0.50s ease;
}

.services_card:hover.services_card a {
  color: white;
  border: 1px solid white;
}

.services_card:hover img {
  filter: invert(1);
  transition: 0.50s ease;
}

/* Our Services End */
/* Best Party Ever Start */
section.main_best_party_ever {
/*  background: url(../images/home/best-party-ever/best-party-bg.png);*/
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.best_party_ever_content h5 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 52.5px;
  line-height: 68.25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
}

section.main_best_party_ever::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000a3;
}

/* Best Party Ever End */
/* Testimonials Start */
.main_testimonial_slider {
  padding: 100px 0px;
}

.main_testimonial_slider .swiper {
  width: 100%;
  height: 400px;
}

.main_testimonial_slider .swiper-slide {
  display: flex;
  align-items: center;
}

.main_testimonial_slider .testimonial-image img {
  max-width: 100%;
  height: auto;
}

.main_testimonial_slider .testimonial-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 70px 0px 70px;
}

.main_testimonial_slider .swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
  background: transparent;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid black !important;
}

.testimonial-content p.author {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 33.3px;
  line-height: 49.99px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}


.main_testimonial_slider .swiper-button-prev,
.swiper-button-next::after {
  font-size: 20px !important;
  left: 49%;
}

.main_testimonial_slider .swiper-button-next:after,
.swiper-button-prev:after {
  color: black !important;
  font-size: 20px !important;
}

.testimonial_slider_title {
  text-align: center;
  margin-bottom: 100px;
}

.testimonial_slider_title h6 {
  margin: 0px;
  color: #C78665;
}

.testimonial_slider_title h5 {
  text-align: center;
  color: black;
}

/* Testimonials End */
/* The Party Wall Start */
.the_party_wall_title {
  text-align: center;
  margin-bottom: 50px;
}

.the_party_wall_title h6 {
  color: black;
  text-align: center;
}

section.main_the_party_wall {
  padding-bottom: 100px;
}

.main_the_party_wall_imgs img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.the_party_wall_btn {
  text-align: center;
  margin-top: 50px;
}

.the_party_wall_btn a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  border: 1px solid black;
  padding: 10px 50px;
  border-radius: 40px;
  transition: 0.50s ease;
}

.the_party_wall_btn a:hover {
  background: black;
  color: white;
}

/* The Party Wall End */
/* Our BLogs Start */
.blogs_card img {
  width: 100%;
}

.blogs_card {
  text-align: center;
}

.blogs_card h6 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 18.1px;
  line-height: 23.59px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #C78665;
  margin: 10px 0px 10px;
}

.blogs_card h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 39.9px;
  line-height: 51.93px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  margin-bottom: 30px;
}

.blogs_card a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  border: 1px solid black;
  padding: 10px 40px;
  border-radius: 50px;
}

.blogs_card a:hover {
  background: black;
  color: white;
}

.blogs_card.snd h2 {
  font-size: 25px;
  line-height: unset;
  margin-bottom: 20px;
}

.blogs_card.last h2 {
  font-size: 25px;
  line-height: unset;
}

.blogs_title {
  text-align: center;
}

.blogs_title h6 {
  color: #C78665;
  margin: 0px;
}

.blogs_title h5 {
  color: black;
  text-align: center;
}

.blogs_title {
  margin-bottom: 50px;
}

/* Our BLogs End */
/* Perfect SetUp Start */
.main_perfect_setup {
/*  background: url(../images/home/perfect-setup/perfect-setup-bg.png);*/
  position: relative !important;
  height: 430px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main_perfect_setup::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00000091;
}

.main_perfect_setup_content {
  position: relative;
  z-index: 999;
}

.main_perfect_setup_content h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 52.5px;
  line-height: 68.25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
}

.main_perfect_setup_content a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  background: white;
  padding: 15px 40px;
  border-radius: 40px;
  border: 1px solid white;
}

.main_perfect_setup_content a:hover {
  background: transparent;
  color: white;
}

/* Perfect SetUp End */
/* Footer Start */
footer {
  background-image: url(../images/footer/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 50px 0px 0px;
  background-color: #262b27;
}

.footer_title h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 95px;
  line-height: 114px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 40px;
}

.footer_title a {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  border: 1px solid white;
  padding: 10px 150px;
  border-radius: 50px;
}

.footer_title a:hover {
  background: white;
  color: black;
}

.footer_title {
  margin-bottom: 100px;
}

.footer_logo h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 58.8px;
  line-height: 76.42px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.footer_logo a {
  color: white;
}

.footer_links h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 14.88px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.footer_links ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer_links ul a {
  color: white;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
}

footer .container-fluid {
  padding: 0px 100px;
}

footer hr {
  background: white;
  border: 1px solid white;
  margin: 50px 0px 10px;
}

footer p {
  font-family: Inter;
  font-weight: 400;
  font-size: 13.34px;
  line-height: 19.6px;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Footer End */
/* Inner Banner Start */
/* About Banner */
section.main_inner_banner.about_us_banner {
/*  background: url(../images/about/about-inner-banner.png);*/
  height: 400px;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

section.main_inner_banner.about_us_banner::before {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background: #00000091;
}

.main_inner_banner_content {
  position: relative;
}

.main_inner_banner_content h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 52.5px;
  line-height: 68.25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}

/* Services Banner */
section.main_inner_banner.services_banner {
  background: url(../images/services/banner-bg.png);
  height: 400px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

section.main_inner_banner.services_banner::before {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background: #00000091;
}

/* Blogs Banner */
section.main_inner_banner.blogs_banner {
  background: url(../images/blogs/blogs-banner-bg.png);
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

section.main_inner_banner.blogs_banner::before {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background: #00000091;
}

/* Contact Banner */
section.main_inner_banner.contact_banner {
  background: url(../images/contact/contact-inner-bg.png) !important;
  height: 400px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: white !important;
}


section.main_inner_banner.contact_banner::before {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background: #00000091;
}

/* Inner Banner End */
/* About Us Inner Page Start */
.owners_title h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.owners_para p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.about_owner_img img {
  width: 100%;
  height: auto;
  border: 2px solid #262b27;
}

section.main_the_party_wall.snd {
  padding: 100px 0px;
}

.owners_title {
  margin-bottom: 50px;
}

/* About Us Inner Page End */
/* Blogs Inner Page Start */
section.main_inner_blogs {
  padding: 100px 0px 50px;
}

.inner_blogs_card_img img {
  width: 100%;
  height: auto;
}

.inner_blogs_card {
  position: relative;
  margin-bottom: 40px;
}

.inner_blogs_card::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: #0000009c;
}

.inner_blogs_card_title {
  position: absolute;
  top: 20px;
  color: white;
  left: 30px;
}

.inner_blogs_card_title h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 11.81px;
  line-height: 100%;
  vertical-align: middle;
  margin: 0px;
}

.inner_blogs_card_title span {
  font-family: Inter;
  font-weight: 400;
  font-size: 11.44px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.inner_blogs_card_content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  width: 90%;
}

.inner_blogs_card_content h5 {
  font-family: Inter;
  font-weight: 400;
  font-size: 25.7px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.inner_blogs_card_content hr {
  background: white;
  margin: 20px 0px 10px;
}

.inner_blogs_card_content ul {
  display: flex;
  justify-content: space-between;
}

.inner_blogs_card_content ul li {
  display: contents;
}

.inner_blogs_card_content ul li img {
  margin: 0px 10px;
  object-fit: contain;
}

/* Blogs Inner Page End */
/* Gallery Inner Page Start */
section.main_gallery_inner {
  padding: 100px 0px;
}

.gallery_inner_title {
  text-align: center;
}

.gallery_inner_title h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 71.9px;
  line-height: 93.48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.gallery_inner_title {
  margin-bottom: 50px;
}

.gallery_inner_imgs img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Gallery Inner Page End */
/* Contact Us Inner Page Start */
section.main_contact_inner {
  padding: 100px 0px;
}

.contact_inner_title h5 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 52.5px;
  line-height: 68.25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.contact_inner_title p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.76px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  width: 80%;
}

.contact_inner_title {
  margin-bottom: 50px;
}

.contact_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.contact_form h3 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin-bottom: 20px;
}

.contact_form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000099;
  margin-bottom: 20px;
  outline: none;
  color: black;
}

.contact_form label {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.contact_form input::placeholder {
  font-family: Prompt;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.contact_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000099;
  margin-bottom: 20px;
  outline: none;
  color: black;
  resize: none;
  height: 90px;
}

.contact_form input[type='submit'] {
  background: black;
  color: white;
  border: 1px solid black;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px;
  border-radius: 50px;
}

.contact_form input[type='submit']:hover {
  background: transparent;
  color: black;
}

/* Contact Us Inner Page End */
/* Photobooth Services Start */
section.main_photoboothss_services {
  padding: 100px 0px;
}

.photoboothss_services_img img {
  width: 100%;
  height: auto;
}

.photoboothss_services_content h6 {
  color: #C78665;
  margin: 0px;
}

.photoboothss_services_content h2 {
  text-align: start;
  color: black;
}

.photoboothss_services_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

form.photoboothss_services_snd_form label {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

form.photoboothss_services_snd_form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000099;
  margin-bottom: 20px;
  outline: none;
  color: black;
}

form.photoboothss_services_snd_form p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0%;
  vertical-align: middle;
}

form.photoboothss_services_snd_form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000099;
  margin-bottom: 20px;
  outline: none;
  color: black;
}

form.photoboothss_services_snd_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000099;
  margin-bottom: 20px;
  outline: none;
  resize: none;
  color: black;
  height: 100px;
}

.photoboothss_services_snd_img img {
  width: 100%;
  height: auto;
}

section.main_photoboothss_services_snd {
  padding-bottom: 100px;
}

form.photoboothss_services_snd_form button {
  width: 100%;
  border: 1px solid black;
  padding: 15px 0px;
  margin-top: 20px;
  border-radius: 40px;
  font-family: Prompt;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  vertical-align: middle;
}

form.photoboothss_services_snd_form button:hover {
  background: black;
  color: white;
  transform: translateY(-10px);
}

section.main_photoboothss_services_third {
  background: #262b27;
  color: white;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_photoboothss_services_third_content {
  width: 50%;
  text-align: center;
}

.main_photoboothss_services_third_content h3 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 49.9px;
  line-height: 64.92px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}

.main_photoboothss_services_third_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

section.main_photoboothss_services_forth {
  padding: 100px 0px 0px;
}

.photoboothss_services_forth_img img {
  width: 100%;
  height: auto;
}

.photoboothss_services_forth_content h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 49.9px;
  line-height: 64.92px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.photoboothss_services_forth_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.photoboothss_services_forth_img {
  margin-bottom: 100px;
}

.photoboothss_services_forth_content {
  margin-bottom: 100px;
}

section.main_photoboothss_services_five {
  background: #262b27;
  color: white;
  padding: 100px 0px;
}

.photoboothss_services_five_title {
  text-align: center;
  margin-bottom: 50px;
}

.photoboothss_services_five_title h3 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 59.9px;
  line-height: 77.9px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

section.main_photoboothss_services_five ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.main_photoboothss_services_five ul li {
  font-family: Prompt;
  font-weight: 400;
  font-size: 18px;
  line-height: 31.96px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

section.main_photoboothss_services_six {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photoboothss_services_six_content h3 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 59.9px;
  line-height: 77.9px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.photoboothss_services_six_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  margin: 20px 0px 50px;
}

.photoboothss_services_six_content {
  text-align: center;
  width: 50%;
}

.photoboothss_services_six_content a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.76px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  border: 1px solid black;
  padding: 10px 60px;
  border-radius: 40px;
}

.photoboothss_services_six_content a:hover {
  background: black;
  color: white;
}

/* Photobooth Services End */
/* Event Rendal Inner Page Start */
section.main_event_rendal_first_sec {
  padding: 100px 0px;
}

.event_rendal_first_sec_title {
  text-align: center;
  margin-bottom: 50px;
}

.event_rendal_first_sec_title h1 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 60.5px;
  line-height: 78.64px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.event_rendal_first_sec_img img {
  width: 100%;
  height: auto;
}

.event_rendal_first_sec_content h6 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 18.1px;
  line-height: 23.59px;
  color: #C78665;
}

.event_rendal_first_sec_content h2 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 39.9px;
  line-height: 51.93px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.event_rendal_first_sec_content p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 27.17px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.event_rendal_snd_sec_title h5 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 59.9px;
  line-height: 77.9px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: black;
  margin-bottom: 50px;
}

.event_rendal_snd_sec_card h6 {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 79.9px;
  line-height: 103.87px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
}

.event_rendal_snd_sec_card p {
  font-family: Prompt;
  font-weight: 400;
  font-size: 30px;
  line-height: 38.95px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin: 10px 0px;
}

.event_rendal_snd_sec_card span {
  font-family: Prompt;
  font-weight: 400;
  font-size: 25px;
  line-height: 32.46px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin-bottom: 20px;
  display: block;
}

.event_rendal_snd_sec_card {
  background: #C78665;
  border-radius: 20px;
  padding: 30px 30px 50px;
}

.event_rendal_snd_sec_card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  color: black;
  margin: 10px 30px 40px;
}

.event_rendal_snd_sec_card ul li {
  font-family: Prompt;
  font-weight: 400;
  font-size: 17px;
  line-height: 43.94px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.event_rendal_snd_sec_card a {
  font-family: Prompt;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: black;
  background: white;
  padding: 14px 40px;
  border-radius: 40px;
  border: 1px solid black;
}

.event_rendal_snd_sec_card a:hover {
  background: black;
  color: white;
}

section.main_event_rendal_snd_sec {
  padding-bottom: 100px;
}

/* Event Rendal Inner Page End */


/* Responsive Start */

@media (min-width: 1401px) and (max-width: 1600px) {}

@media (min-width : 992px) and (max-width : 1400px) {
  .footer_title {
    margin-bottom: 70px;
  }

  section.main_event_rendal_first_sec {
    padding: 80px 0px;
  }

  .event_rendal_first_sec_title h1 {
    font-size: 50px;
    line-height: unset;
  }

  .event_rendal_first_sec_content p {
    font-size: 16px;
    line-height: unset;
    font-weight: 300;
  }

  .event_rendal_snd_sec_title h5 {
    font-size: 50px;
    line-height: unset;
  }

  .event_rendal_snd_sec_card h6 {
    font-size: 50px;
    line-height: unset;
  }

  .event_rendal_snd_sec_card p {
    font-size: 22px;
  }

  .event_rendal_snd_sec_card span {
    font-size: 22px;
    line-height: unset;
  }

  .event_rendal_snd_sec_card ul li {
    line-height: unset;
    font-size: 14px;
  }

  .event_rendal_snd_sec_card ul {
    gap: 15px;
  }

  section.main_event_rendal_snd_sec {
    padding-bottom: 80px;
  }

  section.main_photoboothss_services {
    padding: 80px 0px;
  }

  section.main_photoboothss_services_third {
    padding: 80px 0px;
  }

  .main_photoboothss_services_third_content {
    width: 70%;
  }

  section.main_photoboothss_services_forth {
    padding: 80px 0px 0px;
  }

  .photoboothss_services_forth_content h2 {
    font-size: 35px;
    line-height: unset;
  }

  .photoboothss_services_forth_content p {
    font-size: 14px;
    font-weight: 300;
    line-height: unset;
  }

  section.main_photoboothss_services_six {
    padding: 80px 0px;
  }

  .photoboothss_services_six_content {
    width: 70%;
  }

  .photoboothss_services_six_content h3 {
    font-size: 50px;
  }

  section.main_inner_banner.contact_banner {
    height: unset !important;
    padding: 100px 0px;
  }

  .contact_inner_title {
    text-align: center;
  }

  .contact_inner_title p {
    width: 60%;
    margin: auto;
  }

  section.main_contact_inner {
    padding: 80px 0px;
  }

  .contact_img img {
    border-radius: 0px;
  }

  section.main_gallery_inner {
    padding: 80px 0px;
  }

  .gallery_inner_title h2 {
    font-size: 50px;
    line-height: unset;
  }

  section.main_inner_banner.blogs_banner {
    height: unset;
    padding: 100px 0px;
  }

  section.main_inner_blogs {
    padding: 80px 0px 40px;
  }

  .inner_blogs_card_content {
    left: 0px;
    width: 100%;
  }

  .inner_blogs_card_content h5 {
    font-size: 23px;
    padding: 0px 10px;
  }

  section.main_inner_banner.services_banner {
    height: unset;
    padding: 100px 0px;
  }

  section.main_inner_banner.about_us_banner {
    height: unset;
    padding: 100px 0px;
  }

  .main_inner_banner_content h1 {
    font-size: 45px;
    line-height: unset;
  }

  section.banner_bg {
    height: unset;
    padding: 100px 0px;
  }

  .main_top_header p {
    font-size: 14px;
    line-height: unset;
    text-align: center;
  }

  .main_top_header h1 {
    font-size: 30px;
  }

  .main_top_header ul a {
    font-size: 14px;
    font-weight: 300;
  }

  .header .email a {
    font-weight: 300;
  }

  .nav-links {
    gap: 20px;
  }

  .banner_content h1 {
    font-size: 45px;
    line-height: unset;
  }

  .banner_content p {
    font-size: 18px;
    font-weight: 300;
  }

  section.main_about_us {
    padding: 80px 0px;
  }

  .title {
    font-size: 50px;
    line-height: unset;
  }

  .about_us_content ul {
    margin: 30px 0px;
    gap: 20px;
  }

  section.main_services {
    padding: 80px 0px;
  }

  .services_card {
    height: unset;
    padding: 50px 20px;
  }

  section.main_best_party_ever {
    height: unset;
    padding: 100px 0px;
  }

  .main_testimonial_slider {
    padding: 80px 0px;
  }

  section.main_the_party_wall {
    padding-bottom: 80px;
  }

  .blogs_card h2 {
    font-size: 30px;
    line-height: unset;
  }

  .blogs_card.snd h2 {
    font-size: 20px;
    line-height: unset;
  }

  .blogs_card.last h2 {
    font-size: 20px;
    line-height: unset;
  }

  section.main_blogs {
    padding-bottom: 80px;
  }

  .main_perfect_setup {
    height: unset;
    padding: 100px 0px;
  }

  footer .container-fluid {
    padding: 0px 30px;
  }

  .footer_title h2 {
    font-size: 60px;
    line-height: unset;
  }

  .footer_logo h1 {
    font-size: 55px;
    line-height: unset;
  }

  footer hr {
    margin: 20px 0px 10px;
  }

  .footer_links h6 {
    font-size: 20px;
    font-weight: 300;
  }
}

@media (min-width : 768px) and (max-width : 991px) {}

@media (max-width : 992px) {}

@media (max-width : 767px) {
  section.main_event_rendal_first_sec {
    padding: 50px 0px;
  }

  .event_rendal_first_sec_title h1 {
    font-size: 30px;
    line-height: unset;
  }

  .event_rendal_first_sec_title {
    margin-bottom: 20px;
  }

  .event_rendal_first_sec_img img {
    margin-bottom: 20px;
  }

  .event_rendal_first_sec_content {
    text-align: center;
  }

  .event_rendal_first_sec_content h2 {
    font-size: 30px;
  }

  .event_rendal_first_sec_content p {
    font-weight: 200;
    font-size: 16px;
  }

  .event_rendal_snd_sec_title h5 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 20px;
  }

  .event_rendal_snd_sec_card {
    padding: 20px 20px 60px;
    border-radius: 0px;
    margin-bottom: 20px;
  }

  .event_rendal_snd_sec_card h6 {
    font-size: 50px;
    line-height: unset;
    color: white;
  }

  .event_rendal_snd_sec_card p {
    font-size: 21px;
    line-height: unset;
    color: white;
  }

  .event_rendal_snd_sec_card span {
    font-size: 20px;
    line-height: unset;
    margin-bottom: 10px;
    color: white;
  }

  .event_rendal_snd_sec_card ul {
    gap: 10px;
    margin: 10px 10px 30px;
  }

  .event_rendal_snd_sec_card ul li {
    line-height: 20px;
    font-size: 15px;
    color: white;
  }

  section.main_event_rendal_snd_sec {
    padding-bottom: 50px;
  }

  section.main_photoboothss_services {
    padding: 50px 0px;
  }

  .photoboothss_services_img img {
    margin-bottom: 20px;
  }

  .photoboothss_services_content {
    text-align: center;
  }

  .photoboothss_services_content h2 {
    text-align: center;
  }

  .photoboothss_services_content p {
    font-size: 16px;
    line-height: unset;
    font-weight: 300;
  }

  .photoboothss_services_snd_img {
    margin-top: 40px;
  }

  section.main_photoboothss_services_snd {
    padding-bottom: 50px;
  }

  section.main_photoboothss_services_third {
    padding: 50px 0px;
  }

  .main_photoboothss_services_third_content {
    width: unset;
    padding: 0px 10px;
  }

  .main_photoboothss_services_third_content h3 {
    font-size: 30px;
    line-height: unset;
  }

  .main_photoboothss_services_third_content p {
    font-size: 15px;
    line-height: unset;
    font-weight: 200;
  }

  section.main_photoboothss_services_forth {
    padding: 50px 0px 0px;
  }

  .photoboothss_services_forth_img {
    margin-bottom: 20px;
  }

  .photoboothss_services_forth_content h2 {
    font-size: 30px;
    line-height: unset;
    text-align: center;
  }

  .photoboothss_services_forth_content p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
  }

  .photoboothss_services_forth_content {
    margin-bottom: 50px;
  }

  section.main_photoboothss_services_five {
    padding: 50px 0px;
  }

  .photoboothss_services_five_title h3 {
    font-size: 30px;
    line-height: unset;
  }

  .photoboothss_services_five_title {
    margin-bottom: 20px;
  }

  section.main_photoboothss_services_five ul li {
    font-weight: 200;
  }

  section.main_photoboothss_services_six {
    padding: 50px 0px;
  }

  .photoboothss_services_six_content {
    width: unset;
    padding: 0px 20px;
  }

  .photoboothss_services_six_content h3 {
    font-size: 30px;
    line-height: unset;
  }

  .photoboothss_services_six_content p {
    font-weight: 300;
  }

  section.main_contact_inner {
    padding: 50px 0px;
  }

  .contact_inner_title h5 {
    font-size: 30px;
    line-height: unset;
    text-align: center;
  }

  .contact_inner_title p {
    width: unset;
    text-align: center;
    line-height: unset;
    font-size: 16px;
    font-weight: 300;
  }

  .contact_inner_title {
    margin-bottom: 20px;
  }

  .contact_img img {
    border-radius: 0px;
    margin-bottom: 20px;
  }

  form.contact_form h3 {
    text-align: center;
  }

  section.main_inner_banner.contact_banner {
    height: 300px !important;
  }

  section.main_gallery_inner {
    padding: 50px 0px;
  }

  .gallery_inner_title h2 {
    font-size: 40px;
    line-height: unset;
  }

  .gallery_inner_title {
    margin-bottom: 20px;
  }

  section.main_inner_banner.blogs_banner {
    height: 300px;
  }

  section.main_inner_blogs {
    padding: 50px 0px;
  }

  .inner_blogs_card {
    margin-bottom: 20px;
  }

  .inner_blogs_card_content h5 {
    font-size: 20px;
    padding-left: 10px;
    line-height: 24px;
  }

  .inner_blogs_card_content {
    width: 100%;
    left: 0;
  }

  .inner_blogs_card_title {
    left: 10px;
  }

  section.main_inner_banner.services_banner {
    height: 300px;
    background-position: right;
  }

  section.main_inner_banner.about_us_banner {
    height: 300px;
  }

  .main_inner_banner_content h1 {
    font-size: 40px;
    line-height: unset;
  }

  .owners_title {
    text-align: center;
    margin-bottom: 20px;
  }

  .owners_para p {
    text-align: center;
    margin-bottom: 30px;
  }

  .owners_title h1 {
    font-size: 40px;
  }

  .about_owner_img img {
    margin-bottom: 20px;
    border: none;
  }

  .main_testimonial_slider .testimonial-content {
    padding: 20px 20px;
    text-align: center;
  }

  .main_testimonial_slider .swiper-slide {
    justify-content: center;
  }

  .main_testimonial_slider .testimonial-image img {
    object-fit: contain;
  }

  .testimonial_slider_title {
    margin-bottom: 50px;
  }

  .testimonial-content p.author {
    font-size: 24px;
    text-align: center;
  }

  .main_testimonial_slider .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .main_testimonial_slider {
    padding: 50px 0px;
  }

  section.main_the_party_wall {
    padding: 50px 0px;
  }

  .blogs_card {
    margin-bottom: 50px;
  }

  .blogs_card h2 {
    font-size: 24px;
    line-height: unset;
  }

  .main_perfect_setup {
    height: unset;
    padding: 100px 0px;
  }

  .main_perfect_setup_content h2 {
    font-size: 40px;
    line-height: unset;
  }

  .footer_title h2 {
    font-size: 30px;
    line-height: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .container-fluid {
    padding: 10px;
  }

  .footer_title a {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer_title {
    margin-bottom: 20px;
  }

  .footer_logo h1 {
    text-align: center;
    font-size: 33px;
    line-height: unset;
    margin-bottom: 30px;
  }

  .footer_links {
    text-align: center;
  }

  .footer_links h6 {
    font-size: 25px;
    font-weight: 400;
  }

  .footer_links ul {
    margin: 20px 0px 50px;
  }

  footer hr {
    margin: 0px 0px 10px;
  }

  footer p {
    text-align: center;
  }

  section.banner_bg {
    height: unset;
    padding: 50px 0px;
  }

  .banner_img {
    display: none;
  }

  .main_top_header p {
    text-align: center;
    font-size: 13px;
    line-height: unset;
    display: none;
  }

  .main_top_header h1 {
    padding: 0px;
    font-size: 30px;
    margin: 0px;
  }

  .main_top_header ul {
    display: none;
  }

  .banner_content h6 {
    text-align: center;
  }

  .banner_content h1 {
    text-align: center;
    font-size: 40px;
    line-height: unset;
  }

  .banner_content p {
    text-align: center;
    font-size: 16px;
    line-height: unset;
    font-weight: 300;
  }

  .banner_content {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner_content a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner_snd_img img {}

  section.main_about_us {
    padding: 50px 0px;
  }

  .about_us_content h6 {
    text-align: center;
  }

  .title {
    font-size: 30px;
    text-align: center;
    line-height: unset;
  }

  .about_us_content p {
    text-align: center;
    font-size: 16px;
    line-height: unset;
    font-weight: 200;
  }

  .about_us_content ul li {
    flex-direction: column-reverse;
  }

  .about_us_content h5 {
    text-align: center;
  }

  .about_us_content span {
    text-align: center;
    font-weight: 200;
  }

  .about_us_content {
    text-align: center;
    margin-bottom: 50px;
  }

  section.main_services {
    padding: 50px 0px;
  }

  .services_title h3.title {
    margin-bottom: 20px;
  }

  .services_card {
    height: unset;
    padding: 30px 10px;
    margin-bottom: 30px;
    border-radius: 0px;
  }

  .services_card p {
    font-size: 13px;
    line-height: unset;
    margin-bottom: 30px;
  }

  .services_card h6 {
    margin: 10px 0px;
  }

  section.main_best_party_ever {
    height: unset;
    padding: 100px 0px;
  }

  .best_party_ever_content h5 {
    font-size: 40px;
    line-height: unset;
  }
}

@media (max-width : 400px) {}

@media (max-width : 320px) {}

/* Responsive End */