/* fonts */
@font-face {
  font-family: 'Neutraface Text Book';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Book.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Book Italic';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Book\ Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Light';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Light.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Light Italic';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Light\ Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Demi';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Demi.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Demi Italic';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Demi\ Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Bold';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Neutraface Text Bold Italic';
  src: url('/fonts/neutraface-text-cufonfonts/Neutraface\ Text\ Bold\ Italic.otf') format('opentype');
}

/* end */

html{
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  font-family: 'Neutraface Text Book', sans-serif;
  overflow-x: hidden !important;
}

.section {
  padding: 60px 40px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f0e7d2 !important;
    color: #000;
}

.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  color: #a8a8a8;
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.section-title span {
  font-family: "Niconne", cursive;
  color: #f0e7d2;
  position: absolute;
  font-size: 9rem;
  left: 38.3%;
  top: -68px;
  z-index: -1;
}

/* navbar */
section.navigation {
  display: block;
}

section.navigation-mobile{
  display: none;
}

section.navigation .col-md-5 {
  display: flex;
  align-items: center;
}

section.navigation .nav-item {
  margin: 0 3rem;
}

section.navigation img {
  width: 46%;
}

section.navigation .col-md-2 .logo {
  text-align: center;
  margin: 1rem 0;
  position: relative;
}

section.navigation .col-md-2 .logo::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 2px;
  height: 90px;
  background: #555555;
}

section.navigation .col-md-2 .logo::after {
  position: absolute;
  content: '';
  top: 10px;
  right: 1px;
  width: 2px;
  height: 90px;
  background: #555555;
}

section.navigation .navbar-nav .nav-link.active {
  color: #CDB16A;
}

section.navigation-mobile .navbar-nav .nav-link.active {
  color: #CDB16A;
}

section.navigation .nav-link {
  font-size: 20px;
  color: #555;
}

/* end */

/* banner */
section.banner .container-fluid {
  padding: 0;
}

section.banner .banner-img img {
  width: 100%;
  height: 601px;
}

section.banner {
  position: relative;
}

section.banner .bottom-center {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

section.banner .arrow-img {
  width: 35px;
  /* Adjust size as needed */
  height: auto;
}

/* end */

/* about */

section.about-us {
  padding: 100px 60px 60px;
}

section.about-us .abt-info {
  padding: 0 3rem;
  margin-top: 2rem;
}

section.about-us .abt-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

section.about-us .ab-img {
  position: relative;
}

section.about-us .ab-img img {
  position: absolute;
  top: -190px;
  right: -40px;
  width: 340px;
}

section.about-us .abt-info h2 {
  font-family: "Viaoda Libre", serif;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

section.about-us .tg {
  font-family: Square Peg, cursive;
  font-size: 28px;
  letter-spacing: 1px;
}

section.about-us .abt-info p {
  margin-top: 1rem;
}

section.about-us .abt-info p {
  margin-top: 1rem;
  font-size: 17px;
  text-align: justify;
  font-weight: 100;
  font-family: Neutraface Text book;
  letter-spacing: 1px;
  line-height: 2rem;
}

section.about-us .abt-info a.btn {
  font-family: Neutraface Text demi;
  padding: 0;
  font-size: 18px;
  color: #ad9551;
}

section.about-us .abt-info .btn img {
  width: 24px;
  margin-left: 8px;
  /* Adjust the spacing as needed */
}

/* end */

/* about mb */
#about-mb {
  display: none;
}
/* end */

/* services */
.section.services {
  display: block;
}

#services-mb {
  display: none;
}

section.services .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.service-box a {
  text-decoration: none !important;
}

section.services .service-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 9px;
}

section.services .custom-control {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

section.services .prev-icon,
section.services .next-icon {
  width: 40px;
  height: 40px;
}

section.services .carousel-control-next {
  width: 4% !important;
}

section.services .carousel-control-prev {
  width: 4% !important;
  left: 75rem;
}

section.services .prev-icon {
  transform: rotate(180deg);
}

section.services .carousel-control-next,
section.services .carousel-control-prev {
  top: 43rem;
  opacity: 1;
}

section.services .hr-line {
  position: relative;
}

section.services .hr-line img {
    width: 1.5px !important;
    height: 70px !important;
    position: absolute;
    bottom: 10px;
    left: 60px;
}

section.services .service-info {
  margin-top: 3rem;
  margin-left: 3rem;
}

section.services .service-info h3 {
  font-family: "Nicconne";
  font-style: italic;
  font-size: 2.5rem;
  color: #828282;
  font-weight: bold;
  letter-spacing: 1px;
}

section.services .service-info p {
  font-family: "Viaoda Libre", serif;
  font-size: 1.8rem;
  color: #555;
  letter-spacing: 1px;
}
/* end */

/* latest events */

section.latest-events {
  position: relative;
  z-index: 1;
}

section.latest-events::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  width: 100%;
  height: 55%;
  z-index: -1;
}

