/*
Theme Name: Wedding Planner HTML5 Template
Author: pixel-drop
Author URI: https://themeforest.net/user/pixel-drop
Description: Wedding Planner HTML5 Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;display=swap");
:root {
  --body: #FFFFFF;
  --black: #000000;
  --white: #FFFFFF;
  --theme: #B56D94;
  --theme2: #70A6B1;
  --theme3:rgba(181, 109, 148, 0.35);
  --header: #000000;
  --header1:#232323;
  --text: #ededf1;
  --text2: #888888;
  --text3: #D9D9D9;
  --title: #343434;
  --title2:#a1a1a1;
  --gray1: #F6F6F6;
  --border: #C3C0BD;
  --border2: #E5E5E5;
  --bg: #F4EEE5;
  --bg2:#FEFCFA;
  --bg3:#F3F3F3;
  --bg4:#E8EAEE;
  --bg5:#F6F4F2;
  --bg6:#0A111E;
  --white2: rgba(255, 255, 255, 0.84);
  --white3:rgba(255, 255, 255, 1);
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --color-gradient-1:linear-gradient(102.27deg, #0E0E0E 0%, rgba(12, 10, 10, 0.88) 100%);
  --color-gradient-2: linear-gradient(102.27deg, #0E0E0E 0%, rgba(35, 35, 35, 0.29) 100%);
  --color-gradient-3: linear-gradient(96.78deg, #0E0E0E 2.09%, rgba(35, 35, 35, 0.29) 75.55%);
  --color-gradient-4: linear-gradient(96.78deg, #f8f7f7 2.09%, rgba(255, 255, 255, 0.29) 75.55%);
  --color-gradient-5: linear-gradient(96.78deg, #9c065b 2.09%, rgba(153, 7, 85, 0.886) 75.55%);
  --color-gradient-6: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #FF0000 100%);
  --color-gradient-7: linear-gradient(90deg, #FF9900 0%, #CC2500 100%);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: #f0c529;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 23px 35px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
  text-transform: capitalize;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn::before, .theme-btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--header);
  border-radius: 50%;
  z-index: -1;
}
.theme-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.theme-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.theme-btn:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--theme2);
  color: var(--theme2);
  padding: 26px 40px;
}
.theme-btn.transparent:hover {
  color: var(--white);
}
@media (max-width: 767px) {
  .theme-btn.transparent {
    padding: 18px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn.transparent {
    padding: 16px 30px;
    font-size: 14px;
  }
}
.theme-btn.transparent-2 {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  padding: 20px 100px;
}
.theme-btn.transparent-2:hover {
  color: var(--white);
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .theme-btn.transparent-2 {
    padding: 18px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn.transparent-2 {
    padding: 16px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.theme-btn-2 {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: #f0c529;
  /* color: var(--white); */
  font-size: 18px;
  font-weight: 500;
  padding: 22px 31px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
  text-transform: capitalize;
}
.theme-btn-2 i {
  margin-left: 10px;
}
.theme-btn-2::before, .theme-btn-2::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--header);
  border-radius: 50%;
  z-index: -1;
}
.theme-btn-2::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.theme-btn-2::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.theme-btn-2:hover {
  color: var(--white);
}
.theme-btn-2:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.theme-btn-2:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.theme-btn-2.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn-2.bg-white:hover {
  color: var(--white);
}
.theme-btn-2.transparent {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  padding: 20px 24px;
}
.theme-btn-2.transparent:hover {
  color: var(--white);
}
@media (max-width: 767px) {
  .theme-btn-2.transparent {
    padding: 18px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn-2.transparent {
    padding: 16px 30px;
    font-size: 14px;
  }
}
.theme-btn-2.transparent-2 {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  padding: 20px 40px;
}
.theme-btn-2.transparent-2:hover {
  color: var(--white);
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .theme-btn-2.transparent-2 {
    padding: 18px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn-2.transparent-2 {
    padding: 16px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .theme-btn-2 {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn-2 {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.theme-btn-3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid var(--header);
  padding: 18px 25px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn-3 {
    padding: 14px 25px;
  }
}
@media (max-width: 575px) {
  .theme-btn-3 {
    padding: 10px 25px;
  }
}
.theme-btn-3 i {
  margin-left: 10px;
}
.theme-btn-3:hover {
  color: var(--white);
  background-color: var(--theme);
  border: none;
  transition: all 0.4s ease-in-out;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 112%;
}

h2 {
  font-size: 45px;
  line-height: 116%;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  font-size: 32px;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brand-section .section-title {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .brand-section .brand-wrapper {
    margin-top: 7px;
  }
}
.brand-section .brand-wrapper .brand-img {
  text-align: center;
}

.contact-form-items {
  padding: 40px 40px;
}
.contact-form-items h2 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .contact-form-items h2 {
    font-size: 28px;
  }
}
.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
  color: var(--header);
  text-transform: capitalize;
  margin-top: 8px;
}
.contact-form-items .form-clt input:hover,
.contact-form-items .form-clt textarea:hover {
  border-bottom: 2px solid transparent;
  border-image: var(--color-gradient-1);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.contact-form-items .form-clt input.active,
.contact-form-items .form-clt textarea.active {
  border-bottom: 1px solid var(--theme);
  border-image: var(--theme);
  border-image-slice: 2;
}
.contact-form-items .form-clt textarea {
  padding-bottom: 40px;
  color: var(--header);
}
.contact-form-items .button-items {
  width: 100%;
  padding: 20px 0px;
  margin-top: 10px;
}
.contact-form-items .button-items .theme-btn-3 {
  width: 100%;
  background-color: var(--theme);
  border: 0;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.contact-form-items .button-items:hover .theme-btn-3 {
  color: var(--theme);
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
}

.contact-wrapper .contact-left-items .contact-image {
  margin-left: 120px;
}
@media (max-width: 1899px) {
  .contact-wrapper .contact-left-items .contact-image {
    margin-left: 0px;
  }
}
.contact-wrapper .contact-left-items .contact-image img {
  width: 450px;
  height: 600px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-left-items .contact-image img {
    width: 390px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-left-items .contact-image img {
    width: 300px;
    height: 400px;
  }
}
.contact-wrapper .contact-right-items .contact-content {
  /* margin-top: 70px; */
}
.contact-wrapper .contact-right-items .contact-content .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.contact-wrapper .contact-right-items .contact-content .section-title h2 {
  font-weight: 500;
}
.contact-wrapper .contact-right-items .contact-content .contact-form-items {
  margin-left: -39px;
  margin-top: -39px;
}
.contact-wrapper .contact-right-items .contact-content .contact-form-items .form-clt input,
.contact-wrapper .contact-right-items .contact-content .contact-form-items .form-clt textarea {
  text-transform: uppercase;
}

.appointment-section .appointment-image {
  height: 550px;
}
.appointment-section .appointment-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.appointment-section .appointmentcontact-form-items {
  padding: 45px 24px;
  border-bottom: 3px solid var(--theme);
  box-shadow: var(--box-shadow);
  position: relative;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .appointment-section .appointmentcontact-form-items {
    padding: 46px 26px;
  }
}
@media (max-width: 991px) {
  .appointment-section .appointmentcontact-form-items {
    margin-top: 20px;
  }
}
.appointment-section .appointmentcontact-form-items h2 {
  font-size: 45px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .appointment-section .appointmentcontact-form-items h2 {
    font-size: 40px;
  }
}
.appointment-section .appointmentcontact-form-items .button-items {
  width: 100%;
  padding: 20px 0px;
  margin-top: 10px;
}
.appointment-section .appointmentcontact-form-items .button-items .theme-btn-3 {
  width: 100%;
  background-color: var(--theme);
  border: 0;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.appointment-section .appointmentcontact-form-items .button-items:hover .theme-btn-3 {
  color: var(--theme);
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
}

.contact-info-wrapper-2 .contact-info-items {
  text-align: center;
  /* background-color: var(--white); */
  background-color: black;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--box-shadow);
  transition: all 0.4s ease-in-out;
  padding: 40px 20px;
}
.contact-info-wrapper-2 .contact-info-items .icon {
  font-size: 48px;
  background: -moz-linear-gradient(top, #FF9900 0%, #CC2500 100%);
  background: -webkit-linear-gradient(top, #FF9900 0%, #CC2500 100%);
  background: linear-gradient(to bottom, #FF9900 0%, #CC2500 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #f0c529;
  margin-bottom: 20px;
}
.contact-info-wrapper-2 .contact-info-items .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-info-wrapper-2 .contact-info-items .content ul li {
  color: white;
  font-size: 15px;
}
.contact-info-wrapper-2 .contact-info-items .content ul li a {
  color:white;
}

.map-items .googpemap iframe {
  width: 100%;
  height: 480px;
}

.contact-content-2 h2 {
  color: var(--header);
  margin-left: 42px;
}
.contact-content-2 p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
  margin-left: 42px;
  margin-top: 20px;
}
.contact-content-2 .contact-form-items {
  margin-top: 10px;
}
.contact-content-2 .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
}
.contact-content-2 .contact-form-items .form-clt input, .contact-content-2 .contact-form-items .form-clt textarea {
  border: 1px solid var(--border);
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
}
.contact-content-2 .contact-form-items .form-clt input::placeholder, .contact-content-2 .contact-form-items .form-clt textarea::placeholder {
  color: var(--title);
}
.contact-content-2 .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}

.Photographer-section .Photographer-wrapper {
  padding: 51px 0;
}
@media (max-width: 1199px) {
  .Photographer-section .Photographer-wrapper {
    padding: 52px 0;
  }
}
@media (max-width: 991px) {
  .Photographer-section .Photographer-wrapper {
    padding: 52px 0;
  }
}
@media (max-width: 767px) {
  .Photographer-section .Photographer-wrapper {
    padding: 52px 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .Photographer-section .Photographer-wrapper {
    padding: 52px 0;
    margin: 0 auto;
  }
}
.Photographer-section .Photographer-wrapper .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.Photographer-section .Photographer-wrapper .section-title h3 {
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  color: var(--text2);
  margin-top: 10px;
}
.Photographer-section .Photographer-wrapper .section-title .love-icon {
  margin-top: 30px;
  left: -26%;
}
.Photographer-section .Photographer-wrapper p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
.Photographer-section .Photographer-wrapper .photo-button {
  margin-top: 30px;
}
.Photographer-section .Photographer-img {
  margin-right: -315px;
}
.Photographer-section .Photographer-img.style {
  margin-top: -98px;
}
@media (max-width: 1899px) {
  .Photographer-section .Photographer-img {
    margin-right: 0;
  }
}
.Photographer-section .Photographer-img img {
  width: 100%;
  /* height: 518px; */
}
@media (max-width: 1199px) {
  .Photographer-section .Photographer-img img {
    height: 505px;
  }
}
@media (max-width: 991px) {
  .Photographer-section .Photographer-img img {
    height: 500px;
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .Photographer-section .Photographer-img img {
    height: 400px;
    margin-top: 19px;
  }
}
@media (max-width: 575px) {
  .Photographer-section .Photographer-img img {
    height: 300px;
  }
}

.Photographer-section-2 {
  position: relative;
}
.Photographer-section-2 .Photographer-mentor {
  margin-left: -296px;
}
.Photographer-section-2 .Photographer-mentor .Photographer-img {
  width: 645px;
  height: 761px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .Photographer-section-2 .Photographer-mentor .Photographer-img {
    width: 645px;
    height: 661px;
  }
}
.Photographer-section-2 .Photographer-mentor .Photographer-img img {
  width: 100%;
  height: 100%;
}
.Photographer-section-2 .Photographer-mentor .Photographer-img .Photographer-image-2 {
  position: absolute;
  z-index: 1;
  right: -39%;
  top: 15%;
  width: 361px;
  height: 570px;
}
.Photographer-section-2 .Photographer-mentor .Photographer-img .Photographer-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .Photographer-section-2 .Photographer-mentor .Photographer-img .Photographer-image-2 {
    width: 361px;
    height: 560px;
    right: -24%;
    top: 11%;
  }
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-mentor .Photographer-img .Photographer-image-2 {
    right: -39%;
    top: 11%;
  }
}
.Photographer-section-2 .Photographer-wrapper {
  padding: 57px 0px 52px 57px;
  margin: 127px 0px 3px 103px;
  background-color: var(--white);
  position: relative;
  z-index: 99;
  margin-right: -302px;
}
@media (max-width: 1399px) {
  .Photographer-section-2 .Photographer-wrapper {
    padding: 54px 10px 40px 54px;
    margin: 122px 0px 109px 150px;
    margin-right: -200px;
  }
}
@media (max-width: 1199px) {
  .Photographer-section-2 .Photographer-wrapper {
    padding: 54px 10px 35px 54px;
    margin: 74px 0px 109px 150px;
    margin-right: -200px;
  }
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper {
    padding: 95px 0px 36px 44px;
    margin: 74px 0px 29px 172px;
    margin-right: -265px;
  }
}
@media (max-width: 767px) {
  .Photographer-section-2 .Photographer-wrapper {
    margin: 0 auto;
    padding: 29px 0px 39px 44px;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .Photographer-section-2 .Photographer-wrapper {
    margin: 0 auto;
    padding: 29px 0px 39px 44px;
    margin: 20px 0;
  }
}
.Photographer-section-2 .Photographer-wrapper .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--header1);
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .section-title span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .section-title h2 {
    font-size: 34px;
  }
}
.Photographer-section-2 .Photographer-wrapper .section-title p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
  margin-top: 25px;
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .section-title p {
    font-size: 12px;
  }
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner {
  display: flex;
  gap: 50px;
  margin-top: 61px;
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer {
  position: relative;
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color:#f0c529;
  border-radius: 36px;
  text-align: center;
  margin-right: 10px;
  margin-top: -17px;
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .icon img {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .icon {
    margin: -8px 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .icon {
    margin: -6px 0px;
  }
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content {
    margin-top: 4px;
  }
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content h3 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content h3 {
    font-size: 13px;
  }
}
.Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
  margin-top: 10px;
}
@media (max-width: 991px) {
  .Photographer-section-2 .Photographer-wrapper .Photographer-inner .Profession-Photographer .content p {
    font-size: 12px;
  }
}

.Photographer_history-section {
  margin-top: -10px;
}
.Photographer_history-section .Photographer-history-info .Photographer-img {
  margin-left: -100px;
}
@media (max-width: 1199px) {
  .Photographer_history-section .Photographer-history-info .Photographer-img {
    margin-left: 0px;
  }
}
.Photographer_history-section .Photographer-history-info .Photographer-img img {
  width: 100%;
  /* height: 460px; */
}
@media (max-width: 1199px) {
  .Photographer_history-section .Photographer-history-info .Photographer-img img {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section .Photographer-history-info .Photographer-img img {
    height: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .Photographer_history-section .Photographer-history-info .Photographer-img img {
    height: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .Photographer_history-section .Photographer-history-info .Photographer-img img {
    height: 300px;
    margin: 0 auto;
  }
}
.Photographer_history-section .Photographer-history-info .Photographer_history {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history {
    margin-left: -90px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history {
    margin: 0 auto;
    margin-left: -20px;
  }
}
@media (max-width: 575px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history {
    margin: 0 auto;
  }
}
.Photographer_history-section .Photographer-history-info .Photographer_history .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title span {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title h2 {
    font-size: 37px;
  }
}
.Photographer_history-section .Photographer-history-info .Photographer_history .section-title .love-icon {
  margin-top: 30px;
  left: -26%;
}
.Photographer_history-section .Photographer-history-info .Photographer_history .section-title p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
@media (max-width: 1199px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section .Photographer-history-info .Photographer_history .section-title p {
    font-size: 14px;
  }
}

.Photographer_history-section-2 .Photographer .Photographer-img {
  margin-left: -124px;
  width: 580px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .Photographer_history-section-2 .Photographer .Photographer-img {
    margin-left: -140px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section-2 .Photographer .Photographer-img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .Photographer_history-section-2 .Photographer .Photographer-img {
    margin: 0 auto;
    margin-left: -50px;
  }
}
@media (max-width: 575px) {
  .Photographer_history-section-2 .Photographer .Photographer-img {
    margin: 0 auto;
    margin-left: -8px;
  }
}
.Photographer_history-section-2 .Photographer .Photographer-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Photographer_history-section-2 .Photographer .Photographer-img::after {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  right: -48px;
  top: 20%;
  border: 3px solid var(--theme);
  z-index: -1;
}
@media (max-width: 1199px) {
  .Photographer_history-section-2 .Photographer .Photographer-img::after {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section-2 .Photographer .Photographer-img::after {
    width: 100%;
    height: 88%;
    right: -55px;
    top: 20%;
  }
}
@media (max-width: 767px) {
  .Photographer_history-section-2 .Photographer .Photographer-img::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .Photographer_history-section-2 .Photographer .Photographer-img::after {
    display: none;
  }
}
.Photographer_history-section-2 .Photographer_history {
  position: relative;
}
@media (max-width: 1199px) {
  .Photographer_history-section-2 .Photographer_history {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .Photographer_history-section-2 .Photographer_history {
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .Photographer_history-section-2 .Photographer_history {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .Photographer_history-section-2 .Photographer_history {
    margin: 0 auto;
  }
}
.Photographer_history-section-2 .Photographer_history .section-title .love-icon {
  margin-top: 30px;
  left: -26%;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content {
  position: relative;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content h3 {
  font-size: 27px;
  font-weight: 400;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .contact-info li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .contact-info li a {
  color: var(--header1);
  transition: all 0.4s ease-in-out;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .contact-info li a span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 24px;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile {
  position: absolute;
  left: -5px;
  bottom: -55px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile ul li {
  margin-bottom: 10px;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile .plus-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.Photographer_history-section-2 .Photographer_history .Photographer-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cta-wedding-section .section-title-area .section-title h2 {
  font-size: 45px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cta-wedding-section .section-title-area .section-title h2 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .cta-wedding-section .section-title-area .section-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cta-wedding-section .section-title-area .section-title h2 {
    font-size: 24px;
  }
}
.cta-wedding-section .section-title-area .array-button {
  position: relative;
}
.cta-wedding-section .section-title-area .array-button .array-prev {
  transition: all 0.4s ease-in-out;
}
.cta-wedding-section .section-title-area .array-button .array-prev:hover {
  background-color: var(--header);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .cta-wedding-section .section-title-area .array-button .array-prev {
    display: none;
  }
}
.cta-wedding-section .section-title-area .array-button .array-next {
  transition: all 0.4s ease-in-out;
}
.cta-wedding-section .section-title-area .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .cta-wedding-section .section-title-area .array-button .array-next {
    display: none;
  }
}
.cta-wedding-section .wedding-design-items {
  margin-top: 30px;
}
.cta-wedding-section .wedding-design-items .design-image {
  position: relative;
  height: 340px;
}
.cta-wedding-section .wedding-design-items .design-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .cta-wedding-section .wedding-design-items .design-image {
    height: 340px;
  }
  .cta-wedding-section .wedding-design-items .design-image img {
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .cta-wedding-section .wedding-design-items .design-image {
    height: 340px;
  }
  .cta-wedding-section .wedding-design-items .design-image img {
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .cta-wedding-section .wedding-design-items .design-image {
    height: 350px;
  }
}
.cta-wedding-section .wedding-design-items .design-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cta-wedding-section .wedding-design-items .design-image .video-box {
    margin-top: 19px;
  }
}
.cta-wedding-section .wedding-design-items .design-image .video-box .video-btn {
  background: transparent;
  color: var(--white);
  display: inline-block;
  font-size: 22px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--white);
}
.cta-wedding-section .wedding-design-items .design-image .video-box span {
  font-size: 18px;
  color: var(--white);
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-right: 20px;
}

.blog-event-section .blog-event-items .blog-image {
  position: relative;
  overflow: hidden;
  height: 300px;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
}
@media (max-width: 991px) {
  .blog-event-section .blog-event-items .blog-image {
    height: 270px;
  }
}
.blog-event-section .blog-event-items .blog-image .blog-post-date {
  background-color: var(--theme);
  position: absolute;
  top: 45px;
  left: 30px;
  border-radius: 10px;
  display: flex;
  width: 59px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.blog-event-section .blog-event-items .blog-image .blog-post-date h3 {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.blog-event-section .blog-event-items .blog-image .blog-post-date h3 span {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.blog-event-section .blog-event-items .blog-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  transform: skewX(-50deg);
  background-color: var(--theme);
  opacity: 0.2;
  z-index: 1;
}
.blog-event-section .blog-event-items .blog-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-event-section .blog-event-items .blog-content {
  padding: 25px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .blog-event-section .blog-event-items .blog-content {
    padding: 28px;
  }
}
@media (max-width: 1199px) {
  .blog-event-section .blog-event-items .blog-content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .blog-event-section .blog-event-items .blog-content {
    padding: 30px;
  }
}
.blog-event-section .blog-event-items .blog-content h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .blog-event-section .blog-event-items .blog-content h3 {
    font-size: 17px;
  }
}
.blog-event-section .blog-event-items .blog-content h3 a:hover {
  color: var(--theme);
}
.blog-event-section .blog-event-items .blog-content p {
  color: var(--header1);
  font-size: 15px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-event-section .blog-event-items .blog-content p {
    font-size: 13px;
  }
}
.blog-event-section .blog-event-items .blog-content .theme-btn-2 {
  font-size: 15px;
}
.blog-event-section .blog-event-items:hover .blog-image::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-event-section .blog-event-items:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.faq-section .faq-wrapper {
  padding: 50px 30px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.faq-section .faq-wrapper .faq-content .accordion-item {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border: 0;
  border-radius: 0;
}
.faq-section .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 400;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  font-family: "Mulish", sans-serif;
}
.faq-section .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button img {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  text-align: center;
}
.faq-section .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
.faq-section .faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 130px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--header1);
  background-color: var(--white);
  padding-bottom: 25px;
  font-size: 13px;
}
@media (max-width: 1399px) {
  .faq-section .faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-section .faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.featured-portfolio-items-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.featured-portfolio-items-info .swiper {
  width: 80%;
  padding-bottom: 50px;
}
.featured-portfolio-items-info .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 450px;
}
.featured-portfolio-items-info .swiper-slide img {
  display: block;
  width: 100%;
}
.featured-portfolio-items-info .portfolio-image {
  width: 300px;
  height: 450px;
}
.featured-portfolio-items-info .portfolio-image img {
  width: 100%;
  height: 100%;
}
.featured-portfolio-items-info .theme-btn-2 {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--theme);
}
.featured-portfolio-items-info .theme-btn-2:hover {
  color: var(--white);
}

.header-1 {
  top: 8px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-1.style-inner {
  position: static;
  padding: 10px 0;
}
.header-1 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1899px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1899px) {
  .header-1 .header-left {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-left {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-left {
    gap: 20px;
  }
}
@media (max-width: 1600px) {
  .header-1 .header-left {
    gap: 20px;
  }
}
.header-1 .header-left .logo .header-logo {
  position: relative;
}
.header-1 .header-left .logo .header-logo img {
  width: 90px;
}
@media (max-width: 575px) {
  .header-1 .header-left .logo .header-logo img {
    width: 95px;
  }
}
.header-1 .header-right {
  gap: 50px;
}
@media (max-width: 991px) {
  .header-1 .header-right {
    gap: 25px;
  }
}
.header-1 .header-right .search-icon {
  color: var(--header);
}
.header-1 .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-right: 17px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header-button .theme-btn {
  border: 1px solid var(--header1);
  background-color: transparent;
  padding: 17px 25px;
  min-width: 90px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button .theme-btn {
    padding: 15px 23px;
  }
}
.header-1 .header-right .header-button .theme-btn img {
  margin-left: 10px;
}
.header-1 .header-right .header-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 0px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 37px;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 25px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-family: "Mulish", sans-serif;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
}
.header-main .main-menu ul li a img {
  width: 8px;
  height: 8px;
}
.header-main .main-menu ul li a:hover {
  color: #f0c529!important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #161616;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  text-transform: capitalize;
  width: 100%;
  border-bottom: 1px solid #272525;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--header) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  color: white;
  cursor: pointer;
  font-size: 24px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-1::before {
  width: 100%;
  background: var(--text);
  clip-path: initial;
}
.sticky.header-1::after {
  display: none;
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-left {
  justify-content: space-between;
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button .theme-btn {
  border: 1px solid var(--header1);
  background-color: transparent;
  padding: 17px 25px;
  min-width: 90px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
@media (max-width: 1199px) {
  .sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button .theme-btn {
    padding: 15px 23px;
  }
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button .theme-btn img {
  margin-left: 10px;
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header-button .theme-btn:hover {
  color: var(--white) !important;
}
.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle img {
  display: none;
}

.offcanvas__info {
  background: var(--black) none repeat scroll 0 0;
  border-left: 2px solid #f0c529;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 90px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: #999;
}
@media (max-width: 1199px) {
  .offcanvas__wrapper .offcanvas__content .text {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #f0c529;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h5 {
  color: var(--white);
  font-size: 25px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: #f0c529;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  color: var(--white);
  font-weight: 700;
  border-radius: 4px;
  background-color: #f0c529;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  margin-left: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn::before {
  background-color: var(--white);
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn::after {
  background-color: #c3af67;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn:hover {
  background-color: black;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #999;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid #999;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color:  #f0c529;
  ;
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.9;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--color-gradient-3);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 160px 0;
  text-align: center;
  z-index: 9;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 0;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 45px;
  position: relative;
  z-index: 9;
  font-weight: 400;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: #f0c529;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}

.error-items {
  text-align: center;
}
.error-items .error-image {
  margin-top: 10px;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-top: -30px;
}
@media (max-width: 575px) {
  .error-items h2 {
    margin-top: 15px;
  }
}
.error-items a {
  margin-top: 45px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(149, 31, 104, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet,
.swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--header);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme);
  content: "";
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--header);
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  display: flex;
  align-items: center;
}
.array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f0c529;
  margin-right: 20px;
  color:black;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .array-button .array-next {
    margin-right: 0;
    /* margin-bottom: 10px; */
  }
}
@media (max-width: 575px) {
  .array-button .array-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color:#f0c529;
  color:black;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .array-button .array-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.love-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}
.love-icon::after {
  position: absolute;
  content: "";
  width: 18%;
  height: 1px;
  background-color: #f0c529;
  right: 26%;
  top: 15px;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .love-icon::after {
    width: 30%;
  }
}
.love-icon::before {
  position: absolute;
  content: "";
  width: 18%;
  height: 1px;
  background-color: #f0c529;
  left: 26%;
  top: 15px;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .love-icon::before {
    width: 30%;
  }
}
.love-icon .icon-prev {
  transition: all 0.4s ease-in-out;
}
.love-icon .icon-prev i {
  color: #f0c529;
  font-size: 24px;
}
.love-icon .icon-prev:hover i {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.love-icon .icon-next {
  transition: all 0.4s ease-in-out;
}
.love-icon .icon-next i {
  color: #f0c529;
  font-size: 24px;
}
.love-icon .icon-next:hover i {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-image: var(--color-gradient-5);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.nice-select span {
  font-size: 16px;
  color: var(--header1);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-image: var(--color-gradient-5);
  border-right: 2px solid transparent;
  border-image-slice: 2;
}

.nice-select.open .list {
  background: var(--header);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--theme);
}

.nice-select .option.selected.focus {
  background: var(--theme);
  outline: none;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--text2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: var(--transition);
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #f0c529;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: #f0c529;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: var(--transition);
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 50%;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.box-color-1 {
  background-color: rgba(248, 184, 31, 0.15);
}

.box-color-2 {
  background-color: rgba(88, 102, 235, 0.15);
}

.box-color-3 {
  background-color: rgba(57, 192, 250, 0.15);
}

.box-color-4 {
  background-color: rgba(249, 37, 150, 0.15);
}

.bg-footer {
  background-color: var(--header) !important;
}

.border-none {
  border: none !important;
}

.pt-40 {
  padding-top: 40px;
}

.footer-bg {
  background-color: var(--header1);
}

.box-shadow {
  box-shadow: var(--box-shadow);
}

.bor-1 {
  border: 1px solid var(--theme);
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.border-array-style {
  border: 1px solid var(--theme);
}

.pt-80 {
  padding-top: 80px;
}

.fz-40 {
  font-size: 40px;
}

.hero-section {
  position: relative;
  z-index: 9;
}
.hero-section .swiper-dot {
  position: absolute;
  right: 70px;
  top: 50%;
  z-index: 9;
  transform: translateX(-50%);
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .hero-section .swiper-dot {
    display: none;
  }
}

.hero-1 {
  padding: 220px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 190px 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 90px 0;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 2;
  margin-left: 80px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 46px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme);
  font-size: 70px;
  font-style: italic;
  font-weight: 1;
}
.hero-1 .hero-content p {
  color: var(--header);
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content p {
    font-size: 14px;
  }
}
.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-1 .hero-content .hero-button a i {
  font-size: 16px;
}

.hero-2 {
  position: relative;
}
.hero-2 .swiper-slide-active .hero-image {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
.hero-2 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.hero-2 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  opacity: 0.6;
}
.hero-2 .hero-content {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content {
    padding: 150px 0;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content {
    padding: 100px 0;
  }
}
.hero-2 .hero-content h1 {
  font-size: 90px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 82px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-2 .hero-content h2 {
  font-size: 70px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h2 {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h2 {
    font-size: 39px;
  }
}
.hero-2 .hero-content h2 span {
  font-family: "Playfair Display", sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h2 span {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h2 span {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h2 span {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h2 span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h2 span {
    font-size: 39px;
  }
}
.hero-2 .hero-content h5 {
  padding: 4px;
  /* text-align: center; */
  /* margin-right: 550px; */
  margin-top: 20px;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h5 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h5 {
    font-size: 15px;
    /* text-align: center; */
    margin: 0 auto 10px;
  }
}
.hero-2 .hero-content .hero-button {
  margin-top: 20px;
  justify-content: center;
  /* margin-left: 215px; */
}
.hero-2 .hero-content .hero-button a {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 20px;
  }
}
.hero-2 .hero-content .hero-button .theme-btn-2 {
  background-color: #f0c529;
  color: var(--header);
  border: 2px solid #f0c529;
}
.hero-2 .hero-content .hero-button .theme-btn-2:hover {
  color: var(--white);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #161616 !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: #f0c529;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.blog-section .section-title p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
.blog-section .blog-button {
  margin-top: 20px;
}
.blog-section .blog-button .theme-btn-2 {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--theme);
}
.blog-section .blog-button .theme-btn-2:hover {
  color: var(--white);
}

.single-blog-items {
  overflow: hidden;
}
.single-blog-items .blog-image {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
  margin-top: 10px;
}
.single-blog-items .blog-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  transform: skewX(-50deg);
  background-color: var(--theme);
  opacity: 0.2;
  z-index: 1;
}
.single-blog-items .blog-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.single-blog-items .single-blog-widget {
  transition: all 0.4s ease-in-out;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-blog-items .single-blog-widget .number {
  position: relative;
  border-right: 1px solid var(--border);
  padding: 50px 20px;
  margin-top: 30px;
}
.single-blog-items .single-blog-widget .number span {
  font-family: "Playfair Display", sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 1199px) {
  .single-blog-items .single-blog-widget .number span {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .single-blog-items .single-blog-widget .number span {
    font-size: 40px;
  }
}
.single-blog-items .single-blog-widget .blog-content {
  margin-top: 30px;
}
.single-blog-items .single-blog-widget .blog-content .post-date li {
  color: var(--text2);
  margin-right: 5px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.single-blog-items .single-blog-widget .blog-content .post-date:hover li {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-blog-items .single-blog-widget .blog-content h4 {
  margin-top: 13px;
}
.single-blog-items .single-blog-widget .blog-content h4 a {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .single-blog-items .single-blog-widget .blog-content h4 a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .single-blog-items .single-blog-widget .blog-content h4 a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .single-blog-items .single-blog-widget .blog-content h4 a {
    font-size: 14px;
  }
  .single-blog-items .single-blog-widget .blog-content h4 a:hover {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
  }
}
.single-blog-items .single-blog-widget .blog-content h4 a:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-blog-items .single-blog-widget .blog-content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 13px;
  color: var(--text2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .single-blog-items .single-blog-widget .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .single-blog-items .single-blog-widget .blog-content p {
    font-size: 13px;
  }
}
.single-blog-items .single-blog-widget .blog-content p:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-blog-items:hover .blog-image::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.single-blog-items:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}
.single-blog-items.style .single-blog-widget {
  background-color: var(--theme);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  width: 85%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
  opacity: 1;
}
@media (max-width: 1399px) {
  .single-blog-items.style .single-blog-widget {
    width: 95%;
  }
}

.blog-section-2 .single-blog-items-2 {
  margin-top: 20px;
  position: relative;
}
.blog-section-2 .single-blog-items-2 .blog-image {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
}
@media (max-width: 991px) {
  .blog-section-2 .single-blog-items-2 .blog-image {
    margin-top: 60px;
  }
}
.blog-section-2 .single-blog-items-2 .blog-image::before {
  position: absolute;
  top: 0;
  left: -200%;
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  transform: skewX(-50deg);
  background-color: var(--theme);
  opacity: 0.2;
  z-index: 1;
}
.blog-section-2 .single-blog-items-2 .blog-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .blog-image.style {
  margin-top: 70px;
}
.blog-section-2 .single-blog-items-2 .blog-image-4 {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
}
@media (max-width: 991px) {
  .blog-section-2 .single-blog-items-2 .blog-image-4 {
    width: 370px;
    height: 514px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-section-2 .single-blog-items-2 .blog-image-4 {
    width: 370px;
    height: 450px;
    margin-top: 60px;
  }
}
.blog-section-2 .single-blog-items-2 .blog-image-4::before {
  position: absolute;
  top: 0;
  left: -200%;
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  transform: skewX(-50deg);
  background-color: var(--theme);
  opacity: 0.2;
  z-index: 1;
}
.blog-section-2 .single-blog-items-2 .blog-image-4 img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget {
  transition: all 0.4s ease-in-out;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -12%;
  padding: 10px 10px;
  background-color: var(--bg3);
  z-index: 1;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget.style {
  bottom: -4%;
  margin: 6px 0px;
  position: absolute;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .number {
  position: relative;
  border-right: 1px solid var(--theme);
  padding: 5px 4px;
  margin-top: 1px;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .number span {
  font-family: "Playfair Display", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: var(--header);
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .number .post-date li {
  color: var(--text2);
  margin-right: 5px;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .number .post-date:hover li {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content {
  margin-top: 30px;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h5:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 2px;
}
@media (max-width: 575px) {
  .blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h4 {
    font-size: 10px;
  }
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h4 a {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content h4 a:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 13px;
  color: var(--text2);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2 .single-blog-widget .blog-content p:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.blog-section-2 .single-blog-items-2:hover .blog-image::before {
  left: 185%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-section-2 .single-blog-items-2:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}
.blog-section-2 .single-blog-items-2:hover .blog-image-4::before {
  left: 185%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-section-2 .single-blog-items-2:hover .blog-image-4 img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}
.blog-section-2 .blog-button {
  margin-top: 60px;
}

.blog-details-area .blog-post-details .single-blog-post h5 {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-details-area .blog-post-details .single-blog-post h5 span {
  font-size: 20px;
  padding: 0px 10px;
}
.blog-details-area .blog-post-details .single-blog-post h2 {
  font-size: 45px;
  line-height: 116%;
  font-weight: 400;
  margin-bottom: 50px;
}
.blog-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  position: relative;
  height: 360px;
}
@media (max-width: 767px) {
  .blog-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}
.blog-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.blog-details-area .blog-post-details .single-blog-post .post-content h3 {
  font-size: 27px;
}
@media (max-width: 575px) {
  .blog-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.blog-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.blog-details-area .blog-post-details .single-blog-post .post-content p {
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.blog-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-top: 20px;
}
.blog-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 20px;
  font-weight: 400;
  color: var(--header);
  margin-right: 5px;
  font-family: "Mulish", sans-serif;
}
.blog-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  padding: 30px 0;
}
.blog-details-area .blog-post-details .tag-share-wrap .tagcloud span {
  color: var(--header);
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.blog-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  border-radius: 5px;
  background: var(--bg4);
  padding: 8px 10px;
  color: var(--header1);
  font-family: "Playfair Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    padding: 8px 8px;
  }
}
@media (max-width: 575px) {
  .blog-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.blog-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.blog-details-area .blog-post-details .tag-share-wrap .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
  display: flex;
}
@media (max-width: 575px) {
  .blog-details-area .blog-post-details .tag-share-wrap .social-icon {
    margin-top: 20px;
  }
}
.blog-details-area .blog-post-details .tag-share-wrap .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 6px 6px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--bg4);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid var(--border);
  opacity: 0.8;
}
.blog-details-area .blog-post-details .tag-share-wrap .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid transparent;
}
.blog-details-area .blog-post-details .comment-form-wrap {
  margin-top: -20px;
}
.blog-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.blog-details-area .blog-post-details .comment-form-wrap .form-clt input, .blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  color: var(--header);
}
.blog-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--header);
}
.blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.main-sidebar .single-sidebar-widget {
  padding: 36px 24px;
  background-color: var(--bg5);
  margin-bottom: 30px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  padding: 0px 120px;
  content: "";
  background-color: var(--text2);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 15px;
  width: 100%;
  border: none;
  color: var(--header1);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li a img {
  margin-right: 8px;
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Playfair Display", sans-serif, "Mulish", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--text2);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Playfair Display", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #f0c529;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #c3af67;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #f0c529;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.pricing-plans-section .pricing-wrapper {
  position: relative;
  margin-bottom: 100px;
  top: 35%;
}
@media (max-width: 1199px) {
  .pricing-plans-section .pricing-wrapper {
    margin-top: -90px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .pricing-plans-section .pricing-wrapper {
    text-align: center;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-wrapper {
    text-align: center;
    margin-top: -90px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-wrapper {
    text-align: center;
    margin-top: -77px;
  }
}
.pricing-plans-section .pricing-wrapper .section-title p {
  color: var(--header1);
  margin-top: 20px;
}
.pricing-plans-section .pricing-wrapper .section-title .love-icon {
  left: -26%;
}
@media (max-width: 1199px) {
  .pricing-plans-section .pricing-wrapper .section-title .love-icon {
    text-align: center;
    left: 1%;
  }
}
@media (max-width: 991px) {
  .pricing-plans-section .pricing-wrapper .section-title .love-icon {
    text-align: center;
    left: 1%;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-wrapper .section-title .love-icon {
    display: none;
  }
}
.pricing-plans-section .pricing-items {
  padding: 3px 11px 22px;
  border-radius: 7px;
  position: relative;
  border: 1px solid var(--border2);
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pricing-plans-section .pricing-items {
    padding: 45px 43px 45px;
  }
}
@media (max-width: 991px) {
  .pricing-plans-section .pricing-items {
    padding: 45px 14px 45px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items {
    padding: 32px -33px 45px;
    margin: 13px -65px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items {
    padding: 12px 14px 12px;
    margin: 0 10px;
    margin-top: 30px;
  }
}
.pricing-plans-section .pricing-items .pricing-header {
  margin-right: 28px;
  border-right: 1px solid var(--border2);
}
.pricing-plans-section .pricing-items .pricing-header h5 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .pricing-plans-section .pricing-items .pricing-header h5 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .pricing-plans-section .pricing-items .pricing-header h5 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-header h5 {
    font-size: 20px;
  }
}
.pricing-plans-section .pricing-items .pricing-header span {
  font-family: "Mulish", sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--header);
  margin-top: 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items .pricing-header span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-header span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-header span {
    font-size: 28px;
    margin-top: 20px;
  }
}
.pricing-plans-section .pricing-items .pricing-header span sub {
  position: absolute;
  right: -36%;
  top: 17%;
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items .pricing-header span sub {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-header span sub {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-header span sub {
    font-size: 8px;
  }
}
.pricing-plans-section .pricing-items .pricing-header p {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items .pricing-header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-header p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-header p {
    font-size: 14px;
    margin-top: -10px;
  }
}
.pricing-plans-section .pricing-items .pricing-items-info .pricing-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-list {
    margin-top: 20px;
  }
}
.pricing-plans-section .pricing-items .pricing-items-info .pricing-list li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-list li {
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-list li {
    font-size: 12px;
  }
}
.pricing-plans-section .pricing-items .pricing-items-info .pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-plans-section .pricing-items .pricing-items-info .pricing-list li i {
  color: var(--header);
  margin-right: 4px;
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-list li i {
    font-size: 6px;
  }
}
.pricing-plans-section .pricing-items .pricing-items-info .pricing-button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-button {
    padding: 10px 10px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items .pricing-items-info .pricing-button {
    margin-top: 20px;
  }
}
.pricing-plans-section .pricing-items.active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items.active {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items.active {
    padding: 10px 14px 28px;
    margin: 0 14px;
    margin-top: 30px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-header {
  border-right: 1px solid var(--border2);
  padding-right: 10px;
}
.pricing-plans-section .pricing-items.active .pricing-header h5 {
  color: var(--white);
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items.active .pricing-header h5 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items.active .pricing-header h5 {
    font-size: 20px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-header span {
  color: var(--white);
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items.active .pricing-header span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items.active .pricing-header span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items.active .pricing-header span {
    font-size: 28px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-header span sub {
  color: var(--white);
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items.active .pricing-header span sub {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items.active .pricing-header span sub {
    font-size: 10px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-header p {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1399px) {
  .pricing-plans-section .pricing-items.active .pricing-header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pricing-plans-section .pricing-items.active .pricing-header p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items.active .pricing-header p {
    font-size: 14px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-items-info .pricing-list li {
  color: var(--white);
}
.pricing-plans-section .pricing-items.active .pricing-items-info .pricing-list li i {
  color: var(--white);
}
.pricing-plans-section .pricing-items.active .pricing-items-info .theme-btn {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .pricing-plans-section .pricing-items.active .pricing-items-info .theme-btn {
    font-size: 10px;
    font-weight: 700;
    padding: 20px 37px;
  }
}
.pricing-plans-section .pricing-items.active .pricing-items-info .theme-btn:hover {
  color: var(--white);
}
.pricing-plans-section .pricing-items:hover {
  transform: translateX(-10px);
}

.pricing-section .pricing-items {
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .pricing-section .pricing-items {
    justify-content: center;
    left: 18%;
  }
}
.pricing-section .pricing-items h3 {
  font-size: 27px;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing-section .pricing-items h3 {
    display: none;
  }
}
.pricing-section .pricing-items .pricing-items-img {
  position: relative;
  width: 350px;
  height: 550px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.pricing-section .pricing-items .pricing-items-img img {
  width: 100%;
  height: 100%;
}
.pricing-section .pricing-items .pricing-header {
  position: absolute;
  left: 32%;
  top: 20%;
  z-index: 9;
}
@media (max-width: 767px) {
  .pricing-section .pricing-items .pricing-header {
    left: 20%;
    top: 12%;
  }
}
.pricing-section .pricing-items .pricing-header span {
  font-family: "Mulish", sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: var(--theme);
}
.pricing-section .pricing-items .pricing-list {
  position: absolute;
  left: 25%;
  top: 30%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pricing-section .pricing-items .pricing-list {
    left: 15%;
    top: 22%;
  }
}
.pricing-section .pricing-items .pricing-list li {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  color: var(--header);
}
.pricing-section .pricing-items .pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-section .pricing-items .pricing-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: var(--theme);
}
.pricing-section .pricing-items .pricing-button {
  position: absolute;
  left: 22%;
  bottom: 10%;
}
@media (max-width: 767px) {
  .pricing-section .pricing-items .pricing-button .theme-btn-2 {
    padding: 16px 21px;
  }
}
@media (max-width: 767px) {
  .pricing-section .pricing-items .pricing-button {
    left: 15%;
    bottom: 10%;
  }
}
.pricing-section .pricing-items:hover {
  transform: translateY(-10px);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--header1);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg2);
}

.section-bg-3 {
  background-color: var(--bg3);
}

.section-bg-4 {
  background-color: var(--bg4);
}

.section-bg-5 {
  background-color: var(--theme);
}

.text-color {
  color: var(--header1);
}

.text-blackcolor {
  color: var(--header);
}

.text-whitecolor {
  color: var(--white);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .section-padding-2 {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-2 {
    padding: 80px 0;
  }
}

.section-padding-3 {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .section-padding-3 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-3 {
    padding: 30px 0;
  }
}

.filter-buttons {
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .filter-buttons {
    margin-top: 40px;
  }
}
.filter-buttons button {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  background: var(--bg5);
  color: var(--black);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .filter-buttons button {
    margin: 10px 10px;
    margin-top: 10px;
  }
}
.filter-buttons button.active {
  background: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.filter-buttons button:hover {
  background: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.grid {
  position: relative;
  margin: 0 5px;
  margin-left: 160px;
}
@media (max-width: 991px) {
  .grid {
    margin-left: 0px;
  }
}
.grid .grid-item {
  justify-items: center;
  justify-content: center;
  text-align: center;
}
.grid .grid-item img {
  width: 387px;
  height: 286px;
}
@media (max-width: 575px) {
  .grid .grid-item img {
    width: 300px;
  }
}
.grid .grid-item a img {
  width: 387px;
  height: 286px;
}
.grid .grid-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-delay: 0s;
  transition-delay: 0s;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.grid .grid-item .icon i {
  color: var(--white);
}
.grid .grid-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.5s all ease;
  background-color: rgba(31, 29, 29, 0.8);
}
.grid .grid-item:hover .icon {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  transition-delay: 300ms;
  opacity: 1;
  visibility: visible;
}
.grid .grid-item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.secrvice-section .card-items-info {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info .card-items-1 {
  padding: 70px 0px;
  background: rgba(255, 226, 242, 0.3);
  margin: 0 90px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .secrvice-section .card-items-info .card-items-1 {
    padding: 60px 0px;
    margin: 0 90px;
  }
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-1 {
    padding: 40px 0px;
    margin: 0 10px;
    margin-top: -32px;
  }
}
.secrvice-section .card-items-info .card-items-1 .icon svg path {
  fill: var(--theme);
  font-size: 10px;
}
.secrvice-section .card-items-info .card-items-1 h3 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-1 h3 {
    font-size: 12px;
  }
}
.secrvice-section .card-items-info .card-items-1 h3 a:hover {
  color: var(--theme);
}
.secrvice-section .card-items-info .card-items-1:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info .card-items-2 {
  padding: 70px 0px;
  background: rgba(242, 202, 224, 0.4);
  margin: 0 90px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -42px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .secrvice-section .card-items-info .card-items-2 {
    padding: 70px 0px;
    margin: 0 90px;
    margin-top: -49px;
  }
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-2 {
    padding: 50px 0px;
    margin: 0 10px;
    margin-top: -32px;
  }
}
.secrvice-section .card-items-info .card-items-2 .icon i {
  color: var(--theme);
  font-size: 36px;
}
.secrvice-section .card-items-info .card-items-2 h3 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-2 h3 {
    font-size: 12px;
  }
}
.secrvice-section .card-items-info .card-items-2 h3 a:hover {
  color: var(--theme);
}
.secrvice-section .card-items-info .card-items-2:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info .card-items-3 {
  padding: 70px 0px;
  background: rgba(232, 162, 199, 0.4);
  margin: 0 90px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -32px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .secrvice-section .card-items-info .card-items-3 {
    padding: 66px 0px;
    margin: 0 90px;
    margin-top: -32px;
  }
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-3 {
    padding: 50px 0px;
    margin: 0 10px;
    margin-top: -32px;
  }
}
.secrvice-section .card-items-info .card-items-3 .icon svg path {
  fill: var(--theme);
  font-size: 10px;
}
.secrvice-section .card-items-info .card-items-3 h3 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-3 h3 {
    font-size: 12px;
  }
}
.secrvice-section .card-items-info .card-items-3 h3 a:hover {
  color: var(--theme);
}
.secrvice-section .card-items-info .card-items-3:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info .card-items-4 {
  padding: 30px 0px;
  background: rgb(181, 109, 148);
  margin: 0 90px;
  border-radius: 40px;
  margin-top: -42px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-4 {
    padding: 50px 0px;
    margin: 0 10px;
    margin-top: -32px;
  }
}
.secrvice-section .card-items-info .card-items-4 .icon i {
  color: var(--white);
  font-size: 36px;
}
.secrvice-section .card-items-info .card-items-4 h3 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .secrvice-section .card-items-info .card-items-4 h3 {
    font-size: 12px;
  }
}
.secrvice-section .card-items-info .card-items-4 h3 a {
  color: var(--white);
}
.secrvice-section .card-items-info .card-items-4 h3 a:hover {
  color: var(--header);
}
.secrvice-section .card-items-info .card-items-4 p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .secrvice-section .card-items-info .card-items-4 p {
    font-size: 13px;
  }
}
.secrvice-section .card-items-info .card-items-4 p:hover {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info .card-items-4:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .card-items-info:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.secrvice-section .service-box-items-left {
  margin-top: 100px;
}
.secrvice-section .service-box-items-left .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.secrvice-section .service-box-items-left .section-title p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text2);
  margin-top: 10px;
}
.secrvice-section .service-box-items-left .section-title .service-button {
  margin-top: 25px;
}

.service-section-2 .service-box-items {
  padding: 30px 18px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
@media (max-width: 767px) {
  .service-section-2 .service-box-items {
    padding: 46px 62px;
  }
}
@media (max-width: 575px) {
  .service-section-2 .service-box-items {
    padding: 54px 67px;
  }
}
.service-section-2 .service-box-items .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
}
.service-section-2 .service-box-items .icon i {
  font-size: 27px;
  color: #f0c529;
}
.service-section-2 .service-box-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../img/service/01.png); */
  z-index: -1;
  transition: all 0.4s ease-in-out;
  background-color: black;
  border-radius: 30px;
}
.service-section-2 .service-box-items .content h4 {
  font-size: 27px;
  font-weight: 400;
  margin-top: 20px;
}
.service-section-2 .service-box-items .content h4 a {
  color: var(--header);
}
.service-section-2 .service-box-items .content h4 a:hover {
  color: #f0c529;
}
.service-section-2 .service-box-items .content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text2);
  margin-top: 20px;
}
.service-section-2 .service-box-items .content p:hover {
  color: #f0c529;
}
.service-section-2 .service-box-items:hover {
  box-shadow: var(--box-shadow);
  height: 100%;
  position: relative;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom: 8px solid #f0c529;
}
.service-section-2 .service-box-items.active {
  box-shadow: var(--box-shadow);
  height: 100%;
  position: relative;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  padding: 30px 30px 32px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom: 8px solid #f0c529;
}
@media (max-width: 767px) {
  .service-section-2 .service-box-items.active {
    padding: 46px 62px;
  }
}
@media (max-width: 575px) {
  .service-section-2 .service-box-items.active {
    padding: 54px 67px;
  }
}

.secrvice-section-3 .service-box-items-left {
  border-right: 1px solid #f0c529;
  padding: 30px 13px;
  margin: 0px -11px;
}
@media (max-width: 1399px) {
  .secrvice-section-3 .service-box-items-left {
    padding: 30px 10px;
    margin: 0px -22px;
  }
}
@media (max-width: 991px) {
  .secrvice-section-3 .service-box-items-left {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .secrvice-section-3 .service-box-items-left {
    border-right: none;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .secrvice-section-3 .service-box-items-left {
    border-right: none;
    margin: 0 auto;
  }
}
.secrvice-section-3 .service-box-items-left .section-title span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.secrvice-section-3 .service-box-items-left .section-title h2 {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .secrvice-section-3 .service-box-items-left .section-title h2 {
    font-size: 30px;
  }
}
.secrvice-section-3 .service-box-items-left .section-title p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
.secrvice-section-3 .service-box-items-left .theme-btn-2 {
  background-color: transparent;
  color: var(--header);
  border: 1px solid #f0c529;
  background-color: #f0c529;
}
.secrvice-section-3 .service-box-items-left .theme-btn-2:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .secrvice-section-3 .service-box-items-right .service-contant {
    margin: 0 auto;
  }
}
.secrvice-section-3 .service-box-items-right .service-contant .icon i {
  font-size: 30px;
  color: #f0c529;
}
.secrvice-section-3 .service-box-items-right .service-contant h4 {
  font-size: 18px;
  margin-top: 20px;
}
.secrvice-section-3 .service-box-items-right .service-contant h4 a {
  color: var(--header);
}
.secrvice-section-3 .service-box-items-right .service-contant h4 a:hover {
  color: #f0c529;
}
.secrvice-section-3 .service-box-items-right .service-contant p {
  color: var(--header1);
}

.service-section-4 .service-wrapper {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1px;
  padding: 60px 30px;
  border: 2px solid #f0c529;
  border-radius: 10px;
}
.service-section-4 .service-wrapper .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  /* background-color: var(--theme3); */
  border-radius: 36px;
  border: 1px solid var(--white);
  text-align: center;
  position: relative;
  display: inline-block;
}
.service-section-4 .service-wrapper .icon i {
  font-size: 20px;
  color: var(--header);
}
.service-section-4 .service-wrapper .content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.service-section-4 .service-wrapper .content h4 a {
  color: var(--header);
}
.service-section-4 .service-wrapper .content h4 a:hover {
  color: #f0c529;
}
.service-section-4 .service-wrapper .content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text2);
  margin-top: 15px;
}
.service-section-4 .service-wrapper .content p:hover {
  color: #f0c529;
}

.service-details-section .service-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -15px;
}
.service-details-section .service-wrapper h2 {
  font-size: 30px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .service-details-section .service-wrapper h2 {
    font-size: 20px;
  }
}
.service-details-section .service-wrapper p {
  font-size: 15px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: var(--header1);
  margin-top: 10px;
}
.service-details-section .service-wrapper .service-thumb {
  margin-top: 20px;
}
.service-details-section .service-wrapper .service-thumb img {
  width: 1200px;
}
@media (max-width: 991px) {
  .service-details-section .service-wrapper .service-thumb img {
    max-width: 100%;
  }
  .service-details-section .service-wrapper .service-thumb img img {
    object-fit: cover;
  }
}

.service-details-area .main-sidebar-2 .single-sidebar-widget-2 {
  padding: 36px 24px;
  background-color: var(--bg5);
  margin-bottom: 30px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .wid-title {
  margin-bottom: 25px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  padding: 0px 120px;
  content: "";
  background-color: var(--text2);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .search-widget form {
  width: 100%;
  position: relative;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 15px;
  width: 100%;
  border: none;
  color: var(--header1);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .search-widget form button:hover {
  background-color: var(--header);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li a {
  color: var(--header);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li a img {
  margin-right: 8px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li span i {
  font-size: 16px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li:hover a {
  color: var(--white);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li:hover span {
  color: var(--white);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li.active {
  background-color: var(--theme);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li.active a {
  color: var(--white);
}
.service-details-area .main-sidebar-2 .single-sidebar-widget-2 .service-widget-categories ul li.active span {
  color: var(--white);
}
.service-details-area .service-details-items .single-blog-post {
  background: var(--white);
  margin-bottom: 60px;
}
.service-details-area .service-details-items .single-blog-post .service-thumb {
  position: relative;
}
.service-details-area .service-details-items .single-blog-post .service-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-area .service-details-items .single-blog-post .service-content {
  padding: 30px 0px;
}
.service-details-area .service-details-items .single-blog-post .service-content ul {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .service-details-area .service-details-items .single-blog-post .service-content ul {
    gap: 20px;
  }
}
.service-details-area .service-details-items .single-blog-post .service-content ul li {
  font-size: 14px;
  font-weight: 500;
  color: var(--title);
}
@media (max-width: 767px) {
  .service-details-area .service-details-items .single-blog-post .service-content ul li {
    font-size: 12px;
  }
}
.service-details-area .service-details-items .single-blog-post .service-content ul li i {
  color: var(--theme);
  margin-right: 8px;
}
.service-details-area .service-details-items .single-blog-post .service-content h1 {
  color: var(--header);
  font-family: "Playfair Display", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  text-transform: capitalize;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .service-details-area .service-details-items .single-blog-post .service-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .service-details-area .service-details-items .single-blog-post .service-content h1 {
    font-size: 28px;
  }
}
.service-details-area .service-details-items .single-blog-post .service-content h1 a:hover {
  color: var(--theme);
}
.service-details-area .service-details-items .single-blog-post .service-content P {
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 13px;
}
.service-details-area .service-details-items .single-blog-post .details-image {
  width: 100%;
  height: 100%;
}
.service-details-area .service-details-items .single-blog-post .hilight-text {
  margin: 30px 0px 20px 0px;
  border-radius: 5px;
  background: var(--gray1);
  display: flex;
  gap: 10px;
}
.service-details-area .service-details-items .single-blog-post .hilight-text .content {
  padding: 20px 40px;
}
.service-details-area .service-details-items .single-blog-post .hilight-text .content h4 {
  color: var(--title);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: capitalize;
}
.service-details-area .service-details-items .single-blog-post .hilight-text .content p {
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.service-details-area .service-details-items .single-blog-post .hilight-text .icon {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--theme);
  font-family: "Font Awesome 6 Free";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 10px;
  padding: 30px 40px 0px 0px;
}
.service-details-area .service-details-items .single-blog-post .hilight-text .icon i {
  color: var(--theme);
}
.service-details-area .service-details-items .single-blog-post p {
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.service-details-area .service-details-items .single-blog-post .post-content {
  margin-top: 20px;
}
.service-details-area .service-details-items .single-blog-post .post-content h3 {
  color: var(--title);
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.service-details-area .service-details-items .single-blog-post .post-content p {
  color: var(--header1);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
}
.service-details-area .service-details-items .faq-content-2 .accordion-item {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border: 0;
  border-radius: 0;
}
.service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-header .accordion-button {
  font-weight: 400;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 19px;
  border: none;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-header .accordion-button img {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  text-align: center;
}
.service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
.service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-collapse .accordion-body {
  padding-right: 130px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--header1);
  background-color: var(--white);
  padding-bottom: 25px;
  font-size: 15px;
}
@media (max-width: 1399px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .service-details-area .service-details-items .faq-content-2 .accordion-item .accordion-collapse .accordion-body {
    font-size: 12px;
  }
}

.wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image {
    height: 450px;
  }
  .wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image img {
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image {
    height: 380px;
  }
}
.wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image img {
  width: 100%;
  height: 100%;
}
.wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--header);
  opacity: 0.6;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
}
.wedding-agency-section .instagram-wrapper .instagram-banner-items .banner-image .icon {
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.wedding-agency-section .instagram-wrapper .instagram-banner-items:hover .banner-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.wedding-agency-section .instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
  opacity: 1;
}

.wedding-agency-section-2 .section-title p {
  color: var(--header1);
  margin-top: 10px;
}
.wedding-agency-section-2 .instagram-wrapper-2 .swiper {
  overflow: initial;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items {
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items .banner-image {
  position: relative;
  overflow: hidden;
  transition: transform 300ms ease;
  width: 290px;
  height: 300px;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items .banner-image::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #F00 100%);
  mix-blend-mode: color-burn;
  transform-origin: center;
  transition: all 300ms ease;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items .banner-image img {
  width: 100%;
  height: 100%;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items .banner-image .video-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items:hover {
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items:hover .banner-image {
  height: 354px;
  margin-top: -30px;
  transform: scale(1.31);
}
@media (max-width: 1600px) {
  .wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items:hover .banner-image {
    transform: initial;
  }
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items:hover .banner-image::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wedding-agency-section-2 .instagram-wrapper-2 .instagram-banner-items:hover .banner-image .video-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.wedding-photography-section {
  padding: 150px 0px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.wedding-photography-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--color-gradient-3);
}
@media (max-width: 1199px) {
  .wedding-photography-section {
    padding: 190px 0px;
  }
}
@media (max-width: 991px) {
  .wedding-photography-section {
    padding: 150px 0px;
  }
}
@media (max-width: 767px) {
  .wedding-photography-section {
    padding: 130px 0px;
  }
}
.wedding-photography-section .section-title span {
  color: var(--white);
}
@media (max-width: 1199px) {
  .wedding-photography-section .section-title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wedding-photography-section .section-title span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .wedding-photography-section .section-title span {
    font-size: 11px;
  }
}
.wedding-photography-section .section-title h2 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .wedding-photography-section .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wedding-photography-section .section-title h2 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .wedding-photography-section .section-title h2 {
    font-size: 20px;
  }
}
.wedding-photography-section .video-box {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .wedding-photography-section .video-box {
    margin-top: 19px;
  }
}
.wedding-photography-section .video-box .video-btn {
  background: transparent;
  color: var(--white);
  display: inline-block;
  font-size: 22px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--white);
}
.wedding-photography-section .video-box span {
  font-size: 18px;
  color: var(--white);
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-right: 20px;
}

.featured-portfolio-items-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.featured-portfolio-items-info .swiper {
  width: 80%;
  padding-bottom: 50px;
}
.featured-portfolio-items-info .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 450px;
}
.featured-portfolio-items-info .swiper-slide img {
  display: block;
  width: 100%;
}
.featured-portfolio-items-info .portfolio-image {
  width: 300px;
  height: 450px;
}
.featured-portfolio-items-info .portfolio-image img {
  width: 100%;
  height: 100%;
}
.featured-portfolio-items-info .theme-btn-2 {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--theme);
}
.featured-portfolio-items-info .theme-btn-2:hover {
  color: var(--white);
}

.recent-wedding-section .gallery-wrapper {
  margin-top: 60px;
}
.recent-wedding-section .gallery-wrapper .gallery-image {
  position: relative;
  width: 295px;
  height: 480px;
}
@media (max-width: 1199px) {
  .recent-wedding-section .gallery-wrapper .gallery-image {
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .recent-wedding-section .gallery-wrapper .gallery-image {
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .recent-wedding-section .gallery-wrapper .gallery-image {
    margin: 0 auto;
  }
}
.recent-wedding-section .gallery-wrapper .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-delay: 0s;
  transition-delay: 0s;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1199px) {
  .recent-wedding-section .gallery-wrapper .gallery-image .gallery-content {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .recent-wedding-section .gallery-wrapper .gallery-image .gallery-content {
    left: 46%;
  }
}
@media (max-width: 767px) {
  .recent-wedding-section .gallery-wrapper .gallery-image .gallery-content {
    left: 46%;
  }
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content h3 {
  font-size: 18px;
  font-style: italic;
  color: var(--white);
  margin-top: 10px;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content h3:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content h6 {
  font-size: 10px;
  font-style: italic;
  color: var(--white);
  margin-top: 12px;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content h6:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content .img-design {
  margin-bottom: 10px;
}
.recent-wedding-section .gallery-wrapper .gallery-image .gallery-content .img-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-wedding-section .gallery-wrapper .gallery-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.5s all ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.recent-wedding-section .gallery-wrapper .gallery-image:hover .gallery-content {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  transition-delay: 300ms;
  opacity: 1;
  visibility: visible;
}
.recent-wedding-section .gallery-wrapper .gallery-image:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.single-team-items {
  margin-top: 50px;
  position: relative;
}
.single-team-items.style {
  margin-top: 100px;
}
.single-team-items .team-image {
  position: relative;
}
.single-team-items .team-image img {
  width: 100%;
  height: 100%;
}
.single-team-items .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(359.9deg, #00060c 0.09%, rgba(22, 36, 62, 0) 99.91%);
  opacity: 0.6;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
}
.single-team-items:hover .team-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.single-team-items:hover .team-image .icon {
  opacity: 1;
}
.single-team-items .team-content h3 {
  margin-top: 30px;
  font-weight: 400;
}
.single-team-items .team-content h3 a:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-team-items .team-content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--header1);
  margin: 6px;
}
.single-team-items .team-content p:hover {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-team-items .social-profile ul li a {
  padding: 8px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-team-items .social-profile ul li a i {
  font-size: 20px;
}
.single-team-items .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
  border-radius: 3px;
}

.team-section-detials {
  margin-top: -130px;
}
@media (max-width: 1399px) {
  .team-section-detials {
    margin-top: -130px;
  }
}
@media (max-width: 1199px) {
  .team-section-detials {
    margin-top: 26px;
  }
}
.team-section-detials .section-title .love-icon {
  margin-top: 30px;
  left: -26%;
}
.team-section-detials .section-title .content {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 26px;
}
.team-section-detials .section-title .content span {
  padding: 10px 14px 15px;
  background: var(--theme);
  font-family: "Playfair Display", sans-serif;
  color: var(--white);
  font-size: 45px;
  font-weight: 400;
  margin-right: 12px;
}
.team-section-detials .section-title .content span:hover {
  color: var(--theme);
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
}
.team-section-detials .section-title .content p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
@media (max-width: 991px) {
  .team-section-detials .section-title .content p {
    font-size: 13px;
  }
}
.team-section-detials .team-details-progress {
  margin-top: 40px;
  border-right: 1px solid var(--text2);
  padding: 4px 30px;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items {
  width: 100%;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .pro-head .point {
  font-size: 14px;
  color: var(--header);
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .progress {
  background: var(--text3);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 100px;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-section-detials .team-details-progress .progress-area .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
.team-section-detials .team-details-award {
  margin-top: 40px;
}
.team-section-detials .team-details-award .section-title h3 {
  font-size: 20px;
}
.team-section-detials .team-details-award .team-award-info {
  margin-top: 40px;
}
.team-section-detials .team-details-award .team-award-info .team-award {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.team-section-detials .team-details-award .team-award-info .team-award .award-sertific {
  width: 206px;
  height: 130px;
}
.team-section-detials .team-details-award .team-award-info .team-award .award-sertific img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section-detials .team-details-award .team-award-info .team-award .content .list-info li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--header1);
}
.team-section-detials .team-details-award .team-award-info .team-award .content h6 {
  font-size: 16px;
  margin-top: 18px;
}
.team-section-detials .team-details-award .team-award-info .team-award .content h6 a {
  color: var(--header);
}
.team-section-detials .team-details-award .team-award-info .team-award .content h6 a:hover {
  color: var(--theme);
}

.testimonils-wrapper {
  padding: 50px 30px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 9;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .testimonils-wrapper {
    padding: 100px 30px;
  }
}
@media (max-width: 991px) {
  .testimonils-wrapper {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .testimonils-wrapper {
    padding: 70px 30px;
  }
}
.testimonils-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, var(--black) 0%, var(--black) 100%);
  opacity: 0.5;
}
.testimonils-wrapper .testimonial-image-items {
  position: relative;
}
.testimonils-wrapper .testimonial-image-items .testimonial-image {
  max-width: 90%;
  height: 330px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testimonils-wrapper .testimonial-image-items .testimonial-image {
    max-width: 90%;
    height: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .testimonils-wrapper .testimonial-image-items .testimonial-image {
    max-width: 90%;
    height: 330px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .testimonils-wrapper .testimonial-image-items .testimonial-image {
    text-align: center;
    margin: 0 auto;
  }
}
.testimonils-wrapper .testimonial-content {
  margin-top: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonils-wrapper .testimonial-content .icon {
  color: var(--border);
  font-size: 36px;
}
.testimonils-wrapper .testimonial-content p {
  font-weight: 500;
  color: var(--border);
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .testimonils-wrapper .testimonial-content p {
    font-size: 14px;
  }
}
.testimonils-wrapper .testimonial-content .client-info h5 {
  font-size: 18px;
  color: var(--border);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .testimonils-wrapper .testimonial-content .client-info h5 {
    font-size: 16px;
  }
}
.testimonils-wrapper .array-button {
  margin-top: 60px;
}

.testimonils-section-2 {
  padding: 100px 30px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonils-section-2 {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .testimonils-section-2 {
    height: 550px;
  }
}
.testimonils-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white2);
  opacity: 0.5;
}
.testimonils-section-2 .section-title {
  margin-top: 220px;
}
@media (max-width: 991px) {
  .testimonils-section-2 .section-title {
    margin-top: -8px;
  }
}
.testimonils-section-2 .section-title span {
  color: var(--header1);
  z-index: 999;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .testimonils-section-2 .section-title span {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .testimonils-section-2 .section-title h2 {
    font-size: 30px;
  }
}
.testimonils-section-2 .testimonils-items-info {
  background-color: var(--white);
  position: relative;
  margin-right: -340px;
  margin-top: 85px;
  align-items: center;
}
@media (max-width: 575px) {
  .testimonils-section-2 .testimonils-items-info {
    margin-left: -30px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items {
  gap: 10px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items {
    margin-left: -200px;
    margin: 0 auto;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonils-image img {
  width: 100%;
  height: 100%;
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content {
    margin-left: 15px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
  font-size: 52px;
  color: var(--theme);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .icon {
    margin-bottom: 6px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 991px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content h4 {
    font-size: 20px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: var(--header1);
}
@media (max-width: 767px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content p {
    font-size: 14px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info {
    margin-top: 20px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  background-color: var(--theme);
  left: 0;
  top: 25px;
  opacity: 0.5;
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 767px) {
  .testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info h5 {
    font-size: 17px;
  }
}
.testimonils-section-2 .testimonils-items-info .testimonils-items .testimonial-content .client-info p {
  color: var(--header1);
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.testimonils-section-2 .array-button {
  left: -52%;
  top: -20%;
  position: relative;
}
@media (max-width: 991px) {
  .testimonils-section-2 .array-button {
    left: 2%;
    top: -93%;
  }
}
.testimonils-section-2 .array-button .array-prev {
  transition: all 0.4s ease-in-out;
}
.testimonils-section-2 .array-button .array-prev:hover {
  background-color: var(--header);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .testimonils-section-2 .array-button .array-prev {
    display: none;
  }
}
.testimonils-section-2 .array-button .array-next {
  transition: all 0.4s ease-in-out;
}
.testimonils-section-2 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .testimonils-section-2 .array-button .array-next {
    display: none;
  }
}

.footer-widgets-wrapper {
  padding: 30px 0 90px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 70px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head a img {
  width: 110px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head a img {
    width: 110px;
    /* height: 70px; */
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #f0c529;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: white;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #f0c529;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: white;
  font-size: 18px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color:#f0c529;
}

.footer-bottom {
  position: relative;
  z-index: 9;
  background-color: var(--header);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper p a {
  color: var(--white);
  font-weight: 600;
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color: var(--white);
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li:hover {
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li:hover a {
  color: var(--theme);
}

.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 121px;
    padding-top: 80px;
    justify-content: initial;
  }
}
@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-info-area .contact-info-items .icon svg path {
  fill: #f0c529;
  font-size: 10px;
}
.contact-info-area .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  border: 2px dotted #f0c529;
  border-radius: 50%;
  font-size: 30px;
  color: var(--white);
  animation: cir36 10s linear infinite;
}
.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 21px;
  color: var(--white);
  text-transform: initial;
}
.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}/*# sourceMappingURL=main.css.map */

@media (max-width: 1118px) {
  .footer1 {
    margin-top: 70px;
  }
}


@media only screen and (min-width: 350px) and (max-width: 1199px){

  .about1{
    margin-top: -70px !important;
  }
  .aboutimg{
    margin-top: -40px !important;
  }
  .ser1{
    margin-top: -60px !important;
  }
  .moment1{
    margin-top: -30px !important;
  }
  .loc1{
    margin-top: -80px !important;
  }
  .map1{
    margin-top: -20px !important;
  }



}



	           @media only screen and (min-width:350px) and (max-width:1100px) {
    .what1{

    margin-top: 60px !important;
    }
    .we1{
      margin-top: 5px !important;
    }
    .gall{
      margin-top: -10px !important;
    }
    .about1{
      margin-top: -100px !important;
    }
    .aboutimg{
       margin-top: -50px !important;
    }
    .service1{
      margin-top: -75px !important;
    }
}


.cat{
    font-size: 18px;
}
	           @media only screen and (min-width:350px) and (max-width:991px) {
    .fo1{

    margin-top: 40px !important;
    }

    .test1{
         margin-top: -30px !important;
    }
  }



  @media (max-width: 789px) {
  .logo20{
   margin-left: 0px !important;
  }
}