/* --------------------------------------------

1. Typography style
2. Preloader style
3. Owl-Theme Custom style
4. Section style
5. Navbar style
6. Header style
7. Slider Fade & Slider style
8. Parallax Header style
9. Kenburns SlideShow style
10. Video Background style
11. Banner Header style
12. About style
13. Services style
14. Process style
15. Skills style
16. Portfolio style
17. Portfolio Page style
18. Team style
19. Team-Single style
20. Pricing style
21. FAQs (Accordion) style
22. Gallery Scroll style
23. Video Gallery style
24. Video Popup style
25. Testimonials style
26. Testimonials 2 style
27. Clients style
28. Blog style
29. Post style
30. 404 style
31. Contact style
32. Button s tyle
33. Footer style
34. toTop Button style
35. Form style
36. Overlay Effect Bg Image style
37. Responsive style
 
-------------------------------------------- */

/* ======= Typography style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #797370;
  overflow-x: hidden !important;
}
p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #797370;
  margin-bottom: 15px;
}
p b {
  color: #232323;
  font-weight: 500;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Petit Formal Script", serif;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 15px 0;
  color: #232323;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 700;
}
.text-dark {
  color: #232323;
}
.small,
small {
  font-size: 16px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
  font-family: "Jost", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 14px 20px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #797370;
  background-image: none;
  border: none;
  border-radius: 30px;
  border: 1px solid rgba(203, 157, 85, 0.3);
}
.form-control {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #797370;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(203, 157, 85, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  color: #797370;
  border: none;
}
select {
  padding: 10px;
  border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
  color: #797370;
}
table,
th,
tr,
td {
  border: 0px solid #797370;
}
th,
tr,
td {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
/* submit and alert success  */
button[type="submit"],
input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 17px 35px;
  border: none;
  border-radius: 0;
  background-color: #cb9d55;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}