section.latest-events .section-title span {
  left: 32.5%;
}


section.latest-events .nav-link {
  text-align: right;
  color: #1E1E1E;
  font-size: 1.2rem;
  font-family: 'Neutraface Text Light';
  padding: 1rem;
}

section.latest-events .nav-pills .nav-link.active, section.latest-events .nav-pills .show > .nav-link {
  color: #1E1E1E;
  background: none ;
}

section.latest-events .nav-pills .nav-link.active, section.latest-events .nav-pills .show > .nav-link ::after {
  border-bottom: 2px solid #cdb16a;
  border-radius: 0;
}

section.latest-events #v-pills-tab {
  background: #f8f8f8;
  padding: 1rem;
  position: absolute;
  left: 357px;
}

section.latest-events .card-img-top {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* end */

/* features */
section.features {
  position: relative;
  padding: 60px 40px;
  background: url('assets/img/features-bg.png')no-repeat center;
    background-size: auto;
  background-size: cover;
  height: 100vh;
  margin: 2rem 4rem 0;
}

section.features .feature-box {
  color: white;
  position: absolute;
  top: 15rem;
}

section.features .feature-box.right {
  right: 80px;
  text-align: right;
}

section.features .feature-box.left {
  left: 60px;
}

section.features .feature-box ul {
  list-style: none;
}

section.features .feature-box li {
  margin: 2.2rem 0;
}

section.features .feature-box li {
  margin: 2.2rem 0;
  font-size: 1.1rem;
  letter-spacing: 3px;
  font-family: 'Neutraface Text Light';
}

section.features .feature-box ul li {
  position: relative;
  padding-bottom: 4px;
}

section.features .feature-box ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255); /* Change the color to your preference */
  left: 0;
  bottom: -12px;
}
/* end */

/* testimonials */
section.testimonials .carousel-inner {
  position: relative;
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

section.testimonials .testi-inner {
  display: flex;
  align-items: center;
}

section.testimonials .testi-inner img {
  margin-right: 30px;
}

section.testimonials .testi-info h2 {
  font-family: "Whisper", cursive;
  color: #828282;
  font-size: 4rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  margin-left: 12rem;
}

section.testimonials .quote img {
  position: absolute;
  left: 440px;
  top: -50px;
  width: 120px;
}
section.testimonials .quote {
  position: relative;
  z-index: -1;
}

section.testimonials .testi-inner p {
  margin: 0 1rem;
  font-family: Neutraface Text book italic;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2.6rem;
  color: #828282;
}

#testi h3 {
  text-align: center;
  margin-top: 2rem;
  font-family: "Viaoda Libre", serif;
  font-size: 23px;
}

section.testimonials .testi-logo::before {
  position: absolute;
  content: '';
  top: 27px;
  left: 0;
  width: 46.5%;
  height: 2px;
  background: #555555;
}

section.testimonials .testi-logo::after {
  position: absolute;
  content: '';
  top: 27px;
  right: 0;
  width: 46.5%;
  height: 2px;
  background: #555555;
}
section.testimonials .testi-logo {
  text-align: center;
  position: relative;
  margin-top: 5rem;
}

section.testimonials .testi-logo img {
  width: 50px;
}
/* end */

/* cta */
.section-title.cta span {
  left: 33.3%;
  top: -66px;
}

section.cta {
  position: relative;
  padding: 60px 40px;
  overflow-x: hidden;
  background: url(assets/img/contact.png)no-repeat center;
  background-size: cover;
  z-index: 1;
  /* height: 100vh; */
  margin: 4rem;
}

section.cta::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .2;
  z-index: -1;
}

section.cta .container {
  width: 40%;
  margin: 0 auto;
  background: rgba(217, 217, 217, 60%);
  padding: 2rem 1.5rem;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 0;
}

section.cta .cta-info {
  text-align: center;
}

.section.contact-us-pg .section-title span {
  left: 28.3%;
}

section.cta label.form-label {
  font-size: 1.2rem;
  font-weight: 100 !important;
  color: #dedede;
  font-family: 'Neutraface Text Light';
  padding: .5rem .75rem;
}

section.cta ::placeholder{
  color: white;
  font-size: 1.2rem;
  font-weight: 100 !important;
  color: #dedede;
  font-family: 'Neutraface Text Light';
  letter-spacing: 1px;
}

