@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
@font-face {
  font-family: "sf_pro_textregular";
  src: url("../fonts/sf-pro-text-regular-webfont.woff2") format("woff2"), url("../fonts/sf-pro-text-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 300;
}

@font-face {
  font-family: "avenue_du_vapoteurregular";
  src: url("../fonts/avenue_du_vapoteur-webfont.woff2") format("woff2"), url("../fonts/avenue_du_vapoteur-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monotype_corsivaregular";
  src: url("../fonts/mtcorsva-webfont.woff2") format("woff2"), url("../fonts/mtcorsva-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s all ease-in-out;
}

p {
  text-align: justify;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
  border-radius: 10px;
}

.p100 {
  padding: 100px 0px;
}

body {
  background: #f5f1eb;
  font-family: "Forum", serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.7em;
}

header {
  width: 100%;
  position: relative;
}
header .container {
  position: relative;
}
header .navbar-toggler-icon {
  background-image: url(../images/nav.svg) !important;
}
header .navbar {
  width: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 18px 0px;
}
header .navbar .collapse {
  justify-content: center;
}
header .navbar .media a {
  padding: 0px 5px;
  font-size: 16px;
color:#FFF;
}
header .navbar .media a i {
  color: #000;
}
header .navbar-nav .nav-item {
  padding: 0px 20px;
}
.navbar-brand img{
    filter: brightness(0) invert(1);
}
header .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #FFF;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative;
  overflow: hidden;
  font-family: "sf_pro_textregular";
  text-transform: uppercase;
}
header .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: 16px;
  border: 1px solid #FFF;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: none;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 16px;
  border: 1px solid #FFF;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top: none;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #FFF;
}
header .navbar-nav .nav-item .nav-link:hover::before {
  top: 0px;
  opacity: 1;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  bottom: 0px;
  opacity: 1;
}
header .navbar-nav .active .nav-link {
  color: #FFF;
}
header .navbar-nav .active .nav-link::before {
  top: 0px;
  opacity: 1;
}
header .navbar-nav .active .nav-link::after {
  bottom: 0px;
  opacity: 1;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-slider {
  width: 100%;
  height: 100vh;
}
.banner-slider .carousel-inner {
  height: 100vh;
}
.banner-slider .carousel-item {
  height: 100vh;
}
.banner-slider .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider .carousel-caption {
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
}
.banner-slider .carousel-caption h5 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-slider .carousel-caption p {
  text-align: center;
  font-size: 22px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.owl-nav, .owl-dots {
  display: none;
}

.p-100 {
  padding: 100px 0px;
}

.about-sec {
  width: 100%;
}
.about-sec .about-img-sec {
  width: 100%;
  position: relative;
}
.about-sec .about-img-sec p {
  width: 100%;
  height: 100%;
}
.about-sec .about-img-sec .img1 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 200px;
  height: 180px;
  overflow: hidden;
  border-radius: 30px;
}
.about-sec .about-img-sec .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .about-img-sec .img2 {
  position: absolute;
  bottom: -530px;
  right: 80px;
  width: 340px;
  height: 330px;
  overflow: hidden;
  border-radius: 30px;
}
.about-sec .about-img-sec .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .about-img-sec .img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 180px;
  overflow: hidden;
  border-radius: 30px;
}
.about-sec .about-img-sec .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .about-content {
  padding: 0px 30px;
  text-align: center;
}
.about-sec .about-content h4 {
  font-family: "avenue_du_vapoteurregular";
  font-size: 45px;
}
.about-sec .about-content h5 {
  font-size: 40px;
}
.about-sec .about-content p {
  text-align: center;
}
.about-sec .about-content .awards img {
  width: 70%;
}

.save-date {
  width: 100%;
}
.save-date .title h6 {
  font-size: 140px;
  font-weight: 400;
  background: -webkit-linear-gradient(#646464, #cacaca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.save-date .item {
  padding: 10px 30px;
}
.save-date .box {
  width: 100%;
}
.save-date .box .img-sec {
  width: 100%;
  height: 520px;
  position: relative;
}
.save-date .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 170px;
  transition: 0.3s all ease-in-out;
}
.save-date .box .img-sec .count {
  font-family: "monotype_corsivaregular";
  font-size: 167px;
  position: absolute;
  right: -10px;
  bottom: 50px;
  color: #000;
}
.save-date .box .content {
  text-align: center;
  padding: 10px 0px;
}
.save-date .box .content h3 {
  font-size: 18px;
  color: #000;
}
.save-date .box .content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.save-date .box:hover .img-sec img {
  scale: 1.02;
}
.save-date .box:hover .content h3 {
  color: #000;
}
.save-date .box:hover .content h2 {
  color: #000;
}

.slider-sec {
  width: 100%;
}
.slider-sec .carousel-item {
  height: 700px;
}
.slider-sec .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-sec .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background-color: transparent;
}
.slider-sec .carousel-indicators button.active {
  background-color: #FFF;
}