button[type="submit"] i,
input[type="submit"] i {
  color: #fff;
}
button[type="submit"]:hover i,
input[type="submit"]:hover i {
  color: #fff;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  border: none;
  background-color: #cb9d55;
  color: #fff;
}
select {
  max-width: 100%;
}
.form-select {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23887bb6"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  color: #797370;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 11px 20px;
  border: none;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border: 1px solid rgba(203, 157, 85, 0.3);
  outline: none;
}
.form-control:focus,
.form-select:focus,
select:focus {
  outline: none;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid rgba(203, 157, 85, 0.3);
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin: 5px 30px 15px 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 12px;
}
input[type="checkbox"]:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #eae7f5;
  background-color: #eae7f5;
  position: absolute;
  top: 0px;
  margin-left: -1px;
  border-radius: 3px;
}
input[type="checkbox"]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: normal;
  color: #cb9d55;
  background: transparent;
  position: absolute;
  top: 1px;
  margin-left: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  will-change: opacity;
  font-size: 12px;
}
input[type="checkbox"]:checked:after {
  opacity: 1;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #797370;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #797370;
}
::-moz-placeholder {
  color: #797370;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #797370;
}
/* Important */
.section-logo {
  text-align: center;
}
.section-logo {
  position: relative;
  margin: -40px auto;
  width: 180px;
  height: 180px;
  z-index: 10;
  opacity: 1;
}
.bg-position-top {
  background-position: top;
}
.bg-position-center {
  background-position: center;
}
.bg-position-bottom {
  background-position: bottom;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-lightbrown {
  background-color: #fbf6f1;
}
.bg-lightbrown2 {
  background-color: #f1e8df;
}
.bg-white {
  background-color: #fff;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 400;
}
.count {
  font-family: "Jost", sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  /*    left: 0;*/
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 9;
}
.v-middle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
  z-index: 9;
}
.rest {
  padding: 0 !important;
  margin: 0 !important;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.js .animate-box {
  opacity: 0;
}
:root {
  scroll-behavior: auto;
}
.position-relative {
  position: relative !important;
}
.bp-bottom {
  background-position: bottom;
}
.bp-top {
  background-position: top;
}
.bp-center {
  background-position: center;
}
.icon-bg {
  background: #fff !important;
}
hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt--120 {
  margin-top: -120px !important;
}
.mt--180 {
  margin-top: -180px !important;
}
.mt--210 {
  margin-top: -210px !important;
}
.mt--240 {
  margin-top: -230px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.no-padding {
  padding: 0 !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.br-20 {
  border-radius: 20px;
}
/* list style */
.listext {
  position: relative;
  display: block;
}
.listext li {
  position: relative;
  display: flex;
  align-items: center;
}
.listext li + li {
  margin-top: 10px;
}
.listext-icon {
  display: flex;
  align-items: center;
}
.listext-icon i {
  font-size: 16px;
  color: #cb9d55;
}
.listext-text {
  margin-left: 10px;
}
.listext-text p {
  font-size: 18px;
  margin: 0;
}
/* blockquote */
blockquote {
  padding: 40px;
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #232323;
  border-radius: 5px;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote:before {
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.2;
  line-height: 0.5em;
  color: #cb9d55;
  font-weight: bold;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-family: "Petit Formal Script", serif;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
  color: #cb9d55;
  font-weight: 400;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
  color: #cb9d55;
}

/* ======= Preloader style ======= */
.preloader {
  width: 100%;
  height: 100%;
  background: #fbf6f1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* heart */
.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}
.lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #cb9d55;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #cb9d55;
}
.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0.7;
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(203, 157, 85, 0.3);
  border: 0px solid rgba(203, 157, 85, 0.3);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cb9d55;
  border: 0px solid #cb9d55;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}
.portfolio .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.portfolio .item:hover {
  transform: translateY(-5px);
}
/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 5%;
  right: 12%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
/* owl-theme owl-nav */
.owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
  left: 10px !important;
}
.owl-theme .owl-next {
  right: 10px !important;
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border-radius: 0;
  color: #232323;
  font-size: 16px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 1px solid #cb9d55;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  border-radius: 100%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
}
.owl-theme .owl-nav {
  top: 35% !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
/* custom owl-theme owl-nav */
.services1 .owl-theme .owl-nav [class*="owl-"],
.portfolio .owl-theme .owl-nav [class*="owl-"],
.blog1 .owl-theme .owl-nav [class*="owl-"] {
  margin-right: -70px;
  margin-left: -70px;
}

/* ======= Section style ======= */
.section-padding {
  padding: 60px 0;
}
.section-title {
  font-size: 45px;
  font-family: "Petit Formal Script", serif;
  font-weight: 400;
  color: #232323;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.25em;
}
.section-title2 {
  font-size: 60px;
  font-family: "Petit Formal Script", serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.25em;
}
[data-overlay-dark] .section-title span,
.section-title span,
[data-overlay-dark] .section-title2 span,
.section-title2 span {
  color: #cb9d55;
}
.section-title.white {
  color: #fff;
}
.section-subtitle {
  font-weight: 500;
  margin-bottom: 5px;
  color: #cb9d55;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  display: inline-flex;
  align-items: center;
}
.section-subtitle .icon {
  background-color: #eae7f5;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #cb9d55;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}
.section-subtitle .icon span {
  align-items: center;
  justify-content: center;
}
.section-subtitle .icon img {
  width: 20px;
}
/* section-info */
.section-info {
  position: relative;
  display: contents;
}
.section-info .icons {
  margin-right: 10px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: #cb9d55;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block !important;
  vertical-align: middle !important;
  letter-spacing: 1px;
}
.section-info .tag {
  margin-right: 10px;
  padding: 2px 20px;
  border-radius: 30px;
  background-color: #cb9d55;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  display: inline-block !important;
  vertical-align: middle !important;
  letter-spacing: 2px;
}
.section-info .desc {
  margin: 0;
  color: #232323;
  display: inline-block;
  vertical-align: middle;
  display: inherit;
}
.section-info .text-decoration-line-bottom {
  border-bottom: 1px solid #cb9d55;
  line-height: 1.5em;
}
.text-decoration-line-bottom {
  border-bottom: 1px solid rgba(203, 157, 85, 0.4);
  line-height: 1.5em;
}
.section-info.bg {
  background: #cb9d55;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
  .section-info {
    display: block;
  }
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 120px;
  border: none;
}
.navbar .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.navbar .container {
  border: none;
}
.nav-scroll .container {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 12px;
  padding-left: 12px;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #232323;
}
.navbar .navbar-nav .nav-link:hover {
  color: #cb9d55 !important;
}
.navbar .navbar-nav .nav-link:hover i {
  color: #cb9d55 !important;
}
.navbar .navbar-nav .active {
  color: #cb9d55 !important;
}
.navbar .navbar-nav .active i {
  color: #cb9d55 !important;
}
.nav-scroll {
  background: rgba(255, 255, 255, 0.98);
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  border: none;
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  height: 100px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #232323;
}
.nav-scroll .navbar-nav .nav-link {
  color: #232323;
}
.nav-scroll .navbar-nav .active {
  color: #cb9d55 !important;
}
/* logo */
.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.nav-scroll .logo-wrapper .logo-img {
  width: 200px;
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper {
}
.nav-scroll .logo-wrapper .logo h2 {
  display: block;
  width: 100%;
  color: #cb9d55;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
  color: #cb9d55;
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo {
  padding: 0;
}
.logo-wrapper .logo-img {
  width: 200px;
  text-align: center;
}
.logo-wrapper .logo h2 {
  font-family: "Petit Formal Script", serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25em;
}
.logo-wrapper .logo h2 span {
  color: #cb9d55;
}
/* dropdown */
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 12px;
  color: #fff;
}
.nav-scroll .dropdown .nav-link i {
  color: #232323;
}
.nav-scroll .navbar-nav .active i {
  color: #cb9d55 !important;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 12px;
  float: right;
  color: #232323;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #cb9d55 !important;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(203, 157, 85, 0.1);
}
.navbar .dropdown-menu li:hover {
  padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* navbar-right button */
.navbar .navbar-right {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar .navbar-right .button {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  background: transparent;
  border-radius: 30px;
  padding: 5px 25px;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-scroll .navbar-right .button {
  color: #232323;
  border: 1px solid #cb9d55;
}
.navbar .navbar-right .button:hover {
  transform: translate3d(0px, -3px, 0.01px);
  background: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 240px;
    padding: 20px 25px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -17px;
    right: auto;
    min-width: 240px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
    border: none;
  }
  .nav-scroll {
    background: #fff;
    height: 100px;
  }
  .logo-wrapper {
    float: left;
    padding: 15px 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 15px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 200px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
  }
  .logo-img {
    margin-bottom: 0px;
    width: 200px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #232323;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #232323 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #cb9d55 !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #232323;
    padding: 10px 15px;
    font-size: 18px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 12px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar .navbar-nav {
    padding: 20px;
  }
  .navbar .navbar-collapse {
    max-height: 500px;
    overflow: auto;
    background: #fff;
    text-align: left;
  }
  .dropdown .nav-link i {
    color: #232323;
  }
  .nav-scroll .dropdown .nav-link i {
    color: #232323;
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #cb9d55 !important;
  }
  .navbar .dropdown-menu .dropdown-item i {
    color: #232323;
  }
  .navbar .navbar-right {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar .container {
    margin-top: -20px !important;
  }
  .navbar .container .logo-wrapper {
    margin-left: -30px;
  }
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h6 {
  font-family: "Jost", sans-serif;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.header .caption h5 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #cb9d55;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.header .caption h1 {
  position: relative;
  font-family: "Petit Formal Script", serif;
  font-size: 80px;
  color: #fff;
  line-height: 1.25em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-bottom: 10px;
}
.header .caption h1 span {
  color: #cb9d55;
}
.header .caption p {
  position: relative;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 16px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.header .caption .date {
  display: inline-flex !important;
  font-size: 18px;
  align-items: center;
  text-align: center;
  color: #fff;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-bottom: 30px;
}
.header .caption .date .space {
  margin-left: 15px;
  margin-right: 15px;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.header .caption .date .big {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}
.header .caption .button-1,
.header .caption .button-2 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .header .caption h1 {
    font-size: 40px;
  }
}

/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item {
  min-height: 100vh;
  position: relative;
}
.slider-fade .item,
.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
  z-index: 9;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 4vh;
  width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
  left: 10px !important;
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
  right: 10px !important;
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 46px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover,
.slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #232323;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  top: 40% !important;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*="owl-"],
.slider .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
    display: none;
  }
}
.section-logo img {
  width: 150px !important;
  height: auto;
}
@media (max-width: 768px) {
  .section-logo img {
    width: 110px !important;
  }
}
.navbar img {
  width: 150px !important;
  height: auto;
}
/* ======= Parallax Header style ======= */
.parallax-header {
  min-height: 100vh;
  background-position: center;
  background-position: 50% 0 !important;
}
.parallax-header.full-height {
  min-height: 100vh;
  background-position: center;
}
.parallax-header h5,
[data-overlay-dark].parallax-header h5 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #cb9d55;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
  position: relative;
  font-family: "Petit Formal Script", serif;
  font-size: 80px;
  color: #fff;
  line-height: 1.25em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-bottom: 10px;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
  color: #fff;
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
  position: relative;
  font-family: "Jost", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (max-width: 991px) {
  .parallax-header[data-overlay-dark] h1,
  .parallax-header h1 {
    font-size: 40px;
  }
  .md-hide {
    display: none;
  }
}

/* ======= Kenburns SlideShow style ======= */
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #fff;
}
.kenburns-inner {
  position: relative;
  z-index: 15;
}
#kenburnsSliderContainer .vegas-overlay {
  outline: none;
}
.kenburns-inner .caption {
  position: relative;
}
.kenburns-inner .caption h5 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #cb9d55;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.kenburns-inner .caption h1 {
  position: relative;
  font-family: "Petit Formal Script", serif;
  font-size: 80px;
  color: #fff;
  line-height: 1.25em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-bottom: 10px;
}

/* =======  Video Background style  ======= */
.video-fullscreen-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video {
  image-rendering: auto;
  backface-visibility: hidden;
}
/* .video-fullscreen-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
} */
/* .video-fullscreen-video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
.video-fullscreen-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-fullscreen-video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-fullscreen-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* .video-fullscreen-wrap video {
  width: 100vw;
  min-width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.video-fullscreen-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-fullscreen-wrap[data-overlay-dark] h5,
.video-fullscreen-wrap h5 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #cb9d55;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
  position: relative;
  font-family: "Petit Formal Script", serif;
  font-size: 80px;
  color: #fff;
  line-height: 1.25em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .video-fullscreen-wrap h1 {
    font-size: 40px;
  }
}
/* youtube video */
.youtube-gallery {
  padding: 60px 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ======= Banner Header style ======= */
.banner-header {
  background-position: center;
  padding: 200px 0 170px 0;
  background-size: cover;
}
.banner-header.middle-height {
  height: 80vh;
}
.banner-header.full-height {
  height: 100vh;
}
.banner-header .post {
  margin-top: 20px;
}
.banner-header .post div {
  display: inline-block;
}
.banner-header .post .author {
  margin-right: 20px;
  font-size: 16px;
}
.banner-header .post .author .avatar {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.banner-header .post .date-comment {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.banner-header .post .date-comment i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
  margin-right: 0px;
}

/* ======= About style ======= */
.about {
  position: relative;
}
.about .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  isolation: isolate;
}
.about .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 1000ms ease;
}
.about .item:hover img {
  transform: scale(1.02);
}
/* float-box */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
.about .item .float-box {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  align-items: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 25px;
  width: 330px;
}
.about .item .float-box .icon {
  font-size: 50px;
  line-height: 50px;
  color: #cb9d55;
  margin-bottom: 0;
}
.about .item .float-box .title {
  font-family: "Petit Formal Script", serif;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  margin-left: 15px;
  line-height: 1.25em;
  display: grid;
}
.about .item .float-box .title span {
  font-weight: 400;
  color: #797370;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
/* founded */
.about .item .founded {
  position: absolute;
  padding: 30px;
  width: 190px;
  border-radius: 5px;
  bottom: 30px;
  left: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  background: #fff;
  text-align: center;
  overflow: hidden !important;
  z-index: 1;
}
.about .item .founded .number {
  font-family: "Jost", sans-serif;
  position: relative;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  display: block;
  letter-spacing: -1px;
}
.about .item .founded .txt {
  font-family: "Petit Formal Script", serif;
  color: #232323;
  font-size: 21px;
  line-height: 1.25em;
}
.about .item .founded .number-bg {
  top: -60px;
  left: -5px;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  background-color: #cb9d55;
  z-index: 0;
  position: absolute;
}
.about .item .founded.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.about .item .founded.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* ======= Services style ======= */
.services1 {
  position: relative;
  overflow: hidden;
}
.services1 .item {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.services1 .item .img {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  isolation: isolate;
}
.services1 .item .img .img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px 0 0 5px;
}
.services1 .item .img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services1 .item:hover .img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.services1 .item .cont {
  padding: 45px 30px;
  background: #fff;
}
.services1 .item .cont .icon {
  font-size: 50px;
  color: #cb9d55;
  margin-bottom: 20px;
}
.services1 .item .cont h5 {
  font-size: 24px;
  color: #cb9d55;
}
.services1 .item .cont h5 a {
  color: #cb9d55;
}
.services1 .item .cont p {
  margin-bottom: 0;
}

/* ======= Process style ======= */
.process {
  position: relative;
  display: block;
}
.process .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e9dfd6;
  padding-top: 31px;
}
.process .item li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 15px;
}
.process .item li:before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fbf6f1;
  border: 5px solid #cb9d55;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.process .item li:hover:before {
  background-color: #fbf6f1;
  border: 5px solid #cb9d55;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.process .item .cont {
  position: relative;
  display: block;
  margin-right: 30px;
}
.process .item .cont .sort {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(203, 157, 85, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.process .item .cont:hover .sort {
  color: #cb9d55;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.process .item .cont .title {
  font-family: "Petit Formal Script", serif;
  font-size: 24px;
  font-weight: 400;
  margin: 15px 0;
}
.process .item .cont .text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .process .item {
    border-top: 0px solid #dedad1;
  }
  .process .item li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .process .item li:before {
    display: none;
  }
}

/* ======= Skills style ======= */
.photoskills {
  position: relative;
}
.photoskills .bg-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 180px 60px 60px 60px;
}
.photoskills .item {
  z-index: 2;
  background: #fbf6f1;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  overflow: hidden;
}
.photoskills .item .cont {
  padding: 60px 45px;
}
.photoskills .item .cont h4 {
  font-family: "Petit Formal Script", serif;
  font-size: 32px;
  font-weight: 400;
  color: #36332e;
  margin-bottom: 40px;
}
/* skill */
.photoskills .item .cont .skillwrap {
  margin-bottom: 25px;
}
.photoskills .item .cont .skillwrap:last-child {
  margin-bottom: 5px;
}
.photoskills .item .cont .skillwrap h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #797370;
  font-size: 18px;
  margin-bottom: 15px;
}
.photoskills .item .cont .skillwrap .skillprogress {
  height: 2px;
  background-color: #e9dfd6;
  position: relative;
}
.photoskills .item .cont .skillwrap .skillprogress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #cb9d55;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.photoskills .item .cont .skillwrap .skillprogress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -40px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}
/* button */
.photoskills .item .butn {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #cb9d55;
  padding: 20px;
  text-align: center;
  border: none;
  color: #fff;
}
.photoskills .item .butn a:hover {
  color: #fff;
}
/* vert move */
.photoskills .item.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.photoskills .item.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 991px) {
  .photoskills .bg-img {
    padding: 180px 30px 30px 30px;
  }
  .photoskills .item .cont {
    padding: 30px;
  }
}

/* ======= Portfolio style ======= */
.portfolio {
  position: relative;
  overflow: hidden;
}
.portfolio .item {
}
.portfolio .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.portfolio .item:hover .img img {
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio .item .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .item .cont {
  position: relative;
  padding: 25px;
  width: 86%;
  margin-left: 7%;
  margin-top: 0px;
  margin-top: -82px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.portfolio .item .cont h5 {
  color: #232323;
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}
.portfolio .item .cont h5 a {
  color: #232323;
}
.portfolio .item .cont h5 a span {
  color: #cb9d55;
}
.portfolio .item .info {
  position: relative;
  padding: 10px 30px;
  width: 86%;
  margin-left: 7%;
  background: #cb9d55;
  border-radius: 0 0 5px 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.portfolio .item .info a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.portfolio .item .info a:hover {
  color: #fff;
}
.portfolio .item .info span.separator {
  display: inline-block;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 16px;
}

/* ======= Portfolio Page style ======= */
.portfolio-page {
  position: relative;
}
.portfolio-page .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  isolation: isolate;
}
.portfolio-page .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.portfolio-page .item:hover img {
  transform: scale(1.05);
}
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
.portfolio-page .item .float-box {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  align-items: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 25px;
  right: 25px;
}
.portfolio-page .item .float-box .icon {
  font-size: 50px;
  line-height: 50px;
  color: #cb9d55;
  margin-bottom: 0;
}
.portfolio-page .item .float-box .title {
  font-family: "Petit Formal Script", serif;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  margin-left: 15px;
  line-height: 1.25em;
  display: grid;
}
.portfolio-page .item .float-box .title span {
  font-weight: 400;
  color: #797370;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.portfolio-img {
  width: 100%;
  height: 350px; /* You can change height */
  object-fit: cover; /* Makes image fill without stretching */
}
.item {
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-img {
  transition: 0.5s;
}

.item:hover .portfolio-img {
  transform: scale(1.1);
}

/* ======= Team style ======= */
.team {
  position: relative;
}
.team .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.team .item .cont {
  padding-bottom: 5% !important;
}
.team .item .cont .img img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.team .item .cont .text h5 {
  display: inline-block !important;
  font-family: "Petit Formal Script", serif;
  font-size: 21px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 5px;
}
.team .item .cont .text p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #797370;
  margin-bottom: 0;
  opacity: 0;
}
.team .item .cont.up {
  will-change: transform;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.team .item .cont.up .text-visible {
  opacity: 0;
}
.team .item.hover-box * {
  -webkit-transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.team .item:hover {
  background: transparent;
}
.team .item:hover .cont .text h5 {
  color: #232323;
}
.team .item:hover .cont .text p {
  opacity: 1;
}
.team .item:hover .cont.up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team .item:hover .cont.up .text-visible {
  opacity: 1;
}

/* ======= Team-Single style ======= */
.team-single {
  position: relative;
}
.team-single h6 {
  font-size: 30px;
  color: #232323;
  line-height: 1.5em;
}
.team-single h6 span {
  color: #cb9d55;
}
.team-single .item {
  position: relative;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin-bottom: 30px;
  isolation: isolate;
}
.team-single .item .img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.team-single .item:hover .img img {
  transform: scale(1.05);
}
.team-single .item .img .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0 40px 0 0;
}
.team-single .item .img .curv-butn .br-left-top {
  position: absolute;
  top: -24px;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.team-single .item .img .curv-butn .br-left-top svg {
  width: 24px;
  height: 24px;
}
.team-single .item .img .curv-butn .br-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.team-single .item .img .curv-butn .br-right-bottom svg {
  width: 24px;
  height: 24px;
}
.team-single .item .img .curv-butn.icon-bg {
  background: #fff !important;
}
.team-single .item .img .curv-butn .social-icons {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background: transparent;
  bottom: 15px;
  z-index: 1;
}
.team-single .item .img .curv-butn .social-icons .link {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cb9d55;
  color: #fff;
  border-radius: 100%;
  font-size: 15px;
}
.team-single .item .img .curv-butn .social-icons .link:hover {
  background-color: #232323;
  color: #fff;
}
.team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.team-single .item .img .curv-butn .social-icons .link.plus-link {
  z-index: 10;
}
.team-single .item .img:hover .curv-butn .social-icons {
  margin-bottom: -50px;
}
.team-single .item .img:hover .curv-butn .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
  opacity: 0 !important;
}
/* list */
.team-single .list {
  position: relative;
  display: block;
}
.team-single .list li {
  position: relative;
  display: flex;
  align-items: baseline;
}
.team-single .list li + li {
  margin-top: 10px;
}
.team-single .list-icon {
}
.team-single .list-icon span {
  font-size: 16px;
  color: #cb9d55;
}
.team-single .list-text {
  margin-left: 15px;
}
.team-single .list-text p {
  font-size: 18px;
  margin: 0;
  color: #797370;
}
/* tabs */
.team-single .cont .simpl-bord.nav-tabs {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cb9d55;
}
.team-single .cont .simpl-bord .nav-item {
  margin-right: 30px;
}
.team-single .cont .simpl-bord .nav-item:last-of-type {
  margin-right: 0;
}
.team-single .cont .simpl-bord .nav-link {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent !important;
  cursor: pointer;
  color: #232323;
  font-family: "Petit Formal Script", serif;
  font-size: 21px;
  font-weight: 400;
}
.team-single .cont .simpl-bord .nav-link.active {
  color: #cb9d55;
}
.team-single .tab-content p {
  color: #797370;
}

/* ======= Pricing style ======= */
.pricing {
  position: relative;
  overflow: hidden;
}
.pricing .item {
  overflow: hidden;
  margin-bottom: 30px;
}
.pricing .item .img {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  isolation: isolate;
}
.pricing .item .img .img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.br-0550 {
  border-radius: 0 5px 5px 0;
}
.br-5005 {
  border-radius: 5px 0 0 5px;
}
.pricing .item .img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing .item:hover .img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.pricing .item .img .date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  display: inline-block;
  line-height: 24px;
  padding: 20px 20px 15px 20px;
  bottom: 25px;
  left: 25px;
  position: absolute !important;
  text-align: center;
  color: #797370;
  border-radius: 5px;
  margin: 0;
  letter-spacing: 0px;
}
.pricing .item .img .date span {
  font-size: 21px;
  display: block;
  font-weight: 600;
  letter-spacing: 0px;
  color: #232323;
}
.pricing .item .cont {
  padding: 60px 40px;
  background: #fff;
}
.pricing .item .cont .icon {
  font-size: 50px;
  color: #cb9d55;
  margin-bottom: 20px;
}
.pricing .item .cont h5 {
  font-size: 24px;
  color: #cb9d55;
}
.pricing .item .cont h5 a {
  color: #cb9d55;
}
.pricing .item .cont .time {
  font-size: 18px;
  font-weight: 400;
  color: #797370;
  align-items: center;
  margin-bottom: 5px;
}
.pricing .item .cont .time i {
  color: #cb9d55;
  font-size: 16px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
@media screen and (max-width: 991px) {
  .pricing .item .cont {
    padding: 45px 30px;
  }
}

/* ======= Recent Weddings style ======= */
.extra {
  position: relative;
  overflow: hidden;
}
.extra .item {
  position: relative;
  margin-bottom: 30px;
}
.extra .item .img {
  overflow: hidden;
  border-radius: 5px;
}
.extra .item .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.extra .item .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}
.extra .item .cont {
  padding: 40px 20px;
  text-align: center;
}
.extra .item .cont h4 {
  font-family: "Petit Formal Script", serif;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
  color: #232323;
}
.extra .item .cont p {
  font-size: 18px;
  font-weight: 400;
  color: #797370;
  align-items: center;
  margin-bottom: 0;
}

/* ======= FAQs (Accordion) style ======= */
.accordion-box {
  position: relative;
  padding: 0px;
}
.accordion-box .block {
  position: relative;
  background: transparent;
  border: 1px solid rgba(203, 157, 85, 0.3);
  margin-bottom: 15px;
  border-radius: 10px;
}
.accordion-box .block.active-block {
  border-radius: 10px;
  border: 1px solid rgba(203, 157, 85, 0.3);
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding: 30px 60px 30px 20px;
  color: #000;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn:hover {
  color: #232323;
}
.accordion-box .block:hover .acc-btn:before,
.accordion-box .block:hover .acc-btn.active:before {
  background-color: #232323;
  color: #fff;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 12px;
  color: #fff;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  transition: all 500ms ease;
  background: #cb9d55;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.accordion-box .block .acc-btn.active {
  background-color: transparent;
  color: #232323;
  border-radius: 10px 10px 0 0;
}
.accordion-box .block .acc-btn.active:before {
  color: #fff;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: transparent;
  border-radius: 0 0 7px 7px;
  border-top: 1px solid rgba(203, 157, 85, 0.3);
}
.accordion-box .block .content {
  position: relative;
  padding: 20px 20px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content p {
  display: block;
  position: relative;
  color: #797370;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .accordion-box .block .acc-btn {
    padding: 20px 60px 20px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .accordion-box .block .acc-btn:before {
    right: 25px;
    top: 18px;
  }
  .accordion-box .block .content {
    padding: 20px;
  }
}
#faqs .animation-float1 {
  animation: float1 2000ms linear 400ms infinite alternate both;
}
@keyframes float1 {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
#faqs .animation-float2 {
  animation: float2 2000ms linear 400ms infinite alternate both;
}
@keyframes float2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(30px);
  }
}

/* =======  Gallery Scroll style ======= */
.galleryscroll {
  position: relative;
}
.galleryscroll .item {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 5px;
  isolation: isolate;
}
.galleryscroll .item .img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  isolation: isolate;
}
.galleryscroll .item .img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.galleryscroll .item .img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.galleryscroll .item:hover .img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
/* magnific popup custom */
.mfp-counter {
  display: none;
}
.mfp-figure button {
  border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
  background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

/* =======  Image Gallery style  ======= */
.gallery-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0px;
  position: relative;
}
.gallery-filter li {
  font-family: "Petit Formal Script", serif;
  font-size: 20px;
  font-weight: 400;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  color: #000;
}
.gallery-filter li:last-child {
  margin-right: 0;
}
.gallery-filter li.active {
  color: #cb9d55;
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 1px solid #cb9d55;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
  color: #cb9d55;
}
.gallery-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  -moz-transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  border-radius: 5px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 5px;
  isolation: isolate;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box:hover .gallery-img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.gallery-box .gallery-detail {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 30px 20px;
  bottom: 0;
}
.gallery-box .gallery-detail h4 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.gallery-box .gallery-detail p {
  color: #cb9d55;
  margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
  opacity: 1;
  transform: translateX(0px);
}

/* ======= Video Gallery style ======= */
.vid-icon {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.vid-icon:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.video-gallery-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-right: 20px;
  float: left;
}
.video-gallery-polygon {
  z-index: 2;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #cb9d55;
  border-radius: 50%;
  color: #fff;
  padding: 12px 11px 12px 13px;
  line-height: 0;
  box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
  background: #fff;
  color: #cb9d55;
}
.video-gallery-polygon {
  font-size: 24px;
}
.video-gallery {
  position: relative;
}
.video-gallery .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  isolation: isolate;
}
.video-gallery .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.video-gallery .item:hover img {
  transform: scale(1.05);
}
.video-gallery .item .title {
  position: absolute;
  bottom: 0px;
  padding: 30px 15px 30px 80px;
  width: 100%;
  text-align: right;
}
.video-gallery .item .title h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
}
.video-gallery .item .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 0;
}
.video-gallery .item .curv-butn .vid {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.video-gallery .item .curv-butn .br-left-top {
  position: absolute;
  top: -24px;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.video-gallery .item .curv-butn .br-left-top svg {
  width: 24px;
  height: 24px;
}
.video-gallery .item .curv-butn .br-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.video-gallery .item .curv-butn .br-right-bottom svg {
  width: 24px;
  height: 24px;
}
.video-gallery .item .curv-butn .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #cb9d55;
  background-color: #cb9d55;
  border-radius: 100%;
}
.video-gallery .item:hover .curv-butn .icon {
  background-color: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
  border-radius: 100%;
}

/* ======= Video Popup style ======= */
.play-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  z-index: 2;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
  transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #fff;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  position: relative;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn:hover .icon:after {
  border: 2px solid #fff;
}
.video-text {
  font-size: 240px;
  line-height: 240px;
  font-family: "Petit Formal Script", serif;
  font-weight: 400;
  z-index: 1;
  left: -30px;
  right: 80vw;
  bottom: -60px;
  white-space: nowrap;
  letter-spacing: -2px !important;
  font-style: italic;
  position: absolute !important;
  color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .video-text {
    display: none !important;
  }
}