section.cta .cta-info hr {
  width: 12vw;
  margin: 1rem auto 2rem;
  border-top: 1px solid white;
  opacity: .9;
}

section.cta .cta-info h2 {
  font-size: 1.5rem;
  letter-spacing: 4px;
}


section.cta .submit {
  margin-top: 1rem;
  text-align: center;
}

section.cta .submit button.btn.btn-primary {
  background: #fffaef;
  border: 1px solid #dedede;
  width: 10vw;
  border-radius: 1px;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.5rem;
  color: black;
  letter-spacing: 1px;
  border-radius: 4px;
}

.form-control {
  padding: .5rem .75rem 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: none;
  border-bottom: 2px solid white !important;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: none;
  color: white;
}

.form-control:focus {
  background-color: transparent; /* change background to transparent */
  outline: none; /* remove the default focus outline */
  border: none;
  box-shadow: none; 
  color: white;
}
/* end cta */

/* go to top */
h2.gtp {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 5rem;
  color: #494949;
}

.gtp img {
  width: 15px;
}
/* end */

/* footer */
footer.section {
  padding-bottom: 10px;
}

footer.section .col-md-5 {
  align-content: center;
}

footer.section h3 {
  color: #b9a56c;
  font-size: 19px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 3rem;
}

footer.section .col-md-2 {
  text-align: center;
  position: relative;
}

footer.section .col-md-2 img {
  width: 80px;
}

footer.section .col-md-2::after {
  position: absolute;
  content: '';
  top: 0;
  right: 1px;
  width: 2px;
  height: 100px;
  background: #555555;
}

footer.section .col-md-2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 2px;
  height: 100px;
  background: #555555;
}

footer.section .social-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  position: relative;
}

footer.section .social-info::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 43%;
  height: 2px;
  background: #555555;
}

footer.section .social-info::after {
  position: absolute;
  content: '';
  top: 10px;
  right: 0;
  width: 43%;
  height: 2px;
  background: #555555;
}

footer.section .social-info img {
  width: 18px;
  margin: 0 .8rem;
}

footer.section .ftr-info {
  margin-top: 3rem;
}

footer.section .ftr-info ul {
  display: flex;
  justify-content: center;
  list-style: square;
  padding-left: 0;
}

footer.section .ftr-info li {
  margin: 0 1.3rem;
  font-size: 1rem;
}

footer.section .ftr-info a {
  text-decoration: none;
  color: #555;;
}

footer.section .ftr-info p {
  text-align: center;
  margin-top: 3rem;
  font-size: 14px;
  letter-spacing: 1px;
  color: #555;
}
/* end */

/* wedding page */
section.banner.wedd .banner-text {
  position: absolute;
  top: 30%;
  left: 33%;
  text-align: center;
  color: white;
  
}

section.banner.wedd .banner-text h1{
  font-size: 4rem;
  font-family: "Viaoda Libre", serif;
}


section.banner.wedd .banner-text img {
  margin: 0 8px;
}
/* end */

/* wedding-services */
.section.consultation-event, section.section.catering-planning, section.section.photo-video{
  display: block;
}
.section.wedding-info-mb{
  display: none;
}

.section.consultation-event {
  margin-bottom: 20rem;
  position: relative;
}

.section.consultation-event.a1 {
  margin-bottom: 3rem;
}

.section.services-infor p {
  font-size: 18px;
  text-align: justify;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  line-height: 2.1rem;
  color: #555;
}

section.services-infor .col-md-6.left h2, section.services-infor .col-md-6.left p{
  margin-left: 2rem;
}

section.services-infor h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  width: 90%;
  letter-spacing: 2px;
  margin-bottom: 1.1rem;
  line-height: 3.9rem;
}

.section.services-infor h2 span {
  font-family: 'Neutraface Text bold Italic';
}
/* end */

/* wedding list */
section .service-cont p {
  font-size: 17px;
  text-align: justify;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 2rem;
}

section.section.consultation-event .service-img img {
  width: 80%;
}

