:root {
  --primary-red: #842c4e;
  --primary-red-hover: #a81950;
  --gray: #313131;
  --dark-black: #161616;
  --white: #ffffff;
  --pink: #ffeef4;
  --dark-pink: #ffe2ec;
  --light-gray: #f7fbff;
  --unltra-light-black: #1e1e1e;
  --black: #000000;
}
@font-face {
  font-family: "Priestacy";
  src: url("../fonts/Priestacy.eot");
  src: url("../fonts/Priestacy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Priestacy.woff2") format("woff2"),
    url("../fonts/Priestacy.woff") format("woff"),
    url("../fonts/Priestacy.ttf") format("truetype"),
    url("../fonts/Priestacy.svg#Priestacy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Regular.eot");
  src: url("../fonts/Larken-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Larken-Regular.woff2") format("woff2"),
    url("../fonts/Larken-Regular.woff") format("woff"),
    url("../fonts/Larken-Regular.ttf") format("truetype"),
    url("../fonts/Larken-Regular.svg#Larken-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Light.eot");
  src: url("../fonts/Larken-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Larken-Light.woff2") format("woff2"),
    url("../fonts/Larken-Light.woff") format("woff"),
    url("../fonts/Larken-Light.ttf") format("truetype"),
    url("../fonts/Larken-Light.svg#Larken-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Mulish", sans-serif;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Larken";
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
p {
  font-family: "Mulish", sans-serif;
}
.btn.btn-primary {
  border-radius: 60px;
  background: var(--primary-red);
  color: var(--white);
  text-align: center;
  font-family: var(--font-mulish);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border: none;
  padding: 20px 60px;
  transition: all 0.5s ease-in-out;
}
.btn.btn-primary:hover {
  background: var(--primary-red-hover);
}
.btn.btn-primary:active:focus,
.btn.btn-primary:focus {
  box-shadow: none;
}
/* Header start here */
.page-header {
  padding: 0 40px;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
.page-header .navbar {
  padding: 14px 0;
  border-bottom: 1px solid var(--primary-red);
}

.page-header .container-fluid {
  padding: 0;
}
header .custom-nav-link {
  color: var(--gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link {
  color: #000 !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  display: flex;
  align-items: center;
}

header .custom-nav-link {
  text-decoration: none;
}
.custom-nav-link:hover {
  color: var(--primary-red);
}
.page-header .navbar .nav-link.menu-icon img {
  width: 40px;
  height: 16px;
  margin-right: 14px;
}
.page-header .navbar .menu-item {
  display: flex;
}
.page-header .menu-border {
  margin: 0 20px;
}
.page-header .navbar .navbar-brand img {
  width: 135px;
  height: 69px;
}
.navbar .contact-info .btn-phone {
  width: 66px;
  height: 49px;
  padding: 24px 46px;
  border-radius: 60px;
  border: 1px solid rgba(132, 44, 78, 0.14);
}
.navbar .contact-info .btn-book-now {
  padding: 15px 60px;
  font-size: 16px;
}
.navbar .contact-info .btn.btn-outline-danger.btn-phone {
  width: 66px;
  height: 49px;
  padding: 0;
  border-radius: 60px;
  border: 1px solid rgba(132, 44, 78, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  transition: all 0.5s ease-in-out;
}
.navbar .contact-info .btn.btn-outline-danger.btn-phone:hover {
  background: var(--dark-pink);
}
.navbar .contact-info .btn.btn-outline-danger.btn-phone:active:focus,
.navbar .contact-info .btn.btn-outline-danger.btn-phone:focus {
  box-shadow: none;
}
.page-header .navbar-nav {
  max-width: 50%;
  width: 50%;
}
.page-header .navbar .contact-info {
  max-width: 50%;
  width: 50%;
  text-align: right;
}
.page-header .navbar-brand {
  margin-right: 0;
}
/* Header end here */

/* Banner start here */
.banner {
  background: url(../images/banner-img.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  border-radius: 0 0 60px 60px;
  height: 863px;
}
.banner .banner-text h1 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 70.8px */
}
.banner .banner-text h1 span {
  display: block;
  font-style: italic;
  font-weight: 300;
}
.banner .banner-text .vendor-booking {
  padding-left: 139px;
  margin-top: -57px;
  margin-bottom: 80px;
}
.portfolio-page-gallery-item img {
  width: 360px;
  height: 435px;
  object-fit: cover;
}
.banner .banner-text .vendor-booking img {
  max-width: 243px;
  width: 100%;
}
.banner .banner-text .btn.btn-primary.btn-start-wedding {
  background: linear-gradient(114deg, #842c4e 44.02%, #1e0a12 128.78%);
  box-shadow: 14px 14px 60px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 0 0 #842c4e;
  margin-right: 25px;
}
.banner .banner-text .btn.btn-primary.btn-start-wedding:hover {
  background: linear-gradient(90deg, #1e0a12 0%, #842c4e 100%);
  box-shadow: 0 4px 200px 0 #842c4e;
}
.google-rating .google-rating-text {
  color: #fff;
  font-size: 18.994px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 21.653px */
  font-family: "Mulish", sans-serif;
  margin-right: 12px;
}
.google-rating img {
  width: 141px;
  height: 30px;
}
.rating-container {
  margin-bottom: 52px;
}
.banner .banner-text {
  margin-top: 280px;
}
.banner-client-slider {
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 18px;
}
/* Banner end here */
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-height: 76px;
  object-fit: contain;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Content start here */

.our-works {
  background: url(../images/works-heading-img.png) no-repeat center center;
  background-size: 100%;
  padding-top: 121px;
  margin-bottom: 98px;
  background-position: 0 100px;
}
.our-works p {
  color: var(--gray);
  margin-bottom: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.our-works h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  position: relative;
}
.our-works h2 span {
  font-style: italic;
  font-weight: 300;
}
/* .our-works h2:after {
  content: "";
  width: 223px;
  height: 88px;
  background: url(../images/for-us-img.png) no-repeat center center;
  background-size: 64%;
  position: absolute;
  top: 17px;
  left: 0;
  right: -362px;
  margin: auto;
} */
.our-works-slider .slick-slide img {
  max-height: inherit;
}
.our-works-slider {
  margin-top: 70px;
}
.our-works-slider .works-slider-widget {
  position: relative;
}
.works-slider-widget-img {
  position: relative;
}
.our-works-slider .caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
.our-works-slider .star-rating {
  max-width: 119px;
  margin: auto;
  margin-bottom: 20px;
}
.our-works-slider h3 {
  color: var(--white);
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 118%; /* 33.04px */
  margin-bottom: 5px;
}
.our-works-slider p {
  color: var(--white);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 118%; /* 18.88px */
  text-transform: capitalize;
}
.works-slider-widget-content {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.works-slider-widget-content .comma-icon img {
  width: 81px;
  height: 81px;
}
.works-slider-widget-content .gradient-border {
  margin: 0 29px;
}
.works-slider-widget-content .gradient-border img {
  width: 1px;
  height: 105px;
}
.works-slider-widget-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: none;
}
.our-works-slider .slick-slide {
  margin: 0 40px;
}

.banner-logo-block {
  height: 80px;
  display: flex !important;
}

.our-works-slider .slick-prev.slick-arrow {
  font-size: 0;
  background: url(../images/works-slider-arrow-left.png) no-repeat center center;
  width: 49px;
  height: 49px;
  border: none;
  background-size: contain;
  left: 32%;
  top: 30%;
  z-index: 9;
  position: absolute;
}
.our-works-slider .slick-next.slick-arrow {
  font-size: 0;
  background: url(../images/works-slider-arrow-right.png) no-repeat center
    center;
  width: 49px;
  height: 49px;
  border: none;
  background-size: contain;
  position: absolute;
  right: 32%;
  top: 30%;
}
.wedding-planing-btn-container {
  margin-top: 64px;
}

.about-container-border {
  border-top: 1px solid var(--primary-red);
  padding-top: 40px;
  padding: 40px;
}
.about-us .about-subheading {
  margin-bottom: 33px;
}
.about-us .about-subheading img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.about-us .about-subheading h6 {
  color: var(--gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.about-heading h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
}
.about-heading h2 i {
  font-weight: 400;
}
.about-us .subheading-text img {
  max-width: 187px;
}
.about-us .subheading-text {
  text-align: right;
  padding-right: 77px;
  margin-top: 18px;
}
.about-content {
  margin-top: 133px;
}
.about-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  max-width: 446px;
  width: 100%;
  margin-bottom: 30px;
}
.about-content .btn.btn-link.btn-view-portfolio {
  color: var(--primary-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
}
.about-content .btn.btn-link.btn-view-portfolio:focus,
.about-content .btn.btn-link.btn-view-portfolio:active:focus {
  box-shadow: none;
}
.about-content .btn.btn-link.btn-view-portfolio img {
  width: 49px;
  height: 49px;
  margin-left: 10px;
}
.about-us {
  position: relative;
  margin-bottom: 98px;
}
.about-us:before {
  content: "";
  width: 451px;
  height: 451px;
  position: absolute;
  left: 0;
  top: 50px;
  background: url(../images/about-left-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.about-us:after {
  content: "";
  width: 436px;
  height: 458px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(../images/about-right-bg.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.about-bottom-widget .about-bottom-widget-icon {
  margin-right: 30px;
}
.about-bottom-widget h6 {
  color: var(--dark-black);
  font-family: "Mulish", sans-serif;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.about-bottom-widget h3 {
  color: var(--primary-red);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
  line-height: 48px; /* 56.64px */
  margin-bottom: 0;
}
.client-slider-container {
  padding: 46px 0;
  background: var(--pink);
}
.client-slider-container .slick-slider {
  margin-bottom: 0;
}
.our-services {
  padding: 98px 0;
  position: relative;
}
.our-services h2 {
  color: var(--dark-black);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  position: relative;
  /* margin-bottom: 60px; */
}
.our-services h2 span {
  font-style: italic;
  font-weight: 300;
}
/* .our-services h2:after {
  content: "";
  width: 223px;
  height: 88px;
  background: url(../images/inhouse-img.png) no-repeat center center;
  background-size: 64%;
  position: absolute;
  top: 39px;
  left: 0;
  right: -403px;
  margin: auto;
} */
.our-services .services-widget {
  border: 1px solid #842c4e;
  background: #f7fbff;
  border-radius: 360px 360px 0 0;
  margin-bottom: 28px;
}
.services-widget-content {
  padding: 45px;
}
.services-widget .services-widget-img img {
  border-radius: 360px 360px 0 0;
}
.services-widget-img {
  /*width: 414px;*/
  height: 367px;
}
img.img-fluid.wp-post-image {
  height: inherit;
  object-fit: cover;
}
.our-services .services-widget h3 {
  color: var(--dark-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 33.04px */
  margin-bottom: 15px;
}
.our-services .services-widget p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-bottom: 15px;
}
.our-services .services-widget .btn.btn-link.btn-know-more {
  color: var(--primary-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  transition: all 0.5s ease-in-out;
  box-shadow: none !important;
}
.our-services .services-widget .btn.btn-link.btn-know-more img {
  width: 37px;
  height: 37px;
  transition: all 0.5s ease-in-out;
}
.our-services .services-widget .btn.btn-link.btn-know-more:hover img {
  margin-left: 15px;
}
.about-content .btn.btn-link.btn-know-more:focus,
.about-content .btn.btn-link.btn-know-more:active:focus {
  box-shadow: none;
}
.our-services .wedding-planing-btn-container {
  margin-top: 25px;
}
.our-services:before {
  content: "";
  width: 633px;
  height: 633px;
  position: absolute;
  left: 0;
  top: -300px;
  background: url(../images/services-left-bg.png) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.our-services:after {
  content: "";
  width: 551px;
  height: 570px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -120px;
  background: url(../images/services-center-bg.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.choose-wedding-venue {
  padding: 98px 0;
  position: relative;
}
.choose-wedding-venue h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  margin-bottom: 50px;
}
.choose-wedding-venue h2 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.choose-wedding-venue .choose-wedding-venue-widget {
  position: relative;
  margin-bottom: 25px;
}
.choose-wedding-venue-widget .choose-wedding-venue-caption {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
}
.choose-wedding-venue-widget .choose-wedding-venue-caption h6 {
  color: var(--white);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 118%; /* 25.96px */
  margin: 0;
}
.choose-wedding-venue:before {
  content: "";
  width: 149px;
  height: 340px;
  position: absolute;
  left: 0;
  bottom: -230px;
  background: url(../images/choose-wedding-left-design.png) no-repeat center
    left;
  background-size: contain;
  z-index: -1;
}
.choose-wedding-venue:after {
  content: "";
  width: 154px;
  height: 351px;
  position: absolute;
  right: 0;
  top: 30px;
  background: url(../images/choose-wedding-right-design.png) no-repeat center
    right;
  background-size: contain;
  z-index: -1;
}
.allow-yourself h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  margin-bottom: 50px;
}
.allow-yourself h2 span {
  font-style: italic;
  font-weight: 400;
}
.allow-yourself .nav-tabs .nav-link {
  padding: 20px 60px;
  border-radius: 60px;
  color: var(--primary-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border: none;
}

.services-widget-content h3 a {
  color: #161616;
  text-decoration: none;
}

.services-widget-content h3 a:hover {
  opacity: 0.8;
}

.btn.btn-primary:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.allow-yourself .nav-tabs .nav-item.show .nav-link,
.allow-yourself .nav-tabs .nav-link.active {
  background: #fcedf2;
}
.allow-yourself .nav-tabs {
  border-bottom: none;
}
.allow-yourself .tab-content {
  margin-top: 44px;
}
.allow-yourself .slick-slide img {
  max-height: 100%;
  object-fit: cover;
  border-radius: 44px;
  min-height: 400px;
}
.allow-yourself .slick-slide {
  margin: 0 14px;
}
.allow-yourself-slider li,
.allow-yourself-video-slider li {
  list-style: none;
}
.allow-yourself-slider .slick-dots,
.allow-yourself-video-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px;
  padding: 0;
}
.allow-yourself-slider .slick-dots button,
.allow-yourself-video-slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: none;
  border: 1px solid #b7af5d;
  padding: 0;
  margin: 0 2px;
}
.allow-yourself-slider .slick-dots .slick-active button,
.allow-yourself-video-slider .slick-dots .slick-active button {
  border-radius: 10px;
  background: var(--primary-red);
  border: 1px solid var(--primary-red);
}
.allow-yourself-slider .slick-track,
.allow-yourself-video-slider .slick-track {
  padding: 30px 0 0;
}
.allow-yourself .wedding-planing-btn-container {
  margin-top: 0;
}
.allow-yourself:after {
  content: "";
  width: 663px;
  height: 663px;
  position: absolute;
  right: 0;
  top: 400px;
  background: url(../images/stop-solution-design.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.allow-yourself {
  position: relative;
}
.one-stop-solution {
  position: relative;
  padding: 106px 0;
}
.one-stop-solution h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  margin-bottom: 70px;
}
.one-stop-solution h2 i {
  font-weight: 400;
  display: block;
}
.one-stop-solution .progress {
  background-color: var(--primary-red);
}
.one-stop-solution .stop-solution-stepper-img img {
  max-width: 472px;
  width: 100%;
  height: 364px;
}
.one-stop-solution .about-subheading {
  margin-bottom: 30px;
}
.one-stop-solution .about-subheading img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.one-stop-solution .about-subheading h6 {
  color: var(--gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.one-stop-solution h3 {
  color: var(--dark-black);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 42.48px */
  margin-bottom: 20px;
}
.stop-solution-stepper-content p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
.stop-solution-stepper-content .btn.btn-link.btn-view-portfolio {
  color: var(--primary-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
}
.stop-solution-stepper-content .btn.btn-link.btn-view-portfolio:focus,
.stop-solution-stepper-content .btn.btn-link.btn-view-portfolio:active:focus {
  box-shadow: none;
}
.stop-solution-stepper-content .btn.btn-link.btn-view-portfolio img {
  width: 49px;
  height: 49px;
  margin-right: 10px;
}
.wedding-video {
  position: relative;
  margin-bottom: 98px;
}
.wedding-video .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wedding-video .btn-video img {
  width: 128px;
  height: 128px;
}

.faq {
  padding: 0 0 98px 0;
}

.faq h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  margin-bottom: 50px;
}
.faq h2 i {
  font-weight: 400;
  display: block;
}

.faq .accordion-item {
  border-radius: 0;
  border: none;
  background: #fff;
  margin-bottom: 12px;
}
.faq .accordion-button {
  color: var(--dark-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 28.32px */
  padding: 12px 0;
  margin-bottom: 0;
  box-shadow: none !important;
}
.faq .accordion-button i {
  font-weight: 400;
  display: inherit;
  margin-left: 5px;
}
.faq .accordion-header {
  margin-bottom: 0;
  border-bottom: 1px dotted var(--primary-red);
}
.faq .accordion-button:not(.collapsed) {
  color: var(--primary-red);
  box-shadow: none;
  background: none;
}
.faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faq .accordion-body {
  padding: 26px 175px 0 42px;
}
.faq .accordion-body p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-bottom: 0;
}
.faq-accordion {
  max-width: 894px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-open-icon.png);
  transform: rotate(0deg);
}
.faq-accordion .accordion-button::after {
  background-image: url(../images/accordion-close-icon.png);
  width: 42px;
  height: 42px;
  background-size: 100%;
}
.faq .wedding-planing-btn-container {
  margin-top: 47px;
}
.why-choose-us {
  background: url(../images/works-heading-img.png) no-repeat center center;
  background-size: 100%;
  padding-top: 121px;
  margin-bottom: 98px;
  background-position: 0 25px;
  position: relative;
}
.why-choose-us h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 56.64px */
  margin-bottom: 65px;
}
.why-choose-us h2 i {
  font-weight: 400;
}
.why-choose-widget .why-choose-widget-icon {
  margin-bottom: 20px;
}
.why-choose-widget .why-choose-widget-icon img {
  width: 115px;
  height: 120px;
}
.why-choose-widget h6 {
  color: var(--dark-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 28.32px */
}
.why-choose-widget p {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
.why-choose-widget {
  margin-bottom: 60px;
  position: relative;
}
.why-choose-widget:after {
  content: "";
  max-width: 222px;
  width: 100%;
  height: 1px;
  background: url(../images/why-choose-border.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -120px;
  top: 28%;
}
.why-choose-us:after {
  content: "";
  width: 788px;
  height: 788px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -465px;
  background: url(../images/why-choose-design.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.why-choose-us
  .col-lg-4.col-md-4.col-sm-6.col-6:nth-child(3n)
  .why-choose-widget:after {
  display: none;
}
.why-choose-us .wedding-planing-btn-container {
  margin-top: 0;
}
.planning-execution-inner-container {
  border-radius: 600px;
  background: var(--light-gray);
  padding: 0 0 0 130px;
  overflow: hidden;
  max-height: 533px;
  margin-bottom: 98px;
}
.planning-execution h2 {
  color: var(--dark-black);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  margin-bottom: 36px;
}
.planning-execution h2 i {
  font-weight: 400;
}
.planning-execution ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}
.planning-execution ul li svg {
  margin-right: 14px;
}
.planning-execution ul li {
  display: flex;
  align-items: center;
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 23.68px */
  letter-spacing: 0.64px;
  margin-bottom: 10px;
}
.planning-execution-img {
  width: 100%;
  max-width: 820px;
  height: 821px;
  background: url(../images/planning-execution-img.png) no-repeat center center;
  background-size: cover;
  background-position: 9px -60px;
}
.planning-execution .col-lg-6.col-md-6.col-sm-6.col-12 {
  height: 533px;
}
/* Content end here */

/* Footer start here */

.page-footer {
  background: var(--dark-pink);
  padding: 40px 0 0;
  border-radius: 140px 140px 0 0;
}
.page-footer .footer-logo {
  margin-bottom: 46px;
}
.page-footer .footer-logo img {
  width: 100%;
  max-width: 238px;
  height: 123px;
}
.page-footer .footer-contact-info {
  border-top: 1px solid rgba(132, 44, 78, 0.28);
  border-bottom: 1px solid rgba(132, 44, 78, 0.28);
  padding: 29px 0;
  margin-bottom: 59px;
}
.page-footer .footer-contact-info .btn.btn-link.btn-know-more {
  color: var(--unltra-light-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 18.88px */
  letter-spacing: 2.24px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.page-footer .footer-contact-info .btn.btn-link.btn-know-more img {
  width: 32px;
  height: 32px;
  transition: all 0.5s ease-in-out;
}

.page-footer .footer-contact-info .btn.btn-link.btn-know-more:focus,
.page-footer .footer-contact-info .btn.btn-link.btn-know-more:active:focus {
  box-shadow: none;
}
.footer-contact-info-widget p {
  color: var(--unltra-light-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  height: 34px;
}
.envelope-icon img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.footer-contact-info-widget {
  position: relative;
}
.footer-contact-info-widget:after {
  content: "";
  width: 1px;
  height: 41px;
  background: var(--primary-red);
  position: absolute;
  right: -49px;
  top: 0px;
  opacity: 0.14;
}
.footer-contact-info-widget .social-icon img {
  width: 24px;
  height: 24px;
}
.footer-contact-info-widget .social-icon {
  margin-right: 10px;
  color: transparent;
}
.footer-contact-info-widget .social-icon:last-child {
  margin-right: 0;
}
.page-footer
  .col-lg-2.col-md-6.col-sm-6.col-6:last-child
  .footer-contact-info-widget:after {
  display: none;
}
.page-footer
  .col-lg-4.col-md-6.col-sm-6.col-12
  .footer-contact-info-widget:after {
  content: "";
  width: 1px;
  height: 41px;
  background: var(--primary-red);
  position: absolute;
  right: -15px;
  top: 0px;
  opacity: 0.14;
}
.page-footer
  .col-lg-3.col-md-6.col-sm-6.col-6
  .footer-contact-info-widget:after {
  right: 20px;
}
.page-footer
  .col-lg-2.col-md-6.col-sm-6.col-12:first-child
  .footer-contact-info-widget:after {
  content: "";
  width: 1px;
  height: 41px;
  background: var(--primary-red);
  position: absolute;
  right: -41px;
  top: 0px;
  opacity: 0.14;
}

.page-footer .footer-widget h4 {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.64;
  margin-bottom: 30px;
}
.page-footer .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-footer .footer-widget ul li {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.page-footer .footer-widget ul li a {
  color: #1e1e1e;
  text-decoration: none;
}
.page-footer .footer-widget ul li a:hover {
  text-decoration: underline;
}
.copyright {
  margin-top: 60px;
  padding-bottom: 20px;
}
.copyright p {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 23.68px */
  letter-spacing: 0.64px;
  opacity: 0.64;
}
.copyright p a {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 23.68px */
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 0.64;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-52%);
}

.step-circle {
  border-radius: 60px;
  border: 2px solid #d0b09c;
  background: linear-gradient(
    156deg,
    rgba(253, 251, 229, 0.1) 8.65%,
    #fdfbe5 91.56%
  );
  backdrop-filter: blur(49px);
  display: flex;
  width: 68px;
  height: 68px;
  justify-content: center;
  align-items: center;
  color: var(--primary, #842c4e);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 30.68px */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
  margin-top: 50px;
}
.one-stop-solution .progress-bar {
  background-color: #eee9b4;
}
.page-header.add-navbar-bg {
  background: #fff;
}
.border-gradient svg {
  width: 100%;
}
.one-stop-solution:before {
  content: "";
  width: 451px;
  height: 451px;
  position: absolute;
  left: 0;
  top: 50px;
  background: url(../images/about-left-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

/* About Us page start here */

.about-us-experience {
  margin-top: 212px;
}
.about-us-experience h1 {
  color: var(--black);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 64.9px */
  margin-bottom: 30px;
}
.about-us-experience p {
  color: var(--unltra-light-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 38px;
}
.about-us-experience .experience-gallary-img img {
  max-width: 299px;
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 150px;
}
.experience-gallary-img.experience-gallary-img-secondary {
  margin-top: 132px;
}
.experience-gallary-img.experience-gallary-img-secondary img {
  max-width: 260px;
  width: 100%;
  height: 359px;
  object-fit: cover;
}

.about-us-experience
  .col-lg-3.col-md-3.col-sm-3.col-12:nth-child(2)
  .experience-gallary-img.experience-gallary-img-secondary {
  margin-left: 15px;
}
.about-us-experience
  .col-lg-3.col-md-3.col-sm-3.col-12:nth-child(3)
  .experience-gallary-img.experience-gallary-img-secondary {
  margin-right: 15px;
}
.love-quotes {
  padding: 240px 0 120px 0;
}
.love-quotes h6 {
  color: rgba(132, 44, 78, 0.6);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%; /* 26px */
  font-family: "Mulish", sans-serif;
  margin-bottom: 20px;
}
.love-quotes h2 {
  color: rgba(132, 44, 78, 0.6);
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 71.5px */
  margin-bottom: 20px;
  position: relative;
}
.love-quotes p {
  color: rgba(132, 44, 78, 0.6);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.love-quotes h2:before {
  content: "";
  width: 256px;
  height: 270px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 110px;
  background: url(../images/love-quotes-design.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.our-mission-and-vision {
  padding: 96px 0;
  background: url(../images/our-mission-bg.jpg) no-repeat center center;
  background-size: cover;
}
.our-mission-and-vision .our-mission-widget {
  background: rgba(255, 255, 255, 0.85);
  padding: 87px 40px 87px 40px;
  border-radius: 360px 360px 0 0;
  height: 100%;
}
.our-mission-widget .our-mission-icon {
  margin-bottom: 60px;
}
.our-mission-widget .our-mission-icon img {
  width: 95px;
  height: 95px;
}
.our-mission-widget h3 {
  color: var(--primary-red);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 37.76px */
  margin-bottom: 20px;
}
.our-mission-widget p {
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
.our-mission-container {
  max-width: 1006px;
  width: 100%;
}
.about-company {
  padding: 120px 0;
}
.about-company h6 {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.about-company h2 {
  color: var(--black);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 104px */
  margin-bottom: 145px;
}
.about-company h4 {
  color: var(--black);
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%; /* 52px */
  margin-bottom: 20px;
}
.about-company p {
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  margin-bottom: 35px;
}
.about-company-img img {
  max-width: 505px;
  width: 100%;
  height: 622px;
  object-fit: cover;
  margin-left: 30px;
}
.features {
  width: 100%;
  height: 856px;
  background: url(../images/feature-img.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 120px;
}
.features .features-widget {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.56);
}
.features .row {
  height: 100%;
  margin: 0;
}
.features .col-lg-3.col-md-3.col-sm-3.col-3 {
  height: 100%;
}
.features .col-lg-3.col-md-3.col-sm-3.col-3:last-child .features-widget {
  border: none;
}
.features h6 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  margin-bottom: 20px;
}
.features p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}
.beautifull-movements {
  padding: 0 0 120px 0;
}
.beautifull-movements h2 {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
  margin-bottom: 70px;
}
.beautifull-movements h2 span {
  font-weight: 400;
}
.beautifull-movements .slick-slide img {
  max-height: 100%;
  object-fit: cover;
  border-radius: 44px;
  min-height: 440px;
}
.beautifull-movements .slick-slide {
  margin: 0 14px;
}
/* Privacy policy start here */
.privacy-policy h2 {
  color: var(--dark-black);
  font-size: 42px;
  font-style: italic;
  font-weight: 600;
  line-height: 118%; /* 49.56px */
  margin-bottom: 10px;
}
.privacy-policy h1 {
  color: var(--primary-red);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 94.4px */
  margin-bottom: 20px;
}
.privacy-policy h6 {
  color: var(--dark-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.56px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 20px;
}
.privacy-policy {
  margin-top: 217px;
  margin-bottom: 90px;
}
.main-container {
  max-width: 996px;
  width: 100%;
  margin-bottom: 80px;
}
.privacy-inner-container {
  max-width: 890px;
  width: 100%;
}
.privacy-policy p {
  color: var(--dark-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 45px;
}
.privacy-policy p strong {
  font-weight: 700;
}
/* Contact page start here */

.contact-banner-caption {
  max-width: 860px;
  width: 100%;
  padding-top: 191px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}
.contact-banner-caption h1 {
  color: var(--white);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 64.9px */
  margin-bottom: 30px;
}
.contact-banner-caption p {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  margin-bottom: 73px;
}
.contact-us-form {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.12);
  padding: 55px;
  max-width: 665px;
  height: auto;
  width: 100%;
  margin: auto;
  margin-bottom: 215px;
}
.contact-us-form h2 {
  color: var(--dark-black);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 41.3px */
  margin-bottom: 45px;
}
.contact-banner-img img {
  height: 1170px;
  /* object-fit: cover; */
  width: 100%;
}
.contact-information {
  background: linear-gradient(
    180deg,
    #fdfbe5 9.02%,
    rgba(253, 251, 229, 0) 88.08%
  );
  padding: 139px 0 0;
}
.contact-information .faq {
  margin-top: 100px;
}
.contact-information .faq .accordion-item {
  background: none;
}
.contact-information-widget {
  border-radius: 1000px;
  border: 1px solid var(--primary-red);
  padding: 120px 30px;
  text-align: center;
  height: 100%;
}
.contact-information-widget .contact-information-widget-icon {
  margin-bottom: 30px;
}
.contact-information-widget h3 {
  color: var(--primary-red);
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 118%; /* 35.4px */
  margin-bottom: 30px;
}
.contact-information-widget h4 {
  color: var(--dark-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  min-height: 77px;
}
.contact-information-container {
  max-width: 1136px;
  width: 100%;
}

/* Service detail page start here */

.service-detail {
  padding-top: 130px;
  padding-left: 70px;
  padding-right: 70px;
}
.service-detail .row {
  margin: 0;
}
.service-detail .service-detail-gallary-img {
  margin-bottom: 27px;
}
.service-detail .service-detail-gallary-img img {
  border-radius: 15px;
  max-height: 549px;
  height: 549px;
  object-fit: cover;
}
.service-detail .col-lg-8.col-md-8.col-sm-8.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.service-detail .col-lg-4.col-md-4.col-sm-4.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.service-detail-content {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: 80px 0 90px 0;
}
.service-detail-content h1 {
  color: var(--primary-red);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
  margin-bottom: 10px;
}
.service-detail-content p {
  color: var(--unltra-light-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.service-detail-content h2 {
  color: var(--unltra-light-black);
  font-size: 42px;
  font-style: italic;
  font-weight: 600;
  line-height: 118%; /* 49.56px */
  margin-top: 70px;
  margin-bottom: 20px;
}
/* Portfolio page start here */
.portfolio {
  position: relative;
}
.portfolio .portfolio-caption {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio .portfolio-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.portfolio .portfolio-caption h1 {
  color: #f8f5d8;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 64.9px */
  margin-bottom: 0;
}
.portfolio-content {
  padding: 110px 0 60px;
}
.portfolio-content .row {
  margin: 0;
}
.portfolio-content .portfolio-filter {
  border-right: 1px solid rgba(30, 30, 30, 0.2);
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding: 32px 24px 38px 80px;
}
.portfolio-content .col-lg-2.col-md-2.col-sm-2.col-12 {
  padding-left: 0;
}
.portfolio-content .portfolio-filter h4 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  font-family: "Mulish", sans-serif;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.portfolio-content .portfolio-filter h4 strong {
  width: 16px;
  height: 1.7px;
  background: var(--black);
  display: inline-block;
  vertical-align: middle;
}
.portfolio-filter .form-check {
  margin-bottom: 8px;
}
.portfolio-filter .form-check-input:checked {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
}
.portfolio-filter .form-check-input:focus {
  box-shadow: none;
}
.portfolio-filter .form-check-input {
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.portfolio-filter label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.portfolio-filter-row {
  margin-bottom: 20px;
}
.portfolio-filter-row:last-child {
  margin-bottom: 0;
}
.portfolio-page-gallery-item {
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.portfolio-page-gallery-widget {
  transition: all 0.5s ease-in-out;
}
.portfolio-page-gallery-widget:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.portfolio-page-gallery-item img {
  border-radius: 15px;
  width: 100%;
}
.portfolio-page-gallery-widget h6 {
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.44px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.portfolio-page-gallery-widget h6 a {
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.44px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
  text-decoration: none;
}
.portfolio-page-gallery-widget .location-icon {
  margin-right: 5px;
}
.portfolio-page-gallery-widget p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.portfolio-page-gallery {
  padding-right: 80px;
  padding-left: 50px;
}
.portfolio-page-gallery-widget {
  margin-bottom: 40px;
}
/* Service page start here */
.service-border {
  border-top: 1px solid rgba(30, 30, 30, 0.2);
}
.service-page-content .portfolio-page-gallery {
  padding-left: 0;
  padding-top: 36px;
}
.services-gallary-links h4 {
  border-bottom: none !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
}
.services-gallary-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-gallary-links ul li {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding: 14px 0;
}
.portfolio-page-gallery-widget .location-icon svg {
  width: 12px;
}
.portfolio-page-gallery-widget .star {
  gap: 7px;
}
.portfolio-content .col-lg-2.col-md-4.col-sm-4.col-12 {
  padding-left: 0;
}
.portfolio-page-gallery-widget a {
  text-decoration: none;
}
.services-gallary-links ul li a {
  color: var(--black);
  text-decoration: none;
}
.services-gallary-links ul li a:hover {
  color: var(--primary-red);
}
/* Venues page start here */
.portfolio-page-gallery-widget .star-rating .rating-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-left: 4px;
}
.portfolio-page-gallery-widget .star svg {
  margin-right: 3px;
}
.portfolio-page-gallery-widget .star-rating {
  margin-bottom: 3px;
}

/* Venue detail page start here */
.beautifull-movements.venue-beautifull-movement {
  padding: 0;
}
.venue-detail {
  padding: 195px 0 0;
}
.venue-detail .venue-container {
  padding: 0 78px;
}
.venue-detail-img img {
  border-radius: 15px;
  width: 100%;
}
.venue-detail-img {
  padding-right: 30px;
}
.venue-detail-content .star-rating .rating-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-left: 4px;
}
.venue-detail-content .star svg {
  margin-right: 3px;
}
.venue-detail-content .star-rating {
  margin-bottom: 15px;
}
.venue-detail-content h1 {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 60px */
  margin-bottom: 25px;
}
.venue-detail-content p {
  color: var(--unltra-light-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}
.venue-detail-content p .location-icon {
  margin-right: 6px;
}
.venue-detail-content h4 {
  color: var(--unltra-light-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 28.32px */
  margin-bottom: 20px;
}
.venue-detail-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.venue-detail-content ul li {
  border-radius: 8px;
  background: #fff3f9;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.venue-detail-content ul li p {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 18.88px */
  text-transform: uppercase;
  margin: 0;
}
.venue-detail-content ul li p.me-auto {
  font-size: 16px;
  font-weight: 400;
}
.venue-detail-content .venue-highlight-icon {
  margin-right: 15px;
}
.venue-detail-content .wedding-planing-btn-container .btn.btn-primary {
  width: 100%;
  font-size: 20px;
}
.venue-detail-content .wedding-planing-btn-container {
  margin-top: 32px;
}
.available-area {
  padding: 85px 0;
}
.available-area h2 {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
  margin-bottom: 70px;
}
.available-area h2 span {
  font-weight: 400;
}
.available-area .available-area-widget {
  display: flex;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 22px;
  padding: 24px;
}
.available-area-widget .available-area-widget-icon {
  margin-right: 24px;
}
.available-area-widget .available-area-widget-icon img {
  width: 100%;
  max-width: 55px;
}
.available-area-widget-content h6 {
  color: var(--gray);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.3px;
  margin-bottom: 7px;
  font-family: "Mulish", sans-serif;
}
.available-area-widget-content h5 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.available-area-widget-content p {
  color: var(--gray);
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.aminities {
  margin-bottom: 80px;
}
.aminities h2 {
  color: var(--black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
  margin-bottom: 55px;
}
.aminities .aminities-widget {
  text-align: center;
}
.aminities-widget .aminities-widget-icon img {
  width: 100%;
  max-width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.aminities .aminities-widget p {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}
.mobile-logo {
  display: none;
}
.page-header .navbar .mobile-menu-icon {
  display: none;
}
.features .col-lg-3.col-md-3.col-sm-3.col-6:last-child .features-widget {
  border-right: none;
}

.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-menu ul li {
  color: var(--gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.offcanvas-menu ul li a {
  color: var(--gray);
  text-decoration: none;
  padding: 15px 0;
  display: flex;
}
.client-slider .slide-content {
  display: flex;
  align-items: center;
}
.client-slider .slide-content h6 {
  color: var(--primary-red);
  font-size: 48px;
  font-style: italic;
  font-weight: 100;
  line-height: 118%; /* 56.64px */
  margin-bottom: 0;
}
.client-slider .slick-slide img {
  width: auto;
  margin-right: 10px;
}
.allow-yourself-video-slider video {
  width: 100%;
  height: 397px;
  border-radius: 44px;
  object-fit: cover;
}
.wedding-sitting-couple img {
  width: 100%;
}

.contact-info .btn.btn-outline-danger.btn-phone {
  width: 66px;
  height: 49px;
  padding: 0;
  border-radius: 60px;
  border: 1px solid rgba(132, 44, 78, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  transition: all 0.5s ease-in-out;
}
.contact-info .btn-book-now {
  padding: 15px 60px;
  font-size: 16px;
}
/* Contact form CSS start here */
.contact-us-form label {
  color: #1e1e1e;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  line-height: 20px; /* 23.6px */
}
.contact-us-form p {
  margin-bottom: 0;
}
.contact-us-form .form-control {
  border: none;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.4);
  border-radius: 0;
}
.contact-us-form .form-control:hover,
.contact-us-form .form-control:active,
.contact-us-form .form-control:focus {
  box-shadow: none !important;
}
.contact-us-form .form-group {
  margin-bottom: 50px;
}
.contact-us-form textarea.form-control {
  height: 81px;
  resize: none;
}
.contact-us-form .col-lg-12.col-md-12.col-sm-12.col-12:last-child .form-group {
  margin-bottom: 0;
}
.contact-us-form .btn.btn-primary {
  font-weight: 500;
}
#pauseBtn {
  display: none;
}

.our-works h3.subtitle-for-us {
  color: var(--primary-red);
  text-align: center;
  font-family: "Priestacy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  transform: rotate(-8.394deg);
  padding-left: 335px;
}
.about-us .subheading-text h3 {
  color: var(--primary-red);
  text-align: right;
  font-family: "Priestacy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  transform: rotate(-8.394deg);
  padding-left: 0;
}
.our-services .subtitle-inhouse {
  color: var(--primary-red);
  text-align: center;
  font-family: "Priestacy";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  transform: rotate(-8.394deg);
  padding-left: 413px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.vendor-booking h3 {
  color: #fdfbe5;
  font-family: "Priestacy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 47.2px */
  transform: rotate(-8.394deg);
}
.btn-close:focus {
  box-shadow: none;
}
.footer-contact-info p {
  margin-bottom: 0 !important;
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
}
.page-footer .copyright p {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 23.68px */
  letter-spacing: 0.64px;
  margin-bottom: 0;
}
.planning-execution ul li img {
  margin-right: 14px;
  width: 26px;
  max-width: 26px;
  height: 26px;
}
.hide-on-desktop {
  display: none;
}
.hide-on-mobile {
  display: block;
}
.about-bottom-widget-inner {
  display: flex;
  align-items: flex-end;
}
.about-subheading.d-flex.align-items-center.hide-on-desktop {
  display: none !important;
}
.page-template-about-us-page-template .allow-yourself-slider .slick-dots,
.allow-yourself-video-slider .slick-dots {
  margin-bottom: 0;
}
.page-template-about-us-page-template .beautifull-movements {
  padding: 0 0 100px 0;
}
.portfolio-content .portfolio-filter h4 {
  position: relative;
}
.portfolio-content .portfolio-filter h4:after {
  content: "";
  width: 16px;
  height: 1.7px;
  background: var(--black);
  position: absolute;
  bottom: 12px;
  left: auto;
  right: 0;
}
.venue-detail-img img {
  height: 622px;
}
.venue-detail-content .star-rating {
  gap: 7px;
}
.single-location .beautifull-movements h2 {
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .our-services .services-widget h3 {
    font-size: 25px;
  }
  .footer-contact-info-widget .social-icon {
    margin-right: 6px;
  }
  .our-works-slider .slick-next.slick-arrow,
  .our-works-slider .slick-prev.slick-arrow {
    top: 20%;
  }
  .portfolio-content .portfolio-filter {
    padding: 32px 20px 38px 20px;
  }
  .available-area .available-area-widget {
    height: 86%;
  }
}