/* ======= Testimonials style ======= */
.testimonials {
  position: relative;
}
.testimonials .item {
  position: relative;
}
.testimonials .item .quote {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 70px;
  margin: 0 auto 30px;
  opacity: 0.1;
}
.testimonials .item p {
  color: #fff;
}
.testimonials .item h5 {
  color: #fff;
  font-family: "Petit Formal Script", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}
.testimonials .item .info {
  margin: 20px 0 0 0;
}
.testimonials .item .info h6 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 1.25em;
}
.testimonials .item .info h6 i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  margin-right: 5px;
  font-style: normal;
}
.testimonials .item .info h6 span a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 3em;
}
.testimonials .item .info h6 span a:hover {
  text-decoration: none;
}
.testimonials .item .info h6 span a:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  font-size: 10px;
}
.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Testimonials 2 style ======= */
/* Make testimonial images same size */
.testimonials2 {
  position: relative;
}
.testimonials2 .item {
}
.testimonials2 .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.testimonials2 .item .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.testimonials2 .item .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 300px;
  width: 400px;
}
.testimonials2 .item .cont {
  position: relative;
  padding: 30px;
  width: 86%;
  margin-left: 7%;
  margin-top: 0px;
  margin-top: -50px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.testimonials2 .item .cont h5 {
  color: #232323;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}
.testimonials2 .item .cont h5 a {
  color: #232323;
}
.testimonials2 .item .info {
  position: relative;
  padding: 10px 30px;
  width: 86%;
  margin-left: 7%;
  background: #cb9d55;
  border-radius: 0 0 5px 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.testimonials2 .item .info img {
  width: 45px;
  border-radius: 100%;
  margin-right: 5px;
  height: 30px;
}

/* ======= Clients style ======= */
.clients {
  position: relative;
}
.clients .wrap {
}
.clients .wrap .item {
  text-align: center;
}
.clients .wrap .item img {
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  border-radius: 5px;
}
.clients .wrap:hover .item {
  opacity: 0.5;
  transition: 0.7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.clients .wrap:hover .item:hover {
  opacity: 1;
  transition: 0.7s;
}

/* ======= Blog style ======= */
.blog1 {
  position: relative;
}
.blog1 .item {
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease;
  margin-bottom: 30px;
  background: #fff;
}
.blog1 .item:hover {
  transform: translateY(-10px);
}
.blog1 .item .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.blog1 .item .cont {
  padding: 40px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}
.blog1 .item .cont h5 {
  font-size: 24px;
}
.blog1 .item .cont h5:hover {
  color: #232323;
}
.blog1 .item .cont h5 a {
  text-decoration: none;
  color: #232323;
}
.blog1 .item:hover .cont h5 a {
  color: #cb9d55;
  transition: all 0.4s ease;
}
.blog1 .item .cont p {
  margin-bottom: 0px;
}
.blog1 .item .date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px 5px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  opacity: 0;
}
.blog1 .item:hover .date {
  background: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
  opacity: 1;
}
/* pagination */
.pagination-wrap {
  padding: 0;
  margin: 0;
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap li a {
  background: #f1e8df;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #797370;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border: 1px solid #f1e8df;
  border-radius: 100%;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
.pagination-wrap li a i {
  font-size: 16px;
}
.pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
  background-color: #cb9d55;
  border: 1px solid #cb9d55;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
/* blog & post sidebar */
.blog-sidebar .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
}
.blog-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.blog-sidebar .widget ul li {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.blog-sidebar .widget ul li a {
  color: #797370;
}
.blog-sidebar .widget ul li a.active {
  color: #797370;
}
.blog-sidebar .widget ul li a:hover {
  color: #cb9d55;
}
.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
  font-size: 10px;
  margin-right: 10px;
  color: #cb9d55;
}
.blog-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
  width: 120px;
  overflow: hidden;
  float: left;
  border-radius: 5px;
}
.blog-sidebar .widget .recent a {
  display: block;
  margin-left: 135px;
}
.blog-sidebar .widget-title {
  margin-bottom: 20px;
}
.blog-sidebar .widget-title h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(203, 157, 85, 0.2);
  font-size: 24px;
  margin-bottom: 15px;
  color: #232323;
}
.blog-sidebar .search form {
  position: relative;
}
.blog-sidebar .search form input {
  width: 100%;
  padding: 16px 20px;
  border: 0;
  background: #fbf6f1;
  margin-bottom: 0;
  border: none;
  color: #797370;
}
.blog-sidebar .search form input::placeholder {
  color: #797370;
}
.blog-sidebar .search form button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: none;
  background: #cb9d55;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  outline: none;
  padding: 0px 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  outline: none;
}
.blog-sidebar button[type="submit"] i {
  margin-right: 0px;
  color: #fff;
}
.blog-sidebar .search:hover form button {
  background-color: #232323;
  color: #fff;
  outline: none;
}
.blog-sidebar .tags li {
  margin: 4px !important;
  padding: 7px 24px;
  background-color: #cb9d55;
  color: #cb9d55;
  float: left;
  border-radius: 30px;
}
.blog-sidebar ul.tags li a {
  font-size: 14px;
  color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
  background-color: #232323;
  color: #fff;
}

/* ======= Post style ======= */
.post {
  position: relative;
}
.post .comment-section {
  margin-top: 60px;
}
.post .comment-section h3 {
  font-size: 21px;
  color: #232323;
  margin-bottom: 10px;
}
.post .comment-section h3 span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #797370;
  margin-left: 15px;
}
.post .item {
  display: flex;
  margin-bottom: 60px;
}
.post .item .img {
  margin-right: 20px;
  flex: 0 0 auto;
}
.post .item .img img {
  border-radius: 100%;
  width: 100px;
}
.post .item cont {
  margin-right: 25px;
}