section .service-cont h3 {
  font-family: "Viaoda Libre", serif;
  letter-spacing: 1px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

section.section.consultation-event .row.box1 {
  position: relative;
}

section.section.consultation-event .row.box1 .service-cont{
  position: absolute;
  left: 41%;
  top: 10%;
  width: 50%;
  background: #ffe5cf;
  padding: 2rem;
}

section.section.consultation-event .row.box-2 .service-img img {
  position: absolute;
  width: 80%;
  right: 0;
  top: -70px;
}

section.section.consultation-event .row.box-2 {
  position: relative;
}

section.section.consultation-event .row.box-2 .service-cont {
  position: absolute;
  left: 10%;
  top: 40px;
  width: 50%;
  background: #ffe5cf;
  padding: 2rem;
  z-index: 1;
}
/* end */

/* consultation and event */
section.section.catering-planning {
  position: relative;
  margin-bottom: 20rem;
}

section.section.catering-planning .row.box-3 .service-img img {
  width: 80%;
}

section.section.catering-planning .row.box-3 .service-cont {
  position: absolute;
  left: 41%;
  top: 20%;
  width: 43%;
  background: #ffe5cf;
  padding: 2rem;
}

section.section.catering-planning .row.box-4{
  position: relative;
}

section.section.catering-planning .row.box-4 .service-img img{
  position: absolute;
  width: 80%;
  right: 0;
  top: -70px;
}

section.section.catering-planning .row.box-4 .service-cont {
  position: absolute;
  left: 10%;
  top: 90px;
  width: 50%;
  background: #ffe5cf;
  padding: 2rem;
  z-index: 1;
}
/* end */

/* photo and video */
section.section.photo-video {
  position: relative;
  margin-bottom: 3rem;
}

section.section.photo-video .row.box-5{
  position: relative;
}

section.section.photo-video .row.box-5 .service-cont {
  position: absolute;
  left: 41%;
  top: 10%;
  width: 50%;
  background: #ffe5cf;
  padding: 2rem;
}

section.section.photo-video .row.box-5 .service-img img {
  width: 80%;
}
/* end wedding page */

/* about page */
section.slider .img-fluid.banner-img {
  height: 601px;
  width: 100%;
}

section.slider .carousel-caption {
  bottom: 11.25rem;
}

section.slider .banner-text h1 {
  font-size: 4rem;
  font-family: "Viaoda Libre", serif;
  margin: 0;
}

section.slider .banner-text p {
  font-size: 18px;
}
/* end banner */

/* about us */
section.section.about-us-pg .section-title {
  margin-bottom: 2rem;
}

section.section.about-us-pg .section-title span {
  left: 32.8%;
  top: -76px;
}

section.section.about-us-pg p {
  font-size: 19px;
  text-align: justify;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  line-height: 2.1rem;
}

section.section.about-us-pg img {
  margin-bottom: 1.5rem;
}
/* end */

/* countdown */
section.countdown .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 11px;
}

.ct-info {
  position: relative;
  text-align: center;
}
section.countdown .ctt {
  font-size: 65px;
  z-index: 1;
  color: #d7d7cf;
  font-family: "Nicconne";
  font-style: italic;
  color: #828282;
}

section.countdown p.cup {
  font-size: 24px;
  letter-spacing: 1px;
  color: #555555;
  font-family: "Viaoda Libre", serif;
  margin-top: -1rem;
}
/* end */

/* faq */
.accordion-item {
  margin-bottom: 1.2rem;
  box-shadow: 0px 0px 7px 1px #bbbbbb;
  border: none;
  border-radius: 8px !important;
}

button.accordion-button {
  border-radius: 8px !important;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  padding: 1.6rem;
}

div#accordionExample {
  width: 60%;
  margin: 0 auto;
}

.accordion-button:not(.collapsed) {
  color: black;
  background: none;
  box-shadow: none;
}

.accordion-body {
  font-size: 20px;
  font-family: 'Neutraface Text Light', sans-serif;
}

/* end about us */

/* contact page start */
.section.contact-us-pg {
  padding-right: 0;
}

.section.contact-us-pg .container-fluid {
  padding-right: 0;
}

iframe {
  width: 100%;
  height: 100%;
}

.cta-pg-info {
  text-align: center;
  background: #fff;
  padding: 1rem;
  margin: 0 1rem 2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 28px 4px #e7e7e7;
}

.cta-pg-info i {
  font-size: 30px;
  color: #555;
}

.cta-pg-info h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin: .5rem 0 2rem;
}

.cta-pg-info p {
  font-size: 19px;
  padding: 0 1rem;
  color: #b9a56c;
}

.cta-pg-info a {
  color: #b9a56c;
  text-decoration: none;
}
/* end contact page */

/* gallery page  */
section.section.gallery .banner-img.gall img {
  filter: brightness(0.7);
  object-fit: cover;
}

section.section.gallery .gl-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.banner-img.gall img {
  filter: brightness(.6);
}

section.section.gallery #pills-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem !important;
}

section.section.gallery .nav-pills .nav-link.active, section.section.gallery .nav-pills .show > .nav-link {
  color: #b9a56c;
  background: none;
}

section.section.gallery .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  color: #4a4848;
  font-family: 'Neutraface Text Light', sans-serif;
}