.testimonials-sec {
  width: 100%;
}
.testimonials-sec .box {
  width: 100%;
  text-align: center;
}
.testimonials-sec .box .quote {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.testimonials-sec .box p {
  font-family: "monotype_corsivaregular";
  font-size: 24px;
  text-align: center;
  color: #000;
}
.testimonials-sec .box h3 {
  font-size: 18px;
  color: #000;
}
.testimonials-sec .box h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.testimonials-sec .box h4 span {
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}
.testimonials-sec .box h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background-color: #464646;
}

.blogs {
  width: 100%;
}
.blogs .item {
  padding: 0px 10px;
}
.blogs .box {
  width: 100%;
}
.blogs .box .blog-img {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}
.blogs .box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .box .content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.blogs .box .content h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.blogs .box .content p {
  text-align: center;
  color: #000;
}
.blogs .box .content a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.blogs .view-btn {
  padding-top: 20px;
  text-align: center;
}
.blogs .view-btn a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 35px;
  border: 2px solid #c2a478;
  color: #c2a478;
  font-weight: 600;
}
.blogs .view-btn a:hover {
  background-color: #c2a478;
  color: #FFF;
}

.love-stories {
  width: 100%;
  background-color: #FFF;
}
.love-stories h4 {
  font-size: 50px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.love-stories p {
  text-align: center;
}
.love-stories .box {
  width: 100%;
}
.love-stories .box .img-sec {
  width: 100%;
  padding: 5px;
}
.love-stories .box .img-sec img {
  width: 100%;
}
.love-stories .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 48%;
}
.love-stories .owl-prev {
  width: 48px;
  height: 20px;
  background-image: url(../images/arrow-left.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: -80px;
}
.love-stories .owl-prev span {
  display: none;
}
.love-stories .owl-next {
  width: 48px;
  height: 20px;
  background-image: url(../images/arrow-right.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: -80px;
}
.love-stories .owl-next span {
  display: none;
}

footer {
  width: 100%;
  background-color: #FFF;
}
footer .f-box {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}
footer .f-box .f-logo {
  text-align: center;
  margin-bottom: 15px;
}
footer .f-box .media {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .f-box .media a {
  padding: 10px;
  color: #000;
}
footer .copyright {
  padding: 5px 0px 20px 0px;
}
footer .copyright p {
  text-align: right;
  margin: 0;
}
footer .f-nav {
  padding: 5px 0px 20px 0px;
}
footer .f-nav a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #c3c3c3;
}
footer .f-nav a:last-child {
  border-right: none;
}

.scroll-to-top {
  position: fixed;
  bottom: -100px;
  right: 30px;
  /*display: none;*/ /* this is optional if you want fadeIn/fadeOut effect */
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  padding-top: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.animate-button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 30px;
}

.inner-banner {
  width: 100%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 97px 0px;
}
.inner-banner h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.inner-banner .breadcrumb {
  display: flex;
  justify-content: center;
}
.inner-banner .breadcrumb .breadcrumb-item {
  color: #000;
}

.team {
  width: 100%;
  padding: 50px 0px;
}
.team h4 {
  font-size: 50px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.team p {
  text-align: center;
}
.team .box {
  width: 100%;
}
.team .box .blog-img {
  width: 100%;
  height: 720px;
  margin-bottom: 20px;
}
.team .box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .box .content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.team .box .content h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.team .box .content p {
  text-align: center;
  color: #000;
}
.team .box .content a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.team .view-btn {
  padding-top: 20px;
  text-align: center;
}
.team .view-btn a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 35px;
  border: 2px solid #c2a478;
  color: #c2a478;
  font-weight: 600;
}
.team .view-btn a:hover {
  background-color: #c2a478;
  color: #FFF;
}

.inner-contact {
  width: 100%;
}
.inner-contact .box {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 2px 10px #dfdfdf;
}
.inner-contact .box .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.inner-contact .box h5 {
  text-align: center;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
}
.inner-contact .box p {
  text-align: center;
  color: #000;
}
.inner-contact .c-form h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.inner-contact .c-form h6 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.inner-contact .c-form .form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.inner-contact .c-form .form-group textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.inner-contact .c-form .btn_theme {
  padding: 15px 30px;
  display: inline-block;
  color: #FFF;
  border-radius: 35px;
  background-color: #000;
  text-transform: uppercase;
}

.map iframe {
  height: 600px;
}

.gallery-sec {
  width: 100%;
}
.gallery-sec .heading-title h4 {
  font-size: 50px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.gallery-sec .heading-title p {
  text-align: center;
}
.gallery-sec .box {
  width: 100%;
  height: 306px;
}
.gallery-sec .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wedding-sec {
  width: 100%;
}
.wedding-sec .box {
  padding: 0px 20px;
}

.inner-blogs {
  width: 100%;
}
.inner-blogs .box {
  width: 100%;
}
.inner-blogs .box .blog-img {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}
.inner-blogs .box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-blogs .box .content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.inner-blogs .box .content h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.inner-blogs .box .content p {
  text-align: center;
  color: #000;
}
.inner-blogs .box .content a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-weight: 600;
}

.inner-blog-details {
  width: 100%;
}
.inner-blog-details h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-blog-details h5 {
  font-size: 20px;
  color: #000;
  margin: 0;
  letter-spacing: 5px;
  margin-bottom: 15px;
  font-weight: 700;
}
.inner-blog-details h6 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blogsec-img {
  width: 100%;
  height: 300px;
}
.blogsec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-page {
  width: 100%;
}

.faq .heading-title {
  width: 100%;
  margin-bottom: 30px;
}
.faq .heading-title h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.faq .heading-title p {
  text-align: center;
}
.faq .accordion-item {
  margin-bottom: 3px;
}
.faq .accordion-item .accordion-button {
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 700;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #FFF;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.terms h3 {
  font-size: 30px;
  font-weight: 700;
}
.terms h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.terms ul li {
  background: url(../images/arrow-circle-right.svg) no-repeat 0px 7px;
  margin-bottom: 10px;
  padding-left: 25px;
}

@media (max-width: 1200px) {
  header .navbar-nav .nav-item {
    padding: 0px 6px;
  }
  .save-date .title h6 {
    font-size: 117px;
  }
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item .nav-link {
    text-align: center;
    color: #000;
    border-bottom: 1px solid #efefef;
  }
  .navbar-nav {
    margin-top: 10px;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
  }
  header .navbar .media {
    display: none;
  }
  header .navbar-toggler {
    background-color: #000;
  }
  .p-100 {
    padding: 30px 0px;
  }
  .about-sec .about-img-sec {
    display: flex;
    margin-bottom: 20px;
  }
  .about-sec .about-img-sec .img1, .about-sec .about-img-sec .img2, .about-sec .about-img-sec .img3 {
    position: relative;
    top: auto;
    left: inherit;
    bottom: inherit;
    right: inherit;
    width: 33.3%;
    height: 200px;
    margin: 0px 10px;
  }
  .save-date .title h6 {
    text-align: center;
    font-size: 47px;
  }
  .save-date .title h6 br {
    display: none;
  }
  .slider-sec .carousel-item {
    height: 390px;
  }
  .love-stories .owl-nav {
    display: none !important;
  }
  .inner-banner {
    padding: 120px 0px 20px 0px;
  }
  .map iframe {
    height: 300px;
  }
  footer .f-nav {
    text-align: center;
  }
  footer .copyright p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about-sec .about-content h5 {
    font-size: 33px;
  }
  .save-date .box .img-sec .count {
    font-size: 90px;
  }
  .slider-sec .carousel-item {
    height: 300px;
  }
  .blogs .box .blog-img {
    height: 270px;
  }
  .love-stories h4, .team h4 {
    font-size: 27px;
  }
  .banner-slider .carousel-caption h5 {
    font-size: 32px;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .team {
    padding: 20px 0px;
  }
}
@media (max-width: 576px) {
  header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .save-date .box .img-sec {
    height: 390px;
  }
  .save-date .box .img-sec img {
    border-radius: 600px;
  }
  .save-date .box .img-sec .count {
    font-size: 80px;
  }
  .inner-contact .c-form h5, .gallery-sec .heading-title h4 {
    font-size: 28px;
  }
}/*# sourceMappingURL=main.css.map */