/* ======= 404 style ======= */
.not-found h1 {
  font-family: "Jost", sans-serif;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #cb9d55;
}
.not-found h3 {
  color: #232323;
  font-size: 24px;
  line-height: 1.25em;
}
.not-found p {
  color: #797370;
}
.not-found .search-form {
  position: relative;
  margin: 20px auto 0;
}
.not-found .search-form form {
  position: relative;
}
.not-found .search-form .form-group {
  position: relative;
  margin: 0;
}
.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 10px 100px 10px 20px;
  height: 60px;
  display: block;
  font-size: 18px;
  background: transparent;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #cb9d55;
  transition: all 300ms ease;
  border-radius: 30px;
}
.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
  border-color: #cb9d55;
}
.not-found .search-form .form-group input::-webkit-input-placeholder {
  color: #797370;
}
.not-found .search-form .form-group input[type="search"]:focus {
  color: #797370;
}
.not-found .search-form .form-group .search-button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: none;
  background: #cb9d55;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  outline: none;
  padding: 0px 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  outline: none;
}
.not-found .search-form .form-group .search-button span {
  outline: none;
}
.not-found .search-form:hover .form-group .search-button {
  background: #cb9d55;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
@media screen and (max-width: 991px) {
  .not-found h1 {
    font-size: 120px;
    line-height: 120px;
  }
}

/* ======= Contact style ======= */
.contact {
  position: relative;
  position: -webkit-sticky;
}
.contact .item {
  position: relative;
  height: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.contact .item .front,
.contact .item .back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
  border-radius: 5px;
}
.contact .item .front .img,
.contact .item .back .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  filter: grayscale(10%) brightness(70%);
}
.contact .item .front {
  background-color: #fff;
}
.contact .item .back {
  background-color: #fff;
  transform: rotateY(180deg);
}
.contact .item:hover .front {
  transform: rotateY(-180deg);
}
.contact .item:hover .back {
  transform: rotateY(0deg);
}
.contact .item .contents {
  text-align: center;
  transform: translateZ(100px);
  padding: 20px 60px;
}
.contact .item .contents span {
  font-size: 45px;
  color: #cb9d55;
  font-weight: 300;
}
.contact .item .contents .title {
  font-family: "Petit Formal Script", serif;
  font-size: 24px;
  font-weight: 400;
  color: #232323;
  margin-top: 20px;
}
.contact .item .contents .text {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #797370;
}
.contact .item .btnx {
  border-radius: 30px;
  padding: 12px 36px;
  background: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}
.contact .item .btnx:hover {
  background: #cb9d55;
  color: #fff;
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
  display: inline-block;
  height: auto;
  padding: 10px 30px;
  border: 1px solid #cb9d55;
  border-radius: 30px;
  background-color: #cb9d55;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
  font-style: normal;
  font-size: 14px;
  padding-right: 5px;
  color: #fff;
}
.button-1:hover {
  border: 1px solid #232323;
  background-color: #232323;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-1:hover span {
  color: #fff;
}
/* button 2 */
.button-2 {
  display: inline-block;
  height: auto;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
  font-style: normal;
  font-size: 14px;
  padding-right: 5px;
  color: #fff;
}
.button-2:hover {
  border: 1px solid #cb9d55;
  background-color: #cb9d55;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover i,
.button-2:hover span {
  color: #fff;
}
/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 10px 30px;
  border: 1px solid #232323;
  border-radius: 30px;
  background-color: #232323;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
  font-size: 14px;
  margin-left: 5px;
  color: #cb9d55;
}
[data-overlay-dark] .button-3 i,
.button-3 i {
  font-style: normal;
  font-size: 14px;
  padding-right: 5px;
  color: #cb9d55;
}
.button-3:hover {
  border: 1px solid #cb9d55;
  background-color: #cb9d55;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover i,
.button-3:hover span {
  color: #fff;
}
/* link button */
.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  border-bottom: 1px solid rgba(203, 157, 85, 0.3);
  color: #cb9d55;
}
.link-btn:hover {
  color: #cb9d55;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #cb9d55;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover::before {
  width: 100%;
  color: #cb9d55;
}

/* ======= Footer style ======= */
.footer {
  position: relative;
  background: #f1e8df;
  padding: 20px 0 0 0;
}
/* subscribe */
.footer .subscribe {
  position: relative;
}
.footer .subscribe p {
  color: #797370;
}
.footer .subscribe p a {
  color: #232323;
}
.footer .subscribe p a.text-decoration-line-bottom {
  color: #232323;
}
.footer .subscribe .newsletter {
  position: relative;
}
.footer .subscribe .newsletter input {
  height: 65px;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #797370;
  outline: none;
  padding: 0 90px 0 30px;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-bottom: 30px;
}
.footer .subscribe .newsletter button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: none;
  background: #cb9d55;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  outline: none;
  padding: 0px 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 100%;
  outline: none;
}
.footer .subscribe .newsletter input::placeholder {
  color: #797370;
}
.footer .subscribe .newsletter:hover button {
  background: #232323;
  outline: none;
  color: #fff;
}
/* insta */
/* ===== Instagram Section Same Size Images ===== */

.insta .item {
  display: flex;
  flex-wrap: wrap;
}

.insta .img {
  width: 16.66%; /* 6 images per row */
  height: 250px; /* Same height for all */
  overflow: hidden;
  position: relative;
}

.insta .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Prevent stretching */
  transition: 0.4s ease;
}

/* Instagram Icon Center */
.insta .img i {
  position: absolute;
  color: #fff;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}

/* Hover Effect */
/* ===== Instagram Section FIXED ===== */

.insta .item {
  display: flex;
  flex-wrap: wrap;
}

/* All images same size */
.insta .img {
  width: 16.66%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.insta .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* Hover zoom */
.insta .img:hover img {
  transform: scale(1.1);
}

/* Instagram icon center */
.insta .img i {
  position: absolute;
  color: #fff;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}

.insta .img:hover i {
  opacity: 1;
}

/* FIX FOLLOW SECTION */
.insta .follow {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .insta .img {
    width: 33.33%;
  }
}

@media (max-width: 576px) {
  .insta .img {
    width: 50%;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .footer .insta .img {
    width: 50%;
    height: 160px;
  }
}
.footer .insta {
  position: relative;
  margin-top: 20px;
  z-index: 9;
  overflow: visible;
  background: #f1e8df;
}

.footer .insta .container {
  padding-bottom: 0;
}
.footer .insta .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  position: relative;
}
.footer .insta .item .img {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.footer .insta .item .img i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  font-size: 24px;
}
.footer .insta .item .img:hover i {
  opacity: 1;
}
.footer .insta .item .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .insta .item .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 5px;
}
.footer .insta .follow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.footer .insta .follow .text-bg {
  background: #fff;
  padding: 10px 20px;
  color: #1b1b1b;
  font-size: 16px;
  z-index: 3;
  border-radius: 5px;
}
.footer .insta .follow .text-bg i {
  color: #b08c3e;
  z-index: 1;
}
.footer .insta .follow .text-bg span {
  position: relative;
  z-index: 2;
}
/* footer bottom */
.footer .bottom {
  position: relative;
  display: block;
  padding: 35px 0;
}
.footer .bottom p {
  color: #797370;
  font-size: 16px;
  margin: 10px;
}
.footer .bottom p a {
  background: linear-gradient(
    to bottom,
    rgba(203, 157, 85, 0.4) 0%,
    rgba(203, 157, 85, 0.4) 100%
  );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  color: #232323;
  text-decoration: none;
  transition: background-size 0.2s;
  line-height: 1.5em;
}
.footer .bottom p a:hover {
  color: #cb9d55;
}
/* links */
.footer .bottom .links {
}
.footer .bottom .links ul {
  margin: 0;
  padding: 0;
}
.footer .bottom .links ul li {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
}
.footer .bottom .links ul li a {
  color: #232323;
  position: relative;
}
.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
  color: #cb9d55;
}
/* icons */
.footer .bottom .social-icons {
  position: relative;
}
.footer .bottom .social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100%;
  font-size: 18px;
  color: #ad803a;
}
.footer .bottom .social-icons .list-inline {
  margin: 10px;
}
.footer .bottom .social-icons li:hover {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #cb9d55;
}
.social-icons.text-end {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer .bottom .links ul li {
    margin: 5px 10px;
  }
  .footer .bottom .links,
  .footer .bottom p,
  .social-icons.text-end {
    text-align: center !important;
  }
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  font-weight: 400;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #cb9d55;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap::after {
  color: #cb9d55;
}
.progress-wrap svg.progress-circle path {
  stroke: #cb9d55;
}

/* ======= Form style ======= */
.form2 {
  border-radius: 5px;
}
.form2 .head {
  background-color: #cb9d55;
  border-radius: 5px 5px 0 0;
  padding: 30px;
}
.form2 .head h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.form2 .head p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.form2 .cont {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.col-auto {
  width: auto;
}
.ripple-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ripple-icon:after,
.ripple-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eae7f5;
  -webkit-animation: ripple-sm 4s infinite ease-in-out;
  animation: ripple-sm 4s infinite ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
.ripple-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #cb9d55;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}
@-webkit-keyframes ripple-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
.form2-sidebar {
  position: relative;
  z-index: 9;
}
.z-index9 {
  z-index: 9;
}

/* ======= Portfolio-sidebar style ======= */
.portfolio-sidebar {
  position: relative;
  z-index: 9;
}
.portfolio-sidebar .item {
  border-radius: 5px;
}
.portfolio-sidebar .item .head {
  background-color: #cb9d55;
  border-radius: 5px 5px 0 0;
  padding: 30px;
}
.portfolio-sidebar .item .head h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.portfolio-sidebar .item .head p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.portfolio-sidebar .item .cont {
  padding: 40px 40px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

/* ======= Travel Dates style ======= */
.travel-dates-table {
  width: 100%;
}
.travel-dates-table h6 {
  color: #cb9d55;
  margin-bottom: 0;
  font-size: 18px;
}
.travel-dates-table p {
  font-size: 18px;
  color: #797370;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 20px;
}
.travel-dates-table tr {
  border-bottom: 1px solid rgba(203, 157, 85, 0.3);
}
.travel-dates-table tr:last-child {
  border-bottom: 0px solid rgba(203, 157, 85, 0.3);
}
.travel-dates-table th,
tr,
td {
  padding: 15px 0;
}

/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
  position: relative;
}
[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #797370;
}
[data-overlay-dark="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before {
  opacity: 1;
}

/* ======= Responsive style ======= */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}
@media screen and (max-width: 991px) {
  .section-title2,
  .kenburns-inner .caption h1 {
    font-size: 40px;
  }
  .portfolio .item .item-wrap .con .title-box h3 {
    font-size: 21px;
  }
  .portfolio .item .item-wrap .con {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .portfolio .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
  }
  .portfolio-sidebar .item .cont {
    padding: 40px 20px;
  }
  .testimonials2 .item {
    margin-bottom: 30px;
  }
  .blog1 .item .cont {
    padding: 30px;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .footer .top-120 {
    padding: 0px 0 0 0;
  }
  /* .footer .subscribe
     {
        display: none;
    } */
  .mt--240,
  .mt--210 {
    margin-top: 30px !important;
  }
  .contact .item {
    margin-bottom: 30px;
  }
  .contact .item .contents .title {
    font-size: 21px;
  }
}
.tamil-wedding-section {
  padding: 80px 0;
}

.tamil-wedding-section .section-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.tamil-wedding-section .section-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}
.section-title {
  color: #c8a165;
}
.tamil-gallery .gallery-item {
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}

.tamil-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.tamil-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.creative-gallery {
  margin: 0;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
  grid-auto-flow: dense;
}

.grid-item {
  overflow: hidden;
  border-radius: 10px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item.wide {
  grid-column: span 2;
}

.grid-item.tall {
  grid-row: span 2;
}

@media (max-width: 992px) {
  .masonry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }

  .grid-item.wide {
    grid-column: span 1;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-social-2 {
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.fs-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

  text-decoration: none;
}

/* Colors */
.whatsapp {
  background: #25d366;
}
.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}
.youtube {
  background: #ff0000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .fs-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .floating-social-2 {
    right: 10px;
    bottom: 15px;
  }
}
