@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: black;
  --body-setting--font-family: Montserrat, sans-serif;
  --body-setting--body-text-color: #dadada;
  --body-setting--font-size: 17px;
  --heading-font: Montserrat, sans-serif;
  --white-color: white;
  --main-color: #c09562;
  --dark-color: #0d0f13;
  --nav-height: 100px;
  --background-color: #0d0f13;
  --light-color: #f6f6f6;
  --off-black: #080808;
  --black: black;
  --white: white;
  --main-color-opaque: #dbbe7563;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--secondary-color);
  font-family: var(--body-setting--font-family);
  color: var(--body-setting--body-text-color);
  font-size: var(--body-setting--font-size);
  line-height: 26px;
}

h1 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

h3 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

h4 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h5 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h6 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--white-color);
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 30px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  color: var(--white-color);
  margin-bottom: 8px;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup, sub {
  -webkit-text-stroke-color: var(--dark-color);
}

blockquote {
  font-family: var(--heading-font);
  color: var(--white-color);
  background-image: url('../images/quote_1quote.png');
  background-position: 5px 16px;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  border-left: 1px #000;
  border-radius: 16px;
  padding: 20px 0 20px 90px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

figure {
  margin-bottom: 10px;
  margin-right: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.hero-container {
  border-radius: 25px;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
}

.container.checkout-page {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--dark-color);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  width: 600px;
  padding: 40px 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-subtitle-1 {
  margin-bottom: 50px;
  position: relative;
}

.subtitle-head-1 {
  color: var(--white-color);
  letter-spacing: .45px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  position: relative;
}

.section-gap {
  padding: 100px 0;
}

.section-gap.padding-top-0 {
  padding-top: 0;
}

.section-gap.maps-section {
  margin-left: 20px;
  margin-right: 20px;
}

.section-gap.project-two-section {
  background-color: var(--dark-color);
}

.section-gap.pricing-table-section {
  padding-top: 150px;
}

.section-gap.barber {
  padding-left: 20px;
  padding-right: 20px;
}

.team-one-designation {
  color: var(--main-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
}

.service-one-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-one-list.service-page {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-one-title {
  color: var(--white-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 34px;
}

.service-one-link {
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
}

.service-one-preview {
  z-index: auto;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.marquee {
  border: 1px solid #c6ac7333;
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee.marquee-two {
  background-color: var(--main-color);
  background-color: #c6ac73;
  border-width: 1px;
}

.marquee-text {
  font-family: var(--heading-font);
  color: var(--main-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #041f394d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 95px;
  line-height: 130px;
}

.marquee-text.marquee-two-text {
  color: var(--secondary-color);
}

.marquee-wrap {
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
}

.blog-section-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.blog-section-list.category-page {
  grid-template-columns: 1fr 1fr;
}

.blog-one-preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-one-image {
  position: relative;
  overflow: hidden;
}

.blog-one-tiitle {
  color: var(--white-color);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.blog-one-content {
  flex-flow: column wrap-reverse;
  justify-content: space-between;
  padding-top: 17px;
  display: flex;
}

.nav-menu {
  color: var(--white-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.down-icon {
  color: var(--white-color);
  padding-left: 14px;
  font-size: 12px;
  display: block;
}

.menu-button {
  order: 1;
}

.header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header.header-two {
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.header.header-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.nav-text {
  height: var(--nav-height);
  font-family: var(--heading-font);
  color: var(--white-color);
  font-size: 14px;
  line-height: var(--nav-height);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 500;
  transition: color .5s cubic-bezier(.77, 0, .175, 1);
}

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

.nav-text.w--current {
  color: var(--main-color);
}

.nav-text.small {
  font-family: var(--body-setting--font-family);
  color: var(--white-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.nav-list {
  background-image: none;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list.first {
  color: var(--white-color);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}

.logo-link {
  order: -1;
}

.logo-link.w--current {
  line-height: var(--nav-height);
}

.dropdown-nav {
  display: block;
}

.dropdown-toggle {
  justify-content: space-around;
  align-items: center;
  padding: 0 12px 0 0;
  display: flex;
}

.dropdown-list {
  border-bottom: 3px solid var(--main-color);
  background-color: var(--white-color);
  width: 220px;
  padding: 20px;
  transition: opacity .2s;
  box-shadow: 1px -5px 25px -6px #0003;
}

.dropdown-list.w--open {
  border-top: 0 #0000;
  border-bottom: 0 #c6ac73;
  border-radius: 0;
  box-shadow: 0 7px 17px -7px #0000004d;
}

.dropdown-list._w-auto {
  width: auto;
}

.dropdown-list._w-auto.w--open {
  box-shadow: none;
  border-top-style: none;
  border-bottom-style: none;
}

.dropdown-link {
  color: var(--dark-color);
  letter-spacing: .3px;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--main-color);
}

.social-icons {
  flex-flow: column-reverse;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 8px;
}

.social-icons.blog-post-social-icons {
  text-align: left;
  flex-flow: row;
  position: static;
}

.social-link {
  border: 2px solid var(--main-color);
  color: var(--white-color);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--main-color);
  color: var(--dark-color);
}

.social-link.blog-post-link {
  background-color: var(--white-color);
  color: var(--dark-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  margin-right: 10px;
  display: flex;
}

.social-link.blog-post-link:hover {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.social-link.last {
  margin-right: 0;
}

.hero-one-section {
  background-color: #0000;
  height: 900px;
  margin-top: 200px;
  overflow: hidden;
}

.hero-one-section-wrap.white {
  color: var(--white-color);
}

.hero-one-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/home1-slider-shadow-01.png'), url('../images/home1-slider-shadow.png'), url('../images/home1-slider-img-01.jpg');
  background-position: 0 100%, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-one-slide.two {
  background-image: url('../images/home1-slider-shadow-01.png'), url('../images/home1-slider-shadow.png'), url('../images/home1-slider-img-02.jpg');
}

.hero-one-slide.three {
  background-image: url('../images/home1-slider-shadow-01.png'), url('../images/home1-slider-shadow.png'), url('../images/home1-slider-img-03.jpg');
}

.hero-one-title {
  z-index: 1;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 85px;
  line-height: 85px;
}

.margin-top-20 {
  margin-top: 20px;
  list-style-type: disc;
}

.breadcrumb-section {
  background-color: var(--dark-color);
  background-image: url('../images/titlebar-img-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: block;
}

.breadcrumb-section._02 {
  background-color: var(--background-color);
  background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-7-p-1080.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

.breadcrumb-section._03 {
  background-image: url('../images/titlebar-img-03.jpg');
}

.breadcrumb-section._04 {
  background-image: none;
}

.breadcrumb-section._04.breadcrumb-kontakt {
  background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.breadcrumb-section._04.breadcrumb-usluge {
  background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-7.jpeg');
  background-position: 50% 100%;
  background-size: auto;
}

.breadcrumb-section._04.breadcrumb-o-nama {
  background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-6.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.breadcrumb-section._04.nas-tim-detail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: auto;
}

.breadcrumb-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 510px;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.breadcrumb-title {
  color: var(--white-color);
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 70px;
}

.service-details-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

.service-details-left {
  margin-right: 20px;
}

.widget {
  background-color: var(--dark-color);
  margin-bottom: 60px;
  padding: 40px 34px;
}

.widget.download-option {
  padding: 0;
  display: flex;
}

.widget-title {
  color: var(--white-color);
  letter-spacing: .4px;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
}

.widget-title-wrap {
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.service-list-item:last-child {
  border-bottom-style: none;
}

.service-list-link {
  color: var(--white-color);
  border: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  transition: all .3s;
  display: flex;
}

.service-list-link.w--current {
  background-color: var(--main-color);
  color: var(--dark-color);
  border-radius: 0;
}

.service-list-text {
  font-family: var(--heading-font);
  letter-spacing: .5px;
  font-size: 17px;
  line-height: 25px;
}

.project-details-preview {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  overflow: hidden;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
}

.arrow-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
}

.arrow-wrap.left {
  margin-left: 20px;
  margin-right: 0;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  transform: rotate(-180deg);
}

.button {
  background-color: var(--main-color);
  font-family: var(--heading-font);
  color: var(--dark-color);
  letter-spacing: .36px;
  border-radius: 50px;
  padding: 13px 35px;
  font-size: 18px;
  line-height: 28px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.global-color {
  background-color: var(--main-color);
  margin-top: 30px;
}

.button.global-color:hover, .button.white-bg {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.white-bg:hover {
  background-color: var(--main-color);
}

.button.dark-bg {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.button.dark-bg:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.password-btn {
  margin-top: 10px;
}

.heading-title-1 {
  z-index: 1;
  color: var(--white-color);
  letter-spacing: -1.35px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 65px;
  position: relative;
}

.project-details {
  padding-top: 100px;
  padding-bottom: 40px;
}

.project-content {
  padding-bottom: 100px;
}

.service-detail-number {
  margin-right: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.service-detail-number:hover {
  color: var(--white-color);
}

.service-list-arrow {
  border-radius: 50%;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.service-list-word {
  display: flex;
  position: relative;
}

.download-button {
  background-color: var(--main-color);
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  transition: background-color .3s;
  display: block;
}

.download-button.first {
  border: 1px solid var(--body-setting--body-text-color);
  background-color: #0000;
  margin-right: 0;
}

.download-icon {
  width: 33px;
  max-width: none;
}

.download-arrow {
  color: var(--main-color);
}

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

.download-wrap {
  text-align: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.team-details-wrap {
  border-radius: 10px;
  margin-right: 80px;
  display: block;
  overflow: hidden;
}

.team-details-content {
  padding-top: 50px;
  position: relative;
}

.team-infomation {
  color: var(--white-color);
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.team-information-lable {
  color: var(--white-color);
  letter-spacing: .5px;
  min-width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 20px;
  line-height: 22px;
}

.team-details-title {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.team-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-detials-description {
  padding-top: 40px;
}

.advertisement {
  color: var(--white-color);
  text-align: center;
  background-image: url('../images/IMG_6752.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 230px;
  position: relative;
  overflow: hidden;
}

.contact-form-input {
  background-color: var(--white-color);
  color: var(--white-color);
  border: 1px solid #15141c1a;
  border-radius: 30px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
}

.contact-form-input:focus {
  border: 1px solid #15141c99;
}

.contact-form-input.textarea {
  border-radius: 25px;
  height: 110px;
  margin-top: 20px;
  padding-top: 22px;
  padding-left: 22px;
}

.contact-form-input.textarea.contact-page {
  height: 125px;
  margin-top: 0;
}

.contact-form-input.contact-page {
  background-color: #0000;
  border-color: #ffffff26;
  border-radius: 0;
}

.contact-form {
  background-color: var(--white-color);
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px 60px 60px;
  position: relative;
}

.contact-form.team-detail-form {
  background-color: var(--dark-color);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.pricing-divider {
  background-color: #76879d3d;
  align-self: stretch;
  height: 1px;
  margin: 20px auto 16px;
}

.pricing-divider.big {
  background-color: #76879d2e;
  margin: 60px 0;
}

.service-details-title {
  color: var(--white-color);
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 50px;
}

.section-gap-two {
  padding-top: 120px;
  padding-bottom: 0;
}

.footer-title {
  font-family: var(--heading-font);
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.footer-link {
  color: var(--body-setting--body-text-color);
  padding-bottom: 5px;
  display: flex;
}

.footer-link:hover {
  color: var(--white-color);
}

.hero-one-content {
  align-self: center;
  max-width: 700px;
  margin-right: auto;
  padding-top: 90px;
}

.footer-logo {
  max-width: 80%;
  height: 50px;
  margin-bottom: 30px;
  margin-right: 0;
  padding-left: 0;
}

.blog-detils-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-box {
  background-color: var(--main-color);
  color: var(--white-color);
  align-items: flex-start;
  margin-top: 20px;
  padding: 30px;
  display: flex;
  position: relative;
}

.author-image {
  border: 4px solid var(--secondary-color);
  border-radius: 50%;
  width: 145px;
  max-width: none;
  margin-right: 40px;
}

.blog-sidebar {
  margin-left: 20px;
}

.category-link-wrap {
  color: var(--dark-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.category-link-wrap:hover {
  color: var(--main-color);
}

.category-link {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: .8px;
  text-transform: none;
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  transition: color .3s;
}

.category-link:hover {
  color: var(--white-color);
}

.recent-blog {
  align-items: center;
  margin-bottom: 25px;
  display: block;
}

.recent-blog-image {
  object-fit: cover;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-right: 0;
}

.recent-blog-title {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 26px;
}

.footer-main {
  padding-top: 100px;
}

.footer-line {
  display: block;
}

.footer-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-column {
  border-right: 1px solid #ffffff26;
  width: 33.33%;
  padding-bottom: 60px;
}

.footer-column.last-column {
  border-right-style: none;
  border-right-width: 0;
  flex-flow: column wrap-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column.second {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-small-link {
  color: var(--body-setting--body-text-color);
  font-size: 15px;
  line-height: 14px;
  overflow: hidden;
}

.footer-small-link:hover {
  color: var(--white-color);
}

.footer-small-link.right-border {
  border-right: 2px solid #ffffff80;
  margin-right: 8px;
  padding-right: 10px;
}

.footer-links {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.service-details {
  flex-direction: row;
  display: flex;
}

.field-label {
  display: none;
}

.password-image {
  width: 200px;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.box-title {
  background-color: var(--white-color);
  color: var(--dark-color);
  border-radius: 6px;
  padding: 5px 20px;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
}

.color-box {
  background-color: var(--main-color);
  height: 150px;
  margin-bottom: 10px;
}

.color-box.dark {
  background-color: var(--dark-color);
}

.color-box.light {
  background-color: var(--light-color);
}

.category-list {
  border-bottom: 1px solid #07180f1a;
  padding-top: 10px;
}

.category-list:first-child {
  padding-top: 0;
}

.category-list:last-child {
  border-bottom-style: none;
}

.icon-style-two-title {
  color: var(--white-color);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 34px;
}

.team-details-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.contact-form-column {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  font-family: Themify;
  font-size: 16px;
  line-height: 20px;
}

.icon.social {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.author-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 28px;
}

.footer-block-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licenses-text {
  color: var(--white-color);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.marquee-img {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 50px;
  margin-right: 50px;
}

.icon-style-two-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-bottom: 42px;
  display: flex;
}

.icon-style-two-desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.button-link {
  background-color: var(--main-color);
  font-family: var(--heading-font);
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 7px 7px 35px;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.button-link:hover {
  background-color: var(--white-color);
}

.button-link.outline-btn {
  border: 2px solid var(--main-color);
  background-color: #0000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  position: static;
  bottom: 10px;
  left: 50px;
}

.button-link.outline-btn:hover {
  background-color: var(--main-color);
}

.button-link.white-bg {
  background-color: var(--white-color);
  color: var(--main-color);
}

.button-link.white-bg:hover {
  background-color: var(--dark-color);
}

.header-right-content {
  order: 1;
  align-items: center;
  display: flex;
}

.header-button-wrap {
  align-self: center;
  margin-right: 20px;
  display: none;
}

.header-button-link {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header-button-text {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.slider-arrow {
  border: 2px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  background-color: var(--main-color);
}

.slider-arrow.left-arrow {
  top: 0;
  left: 0;
}

.slider-arrow.left-arrow.heading-subheading-arrow-left {
  inset: -140px 65px auto auto;
}

.slider-arrow.left-arrow.heading-subheading-arrow-left.service-one-left-arrow {
  margin-right: 65px;
  right: 20px;
}

.slider-arrow.right-arrow {
  right: -100px;
}

.slider-arrow.right-arrow.heading-subheading-arrow-right {
  inset: -140px 0 auto auto;
}

.slider-arrow.right-arrow.heading-subheading-arrow-right.service-one-right-arrow {
  right: 20px;
}

.slider-arrow.right-arrow {
  right: 0;
  transform: rotate(0);
}

.slide-nav-5 {
  display: none;
}

.team-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  margin-top: 35px;
  display: flex;
}

.team-social-link-ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.team-social-li {
  margin-right: 5px;
}

.team-social-link {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  overflow: hidden;
}

.team-social-link:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--dark-color);
}

.service-one-image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-one-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.slider-icon {
  color: var(--dark-color);
  width: 28%;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.slider-icon.right-icon, .slider-icon.left-icon, .slider-icon.white {
  color: var(--white-color);
}

.blog-one-link {
  width: 100%;
}

.service-three-wrap {
  overflow: visible;
}

.service-three-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.service-three {
  border-bottom: 1px solid #15141c1a;
  flex-flow: row;
  flex: 1;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.service-three-title {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.service-three-content {
  border-bottom: 1px solid #ffffff26;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.client-one-logo-wrap {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  padding: 100px;
  display: inline-block;
  overflow: visible;
}

.client-logo-one-box {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: flex;
}

.blog-two-meta {
  margin-bottom: 10px;
  display: flex;
}

.slide-nav-rounded {
  z-index: 1;
  background-color: var(--secondary-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 30px 16px 24px;
  display: flex;
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translate(0, 50%);
}

.meta-icons {
  font-family: "Fa Brands 400", sans-serif;
}

.hero-two-section {
  background-color: #0000;
  height: 900px;
  overflow: hidden;
}

.hero-two-slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home2-slider-img-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-two-slide.two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home2-slider-img-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-two-slide.three {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home2-slider-img-03.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-two-content {
  text-align: center;
  flex: 1;
  align-self: center;
}

.ads-title-one {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 30px;
}

.ads-title-two {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.ads-title-two:hover {
  color: var(--main-color);
}

.download-arrow-wrap {
  background-color: var(--white-color);
  text-align: center;
  height: 45px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 13px 10px;
}

.download-arrow-wrap:hover {
  color: var(--main-color);
}

.download-arrow-wrap.bg-global {
  background-color: var(--main-color);
  color: var(--white-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.team-designation {
  font-family: var(--body-setting--font-family);
  color: var(--main-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.team-designation-wrap {
  margin-bottom: 22px;
}

.portfolio-meta-data-title {
  letter-spacing: .4px;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.portfolio-category {
  color: #fffc;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}

.portfolio-mwta-data-wrap {
  background-color: var(--dark-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding: 40px 35px;
  display: grid;
}

.portfolio-meta-data {
  border-bottom: 1px solid #ffffff26;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.portfolio-meta-data.last {
  border-bottom-style: none;
}

.blog-meta-category-wrap {
  align-items: center;
  display: flex;
}

.blog-meta-category-wrap.blog-detail {
  padding-bottom: 0;
}

.navbar-two-wrap {
  height: var(--nav-height);
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-top: 30px;
  display: flex;
  position: static;
  bottom: 5px;
  right: 5px;
}

.button-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button-wrap.right-float {
  justify-content: flex-end;
}

.button-wrap.display-none-991 {
  margin-top: 40px;
}

.button-wrap.button-3 {
  margin-left: 0;
  padding-left: 0;
}

.button-wrap.navbar-new-vip {
  position: absolute;
  right: 20px;
  overflow: visible;
}

.button-wrap.kako-se-naruciti {
  margin-top: 40px;
}

.button-text {
  letter-spacing: .36px;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 17px;
  line-height: 28px;
}

.button-text.secondary-text {
  color: var(--secondary-color);
}

.contact-form-checkbox {
  align-items: center;
  margin-top: 28px;
  margin-bottom: 60px;
  padding-left: 20px;
  display: flex;
}

.maps {
  height: 600px;
  overflow: hidden;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.team-one.videoclick {
  overflow: hidden;
}

.contact-page-column-right {
  padding-left: 40px;
}

.team-detail-call-link {
  color: var(--white-color);
  margin-left: 6px;
}

.team-detail-call-link.flex {
  display: flex;
}

.icon-style-two {
  z-index: 2;
  background-color: var(--off-black);
  align-items: center;
  height: 100%;
  padding: 40px 20px 35px;
  position: relative;
}

.list-style-01 {
  margin-bottom: 30px;
}

.list-style-01-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list-style-01-text {
  color: var(--white-color);
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.list-style-01-icon {
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.testimonial-one-star {
  color: var(--main-color);
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.testimonial-one-star.grey-star {
  opacity: 1;
}

.testimonial-one-star.first {
  color: var(--main-color);
  padding-left: 0;
}

.testimonial-one-star.white-star {
  color: var(--white-color);
}

.testimonial-one-wrap {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.testimonial-one-rating {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonial-one-contant {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-one-client {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.testimonial-one-head {
  color: var(--white-color);
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 30px;
}

.testimonial-one-description {
  background-image: url('../images/blog-quotation.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 1000px;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 24px;
  line-height: 36px;
}

.testimonial-one-title {
  align-self: auto;
}

.testimonial-one-slider {
  background-color: #0000;
  height: auto;
}

.counter-style-one-number {
  color: var(--white-color);
  letter-spacing: -1.575px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 105px;
  line-height: 90px;
}

.counter-style-one {
  background-color: var(--secondary-color);
  align-items: center;
  padding: 45px 30px 24px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.counter-style-one-title {
  font-family: var(--body-setting--font-family);
  color: var(--white-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.logo-wrap {
  order: -1;
  align-items: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.download-text-wrap {
  padding-top: 20px;
}

.download-heading {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.team-detail-years {
  color: var(--body-setting--body-text-color);
  margin-left: 5px;
  display: inline-block;
}

.team-detail-link-text {
  color: var(--body-setting--body-text-color);
}

.team-detail-desc {
  color: var(--body-setting--body-text-color);
  margin-bottom: 20px;
}

.contact-form-section {
  position: relative;
}

.contact-form-section.section-gap.padding-top-0 {
  padding-bottom: 0;
}

.accordian-style {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.accordian-title-wrap {
  background-color: var(--dark-color);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.accordian-desc-wrap {
  background-color: #0000;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.accordian-desc-wrap.w--open {
  background-color: #0000;
}

.accordian-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: .5px;
  white-space: normal;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.accordian-icon {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 2px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: static;
}

.accordian-icon.horizontal {
  position: absolute;
  top: 0%;
  transform: rotate(90deg);
}

.accordian-desc {
  padding-top: 20px;
}

.mega-menu-column-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.mega-menu-column {
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 20px;
  display: block;
}

.mask-2 {
  height: auto;
}

.testimonial-one-section {
  background-image: url('../images/effect-1.png');
  background-position: 2% 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonial-one-section.section-gap {
  background-image: url('../images/effect-1.png');
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-main-wrap {
  background-color: var(--black);
}

.home-one-about-right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  margin-left: 0;
}

.home2-about1-section {
  overflow: hidden;
}

.nav-two-menu {
  padding-left: 65px;
}

.nav-two-menu.header-two {
  background-color: #0000;
  padding-left: 0;
}

.hero-three-section {
  background-color: #0000;
  height: 908px;
  overflow: hidden;
}

.nav-one-menu {
  background-color: #0000;
  flex: none;
  margin-left: 40px;
}

.hero-three-slide {
  background-image: url('../images/Rectangle-25.png'), url('../images/home3-slider-img-01.jpg');
  background-position: 0%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-three-slide.two {
  background-image: url('../images/Rectangle-25.png'), url('../images/home3-slider-img-02.jpg');
}

.hero-three-slide.three {
  background-image: url('../images/Rectangle-25.png'), url('../images/home3-slider-img-03.jpg');
}

.hero-three-content {
  flex: 1;
  align-self: center;
  margin-top: auto;
  margin-bottom: 90px;
  margin-right: auto;
}

.global-text {
  font-family: var(--heading-font);
  color: var(--main-color);
}

.service-details-title-two {
  color: var(--white-color);
  text-transform: uppercase;
  border-top: 1px solid #07180f1a;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  font-size: 42px;
  line-height: 45px;
}

.ads-icon-content {
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.portfolio-meta-data-dots {
  background-color: var(--main-color);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 30px;
  left: 10px;
  transform: translate(0, -50%);
}

.white-desc-text {
  color: #ffffffe6;
}

.author-desc {
  font-size: 17px;
  line-height: 28px;
}

.service-one-responsive {
  display: none;
}

.accordian-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-one-wrap {
  height: var(--nav-height);
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-detils-image-wrap {
  border-radius: 10px;
  height: 650px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.ads {
  background-image: linear-gradient(0deg, #11141ae6, #11141ae6 64%, #11141acc 79%, #0000);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-detail-title {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 42px;
  line-height: 52px;
}

.icon-style-two-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 0;
  display: grid;
}

.home-one-about1-section.section-gap {
  position: relative;
}

.home-one-about1-right-column {
  width: 50%;
  padding-top: 65px;
}

.home-one-about1-left-column {
  width: 50%;
  padding-right: 40px;
}

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

.home-one-about2-section {
  background-color: var(--dark-color);
  width: 100%;
  display: block;
  position: relative;
}

.service-one-title-wrap {
  text-align: center;
}

.category {
  opacity: .82;
  font-family: var(--body-setting--font-family);
  color: var(--secondary-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.category.global-text {
  color: var(--main-color);
  margin-bottom: 6px;
  overflow: hidden;
}

.category.date {
  opacity: 1;
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: -.96px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 50px;
}

.category.month {
  opacity: 1;
  color: var(--white-color);
  text-align: center;
  border-top: 1px solid #ffffff26;
  line-height: 28px;
}

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

.team-two {
  margin-left: 20px;
  margin-right: 20px;
}

.team-two-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-two-list.grid-three {
  grid-template-columns: 1fr 1fr;
}

.team-two-list.team-page {
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  place-items: end stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.team-two-link {
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.team-two-image-wrap {
  z-index: 1;
  aspect-ratio: .75;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.team-two-preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-two-marquee {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.team-two-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.team-two-title:hover {
  color: var(--white-color);
}

.team-two-title.service-detail {
  font-size: 60px;
  line-height: 60px;
}

.service-three-contant-wrap {
  justify-content: flex-start;
  width: 68%;
  margin-left: auto;
  padding-left: 50px;
  display: flex;
}

.service-one-slides {
  margin-right: 30px;
}

.service-heading-subtitle-columns {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.service-three-left-column {
  position: sticky;
}

.footer-small-link-right {
  line-height: 20px;
  overflow: hidden;
}

.footer-small-link-text {
  color: #ffffffb3;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
}

.button-arrow-bg-color {
  background-color: var(--white-color);
  text-align: left;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-arrow-bg-color.global-bg {
  background-color: var(--main-color);
}

.button-arrow-bg-color.dark-bg {
  background-color: var(--dark-color);
}

.button-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.white {
  filter: invert();
}

.button-arrow-hover {
  position: absolute;
  right: 0;
  transform: translate(-100%);
}

.button-arrow-hover.white {
  filter: invert();
}

.project-two-list {
  grid-column-gap: 200px;
  grid-row-gap: 220px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  column-gap: 200px;
}

.project-two-list.project-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  column-count: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-two-data {
  width: 100%;
  padding-top: 220px;
}

.project-two-data:first-child {
  margin-top: -220px;
}

.project-two-data.project-page {
  padding-top: 0;
}

.project-two-data.project-page:first-child {
  margin-top: 0;
}

.project-two-link {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-two-content {
  z-index: 2;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-two-content.project-page {
  padding-bottom: 30px;
  padding-left: 40px;
}

.project-two-image-wrap {
  z-index: 1;
  justify-content: flex-end;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.project-two-title {
  z-index: 9;
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
  overflow: hidden;
}

.project-two-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.service-heading-subtitle-left-column {
  padding-left: 0;
}

.service-three-section {
  background-color: var(--dark-color);
  position: relative;
}

.testimonial-one {
  background-color: #0000;
  height: auto;
  position: relative;
}

.project-two-section {
  margin-left: 0;
  margin-right: 0;
}

.subtitle-head-wrap {
  margin-bottom: 8px;
  overflow: hidden;
}

.subtitle-head-wrap.display-inline {
  margin-bottom: -40px;
  display: inline-block;
}

.home-one-counter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.client-logo-section-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.client-logo-section-one.home-two {
  margin-top: -10px;
  position: relative;
}

.client-logo-section-one.contact-page {
  margin-left: 20px;
  margin-right: 20px;
}

.service-slider-one {
  background-color: #0000;
  height: auto;
}

.testimonial-one-content {
  margin-bottom: 100px;
  padding-top: 30px;
  position: relative;
}

.testimonial-image-wrap {
  text-align: center;
}

.testimonial-image {
  border-radius: 70px;
  height: 70px;
}

.home2-about1-columns {
  justify-content: flex-end;
  display: flex;
}

.home2-about1-columns.reversed {
  flex-flow: row-reverse;
}

.home2-about1-left-column-inner {
  padding-top: 10px;
  padding-bottom: 38px;
}

.home2-about1-text {
  font-size: 18px;
  line-height: 28px;
}

.home2-about1-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.home2-about1-image-wrap {
  height: 100%;
  padding-right: 80px;
}

.home2-about1-image-wrap.reversed {
  padding-left: 80px;
  padding-right: 0;
}

.service-three-image-wrap {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.service-image-wrap-in {
  object-fit: cover;
  width: 100%;
  height: 490px;
  position: relative;
}

.service-three-dummy-image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(4deg);
}

.service-three-image {
  z-index: 2;
  opacity: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(4deg);
}

.home-one-about3-title {
  color: var(--main-color);
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 34px;
}

.home2-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.home-one-about3-time-title {
  color: var(--light-color);
  white-space: nowrap;
  margin-bottom: 0;
}

.home2-about2-time-wrap {
  display: flex;
}

.blog-two-meta-dot {
  background-color: var(--light-color);
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 7px;
  line-height: 100%;
  display: flex;
}

.blog-one-date-wrap {
  z-index: 2;
  border: 1px solid var(--main-color);
  background-image: radial-gradient(circle, #11141a99, #0a0c1080 43%, #03030433 85%, #0000);
  position: absolute;
  top: 20px;
  left: 18px;
}

.blog-one-date {
  padding: 0 15px 4px;
}

.slider-subtitle-head-line {
  border-top: 1px solid var(--main-color);
  width: 40px;
  margin-bottom: 5px;
}

.slider-subtitle-head-line.line-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-title-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.razor-wrap {
  position: relative;
  bottom: 0;
  left: 0;
}

.footer-icon {
  color: var(--main-color);
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.footer-link-text {
  font-size: 17px;
  line-height: 28px;
}

.testimonial-one-bg-color {
  z-index: -1;
  background-color: var(--dark-color);
  width: 50%;
  height: 140%;
  position: absolute;
  top: -60px;
  right: 0;
}

.padding-top-0 {
  padding-top: 0;
}

.heading-subtitle-wrap.center {
  text-align: center;
}

.category-link-wrap-dot {
  background-color: var(--main-color);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
}

.widget-title-line {
  border: 1px solid var(--main-color);
  width: 55px;
  position: absolute;
  bottom: 0;
}

.download-icon-wrap {
  background-color: var(--white-color);
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.team-details-left-column {
  position: sticky;
  top: 100px;
}

.contact-form-heading-title {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.checkbox {
  border: 1px solid #000;
  border-radius: 10px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  overflow: hidden;
}

.checkbox-label {
  margin-left: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.project-details-right-column-inner {
  margin-top: 50px;
  margin-left: 40px;
}

.footer-text {
  text-align: right;
  margin-bottom: 20px;
}

.team-two-social-icons {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-two-social-icons.service-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.team-two-image-overlay {
  z-index: 5;
  background-color: #11141a;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: opacity .5s;
  display: block;
  position: absolute;
  bottom: 0;
}

.hero-title-three {
  color: var(--white-color);
  letter-spacing: -2.1px;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: 140px;
  line-height: 130px;
}

.home2-contact-text {
  color: var(--body-setting--body-text-color);
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 28px;
  transition: none;
  display: block;
}

.home2-contact-text:hover {
  color: var(--white-color);
}

.split-section-inner {
  width: 100%;
  height: 220vh;
  display: block;
  position: relative;
}

.tab-link {
  color: var(--secondary-color);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px #161f7b1a;
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 26px 20px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition-property: none;
}

.tab-link.w--current {
  z-index: 1;
  background-color: #fff;
  border-style: solid solid none;
  margin-bottom: -1px;
  transition: all .3s;
}

.tab-link.shop-page {
  background-color: var(--white-color);
  letter-spacing: .8px;
  border-radius: 15px;
  width: auto;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 20px;
}

.tab-link.shop-page:hover {
  color: var(--secondary-color);
}

.tab-link.shop-page.w--current {
  background-color: var(--main-color);
  color: var(--dark-color);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
}

.tabs-style-one {
  border-bottom: 1px solid #02091c26;
  margin-bottom: 38px;
  margin-right: 0;
  padding-bottom: 28px;
}

.tabs-style-one.shop-page {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.tabs-menu.shop-page {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.product-list {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.quantty-text {
  letter-spacing: .5px;
  order: -1;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
}

.product-detail-title {
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 64px;
}

.product-detail-left-column {
  padding-right: 30px;
}

.product-section {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-detail-content-left-column {
  position: relative;
}

.product-item-multi-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  position: relative;
}

.product-item-multi-img:last-child {
  margin-bottom: 0;
}

.product-detail-price {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}

.product-detail-right-column {
  padding-left: 30px;
}

.quantity-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.product-detail-description {
  margin-top: 50px;
  margin-bottom: 50px;
}

.display-none-993 {
  display: none;
}

.default-state {
  justify-content: space-between;
  align-items: center;
}

.quantity {
  color: var(--dark-color);
  border-radius: 6px;
  flex: 0 auto;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: #02091c33;
}

.product-images {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.multi-image-singal {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 320px;
}

.product-list-multi-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.product-image {
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-content-wrap {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-image-border {
  text-align: center;
  border: 1px solid #f6f6f61a;
  border-radius: 50%;
  max-width: 250px;
  height: 250px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  display: block;
  overflow: hidden;
}

.product-price {
  color: var(--main-color);
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.product-link {
  background-color: var(--dark-color);
  text-align: center;
  width: 100%;
  padding: 20px;
}

.checkout-form {
  background-color: var(--secondary-color);
  padding: 0;
}

.checkout-form-left {
  min-width: 65%;
  margin-right: 0;
}

.checkout-heading-wrap {
  background-color: var(--main-color);
  border-style: none;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.checkout-heading {
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.checkout-required-text {
  color: #ff0004;
  letter-spacing: .2px;
  font-weight: 500;
}

.checkout-form-input-content {
  background-color: var(--dark-color);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 40px;
}

.checkout-input-label {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
}

.checkout-input {
  background-color: #0000;
  border-color: #fff3;
  border-radius: 8px;
  height: 50px;
  font-size: 15px;
}

.checkout-input:focus {
  color: var(--white-color);
  border-color: #ffffffb3;
}

.checkout-border-radius {
  border-radius: 5px;
  overflow: hidden;
}

.shipping-method-list {
  background-color: var(--dark-color);
  border-left-style: none;
  border-right-style: none;
  padding: 20px 40px;
}

.shipping-method {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
}

.shipping-method-title {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 600;
}

.cartbox-img {
  border: 1px solid #161f7b1a;
  border-radius: 10px;
  width: 80px;
}

.checkout-form-right {
  min-width: 35%;
  padding-left: 20px;
}

.client-logo-one-box-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-logo-one-box-2.border-top {
  border-top: 1px solid #161f7b33;
}

.client-logo-one-wrap {
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.client-logo-one-wrap.contact-page {
  padding-top: 0;
  padding-bottom: 0;
}

.product-desc {
  color: var(--body-setting--body-text-color);
}

.customer-info {
  border-radius: 5px;
  overflow: hidden;
}

.product-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  font-size: 26px;
  line-height: 32px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-nav-6 {
  display: none;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.order-item-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.cart-wrap {
  padding-right: 15px;
}

.cart-button {
  background-color: #0000;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
}

.cart-icon {
  width: 25px;
  height: 25px;
}

.cart-icon.white {
  filter: invert();
}

.cart-quantity {
  background-color: var(--main-color);
  color: var(--dark-color);
  min-width: 18px;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.cart-header {
  border-bottom-color: var(--light-color);
  padding-left: 30px;
  padding-right: 30px;
}

.cart-heading {
  font-size: 30px;
  line-height: 40px;
}

.cart-list {
  padding: 20px 30px;
}

.cart-container {
  background-color: var(--dark-color);
}

.cart-footer {
  border-top-color: var(--light-color);
  padding-left: 30px;
  padding-right: 30px;
}

.cart-item {
  border-bottom: 1px solid var(--light-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.image {
  object-fit: cover;
  border: 1px solid #161f7b1a;
  border-radius: 10px;
  width: 100px;
  height: 80px;
}

.cart-content {
  text-align: left;
}

.cart-price {
  font-family: var(--heading-font);
  font-size: 17px;
  line-height: 28px;
}

.cart-quantity-3 {
  color: var(--dark-color);
}

.remove-btn:hover {
  color: var(--white-color);
}

.close-btn-icon {
  filter: invert();
}

.hero-subtitle-slider-one {
  margin-bottom: 30px;
  position: relative;
}

.hero-subtitle-slider-two {
  margin-bottom: 20px;
  position: relative;
}

.text-link:hover {
  color: var(--main-color);
}

.product-detail-columns {
  align-items: center;
  display: flex;
}

.breadcrumb-separation {
  background-color: #f6f6f6cc;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.breadcrumb-main-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.breadcrumb-menu-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.breadcrumb-menu-link {
  color: var(--white);
  display: inline;
}

.breadcrumb-menu-link:hover, .breadcrumb-menu-link.w--current {
  color: var(--white-color);
}

.breadcrumb-arrow {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-arrow-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  line-height: 28px;
}

.home-one-about1-columns {
  display: flex;
}

.home-one-about1-image {
  object-fit: cover;
  width: 120%;
  max-width: none;
}

.home-one-about1-image-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 690px;
  display: flex;
  position: relative;
  overflow: visible;
}

.counter-style-two {
  align-items: center;
  display: flex;
}

.counter-style-two-border {
  background-color: var(--secondary-color);
  background-image: linear-gradient(270deg, var(--main-color) 100%, #0000);
  border-radius: 50%;
  margin-right: 20px;
  padding: 2px;
}

.counter-style-two-border._90 {
  background-image: linear-gradient(270deg, var(--main-color) 90%, #0000 90%);
}

.counter-style-two-border-inner {
  background-color: var(--secondary-color);
  border-radius: 80%;
  padding: 15px;
}

.counter-style-two-inner {
  background-color: var(--dark-color);
  text-overflow: clip;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  max-width: 100%;
  height: 70px;
  display: flex;
}

.counter-style-two-number {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.counter-style-two-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.counter-style-one-number-span {
  font-family: var(--body-setting--font-family);
  color: var(--main-color);
  font-weight: 300;
}

.icon-style-two-wrap {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-style-two-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--main-color), #0000);
  opacity: 0;
  width: 80%;
  height: 200%;
  position: absolute;
}

.home-one-about3-columns {
  background-color: var(--dark-color);
  display: flex;
}

.home-one-about3-right-column {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.home-one-about3-image {
  background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.37-3.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-one-about3-left-column {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 30%;
  min-width: 330px;
  padding: 40px 25px 45px;
}

.home2-working-hour {
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 34px;
  padding-bottom: 40px;
}

.client-one-logo {
  width: 140px;
}

.team-marquee-wrap {
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
}

.team-position {
  z-index: 2;
  background-color: var(--main-color);
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.team-marquee-img {
  background-color: var(--main-color);
  border-radius: 50%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 40px;
  margin-right: 40px;
}

.home2-about1-inner-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 68px;
  display: grid;
}

.counter-style-three {
  align-items: center;
}

.counter-style-three-number {
  color: var(--white-color);
  letter-spacing: -1.575px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 110px;
  line-height: 100px;
}

.counter-style-three-title {
  font-family: var(--body-setting--font-family);
  color: var(--white-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.counter-style-three-number-span {
  font-family: var(--body-setting--font-family);
  color: var(--main-color);
  font-weight: 300;
}

.subtitle-head-2 {
  color: #144b24;
  letter-spacing: .26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.heading-title-animation {
  margin-bottom: 30px;
  overflow: hidden;
}

.heading-title-animation.project-title-wrap {
  margin-bottom: 60px;
  position: sticky;
  top: 100px;
}

.heading-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 60px;
}

.heading-subtitle {
  margin-bottom: 50px;
  position: relative;
}

.heading-subtitle.center {
  text-align: center;
}

.heading-subtitle.center.vip {
  padding-left: 10px;
  padding-right: 10px;
}

.subtitle-head {
  color: var(--white-color);
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.heading-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.heading-title.portfolio-title {
  text-align: center;
  font-size: 150px;
  line-height: 150px;
}

.heading-title.offer-title {
  letter-spacing: -1.4px;
  font-size: 97px;
  line-height: 87px;
}

.heading-title.title-intro {
  margin-bottom: 2rem;
}

.heading-subheading-desc-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.heading-subheading-desc {
  text-align: justify;
  margin-bottom: 0;
}

.pricing-feature-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-left: 30px;
  padding-right: 0;
}

.pricing-subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.pricing-table-pricing-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-table-pricing {
  z-index: 2;
  border-radius: 30px;
  width: 22%;
  position: relative;
}

.pricing-list {
  color: var(--body-setting--body-text-color);
  font-size: var(--body-setting--font-size);
  margin-bottom: 0;
  line-height: 30px;
  position: relative;
}

.pricing-feature-list {
  align-self: stretch;
  margin-bottom: 0;
  list-style-type: disc;
}

.pricing-table-number {
  width: 10%;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}

.pricing-feature {
  align-self: stretch;
}

.pricing-feature.not {
  background-image: none;
}

.pricing-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 40px;
  display: flex;
}

.pricing-heading {
  border-bottom: 1px solid #09221026;
  width: 20%;
  display: flex;
}

.pricing-table-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-card {
  border-top: 1px solid #ffffff26;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
}

.pricing-card.last {
  border-bottom: 1px solid #ffffff26;
}

.pricing-title-span {
  font-family: var(--heading-font);
  font-size: 35px;
}

.pricing-table {
  position: relative;
}

.pricing-arrow-animation {
  position: absolute;
  top: 20px;
  right: 88px;
}

.split-section-image-wrapper {
  width: 50%;
  height: 100vh;
  margin-right: auto;
  position: sticky;
  inset: 0 auto auto;
}

.split-section-content-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 50%;
  height: 100vh;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.split-section-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.splite-slide-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px 20px;
  transition: all .3s;
  display: flex;
}

.splite-slide-pricing:hover {
  border-color: #fff6;
}

.split-slide-pricing-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
}

.split-slide-price {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 65px;
  display: flex;
}

.split-slide-price-span {
  font-family: var(--heading-font);
  font-size: 35px;
}

.split-slide-pricing-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 260px;
  max-width: 260px;
  padding-left: 25px;
}

.project-two-title-wrap {
  overflow: hidden;
}

.project-two-overlay {
  background-color: #181d25b3;
  position: absolute;
  inset: 0;
}

.home2-about3-section {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.home2-about3-bg-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-image-wrap {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-one-image-overlay {
  background-image: linear-gradient(0deg, #11141a66, #0000 83%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-two {
  background-color: #0000;
  height: auto;
  position: relative;
}

.testimonial-two-client {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.testimonial-two-rating {
  margin-bottom: 18px;
  display: flex;
}

.testimonial-two-slide {
  width: 33.33%;
  padding-right: 30px;
}

.heading-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 60px;
}

.testimonial-two-description {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 28px;
}

.testimonial-two-head {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.testimonial-two-title {
  margin-left: 24px;
}

.testimonial-two-wrap {
  background-color: var(--dark-color);
  justify-content: space-between;
  align-items: flex-start;
  padding: 62px 32px 48px;
  position: relative;
}

.subtitle-head-3 {
  color: #144b24;
  letter-spacing: .26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-two-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-two-img-wrap {
  object-fit: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.testimonial-two-padding {
  margin-bottom: 30px;
}

.testimonial-two-slider {
  margin-right: -30px;
}

.testimonial-two-client-content {
  align-items: center;
  display: flex;
}

.testimonial-two-quotation-image {
  transform-style: preserve-3d;
  width: 48px;
  height: 48px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.offer-section-inner {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.offer-section-bg-image {
  z-index: -1;
  background-image: url('../images/offer-bg-shadow.png'), url('../images/offer-bg-img.jpg');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.offer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.counter-style-four {
  align-items: center;
}

.counter-style-four-number {
  color: var(--white-color);
  letter-spacing: -1.575px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 70px;
  line-height: 62px;
}

.counter-style-four-title {
  font-family: var(--body-setting--font-family);
  color: var(--white-color);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.counter-style-four-title-wrap {
  align-items: center;
  display: flex;
}

.counter-style-four-title-dot {
  background-color: var(--main-color);
  width: 10px;
  height: 10px;
  margin-right: 14px;
}

.counter-style-four-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-bottom {
  border-bottom: 1px solid #ffffff26;
}

.wavy-img-animation {
  z-index: -1;
  position: absolute;
  top: 120px;
  left: 98%;
}

.heading-subheading-center-column {
  padding-left: 60px;
}

.team-heading-subheading-right-column {
  justify-content: flex-end;
}

.float-right {
  text-align: right;
}

.hero-one-flex {
  display: flex;
}

.icon-style-one {
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.icon-style-one-image {
  height: 60px;
}

.icon-style-one-content {
  margin-left: 22px;
}

.icon-style-one-title {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.hero-one-desc {
  z-index: 1;
  border-top: 1px solid #ffffff26;
  margin-top: 58px;
  padding-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.hero-two-title-one {
  z-index: 1;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 44px;
  font-size: 110px;
  line-height: 110px;
}

.hero-two-title {
  z-index: 1;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 70px;
  line-height: 70px;
}

.hero-two-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-two-desc {
  z-index: 1;
  color: var(--body-setting--body-text-color);
  margin-left: 35px;
  font-size: 18px;
  line-height: 30px;
}

.hero-subtitle-slider-three {
  margin-bottom: 8px;
  position: relative;
}

.hero-three-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-style-three {
  border-top: 1px solid #ffffff26;
  align-items: center;
  max-width: 650px;
  margin-top: 50px;
  padding-top: 33px;
  display: flex;
}

.icon-style-three-image {
  height: 100px;
}

.icon-style-three-content {
  margin-left: 22px;
}

.icon-style-three-title {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.icon-style-three-desc {
  color: var(--body-setting--body-text-color);
  margin-top: 0;
  margin-bottom: 0;
}

.display-none {
  display: none;
}

._w-100 {
  width: 100%;
}

.product-style-responsive {
  display: none;
}

.footer-timing-wrap {
  justify-content: space-between;
  width: 280px;
  display: flex;
}

.footer-small-link-text-link {
  color: var(--body-setting--body-text-color);
}

.footer-small-link-text-link:hover {
  color: var(--white-color);
}

.footer-time {
  color: var(--body-setting--body-text-color);
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
}

.home-one-about3-image-bg-animation {
  z-index: 2;
  background-color: var(--dark-color);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.icon-style-four {
  z-index: 2;
  align-items: center;
}

.icon-style-four-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-style-four-icon {
  color: var(--main-color);
}

.icon-style-four-title {
  color: var(--white-color);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.icon-style-four-desc {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.icon-style-four-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 100px;
  display: grid;
}

.div-block-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.service-three-title-wrap {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-three-category {
  margin-left: 6px;
  display: flex;
}

.category-slash {
  color: var(--white-color);
  margin-right: 4px;
}

.service-three-number {
  width: 60px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 22px;
}

.service-three-button-arrow-bg-color {
  border: 2px solid var(--main-color);
  text-align: left;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.service-three-button-arrow-bg-color.global-bg {
  background-color: var(--main-color);
}

.service-three-button-arrow-bg-color.dark-bg {
  background-color: var(--dark-color);
}

.service-three-button-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-small-link-text-span {
  font-family: var(--body-setting--font-family);
  margin-left: 5px;
}

.service-three-wave {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.background-video {
  object-fit: cover;
  height: 100%;
}

.slider-subtitle-head {
  color: var(--white-color);
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.home2-about3-content {
  z-index: 3;
  width: 100%;
  padding-bottom: 120px;
  position: absolute;
  bottom: 0;
}

.home2-about3-content-flex {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  padding-bottom: 40px;
  display: flex;
}

.home2-about3-content-title {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 52px;
}

.home2-avout3-rating {
  margin-bottom: 18px;
  display: flex;
}

.home2-about3-star {
  color: var(--main-color);
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.home2-about3-star.grey-star {
  opacity: .6;
}

.home2-about3-star.first {
  padding-left: 0;
}

.home2-about3-star.white-star {
  color: var(--white-color);
}

.home2-about3-bg-color {
  pointer-events: none;
  background-color: #11141a66;
  position: absolute;
  inset: 0;
}

.header-left-content {
  order: -1;
  display: flex;
}

.success-message, .dark-text, .error-message {
  color: var(--dark-color);
}

.fantomui-img-inner {
  border-radius: 1.4rem;
}

.fantomui-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: 100vh;
  display: flex;
  position: absolute;
}

.fantomui-img-wrapper._04 {
  justify-content: flex-end;
  align-items: flex-end;
}

.fantomui-img-wrapper._01 {
  justify-content: flex-start;
  align-items: flex-start;
}

.fantomui-img-wrapper._03 {
  justify-content: flex-start;
  align-items: flex-end;
}

.fantomui-img-wrapper._02 {
  justify-content: flex-end;
  align-items: flex-start;
}

.lottie-gradient-bg {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fantom-lottie {
  z-index: 5;
  width: 80%;
  max-width: 50rem;
  position: relative;
}

.section.lottie {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200vh;
  margin-top: -14rem;
  position: relative;
}

.section.footer {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
}

.section.waitlist {
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.section.features {
  padding-top: 0;
}

.fantomui-img {
  z-index: 2;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 1.5rem;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 24px -8px #00000040, 0 24px 40px -16px #00000040, 0 60px 80px -40px #0009;
}

.fantomui-img._03 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--black), var(--main-color));
  max-width: 240px;
  position: relative;
  bottom: 8rem;
  left: 2rem;
}

.fantomui-img._01 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main-color), #000);
  align-items: flex-start;
  max-width: 240px;
  display: flex;
  position: relative;
  top: 20%;
  left: 0%;
  overflow: hidden;
}

.fantomui-img._04 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main-color), #000);
  max-width: 240px;
  bottom: 5rem;
  right: 0%;
}

.fantomui-img._02 {
  position: relative;
  top: 4rem;
  right: 2rem;
}

.fantomui-img._02.max-width {
  background-image: repeating-radial-gradient(circle farthest-corner at 0% 0%, #000, var(--main-color));
  max-width: 240px;
}

.lottie-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.overlay {
  background-color: #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 20%;
  height: 0%;
  position: absolute;
  box-shadow: 0 1px 5px #00000012;
}

.underline {
  background-color: #e8b547;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-animation-trigger {
  width: 100%;
  height: 15px;
  margin-top: 0;
  padding-top: 0;
  transform: translate(0, 15em);
}

.nav-logo-gold {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.nav-logo-white {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: #575757;
  height: 100vh;
  position: relative;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  width: 1.8em;
  position: relative;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  padding: 26px;
  transition: all .25s ease-in;
}

.nav-link:hover {
  color: #e8b547;
}

.nav-link-wrapper {
  position: relative;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-inner {
  background-color: #000;
  border-radius: 10rem;
  padding: .75rem 2.5rem;
}

.container-3 {
  z-index: 2;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-3.navigation {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container-3.footer {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
}

.container-3.hero {
  z-index: 2;
  text-align: center;
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.form-error {
  color: #0b0620;
  background-color: #b82626;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 1.5rem;
  font-weight: 700;
  position: relative;
}

.button-glow {
  z-index: -1;
  filter: blur(24px);
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-2 {
  color: #f0ddff;
}

.text-dark {
  color: #0b0620;
}

.header-2 {
  z-index: 20;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: sticky;
  top: 0;
  left: 0;
}

.hero-description {
  max-width: 40ch;
  font-size: 2rem;
}

.feature-block-inner {
  background-color: #000;
  border-radius: .9rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 26.25rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.feature-block-inner._01 {
  background-image: url('../images/features-bg-01_1features-bg-01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-block-inner._02 {
  background-image: url('../images/features-bg-02_1features-bg-02.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-block-inner._03 {
  background-image: url('../images/features-bg-03_1features-bg-03.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-end;
}

.no-margin {
  margin-bottom: 0;
}

.feature-block {
  z-index: 2;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 1rem;
  width: 100%;
  padding: 2px;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 2px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button-2.submit {
  background-color: #1e1645;
  background-image: none;
  width: 100%;
  max-width: 15rem;
  padding: 1rem 2.5rem;
  transition: background-color .15s ease-in-out;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.button-2.submit:hover {
  background-color: #481490;
}

.button-2.shadown {
  position: relative;
  box-shadow: 0 16px 24px -8px #00000080, 0 24px 40px -16px #00000080, 0 60px 80px -40px #000;
}

.logo-glow {
  z-index: -1;
  filter: blur(24px);
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-subtitle {
  font-size: 2rem;
}

.header-logo-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.features-headline-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 36rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-block-inner-half {
  width: 100%;
  max-width: 45%;
}

.waitlist-form-wrapper {
  width: 100%;
  max-width: 41.5rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-shadow {
  text-shadow: 0 8px 16px #00000040, 0 16px 24px #00000040, 0 40px 40px #0009;
}

.hero-bg-img {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.form-success-inner {
  color: #0b0620;
  text-align: center;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 1rem;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.image-2.heading-logo {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 1rem;
}

.footer-bg {
  z-index: 1;
  width: 100%;
  max-width: 70rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-disclaimer {
  align-items: flex-start;
  width: 100%;
  max-width: 22.5rem;
  margin-right: 2rem;
  font-size: 1rem;
  display: flex;
}

.input-field {
  color: #c6ccff;
  background-color: #000;
  border: 1px #000;
  border-radius: 10rem;
  height: auto;
  margin-bottom: 0;
  padding: 1.5rem 16rem 1.5rem 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.input-field::placeholder {
  color: #c6ccff80;
}

.form-success {
  background-color: #0000;
  padding: 0;
}

.waitlist-form {
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 5rem;
  height: 6rem;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 24px -8px #00000040, 0 25px 40px -16px #00000080, 0 60px 80px -40px #000;
}

.page-wrapper {
  color: #f0ddff;
}

.waitlist-form-glow {
  z-index: -1;
  opacity: 0;
  filter: blur(24px);
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(.5);
}

.logo-2 {
  width: 5rem;
  height: 5rem;
  position: relative;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.made-with {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 1rem;
  display: grid;
}

.logo-footer {
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}

.button-link-2 {
  background-color: #c6ac73;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 7px 7px 35px;
  font-family: Italiana, sans-serif;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.button-link-2:hover {
  background-color: #fff;
}

.button-link-2.outline-btn {
  background-color: #0000;
  border: 2px solid #c6ac73;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.button-link-2.outline-btn:hover {
  background-color: #c6ac73;
}

.button-arrow-bg-color-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.marquee-text-2 {
  color: #c6ac73;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #041f394d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 95px;
  line-height: 130px;
}

.marquee-text-2.marquee-two-text {
  color: #181d25;
}

.hero-bg-img-2 {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.bg-element-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-color-left {
  background-color: var(--main-color-opaque);
  opacity: .7;
  filter: blur(6.5vw);
  border-radius: 50%;
  order: -9999;
  width: 12vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(22deg);
}

.bg-color-right {
  filter: blur(6.5vw);
  background-color: #2d29ec99;
  border-radius: 50%;
  width: 30vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(22deg);
}

.bg-color-right.offset {
  background-color: var(--main-color-opaque);
  opacity: .6;
  top: -30%;
}

.text-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-position: 50% 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: stretch start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.paragraph {
  color: var(--body-setting--body-text-color);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

._30px-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

._30px-heading._10px-bottom-margin {
  margin-bottom: 20px;
}

.service-card {
  object-fit: cover;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 760px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-card.no-3 {
  width: 25%;
}

.service-card.no-4 {
  width: 25%;
}

.service-card.no-1 {
  width: 25%;
  height: 760px;
}

.change-this-image {
  position: absolute;
  inset: 0%;
}

.change-this-image.expand-3 {
  background-image: url('../images/image-3.png');
}

.change-this-image.expand-2.brada-sisanje {
  background-image: url('../images/IMG_6224.webp');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.expand-2 {
  background-image: url('../images/image-2.png');
}

.change-this-image.expand-4 {
  background-image: url('../images/image-4.png');
}

.change-this-image.beaty-spa {
  background-image: url('../images/Beauty&Spa.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.button-3 {
  border-radius: 4px;
  margin-top: 0;
  margin-left: auto;
  padding: 14px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  transition: opacity .3s;
  display: block;
}

.button-3:hover {
  opacity: .8;
}

._60px-margin {
  align-self: flex-start;
  max-width: 322px;
  margin-top: 0;
  margin-bottom: 0;
}

._60px-margin.number-3 {
  max-width: 321px;
}

._60px-margin.step-1 {
  padding-left: 0;
}

._200px-margin-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 200px;
  display: grid;
  position: sticky;
  top: 160px;
  overflow: hidden;
}

._3-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1510px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 447px;
  padding: 60px 0 60px 60px;
  display: flex;
}

.column.number-2 {
  background-color: #0e0e0e;
  border: 1px solid #2c2c2c;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 447px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.column.number-3 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

._18px-text {
  color: #bdbdbd;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

._18px-text.middle-align {
  text-align: center;
  text-transform: none;
  max-width: 665px;
  font-weight: 400;
}

.sticky-wrapper {
  min-height: 300vw;
}

._100-px-heading {
  direction: ltr;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

.title-wrapper.center-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 80px;
}

._20px-heading {
  color: #c09562;
  -webkit-text-stroke-color: var(--main-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 41px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.featured-video-wrapper {
  position: relative;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._24px-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.footer-heading {
  text-align: center;
  text-transform: uppercase;
  max-width: 896px;
  margin: 0 auto;
  font-size: 220px;
  line-height: 198px;
  position: absolute;
  inset: auto;
}

.footer-heading.headline {
  z-index: 3;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: white;
  bottom: 115px;
}

.footer-heading.hero-heading {
  z-index: 1;
  bottom: 115px;
}

.line {
  z-index: -1;
  background-color: #ffffff26;
  width: 1px;
  height: 100%;
  position: relative;
}

.image-and-name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-input-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-line-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
}

.dropdown {
  background-color: #202020;
  border: 1px solid #2c2c2c;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.contact-form-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  line-height: 24px;
  display: flex;
  position: relative;
}

.page-wrapper-2 {
  position: relative;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-3.why-choose-us {
  margin-top: 0;
  padding-top: 200px;
}

.section-3.how-it-works {
  margin-top: 0;
  padding-top: 140px;
  overflow: visible;
}

.section-3.contact {
  padding-top: 190px;
}

.section-3.testimonials {
  margin-top: 0;
  padding-top: 140px;
}

.social-link-wrapper {
  z-index: 3;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

._30px-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  background-color: #202020;
  border: 1px solid #2c2c2c;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  width: 100%;
  height: 100%;
  padding: 40px 60px 40px 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  display: flex;
}

.footer-image-block {
  z-index: 2;
  background-image: url('../images/image-12.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.contact-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 860px;
  display: flex;
}

._16px-text {
  color: #bdbdbd;
  text-align: right;
  text-transform: none;
  max-width: 272px;
  font-weight: 500;
  line-height: 36px;
}

.border {
  border: 3px solid #c09562;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 25px;
  display: inline-block;
}

._20px-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-text {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 33.6px;
}

.footer-link-2 {
  color: #bdbdbd;
  line-height: 26px;
  text-decoration: none;
}

.animation-icon {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
}

.animation-icon.rotate-180 {
  position: absolute;
  transform: rotate(90deg);
}

.underline-2 {
  border: 0 solid #bdbdbd;
  border-bottom-width: 1px;
}

.absolute-image {
  height: 200px;
  position: absolute;
  inset: -163px 0% auto auto;
}

.footer-block {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 208px;
  display: flex;
  position: relative;
}

.footer-block.second {
  z-index: 4;
  align-self: flex-end;
  margin-top: 401px;
}

.dropdown-icon-wrapper {
  position: absolute;
  left: 50%;
}

.footer-section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 101px;
  position: relative;
  overflow: hidden;
}

.select-field-wrapper {
  width: 100%;
  position: relative;
}

.position {
  color: #bdbdbd;
  font-size: 20px;
  font-weight: 300;
}

._4-column-grid {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.main-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.hide-arrow-block {
  z-index: 0;
  background-color: #000;
  width: 10%;
  height: 30%;
  position: absolute;
  inset: auto 5px 25px auto;
}

.contact-button {
  background-color: #c09562;
  border-radius: 4px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 700;
  transition: opacity .3s;
}

.contact-button:hover {
  opacity: .8;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-4.center-align {
  text-align: center;
  margin-bottom: 130px;
  padding-left: 0;
  padding-right: 0;
}

._80px-text {
  color: #fff;
  text-transform: uppercase;
  max-width: 1053px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
}

.input-field-with-image {
  color: #fff;
  background-color: #0000;
  border: 0 solid #2c2c2c;
  border-top-style: none;
  border-bottom-width: 1px;
  width: 100%;
  min-height: 66px;
  margin-bottom: 0;
  padding: 0 0 36px;
  font-size: 20px;
  display: block;
}

.input-field-with-image.email {
  background-image: url('../images/Frame-4_1Frame (4).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
}

.input-field-with-image.phone {
  background-image: url('../images/Frame-5_1Frame (5).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 24px;
  border-style: solid;
  border-width: 0 0 1px;
  padding-left: 5px;
}

.input-field-with-image.massage {
  background-image: url('../images/Frame-6_1Frame (6).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 5px;
}

.input-field-with-image.name {
  background-image: url('../images/Frame-3_1Frame (3).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 5px;
}

.input-field-with-image.date {
  color: #bdbdbd;
  background-image: url('../images/Frame_1Frame.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: solid;
  border-width: 0 0 1px;
  padding-left: 5px;
  font-weight: 400;
}

.input-field-with-image.time {
  color: #bdbdbd;
  cursor: auto;
  background-image: url('../images/Frame-1_1Frame (1).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
  padding-bottom: 36px;
  padding-left: 5px;
}

.input-field-with-image.location {
  background-image: url('../images/Frame-2_1Frame (2).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
}

.select-field {
  background-color: #0000;
  border: 1px solid #000;
  border-bottom-color: #2c2c2c;
  min-height: 66px;
}

.select-field.input-field-with-image {
  color: #bdbdbd;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.bullet-point {
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 4px;
  height: 4px;
}

.footer-menu-block {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 283px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-content {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

._24px-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.social-icon {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 24px;
  text-decoration: none;
  transition: transform .2s ease-in-out, color .4s ease-in-out;
}

.social-icon:hover {
  -webkit-text-stroke-color: #c09562;
  transform: translate(0, -5px);
}

.page-line-block {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.arrow-image {
  position: absolute;
  inset: 5px 0% auto auto;
}

.linear-black-background {
  z-index: 0;
  background-image: url('../images/image-9.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0;
}

.linear-black-background._45 {
  z-index: 2;
  opacity: .9;
  background-image: none;
  background-size: cover;
  min-height: 45%;
  display: block;
  inset: 0 auto auto;
}

.linear-black-background._55 {
  z-index: 2;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 55%;
  display: block;
  top: auto;
  bottom: 0;
}

.button-4 {
  background-color: #c09562;
  border-radius: 4px;
  margin-top: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  transition: opacity .3s;
  display: none;
}

.button-4:hover {
  opacity: .8;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding: 50px 80px;
  font-weight: 500;
  display: flex;
}

.columns {
  width: 100%;
}

.home2-about3-content-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 52px;
}

.container-5 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.background-video-3 {
  object-fit: cover;
  height: 510px;
}

.home2-about3-star-2 {
  color: #c6ac73;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.home2-about3-star-2.grey-star {
  opacity: .6;
}

.background-video-4 {
  object-fit: cover;
  height: 100%;
}

.heading-title-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.heading-title-4.portfolio-title {
  text-align: center;
  font-size: 150px;
  line-height: 150px;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  display: block;
}

.video {
  position: absolute;
  inset: 0;
}

.video-2 {
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0;
}

.beauty-spa-usluge.service-one-wrap {
  flex-flow: row;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.team-meta {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.background-video-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.navbar-new {
  background-color: #00000078;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-new-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.navigation-new {
  color: var(--body-setting--body-text-color);
  flex: 1;
  min-width: 343px;
}

.navigation-new-link {
  color: var(--light-color);
  text-align: left;
  min-width: auto;
}

.navigation-new-link:hover, .navigation-new-link.w--current, .nav-link-2 {
  color: var(--main-color);
}

/* --- Navigation Dropdown --- */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown-toggle {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.nav-dropdown-toggle::after {
  content: '▼';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  transition: transform 0.3s ease;
  color: var(--light-color);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown.active .nav-dropdown-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--background-color);
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 10px;
  border: 1px solid rgba(219, 190, 117, 0.2);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-item {
  display: block;
  padding: 12px 20px;
  color: var(--light-color);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(219, 190, 117, 0.1);
}

.nav-dropdown-item:last-child {
  border-bottom: none;
}

.nav-dropdown-item:hover {
  background-color: rgba(219, 190, 117, 0.1);
  color: var(--main-color);
  padding-left: 25px;
}

.nav-dropdown-item.w--current {
  color: var(--main-color);
  background-color: rgba(219, 190, 117, 0.15);
}

@media (max-width: 991px) {
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    display: none;
  }
  
  .nav-dropdown.active .nav-dropdown-menu {
    display: block;
  }
  
  .nav-dropdown-toggle::after {
    display: none;
  }
}

.heading-subtitle-2 {
  margin-bottom: 50px;
  position: relative;
}

.split-slide-price-span-2 {
  font-family: Italiana, sans-serif;
  font-size: 35px;
}

.slider-subtitle-head-line-2 {
  border-top: 1px solid var(--main-color);
  width: 40px;
  margin-bottom: 5px;
}

.heading-title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.home-one-about2-section-2 {
  background-color: var(--secondary-color);
  width: 100%;
  padding-bottom: 20vw;
  display: block;
  position: relative;
}

.split-section-content-wrapper-2 {
  background-image: url('../images/effect-1.png');
  background-position: 95% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 100vh;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.subtitle-head-4 {
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-list-2 {
  color: #dadada;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
  position: relative;
}

.split-slide-price-2 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 65px;
  display: flex;
}

.heading-subtitle-3 {
  margin-bottom: 50px;
  position: relative;
}

.container-7 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.slider-subtitle-head-line-3 {
  border-top: 1px solid var(--main-color);
  width: 40px;
  margin-bottom: 5px;
}

.section-gap-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-title-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.list-style-01-text-2 {
  color: #fff;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.counter-style-three-number-span-2 {
  color: var(--main-color);
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.counter-style-three-number-2 {
  color: #fff;
  letter-spacing: -1.575px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 110px;
  line-height: 100px;
}

.subtitle-head-5 {
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.list-style-01-icon-2 {
  color: #c6ac73;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.counter-style-three-title-2 {
  color: #fff;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.reversed {
  display: flex;
}

.columns-2 {
  flex-flow: column;
  display: flex;
}

.heading-subtitle-4 {
  margin-bottom: 50px;
  position: relative;
}

.container-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.slider-subtitle-head-line-4 {
  border-top: 1px solid #c6ac73;
  width: 40px;
  margin-bottom: 5px;
}

.subtitle-head-6 {
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.hero_rotating-badge {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-element-wrapper {
  max-width: none;
  position: absolute;
  inset: 0%;
}

.brand-2.w--current {
  float: none;
  padding-left: 60px;
  padding-right: 60px;
}

.brand-2.brand-phone.w--current {
  display: none;
}

.brand-2.logo-desktop {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-4 {
  z-index: 9999;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.text-block {
  color: var(--body-setting--body-text-color);
}

.text-block.scrolltotext {
  text-align: center;
}

.items-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links-wrapper {
  min-width: 325px;
}

.footer-small-link-text-link-2 {
  color: #dadada;
}

.footer-small-link-text-link-2:hover {
  color: #fff;
}

.container-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.footer-main-wrap-2 {
  background-color: #000;
}

.icon-2 {
  font-size: 16px;
  line-height: 20px;
}

.icon-2.social {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-icon-2 {
  color: #c09562;
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.footer-link-3 {
  color: #dadada;
  padding-bottom: 5px;
  display: flex;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-small-link-2 {
  color: #dadada;
  font-size: 15px;
  line-height: 14px;
  overflow: hidden;
}

.footer-small-link-2:hover {
  color: #fff;
}

.footer-title-2 {
  color: #c09562;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.footer-time-2 {
  color: #dadada;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
}

.social-link-2 {
  color: #fff;
  background-color: #0000;
  border: 2px solid #c09562;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.social-link-2:hover {
  color: #0d0f13;
  background-color: #c09562;
}

.wrapper-phone-nav {
  display: none;
}

.code-embed {
  width: 90%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .section-gap.maps-section {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-gap.pricing-table-section {
    padding-top: 120px;
  }

  .service-one-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-one-title {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-section-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-one-tiitle {
    font-size: 30px;
    line-height: 36px;
  }

  .down-icon {
    padding-left: 15px;
  }

  .nav-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-list.first {
    margin-right: 7px;
  }

  .dropdown-list.w--open {
    transition: opacity .2s;
    box-shadow: 0 8px 9px -3px #00000024;
  }

  .breadcrumb-section {
    margin-left: 0;
    margin-right: 0;
  }

  .service-details-left {
    margin-right: 50px;
  }

  .heading-title-1 {
    font-size: 70px;
    line-height: 75px;
  }

  .download-wrap {
    padding-top: 30px;
  }

  .contact-form.team-detail-form {
    padding: 40px 60px 60px;
  }

  .blog-sidebar {
    margin-left: 40px;
  }

  .recent-blog {
    margin-bottom: 28px;
    display: flex;
  }

  .recent-blog-image {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .recent-blog-title {
    font-size: 20px;
    line-height: 24px;
  }

  .icon-style-two-title {
    font-size: 28px;
    line-height: 38px;
  }

  .header-button-wrap {
    display: block;
  }

  .slider-arrow.left-arrow {
    top: -40%;
    left: 0;
  }

  .slider-arrow.left-arrow.heading-subheading-arrow-left.service-one-left-arrow {
    right: 20px;
  }

  .slider-arrow.right-arrow {
    right: -100px;
  }

  .slider-arrow.right-arrow.heading-subheading-arrow-right.service-one-right-arrow {
    right: 20px;
  }

  .slider-arrow.right-arrow {
    top: -40%;
    right: 0;
  }

  .service-one-content {
    padding-top: 25px;
  }

  .service-three-title {
    font-size: 55px;
    line-height: 55px;
  }

  .blog-two-meta {
    margin-bottom: 15px;
    display: flex;
  }

  .navbar-two-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-style-two {
    padding-left: 35px;
    padding-right: 35px;
  }

  .counter-style-one-title {
    padding-left: 25px;
  }

  .testimonial-one-section {
    border-radius: 30px;
  }

  .home-one-about-right-content {
    padding-right: 20px;
  }

  .nav-two-menu {
    padding-left: 65px;
    padding-right: 170px;
  }

  .nav-two-menu.header-two {
    padding-right: 0;
  }

  .nav-one-menu {
    margin-left: 80px;
  }

  .navbar-one-wrap {
    border-bottom: 1px solid #ffffff26;
  }

  .icon-style-two-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .home-one-about1-left-column {
    padding-right: 100px;
  }

  .team-two {
    margin-left: 35px;
    margin-right: 35px;
  }

  .team-two-title {
    font-size: 70px;
    line-height: 70px;
  }

  .service-three-contant-wrap {
    width: 71%;
    padding-left: 80px;
  }

  .project-two-list.project-page {
    column-count: 3;
  }

  .project-two-content {
    padding-left: 20px;
  }

  .body {
    overflow: visible;
  }

  .client-logo-section-one.contact-page {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-style-two-section {
    margin-left: 70px;
    margin-right: 70px;
  }

  .service-three-image-wrap {
    width: 29%;
  }

  .service-three-dummy-image, .service-three-image {
    transform: rotate(4deg);
  }

  .blog-one-date-wrap {
    width: 90px;
    height: 90px;
  }

  .team-two-social-icons.service-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-link {
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
  }

  .product-section {
    margin-left: 50px;
    margin-right: 50px;
  }

  .product-price {
    font-size: 60px;
    line-height: 54px;
  }

  .product-link {
    padding: 40px 60px;
  }

  .product-title {
    font-size: 28px;
    line-height: 34px;
  }

  .counter-style-two {
    margin-top: 0;
  }

  .home-one-about3-left-column {
    padding: 54px 50px 48px;
  }

  .home2-about1-inner-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .counter-style-three-number {
    font-size: 130px;
    line-height: 120px;
  }

  .pricing-feature-lists {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 58px;
    padding-right: 50px;
  }

  .pricing-table-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .split-section-content-wrapper {
    background-image: url('../images/effect-1.png');
    background-position: 95% 10%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .splite-slide-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-slide-price {
    font-size: 64px;
    line-height: 64px;
  }

  .split-slide-pricing-lists {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 280px;
    max-width: 280px;
  }

  .testimonial-two-client {
    display: flex;
  }

  .testimonial-two-slide {
    padding-right: 30px;
  }

  .testimonial-two-head {
    font-size: 24px;
    line-height: 36px;
  }

  .testimonial-two-title {
    margin-bottom: 0;
  }

  .wavy-img-animation {
    left: 98%;
  }

  .icon-style-four-title {
    font-size: 28px;
    line-height: 38px;
  }

  .service-three-number {
    width: 135px;
  }

  .overlay {
    background-color: #0000;
  }

  .hero-bg-img {
    display: block;
  }

  .bg-element-wrapper {
    overflow: hidden;
  }

  .paragraph {
    max-width: 100%;
  }

  .service-card.no-4 {
    width: 50%;
  }

  .main-wrapper {
    overflow: visible;
  }

  .footer-heading.headline {
    z-index: 4;
    bottom: 0;
  }

  .footer-heading.hero-heading {
    z-index: 1;
    bottom: 0;
  }

  .line {
    background-color: #ffffff26;
  }

  .page-wrapper-2, .section-3.how-it-works {
    overflow: visible;
  }

  ._30px-gap {
    max-width: 370px;
  }

  .footer-section {
    overflow: hidden;
  }

  ._4-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-wrapper-2 {
    overflow: visible;
  }

  .input-field-with-image {
    color: #bdbdbd;
    width: 100%;
    display: inline-block;
  }

  .input-field-with-image.date, .input-field-with-image.time {
    cursor: pointer;
  }

  .page-line-block {
    overflow: hidden;
  }

  .split-section-content-wrapper-2 {
    background-image: url('../images/effect-1.png');
    background-position: 95% 10%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .split-slide-price-2 {
    font-size: 64px;
    line-height: 64px;
  }

  .counter-style-three-number-2 {
    font-size: 130px;
    line-height: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .section-gap.maps-section {
    margin-left: 110px;
    margin-right: 110px;
  }

  .service-one-preview {
    right: 5%;
  }

  .nav-text.small {
    font-size: 17px;
  }

  .dropdown-list.w--open {
    box-shadow: 0 8px 9px -3px #00000042;
  }

  .download-wrap {
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .icon-style-two-title {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-arrow.left-arrow.heading-subheading-arrow-left.service-one-left-arrow {
    margin-right: 65px;
    right: 13.3%;
  }

  .slider-arrow.right-arrow.heading-subheading-arrow-right.service-one-right-arrow {
    right: 13.3%;
  }

  .slider-icon {
    width: 100%;
    height: 20px;
    line-height: 20px;
  }

  .service-three-title {
    font-size: 64px;
    line-height: 64px;
  }

  .navbar-two-wrap {
    margin-left: 70px;
    margin-right: 70px;
  }

  .icon-style-two {
    padding-left: 38px;
    padding-right: 45px;
  }

  .nav-two-menu {
    padding-right: 0;
  }

  .ads-icon-content {
    width: 120px;
    height: 120px;
  }

  .icon-style-two-grid {
    border-bottom-style: none;
  }

  .team-two-title {
    font-size: 86px;
    line-height: 86px;
  }

  .team-two-title.service-detail {
    font-size: 70px;
    line-height: 70px;
  }

  .service-three-right-column {
    margin-top: 50px;
  }

  .project-two-content {
    padding-left: 45px;
  }

  .service-three-section.section-gap.vip, .service-three-section.vip {
    background-color: var(--secondary-color);
  }

  .client-logo-section-one.contact-page {
    margin-left: 70px;
    margin-right: 70px;
  }

  .service-three-dummy-image, .service-three-image {
    transform: rotate(4deg);
  }

  .home2-title-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tab-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-feature-lists {
    padding-left: 58px;
    padding-right: 50px;
  }

  .split-section-content-wrapper {
    padding: 155px 80px 100px;
  }

  .splite-slide-pricing {
    padding: 40px 55px;
  }

  .service-three-right-column-inner {
    max-width: 320px;
    margin-left: auto;
  }

  .wavy-img-animation {
    left: 96%;
  }

  .icon-style-four-title {
    font-size: 30px;
    line-height: 40px;
  }

  .container-3.hero {
    padding-top: 12rem;
  }

  .bg-element-wrapper {
    overflow: hidden;
  }

  .bg-color-left {
    background-color: var(--main-color-opaque);
    width: 12vw;
  }

  .service-card.no-4, .service-card.no-1 {
    width: 50%;
  }

  .split-section-content-wrapper-2 {
    padding: 155px 80px 100px;
  }

  .hero_rotating-badge {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .div-block-4 {
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1920px) {
  .service-one-preview {
    right: -5%;
  }

  .breadcrumb-section._04 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .breadcrumb-section._04.breadcrumb-kontakt {
    background-position: 50% 60%;
    background-size: cover;
  }

  .breadcrumb-section._04.breadcrumb-usluge {
    background-size: cover;
  }

  .breadcrumb-section._04.nas-tim-detail {
    background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-2.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 80%, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, auto;
  }

  .client-one-logo-wrap {
    align-self: auto;
  }

  .testimonial-one-title {
    margin-left: 0;
  }

  .nav-two-menu, .nav-one-menu {
    padding-right: 0;
  }

  .button-arrow-bg-color {
    padding: 0;
  }

  .body {
    font-family: var(--body-setting--font-family);
  }

  .service-three-dummy-image, .service-three-image {
    transform: rotate(10deg);
  }

  .heading-subtitle-wrap.center.tetimonial-title {
    z-index: 1;
    position: relative;
  }

  .breadcrumb-menu-link {
    color: var(--white);
  }

  .client-one-logo {
    width: 140px;
  }

  .heading-title.title-intro {
    font-weight: 700;
  }

  .split-section-content-wrapper {
    padding-left: 110px;
  }

  .wavy-img-animation {
    left: 87%;
  }

  .service-three-button-arrow-bg-color {
    padding: 0;
  }

  .service-three-wave {
    bottom: 30px;
  }

  .brand {
    flex: 0 auto;
    width: 128px;
  }

  .button-arrow-bg-color-2 {
    padding: 0;
  }

  .bg-color-left {
    background-color: #d9b7818a;
    border-radius: 50%;
  }

  .bg-color-right.offset {
    background-color: var(--main-color-opaque);
  }

  .columns {
    max-width: 1400px;
  }

  .background-video-3 {
    width: 100%;
  }

  .split-section-content-wrapper-2 {
    padding-left: 110px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.checkout-page {
    display: block;
  }

  .utility-page-content {
    width: 500px;
  }

  .heading-subtitle-1 {
    margin-bottom: 30px;
  }

  .section-gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-gap.pricing-table-section {
    padding-top: 80px;
  }

  .service-one-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-one-list.service-page {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-text {
    font-size: 70px;
    line-height: 90px;
  }

  .marquee-text.marquee-two-text {
    font-size: 50px;
    line-height: 76px;
  }

  .blog-section-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-one-tiitle {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menu {
    border-top: 2px solid var(--main-color);
    box-shadow: inset 0 -1px 16px -15px var(--dark-color);
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
  }

  .down-icon {
    color: var(--dark-color);
    display: block;
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--dark-color);
    background-color: #0000;
  }

  .header {
    z-index: 2;
    position: relative;
  }

  .nav-text {
    height: auto;
    line-height: 40px;
  }

  .nav-text.small {
    color: var(--dark-color);
    height: auto;
    padding-left: 0;
    line-height: 40px;
  }

  .nav-list {
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .dropdown-nav {
    flex: 1;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    padding-right: 0;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .hero-one-section {
    height: 600px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-one-slide {
    background-size: auto, auto 200px, cover;
  }

  .hero-one-title {
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 65px;
  }

  .breadcrumb-section {
    background-position: 70%, 50%;
    background-size: cover, cover;
  }

  .breadcrumb-section._02 {
    background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-7-p-1080.jpeg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
  }

  .breadcrumb-section._03 {
    background-position: 80%, 75%;
  }

  .breadcrumb-wrap {
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .breadcrumb-title {
    font-size: 70px;
    line-height: 60px;
  }

  .service-details-left {
    margin-top: 40px;
    margin-right: 0;
  }

  .widget {
    margin-bottom: 40px;
  }

  .project-details-preview {
    width: 14%;
  }

  .left-arrow {
    display: none;
  }

  .arrow-wrap {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .right-arrow {
    display: none;
  }

  .heading-title-1 {
    letter-spacing: -.8px;
    font-size: 50px;
    line-height: 55px;
  }

  .project-details {
    padding-top: 80px;
  }

  .team-details-wrap {
    margin-right: 0;
  }

  .team-details-content {
    margin-left: 0;
    padding-top: 40px;
  }

  .team-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-detials-description {
    padding-left: 0;
  }

  .advertisement {
    background-position: 50% 25%;
  }

  .contact-form {
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gap-two {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .author-image {
    margin-right: 20px;
  }

  .blog-sidebar {
    margin-top: 40px;
    margin-left: 0;
  }

  .recent-blog {
    display: flex;
  }

  .recent-blog-image {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-main {
    padding-top: 0;
  }

  .footer-column {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-column.last-column {
    border-right-style: solid;
    border-right-width: 1px;
    align-items: flex-end;
    width: 100%;
  }

  .footer-column.second {
    border-right-style: none;
    width: 100%;
  }

  .service-details {
    flex-flow: column-reverse;
    display: flex;
  }

  .menu-icon {
    color: var(--white-color);
    font-size: 40px;
    line-height: 40px;
  }

  .footer-block-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .marquee-img, .marquee-img.marquee-two-image {
    width: 25px;
    height: 25px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .icon-style-two-icon-wrap {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .icon-style-two-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .button-link {
    padding: 6px 6px 6px 28px;
  }

  .button-link.outline-btn {
    padding: 5px 5px 5px 25px;
  }

  .header-right-content {
    flex: 1;
    justify-content: flex-end;
  }

  .servicen-one-item {
    position: static;
  }

  .service-one-image-wrap {
    height: 400px;
  }

  .service-one-content {
    padding-top: 25px;
  }

  .service-three-wrap, .service-three-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .service-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .service-three:last-child {
    margin-bottom: 0;
  }

  .service-three-title {
    font-size: 35px;
    line-height: 35px;
  }

  .service-three-content {
    border-bottom-style: none;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .client-one-logo-wrap {
    padding: 60px 40px;
  }

  .blog-two-meta {
    display: flex;
  }

  .slide-nav-rounded {
    z-index: 1;
  }

  .hero-two-section {
    border-radius: 0;
    height: 700px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-two-slide.two {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home2-slider-img-02.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-two-content {
    padding-top: 0;
  }

  .team-designation-wrap {
    margin-bottom: 10px;
  }

  .portfolio-mwta-data-wrap {
    margin-top: 30px;
    padding-bottom: 18px;
  }

  .portfolio-meta-data {
    padding-bottom: 18px;
  }

  .footer-social-icons {
    justify-content: center;
    margin-top: 0;
  }

  .button-wrap.right-float {
    justify-content: flex-start;
  }

  .button-wrap.navbar-new-vip {
    display: block;
    position: relative;
    right: auto;
  }

  .button-wrap.kako-se-naruciti {
    margin-top: 20px;
  }

  .button-text {
    font-size: 16px;
  }

  .button-text.secondary-text.hover-dark {
    font-size: 17px;
  }

  .maps {
    height: 500px;
  }

  .padding-bottom-0 {
    padding-bottom: 0;
  }

  .contact-page-column-right {
    margin-top: 0;
    padding-left: 10px;
  }

  .icon-style-two {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-one-description {
    font-size: 18px;
    line-height: 30px;
  }

  .counter-style-one-number {
    font-size: 90px;
    line-height: 82px;
  }

  .counter-style-one {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 30px;
  }

  .accordian-title {
    white-space: normal;
  }

  .footer-main-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 80px;
  }

  .home-one-about-right-content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .nav-two-menu {
    padding-left: 0;
  }

  .hero-three-section {
    height: 700px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-one-menu {
    z-index: 2;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    transform: translate(0%);
  }

  .hero-three-content {
    margin-bottom: 60px;
  }

  .display-none-991 {
    display: none;
  }

  .service-one-responsive {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .blog-detils-image-wrap {
    height: 550px;
  }

  .column-991-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-style-two-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-one-about1-right-column {
    width: 100%;
    padding-top: 40px;
  }

  .home-one-about1-left-column {
    width: 100%;
    padding-right: 0;
  }

  .category.date {
    font-size: 42px;
    line-height: 45px;
  }

  .team-two-list, .team-two-list.team-page {
    grid-template-columns: 1fr 1fr;
  }

  .team-two-marquee {
    margin-top: 20px;
  }

  .team-two-title {
    font-size: 60px;
    line-height: 60px;
  }

  .service-three-contant-wrap {
    width: 64%;
    margin-left: 0;
    padding-left: 0;
  }

  .service-heading-subtitle-columns {
    margin-bottom: 40px;
    display: block;
  }

  .button-arrow-bg-color, .button-arrow-bg-color.dark-bg {
    width: 38px;
    height: 38px;
  }

  .project-two-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-count: 2;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    column-gap: 20px;
    transform: none;
  }

  .project-two-list.project-page {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }

  .project-two-wrap {
    margin-top: 0;
  }

  .project-two-data {
    align-self: auto;
  }

  .project-two-data:first-child {
    margin-top: -150px;
    padding-top: 150px;
  }

  .project-two-data.project-page:first-child {
    padding-top: 0;
  }

  .project-two-content {
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .project-two-image-wrap {
    height: 450px;
  }

  .project-two-title {
    font-size: 26px;
    line-height: 34px;
  }

  .service-heading-subtitle-left-column {
    margin-bottom: -15px;
  }

  .subtitle-head-wrap.display-inline {
    margin-bottom: 0;
  }

  .icon-style-two-icon {
    height: 60px;
  }

  .service-slider-one {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .testimonial-one-content {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .home2-about1-columns {
    display: block;
  }

  .home2-about1-left-column-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home2-about1-image-wrap {
    padding-right: 0;
  }

  .home2-about1-image-wrap.reversed {
    padding-left: 0;
  }

  .service-three-image-wrap {
    width: 36%;
    height: auto;
    position: static;
  }

  .service-image-wrap-in {
    height: 200px;
  }

  .service-three-dummy-image {
    display: none;
  }

  .service-three-image {
    transform: none;
  }

  .home-one-about3-title {
    margin-bottom: 20px;
  }

  .blog-one-date-wrap {
    background-image: radial-gradient(circle, #11141a99, #0a0c104d 43%, #0303041a 85%, #0000);
  }

  .razor-image {
    display: none;
  }

  .testimonial-one-bg-color {
    height: 130%;
    top: -45px;
  }

  .team-details-left-column.column-767-padding-0 {
    position: static;
  }

  .project-details-right-column-inner {
    margin-top: 30px;
    margin-left: 0;
  }

  .footer-text {
    text-align: left;
  }

  .hero-title-three {
    margin-bottom: 30px;
    font-size: 100px;
    line-height: 90px;
  }

  .home2-contact-text {
    color: var(--body-setting--body-text-color);
    display: block;
  }

  .home2-contact-text:hover {
    color: var(--white-color);
  }

  .split-section-inner {
    height: auto;
  }

  .tab-link {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .tab-link.shop-page {
    font-size: 16px;
  }

  .tabs-style-one {
    margin-bottom: 30px;
  }

  .tabs-menu {
    margin-left: 25px;
    margin-right: 25px;
  }

  .product-list {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .product-content {
    padding-top: 0;
  }

  .product-detail-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .product-detail-left-column {
    padding-right: 10px;
  }

  .product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-detail-price {
    margin-bottom: 10px;
  }

  .product-detail-right-column {
    padding-left: 10px;
  }

  .product-images {
    object-fit: cover;
  }

  .checkout-form-right {
    flex: 1;
    padding-left: 0;
  }

  .client-logo-one-box-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .client-logo-one-box-2.border-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slider.products-slider {
    display: none;
  }

  .cart-wrap {
    padding-right: 15px;
  }

  .hero-subtitle-slider-one {
    margin-bottom: 0;
  }

  .hero-subtitle-slider-two {
    margin-bottom: 10px;
  }

  .breadcrumb-separation {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .home-one-about1-columns {
    display: block;
  }

  .home-one-about1-image {
    width: 100%;
    height: 100%;
  }

  .home-one-about1-image-wrap {
    height: 650px;
  }

  .icon-style-two-gradient {
    width: 65%;
    height: 300%;
  }

  .home-one-about3-columns {
    flex-flow: column-reverse;
  }

  .home-one-about3-right-column {
    width: 100%;
    height: 400px;
  }

  .home-one-about3-left-column {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding: 40px 20px 50px;
  }

  .team-marquee-img {
    width: 22px;
    height: 22px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home2-about1-inner-flex {
    align-items: center;
    margin-bottom: 30px;
  }

  .counter-style-three {
    padding-top: 0;
    padding-right: 10px;
  }

  .heading-title-animation.project-title-wrap {
    margin-bottom: 40px;
  }

  .heading-title-2, .heading-title {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-title.portfolio-title {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-title.offer-title {
    letter-spacing: -.5px;
    font-size: 70px;
    line-height: 65px;
  }

  .pricing-feature-lists {
    width: 100%;
    padding-left: 20px;
  }

  .pricing-subtitle {
    margin-bottom: 0;
  }

  .pricing-table-pricing-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-table-pricing, .pricing-table-number, .pricing-heading {
    width: 100%;
  }

  .pricing-table-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-arrow-animation {
    height: 150px;
    right: 20px;
  }

  .split-section-image-wrapper {
    width: 100%;
    height: 600px;
    position: static;
  }

  .split-section-content-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 50px 20px;
  }

  .split-section-img {
    position: static;
  }

  .splite-slide-pricing {
    padding-left: 55px;
    padding-right: 100px;
  }

  .split-slide-pricing-title {
    margin-bottom: 0;
  }

  .split-slide-pricing-lists {
    width: 60%;
  }

  .home2-about3-section {
    height: 80vh;
  }

  .home2-about3-bg-video {
    height: 100%;
  }

  .service-three-section-inner {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .testimonial-two-slide {
    width: 50%;
  }

  .heading-title-3 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .testimonial-two-title {
    margin-left: 15px;
  }

  .testimonial-two-wrap {
    padding: 40px 30px 30px;
  }

  .offer-section-inner {
    padding-top: 120px;
  }

  .counter-style-four {
    padding-top: 0;
    padding-right: 10px;
  }

  .counter-style-four-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wavy-img-animation {
    display: none;
  }

  .heading-subheading-center-column {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-subheading-center-column.column-767-padding-0 {
    margin-top: -30px;
  }

  .team-heading-subheading-right-column.float-right {
    text-align: left;
  }

  .split-wavy-image {
    display: none;
  }

  .hero-one-desc {
    margin-top: 30px;
    padding-top: 15px;
  }

  .hero-two-title-one {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 70px;
  }

  .hero-two-title {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-two-flex {
    flex-flow: column-reverse;
  }

  .hero-two-desc {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .icon-style-three {
    max-width: 500px;
    margin-top: 35px;
    padding-top: 25px;
  }

  .icon-style-three-image {
    height: 80px;
  }

  ._w-100 {
    width: 100%;
  }

  .product-style-responsive {
    display: block;
  }

  .icon-style-four {
    width: 100%;
  }

  .icon-style-four-icon-wrap {
    margin-bottom: 15px;
  }

  .icon-style-four-icon {
    height: 60px;
  }

  .icon-style-four-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .icon-style-four-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-three-number {
    width: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .service-three-wave {
    display: none;
  }

  .home2-about3-content {
    padding-bottom: 60px;
  }

  .home2-about3-content-flex {
    margin-bottom: 40px;
  }

  .home2-about3-content-title {
    font-size: 40px;
    line-height: 40px;
  }

  .fantomui-img-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.lottie {
    min-height: 200vh;
  }

  .hero-description, .text-subtitle {
    font-size: 1.5rem;
  }

  .feature-block-inner-half {
    max-width: 50%;
  }

  .made-with {
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
  }

  .button-link-2.outline-btn {
    padding: 5px 5px 5px 28px;
  }

  .button-arrow-bg-color-2 {
    width: 38px;
    height: 38px;
  }

  .marquee-text-2 {
    font-size: 70px;
    line-height: 90px;
  }

  .marquee-text-2.marquee-two-text {
    font-size: 50px;
    line-height: 76px;
  }

  .text-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    bottom: 0;
  }

  .content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .services-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  ._30px-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .service-card {
    height: auto;
    min-height: 650px;
  }

  .service-card.no-3 {
    width: 100%;
  }

  .service-card.no-4 {
    width: 100%;
    overflow: hidden;
  }

  .service-card.no-1 {
    order: 0;
    width: 100%;
    height: auto;
    min-height: 650px;
    display: flex;
  }

  .linear, .change-this-image {
    width: 100%;
  }

  .button-3 {
    border-radius: 4px;
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-3:hover {
    opacity: .8;
  }

  ._60px-margin {
    width: 100%;
  }

  ._60px-margin.number-3 {
    max-width: 322px;
  }

  ._200px-margin-top {
    grid-template-areas: ". Area";
    margin-top: 100px;
    top: 210px;
  }

  ._3-column-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column.number-3 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
  }

  .featured-image-wrapper {
    display: block;
  }

  .main-wrapper {
    min-height: 400vh;
  }

  .main-wrapper.section-gap.kako-se-naruciti {
    min-height: auto;
  }

  ._18px-text {
    font-size: 17px;
  }

  ._100-px-heading {
    font-size: 80px;
    line-height: 100px;
  }

  .featured-image {
    overflow: hidden;
  }

  .background-video-2 {
    height: 100%;
  }

  ._24px-heading {
    font-size: 20px;
  }

  .footer-heading.headline {
    -webkit-text-stroke-width: 1px;
    bottom: 125px;
  }

  .footer-heading.hero-heading {
    bottom: 125px;
  }

  .horizontal-input-wrapper {
    z-index: 0;
  }

  .text-box-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    bottom: 35px;
  }

  .dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .section-3.why-choose-us {
    margin-top: 0;
    padding-top: 100px;
  }

  .section-3.how-it-works, .section-3.contact, .section-3.testimonials {
    padding-top: 100px;
  }

  ._30px-gap {
    height: 100%;
  }

  .border {
    white-space: pre-line;
    word-break: normal;
    overflow-wrap: normal;
  }

  .absolute-image {
    height: 180px;
    top: -140px;
  }

  .footer-block {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-block.second {
    z-index: 4;
  }

  .dropdown-icon-wrapper {
    margin-left: auto;
    margin-right: auto;
    top: 62px;
    left: 50%;
  }

  .footer-section {
    margin-top: 80px;
    padding-bottom: 20px;
  }

  ._4-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .main-wrapper-2 {
    min-height: 400vh;
  }

  .container-4.center-align {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._80px-text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 60px;
    line-height: 80px;
  }

  .input-field-with-image.phone, .input-field-with-image.name {
    padding-left: 5px;
  }

  .input-field-with-image.date {
    padding-left: 0;
  }

  .footer-menu-block {
    z-index: 4;
    justify-content: space-between;
    align-items: center;
  }

  .button-4 {
    border-radius: 4px;
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-4:hover {
    opacity: .8;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home2-about3-content-title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-title-4 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-title-4.portfolio-title {
    font-size: 100px;
    line-height: 100px;
  }

  .navbar-new-container {
    flex-flow: row;
    justify-content: space-between;
  }

  .navigation-new {
    background-color: #000;
    min-width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
  }

  .heading-title-5 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .split-section-content-wrapper-2 {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 50px 20px;
  }

  .section-gap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-title-6 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .hero_rotating-badge {
    max-width: 5.5rem;
  }

  .hero_rotating-badge_arrow {
    width: 15px;
  }

  .brand-2 {
    flex: 1;
  }

  .brand-2.brand-phone.w--current {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand-2.logo-desktop, .brand-2.logo-desktop.w--current {
    display: none;
  }

  .div-block-4 {
    z-index: 200;
  }

  .items-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-links-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .container-9 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-main-wrap-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 80px;
  }

  .footer-title-2 {
    margin-bottom: 20px;
  }

  .wrapper-phone-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border: 1px solid #0000;
  }

  .menu-button-2.hamburger-phone {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .menu-button-2.hamburger-phone.w--open {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 22px;
    line-height: 28px;
  }

  .utility-page-content {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle-head-1 {
    font-size: 13px;
  }

  .section-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-gap.pricing-table-section {
    padding-top: 60px;
  }

  .team-one-designation {
    font-size: 15px;
    line-height: 26px;
  }

  .service-one-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-one-list.service-page {
    grid-template-columns: 1fr;
  }

  .service-one-title {
    letter-spacing: -.3px;
    margin-top: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .service-one-link {
    display: block;
  }

  .marquee-text {
    font-size: 60px;
    line-height: 78px;
  }

  .blog-section-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .blog-section-list, .blog-section-list.category-page {
    grid-template-columns: 1fr;
  }

  .blog-one-image {
    height: 400px;
  }

  .blog-one-tiitle {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .menu-button {
    margin-right: -10px;
  }

  .logo-link {
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .hero-one-section {
    height: 500px;
  }

  .hero-one-title {
    font-size: 50px;
    line-height: 50px;
  }

  .breadcrumb-section {
    background-position: 80%, 50%;
    background-size: cover, cover;
  }

  .breadcrumb-section._02 {
    background-position: 50% 100%;
  }

  .breadcrumb-section._03 {
    background-position: 100%, 80%;
  }

  .breadcrumb-section._04 {
    background-position: 80%, 60%;
  }

  .breadcrumb-wrap {
    height: 400px;
  }

  .breadcrumb-title {
    font-size: 60px;
    line-height: 50px;
  }

  .widget {
    margin-bottom: 30px;
  }

  .heading-title-1 {
    letter-spacing: -.5px;
    font-size: 40px;
    line-height: 40px;
  }

  .project-details {
    padding-top: 60px;
  }

  .download-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-details-wrap {
    height: 400px;
    margin-right: 0;
  }

  .team-details-content {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .team-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-detials-description {
    padding-top: 20px;
  }

  .contact-form {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form.team-detail-form {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-details-title {
    font-size: 30px;
    line-height: 36px;
  }

  .section-gap-two {
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-box {
    display: block;
  }

  .author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-column {
    border-right-style: none;
    width: 100%;
  }

  .footer-column.last-column {
    border-right-style: none;
    padding-bottom: 40px;
  }

  .footer-column.second {
    align-items: flex-start;
  }

  .footer-small-link {
    margin-bottom: 10px;
    display: block;
  }

  .footer-links {
    text-align: center;
    display: block;
  }

  .column-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-style-two-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .team-details-image {
    object-fit: cover;
    height: 100%;
  }

  .contact-form-column {
    grid-column-gap: 20px;
  }

  .footer-block-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .marquee-img {
    margin-left: 30px;
    margin-right: 30px;
  }

  .icon-style-two-icon-wrap {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .servicen-one-item {
    position: static;
  }

  .service-one-image-wrap {
    width: 100%;
  }

  .service-one-content {
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
  }

  .service-three-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .service-three {
    margin-bottom: 25px;
    display: block;
  }

  .service-three:last-child {
    margin-bottom: 0;
  }

  .client-one-logo-wrap {
    padding: 60px 30px;
  }

  .slide-nav-rounded {
    display: none;
  }

  .hero-two-section {
    height: 550px;
  }

  .hero-two-slide.two {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home2-slider-img-02.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-two-slide.three {
    background-position: 0 0, 50%;
  }

  .hero-two-content {
    max-width: 100%;
    margin-left: 0;
  }

  .portfolio-mwta-data-wrap {
    padding: 30px 25px 10px;
  }

  .button-wrap.right-float.margin-top-30 {
    margin-top: 0;
  }

  .contact-form-checkbox {
    margin-bottom: 40px;
  }

  .maps {
    height: 450px;
  }

  .padding-bottom-0 {
    padding-bottom: 0;
  }

  .contact-page-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-style-two {
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-style-01-wrap {
    margin-bottom: 10px;
  }

  .list-style-01-text {
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .list-style-01-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .testimonial-one-wrap {
    display: block;
  }

  .testimonial-one-rating {
    margin-bottom: 16px;
  }

  .testimonial-one-contant {
    width: 100%;
  }

  .testimonial-one-head {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-one-description {
    background-size: 40px 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-one-slider {
    padding-right: 0;
  }

  .counter-style-one {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .mega-menu-column-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .testimonial-one-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-main-wrap {
    padding-top: 60px;
  }

  .home-one-about-right-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .hero-three-section {
    height: 600px;
  }

  .service-details-title-two {
    font-size: 30px;
    line-height: 36px;
  }

  .column-767-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detils-image-wrap {
    height: 450px;
    margin-bottom: 30px;
  }

  .column-991-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-title {
    font-size: 32px;
    line-height: 40px;
  }

  .icon-style-two-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    padding-bottom: 30px;
  }

  .team-two-list, .team-two-list.grid-three, .team-two-list.team-page {
    grid-template-columns: 1fr;
  }

  .team-two-item:nth-child(2n) {
    margin-top: 0;
  }

  .service-three-contant-wrap {
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .service-three-left-column {
    margin-top: 20px;
  }

  .footer-small-link-right {
    justify-content: center;
    display: flex;
  }

  .project-two-list {
    column-count: 1;
    grid-template-columns: 1fr;
    width: 100%;
    margin-right: 0;
    transform: none;
  }

  .project-two-list.project-page {
    display: block;
  }

  .project-two-data {
    margin-bottom: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .project-two-data:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .service-three-section {
    margin-left: 0;
    margin-right: 0;
  }

  .project-two-section {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home2-about1-left-column-inner {
    padding-top: 30px;
  }

  .service-three-image-wrap {
    width: 100%;
    display: block;
    position: static;
  }

  .service-image-wrap-in {
    height: 400px;
    overflow: hidden;
  }

  .service-three-dummy-image {
    display: none;
    transform: rotate(0);
  }

  .service-three-image {
    transform: rotate(0);
  }

  .slider-subtitle-head-line {
    padding-bottom: 0;
  }

  .testimonial-one-bg-color {
    padding-bottom: 10px;
  }

  .team-details-left-column {
    position: static;
  }

  .contact-form-heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-title-three {
    letter-spacing: -1px;
    font-size: 60px;
    line-height: 55px;
  }

  .tab-link {
    text-align: center;
    border-style: solid;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 20px;
    display: block;
  }

  .tab-link.w--current {
    border-style: solid;
    border-color: #161f7bb3;
    margin-bottom: 10px;
  }

  .tab-link.shop-page {
    font-size: 15px;
  }

  .tabs-menu {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .product-list {
    display: block;
  }

  .product-item {
    margin-bottom: 30px;
  }

  .product-item:last-child {
    margin-bottom: 0;
  }

  .product-content {
    padding-top: 30px;
  }

  .product-section {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-detail-description {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-image {
    width: 100%;
  }

  .product-price {
    letter-spacing: -1px;
  }

  .checkout-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .client-logo-one-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-button {
    width: 45px;
    height: 45px;
  }

  .cart-icon.white {
    width: 20px;
    height: 20px;
  }

  .hero-subtitle-slider-two {
    margin-bottom: 0;
  }

  .product-detail-columns {
    display: block;
  }

  .breadcrumb-separation {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .breadcrumb-arrow-icon.last {
    margin-left: -2px;
  }

  .home-one-about1-image-wrap {
    height: 550px;
  }

  .counter-style-two-inner {
    padding: 25px 20px;
  }

  .icon-style-two-gradient {
    width: 60%;
  }

  .home-one-about3-left-column {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .team-marquee-img {
    margin-left: 30px;
    margin-right: 30px;
  }

  .counter-style-three {
    padding-right: 0;
  }

  .heading-title-animation.project-title-wrap {
    margin-bottom: 30px;
    position: static;
  }

  .heading-title-2, .heading-title {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-title.portfolio-title {
    font-size: 70px;
    line-height: 60px;
  }

  .heading-title.offer-title {
    font-size: 60px;
    line-height: 55px;
  }

  .pricing-feature-lists {
    margin-bottom: 30px;
  }

  .pricing-subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .pricing-table-pricing-wrap {
    grid-column-gap: 15px;
    display: block;
  }

  .pricing-table-pricing {
    margin-bottom: 10px;
  }

  .pricing-list {
    font-size: 15px;
    line-height: 28px;
  }

  .pricing-table-number {
    margin-bottom: 10px;
  }

  .pricing-feature {
    padding-bottom: 0;
    line-height: 25px;
  }

  .pricing-title {
    font-size: 60px;
    line-height: 60px;
  }

  .pricing-heading {
    margin-bottom: 20px;
  }

  .pricing-table-grid {
    grid-template-columns: 1fr;
  }

  .pricing-arrow-animation {
    height: 120px;
    display: none;
    top: 60px;
    right: 0;
  }

  .split-section-image-wrapper {
    height: 480px;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .splite-slide-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-slide-pricing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .split-slide-price {
    font-size: 60px;
    line-height: 55px;
  }

  .home2-about3-section {
    height: 80vh;
  }

  .service-three-section-inner {
    padding-bottom: 60px;
  }

  .testimonial-two-rating {
    margin-bottom: 15px;
  }

  .testimonial-two-slide {
    width: 100%;
    padding-right: 0;
  }

  .heading-title-3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .testimonial-two-contant {
    width: 100%;
    display: block;
  }

  .testimonial-two-description {
    font-size: 18px;
    line-height: 32px;
  }

  .testimonial-two-head {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .testimonial-two-img-wrap {
    width: 60px;
    height: 60px;
  }

  .testimonial-two-padding {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 10px;
  }

  .testimonial-two-slider {
    margin-right: 0;
  }

  .offer-flex {
    display: block;
  }

  .offer-right-column.margin-bottom-30 {
    margin-top: -10px;
  }

  .counter-style-four {
    padding-right: 0;
  }

  .counter-style-four-number {
    letter-spacing: -1px;
    padding-left: 20px;
    font-size: 60px;
    line-height: 58px;
  }

  .counter-style-four-title {
    font-size: 14px;
  }

  .counter-style-four-title-dot {
    margin-right: 10px;
  }

  .float-right {
    text-align: left;
  }

  .hero-one-flex {
    display: block;
  }

  .icon-style-one {
    border-right-style: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .icon-style-one-image {
    height: 50px;
  }

  .icon-style-one-content {
    margin-left: 15px;
  }

  .icon-style-one-title {
    font-size: 20px;
  }

  .hero-one-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .hero-two-title-one {
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 56px;
  }

  .hero-two-title {
    font-size: 45px;
    line-height: 45px;
  }

  .hero-two-desc {
    display: none;
  }

  .icon-style-three {
    border-right-style: none;
  }

  .display-none-767 {
    display: none;
  }

  .icon-style-four {
    border-right-style: none;
  }

  .icon-style-four-icon-wrap {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .icon-style-four-content {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .icon-style-four-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .icon-style-four-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    padding-bottom: 30px;
  }

  .background-video {
    object-fit: cover;
    height: 100%;
  }

  .home2-about3-content {
    padding-bottom: 30px;
  }

  .home2-about3-content-flex {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .home2-about3-content-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .home2-avout3-rating {
    margin-bottom: 15px;
  }

  .home2-about3-star {
    font-size: 16px;
    line-height: 16px;
  }

  .fantomui-img-inner {
    border-radius: .9rem;
  }

  .lottie-gradient-bg {
    width: 150vw;
    height: 150vw;
  }

  .section.lottie {
    padding-bottom: 0;
  }

  .section.features {
    margin-top: -50vw;
  }

  .fantomui-img {
    border-radius: 1rem;
    width: 100%;
    max-width: 12rem;
  }

  .lottie-container {
    overflow: hidden;
  }

  .container-3.footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .header-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .feature-block-inner._01, .feature-block-inner._02 {
    background-size: cover;
  }

  .feature-block-inner._03 {
    background-image: url('../images/features-bg-03-mobile_1features-bg-03-mobile.webp');
    justify-content: flex-start;
    min-height: 35rem;
  }

  .button-2.submit {
    border-radius: 1rem 1rem 2rem 2rem;
    width: auto;
    max-width: none;
    height: 4rem;
    top: auto;
    left: 8px;
  }

  .text-subtitle {
    font-size: 1.125rem;
  }

  .features-headline-wrapper {
    max-width: 21rem;
    margin-bottom: 2rem;
  }

  .feature-block-inner-half {
    max-width: 100%;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-bg-img {
    object-fit: cover;
    height: 80vh;
  }

  .footer-disclaimer {
    margin-bottom: 5rem;
    margin-right: 0;
  }

  .input-field {
    border-radius: 2.5rem;
    height: 10rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
  }

  .waitlist-form {
    border-radius: 2.5rem;
    height: auto;
  }

  .waitlist-form-glow {
    border-radius: 1rem;
  }

  .logo-2 {
    width: 3rem;
    height: 3rem;
  }

  .features-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .made-with {
    justify-items: center;
  }

  .marquee-text-2 {
    font-size: 60px;
    line-height: 78px;
  }

  .hero-bg-img-2 {
    object-fit: cover;
    height: 80vh;
  }

  .text-box {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 315px;
  }

  .services-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .service-card {
    width: 100%;
    min-height: 620px;
  }

  .service-card.no-3 {
    width: 100%;
    min-height: 500px;
  }

  .service-card.no-4 {
    width: 100%;
    min-height: 500px;
    display: block;
  }

  .service-card.no-1 {
    width: 100%;
    min-height: 500px;
  }

  .change-this-image {
    background-image: url('../images/image-1.png');
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .change-this-image.expand-3 {
    background-position: 50% 25%;
  }

  .button-3 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  ._60px-margin.step-1 {
    padding-left: 0;
  }

  ._200px-margin-top {
    flex-flow: row;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 0;
    display: flex;
  }

  ._3-column-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .column {
    width: 100%;
    max-width: 447px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.number-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.number-3 {
    max-width: 447px;
    padding-left: 60px;
  }

  .featured-image-wrapper {
    display: none;
  }

  .main-wrapper {
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
  }

  ._18px-text {
    font-size: 16px;
  }

  .sticky-wrapper {
    width: 100%;
  }

  ._100-px-heading {
    text-align: center;
    font-size: 60px;
    line-height: 80px;
  }

  .title-wrapper.center-align {
    margin-bottom: 60px;
  }

  .featured-video-wrapper {
    width: 100%;
    overflow: clip;
  }

  .background-video-2 {
    min-height: 300px;
  }

  ._24px-heading {
    margin-bottom: 0;
    font-size: 19px;
  }

  .footer-heading.headline {
    -webkit-text-stroke-width: 1px;
    bottom: 210px;
  }

  .footer-heading.hero-heading {
    font-size: 110px;
    bottom: 210px;
  }

  .horizontal-input-wrapper {
    flex-flow: column;
  }

  .text-box-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
  }

  .section-3.why-choose-us, .section-3.how-it-works, .section-3.contact, .section-3.testimonials {
    padding-top: 80px;
  }

  ._30px-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .footer-image-block {
    background-size: cover;
  }

  ._20px-text {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 109px;
    font-size: 17px;
  }

  .dropdown-text {
    font-size: 20px;
  }

  .absolute-image {
    height: 150px;
    top: -113px;
  }

  .position {
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: anywhere;
    max-width: 103px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .main-wrapper-2 {
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
  }

  .container-4.center-align {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._80px-text {
    font-size: 40px;
    line-height: 60px;
  }

  .input-field-with-image.email {
    padding-left: 5px;
  }

  .input-field-with-image.date {
    background-image: url('../images/Frame_1Frame.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 5px;
  }

  .input-field-with-image.location {
    padding-left: 5px;
  }

  .footer-menu-block {
    bottom: 140px;
    left: auto;
  }

  .button-4 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home2-about3-content-title-2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .background-video-3 {
    object-fit: cover;
    height: 100%;
  }

  .home2-about3-star-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .background-video-4 {
    object-fit: cover;
    height: 100%;
  }

  .heading-title-4 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-title-4.portfolio-title {
    font-size: 70px;
    line-height: 60px;
  }

  .slider-subtitle-head-line-2 {
    padding-bottom: 0;
  }

  .heading-title-5 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .split-section-content-wrapper-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pricing-list-2 {
    font-size: 15px;
    line-height: 28px;
  }

  .split-slide-price-2 {
    font-size: 60px;
    line-height: 55px;
  }

  .slider-subtitle-head-line-3 {
    padding-bottom: 0;
  }

  .section-gap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-title-6 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .list-style-01-text-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .list-style-01-icon-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .slider-subtitle-head-line-4 {
    padding-bottom: 0;
  }

  .hero_rotating-badge {
    display: flex;
  }

  .footer-main-wrap-2 {
    padding-top: 60px;
  }

  .footer-small-link-2 {
    margin-bottom: 10px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  blockquote {
    background-position: 5px 0;
    background-size: auto 45px;
    padding-top: 50px;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.usluge {
    padding-left: 0;
    padding-right: 0;
  }

  .container.without-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-head-1 {
    letter-spacing: .5px;
  }

  .section-gap.barber {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-one-designation {
    font-size: 13px;
    line-height: 24px;
  }

  .service-one-list, .service-one-list.service-page {
    grid-template-columns: 1fr;
  }

  .service-one-title {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .marquee-text {
    font-size: 40px;
    line-height: 58px;
  }

  .marquee-text.marquee-two-text {
    font-size: 30px;
    line-height: 60px;
  }

  .blog-section-wrap {
    margin-bottom: 0;
  }

  .blog-section-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-one-image {
    height: 320px;
  }

  .blog-one-tiitle {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .hero-one-section {
    border-radius: 20px;
    height: 400px;
  }

  .hero-one-title {
    border-bottom-style: none;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .breadcrumb-section {
    background-position: 100%, 50%;
  }

  .breadcrumb-section._02 {
    background-image: url('../images/WhatsApp-Image-2025-11-27-at-23.16.38-7-p-1080.jpeg');
    background-position: 50% 100%;
    background-size: cover;
    display: block;
  }

  .breadcrumb-section._03 {
    background-position: 80%, 80%;
  }

  .breadcrumb-wrap {
    height: 350px;
  }

  .breadcrumb-title {
    font-size: 44px;
    line-height: 40px;
  }

  .widget {
    padding: 30px 20px 10px;
  }

  .widget.download-option {
    display: block;
  }

  .service-list-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-title-1 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .project-details {
    padding-top: 40px;
  }

  .download-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .download-button.first {
    margin-bottom: 0;
  }

  .download-wrap {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .team-details-content {
    padding-left: 0;
    padding-right: 0;
  }

  .team-infomation {
    display: block;
  }

  .team-information-lable {
    line-height: 20px;
  }

  .team-details-title {
    font-size: 24px;
    line-height: 32px;
  }

  .team-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .advertisement {
    background-image: url('../images/IMG_6674.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 200px;
  }

  .contact-form-input.textarea.contact-page {
    padding-top: 16px;
  }

  .contact-form-input.contact-page {
    height: 55px;
    margin-bottom: 16px;
    padding-left: 16px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form.team-detail-form {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .service-details-title {
    font-size: 26px;
    line-height: 32px;
  }

  .section-gap-two {
    margin-top: -25vh;
    padding-bottom: 0;
  }

  .footer-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-logo {
    max-width: 80%;
    height: auto;
  }

  .author-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recent-blog {
    display: block;
  }

  .recent-blog-image {
    margin-bottom: 20px;
  }

  .footer-line {
    width: 100%;
  }

  .footer-two-column {
    width: 100%;
    display: block;
  }

  .footer-column {
    object-fit: fill;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .footer-column.last-column {
    padding-bottom: 30px;
  }

  .footer-small-link.right-border {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .password-image {
    width: 100px;
  }

  .icon-style-two-title {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-form-column {
    grid-template-columns: 1fr;
    display: block;
  }

  .footer-block-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .marquee-img {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-style-two-icon-wrap {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .icon-style-two-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .button-link.outline-btn {
    padding: 4px 4px 4px 24px;
  }

  .team-social-links {
    margin-top: 20px;
  }

  .service-one-image-wrap {
    height: 300px;
  }

  .service-one-content {
    padding-top: 15px;
  }

  .service-three-list {
    grid-template-columns: 1fr;
  }

  .service-three-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .service-three-content {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .client-one-logo-wrap {
    padding: 50px 20px;
  }

  .blog-two-meta {
    display: block;
  }

  .slide-nav-rounded {
    display: none;
  }

  .hero-two-section {
    height: 400px;
  }

  .ads-title-one {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .ads-title-two {
    font-size: 22px;
    line-height: 22px;
  }

  .team-designation {
    line-height: 16px;
  }

  .portfolio-mwta-data-wrap {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-meta-data {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .blog-meta-category-wrap {
    display: inline-flex;
  }

  .button-wrap.display-none-478 {
    display: block;
  }

  .button-text, .button-text.secondary-text.hover-dark {
    font-size: 16px;
  }

  .contact-form-checkbox {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .padding-bottom-0 {
    padding-bottom: 0;
  }

  .team-one {
    padding-top: 0;
  }

  .team-detail-call-link {
    margin-left: 0;
  }

  .icon-style-two {
    padding: 30px 20px;
    display: block;
  }

  .list-style-01-wrap {
    margin-bottom: 10px;
  }

  .list-style-01-icon {
    width: 25px;
  }

  .testimonial-one-star {
    font-size: 14px;
    line-height: 14px;
  }

  .testimonial-one-rating {
    margin-bottom: 10px;
  }

  .testimonial-one-client {
    display: block;
  }

  .testimonial-one-head {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-one-description {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .counter-style-one-number {
    font-size: 80px;
    line-height: 80px;
  }

  .counter-style-one {
    display: none;
  }

  .team-detail-link-text.white-desc-text {
    display: inline-block;
  }

  .mega-menu-column-wrap {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-three-section {
    height: 450px;
  }

  .hero-three-slide {
    background-position: 40%;
  }

  .hero-three-slide.three {
    background-position: 0 0, 55%;
  }

  .hero-three-content {
    margin-bottom: auto;
  }

  .service-details-title-two {
    padding-top: 30px;
  }

  .ads-icon-content {
    width: 55px;
    height: 55px;
  }

  .blog-detils-image-wrap {
    height: 300px;
  }

  .ads {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-detail-title {
    font-size: 26px;
    line-height: 34px;
  }

  .icon-style-two-grid {
    display: block;
  }

  .home-one-about1-section.section-gap.overflow-hidden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-one-about1-right-column {
    padding-top: 30px;
  }

  .home-one-about1-left-column {
    padding-right: 0;
  }

  .category {
    display: inline-block;
  }

  .category.date {
    font-size: 35px;
    line-height: 35px;
    display: block;
  }

  .team-two {
    padding-top: 0;
  }

  .team-two-item:nth-child(2n) {
    margin-top: 0;
  }

  .team-two-image-wrap {
    height: auto;
  }

  .team-two-marquee {
    margin-top: 15px;
  }

  .team-two-title {
    font-size: 40px;
    line-height: 40px;
  }

  .service-three-contant-wrap {
    margin-top: 10px;
    display: block;
  }

  .footer-small-link-right {
    display: block;
  }

  .button-arrow-bg-color, .button-arrow-bg-color.dark-bg {
    width: 35px;
    height: 35px;
  }

  .project-two-content {
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .project-two-image-wrap {
    height: 350px;
  }

  .project-two-title {
    font-size: 22px;
    line-height: 24px;
  }

  .icon-style-two-icon {
    height: 50px;
  }

  .home-one-counter-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-one-content {
    margin-bottom: 0;
  }

  .service-image-wrap-in {
    height: 320px;
  }

  .home-one-about3-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .home2-title-wrap {
    margin-bottom: 10px;
    display: block;
  }

  .home-one-about3-time-title, .home2-about2-time {
    font-size: 15px;
    line-height: 24px;
  }

  .blog-one-date {
    text-align: center;
  }

  .footer-icon {
    font-size: 12px;
    line-height: 26px;
  }

  .footer-link-text {
    font-size: 15px;
    line-height: 26px;
  }

  .testimonial-one-bg-color {
    display: none;
  }

  .contact-form-heading-title {
    font-size: 18px;
    line-height: 28px;
  }

  .checkbox {
    width: 40px;
    height: 40px;
  }

  .checkbox-label {
    margin-left: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .project-details-right-column-inner {
    margin-top: 30px;
  }

  .team-two-social-icons {
    padding-bottom: 20px;
  }

  .hero-title-three {
    letter-spacing: 0;
    padding-top: 0;
    font-size: 55px;
    line-height: 55px;
  }

  .home2-contact-text {
    font-size: 15px;
    line-height: 24px;
  }

  .tabs-menu {
    margin-bottom: 30px;
  }

  .product-detail-price {
    font-size: 25px;
    line-height: 35px;
  }

  .quantity-wrap {
    margin-bottom: 10px;
  }

  .default-state {
    margin-bottom: 0;
    display: block;
  }

  .product-image-border {
    max-width: 200px;
    height: 200px;
  }

  .product-price {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .checkout-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .checkout-form-input-content {
    padding: 20px;
  }

  .order-item-detail-content {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .order-item {
    display: block;
  }

  .client-logo-one-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-title {
    font-size: 25px;
    line-height: 30px;
  }

  .order-item-2, .order-item-3 {
    display: block;
  }

  .display-none-478 {
    display: none;
  }

  .home-one-about1-columns {
    width: 100%;
  }

  .home-one-about1-image-wrap {
    height: 350px;
  }

  .counter-style-two-border {
    margin-bottom: 12px;
    display: inline-block;
  }

  .icon-style-two-wrap {
    margin-bottom: 20px;
  }

  .icon-style-two-gradient {
    width: 50%;
  }

  .home-one-about3-right-column {
    height: 350px;
    padding-right: 0;
  }

  .home2-working-hour {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .team-position {
    padding-top: 10px;
    padding-left: 10px;
  }

  .team-marquee-img {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home2-about1-inner-flex {
    margin-bottom: 20px;
    display: block;
  }

  .counter-style-three {
    display: block;
  }

  .counter-style-three-number {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-title-2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-subtitle {
    margin-bottom: 30px;
  }

  .subtitle-head {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-title {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-title.portfolio-title {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-title.offer-title {
    font-size: 35px;
    line-height: 35px;
  }

  .pricing-feature-lists {
    grid-template-columns: 1fr;
  }

  .pricing-title {
    font-size: 42px;
    line-height: 52px;
  }

  .pricing-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-arrow-animation {
    display: none;
  }

  .split-section-image-wrapper {
    height: 400px;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .splite-slide-pricing {
    padding: 25px 20px 20px;
    display: block;
  }

  .split-slider-pricing-content {
    margin-bottom: 15px;
  }

  .split-slide-pricing-title {
    font-size: 20px;
    line-height: 24px;
  }

  .split-slide-price {
    font-size: 42px;
    line-height: 52px;
  }

  .split-slide-pricing-lists {
    grid-template-columns: 1fr;
    padding-left: 18px;
  }

  .home2-about3-section {
    height: 80vh;
  }

  .testimonial-two-client {
    margin-bottom: 25px;
  }

  .testimonial-two-slide {
    width: 100%;
    margin-right: 0;
  }

  .heading-title-3 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .testimonial-two-description {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-two-head {
    font-size: 18px;
  }

  .testimonial-two-title {
    margin-top: 14px;
    margin-left: 0;
  }

  .testimonial-two-wrap {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-two-padding {
    margin-bottom: 40px;
  }

  .testimonial-two-slider {
    padding-right: 0;
  }

  .testimonial-two-client-content {
    display: block;
  }

  .testimonial-two-quotation-image {
    width: 42px;
    height: 42px;
  }

  .offer-section-inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .offer-right-column.margin-bottom-30 {
    margin-top: 0;
  }

  .counter-style-four {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .counter-style-four-number {
    margin-top: -15px;
    font-size: 80px;
    line-height: 80px;
  }

  .counter-style-four-title-dot {
    width: 6px;
    height: 6px;
  }

  .counter-style-four-grid {
    display: block;
  }

  .heading-subheading-center-column.column-767-padding-0 {
    margin-top: -10px;
  }

  .icon-style-one {
    display: none;
  }

  .icon-style-one-content {
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-style-one-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .hero-one-desc {
    border-bottom-style: none;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-two-title-one {
    border-bottom-style: none;
    font-size: 34px;
    line-height: 34px;
  }

  .hero-two-title {
    border-bottom-style: none;
    font-size: 26px;
    line-height: 28px;
  }

  .hero-two-desc {
    border-bottom-style: none;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subtitle-slider-three {
    margin-bottom: 0;
  }

  .icon-style-three {
    max-width: 100%;
    display: none;
  }

  .icon-style-three-content {
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-style-three-title, .icon-style-three-desc {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .counter-style-three-wrap {
    margin-bottom: 20px;
  }

  .footer-timing-wrap {
    margin-bottom: 10px;
    display: block;
  }

  .footer-time {
    padding-bottom: 2px;
  }

  .icon-style-four {
    margin-bottom: 30px;
    display: block;
  }

  .icon-style-four-icon-wrap {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .icon-style-four-icon {
    height: 50px;
  }

  .icon-style-four-content {
    margin-top: 15px;
  }

  .icon-style-four-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .icon-style-four-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-style-four-grid {
    display: block;
  }

  .service-three-title-wrap {
    margin-bottom: 15px;
    display: block;
  }

  .service-three-category {
    margin-left: 0;
  }

  .service-three-number {
    margin-bottom: 10px;
  }

  .slider-subtitle-head {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 22px;
  }

  .home2-about3-content {
    padding-bottom: 20px;
  }

  .home2-about3-content-flex {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .home2-about3-content-title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .fantomui-img-inner {
    border-radius: 5vw;
  }

  .fantomui-img-wrapper {
    height: 100vw;
  }

  .section.lottie {
    padding-bottom: 0;
  }

  .fantomui-img {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .fantomui-img._03 {
    bottom: 0;
    left: -.7rem;
  }

  .fantomui-img._04 {
    bottom: 1rem;
  }

  .fantomui-img._02 {
    top: 2.6rem;
    right: -1.1rem;
  }

  .feature-block-inner {
    padding: 1.5rem;
  }

  .input-field {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-link-2.outline-btn {
    padding: 4px 4px 4px 24px;
  }

  .button-arrow-bg-color-2 {
    width: 35px;
    height: 35px;
  }

  .marquee-text-2 {
    font-size: 40px;
    line-height: 58px;
  }

  .marquee-text-2.marquee-two-text {
    font-size: 30px;
    line-height: 60px;
  }

  .text-box {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    max-width: 280px;
  }

  .services-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph {
    line-height: 24px;
  }

  ._30px-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .service-card {
    min-height: 450px;
  }

  .service-card.no-3, .service-card.no-4, .service-card.no-1, .service-card.no-4, .service-card.no-1 {
    min-height: 300px;
  }

  .linear {
    background-image: linear-gradient(#0000, #000000e6);
    height: 60%;
    position: absolute;
    inset: auto 0 0;
  }

  .change-this-image {
    background-image: url('../images/image-1.png');
    background-position: 50% 35%;
    background-repeat: repeat;
    background-size: cover;
  }

  .change-this-image.expand-3 {
    background-position: 50% 20%;
  }

  .button-3 {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 22px;
  }

  ._60px-margin {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  ._200px-margin-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: 100%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .column {
    padding: 0 20px;
  }

  .column.number-2, .column.number-3, .column.number-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    width: 100%;
    min-height: auto;
  }

  ._18px-text {
    text-align: left;
  }

  .sticky-wrapper {
    min-height: 0;
  }

  ._100-px-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .title-wrapper.center-align {
    margin-bottom: 40px;
  }

  ._20px-heading {
    margin-bottom: 20px;
  }

  .background-video-2 {
    min-height: 200px;
  }

  .footer-heading.headline {
    -webkit-text-stroke-width: 1px;
    font-size: 70px;
    line-height: 90px;
    bottom: auto;
  }

  .footer-heading.hero-heading {
    font-size: 70px;
    line-height: 90px;
    bottom: auto;
  }

  .text-box-2 {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-3.how-it-works {
    margin-top: 0;
  }

  .social-link-wrapper {
    margin-top: 40px;
  }

  .dropdown-wrapper {
    margin-top: 0;
  }

  .footer-image-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  ._20px-text {
    max-width: 100%;
    font-size: 18px;
  }

  .dropdown-text {
    text-align: left;
  }

  .absolute-image {
    height: 120px;
    top: -80px;
  }

  .footer-block {
    align-self: flex-start;
    margin-top: 0;
  }

  .dropdown-icon-wrapper {
    top: 50px;
    left: auto;
    right: 25px;
  }

  .footer-section {
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .position {
    align-self: auto;
    max-width: 100%;
    margin-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .main-wrapper-2 {
    width: 100%;
    min-height: auto;
  }

  ._80px-text {
    font-size: 30px;
    line-height: 50px;
  }

  .input-field-with-image.email, .input-field-with-image.phone, .input-field-with-image.massage, .input-field-with-image.name, .input-field-with-image.time {
    padding-left: 5px;
  }

  .footer-menu-block {
    margin-left: auto;
    margin-right: auto;
    bottom: 130px;
    left: auto;
  }

  ._24px-text {
    font-size: 20px;
    line-height: 32px;
  }

  .button-4 {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
  }

  .home2-about3-content-title-2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-title-4 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-title-4.portfolio-title {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-subtitle-2 {
    margin-bottom: 30px;
  }

  .heading-title-5 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .split-section-content-wrapper-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .subtitle-head-4 {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 22px;
  }

  .split-slide-price-2 {
    font-size: 42px;
    line-height: 52px;
  }

  .heading-subtitle-3 {
    margin-bottom: 30px;
  }

  .heading-title-6 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .counter-style-three-number-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .subtitle-head-5 {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 22px;
  }

  .list-style-01-icon-2 {
    width: 25px;
  }

  .heading-subtitle-4 {
    margin-bottom: 30px;
  }

  .subtitle-head-6 {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 22px;
  }

  .hero_rotating-badge {
    max-width: 4.5rem;
  }

  .container-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-icon-2 {
    font-size: 12px;
    line-height: 26px;
  }

  .footer-link-3 {
    width: 100%;
  }

  .footer-small-link-2.right-border {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-title-2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-time-2 {
    padding-bottom: 2px;
  }
}

#Comment-2.w-node-_6c5a6431-7a27-aa54-8424-25b55ff2da1b-5ff2da12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0df1ac84-59df-a82e-538b-bfe423dd05b1-8ec1389c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_86646115-b647-a4f4-0d7e-fb5ec03db074-c03db06f {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0df1ac84-59df-a82e-538b-bfe423dd05b1-8ec1389c {
    order: -9999;
  }
}

/* --- Barber Cards Section Styles --- */
#barbers {
  padding: 60px 20px;
  text-align: center;
}

.barbers-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}

.barber-card {
  position: relative;
  width: clamp(280px, 28vw, 350px);
  aspect-ratio: 3 / 4;
  background-color: #2a2f3a;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.barber-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(218, 165, 32, 0.2);
}

.barber-name-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dbbe75;
  color: var(--dark-color);
  padding: 6px 10px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 5;
  border-radius: 0 0 4px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  display: inline-block;
}

.barber-img-back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.barber-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.barber-buttons-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out 0.8s;
  z-index: 10;
  width: calc(100% - 40px);
  max-width: 280px;
}

.barber-buttons-wrapper .button-wrap {
  width: 100%;
  margin: 0;
}

.barber-buttons-wrapper .button-link {
  width: 100%;
  justify-content: center;
}

/* --- State when video is playing --- */
.barber-card.is-playing .barber-img-back {
  opacity: 0;
  pointer-events: none;
}

.barber-card.is-playing .barber-video {
  opacity: 1;
  pointer-events: auto;
}

.barber-card.is-playing .barber-buttons-wrapper {
  opacity: 1;
  pointer-events: auto;
}

/* --- Services Grid Section --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.service-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.service-name {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.service-item-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 200%;
  background-image: linear-gradient(90deg, var(--main-color), transparent);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.service-item-link:hover .service-item-gradient {
  opacity: 0.4;
}

.service-item-link:hover .service-image {
  transform: scale(1.05);
}

.service-item-link:hover .service-name {
  color: var(--main-color);
}

.service-item-link:hover .service-item {
  box-shadow: 0 4px 20px rgba(219, 190, 117, 0.2);
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .barbers-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .barbers-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .barber-card {
    width: clamp(280px, 80vw, 350px);
  }
  .barber-name-box {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .barber-buttons-wrapper {
    width: calc(100% - 20px);
    max-width: 250px;
    bottom: 8px;
    gap: 5px;
  }
  .barber-buttons-wrapper .button-wrap {
    margin-bottom: 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-name {
    font-size: 14px;
  }
}

/* --- Team Grid Section (Nas Tim) --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--white-color);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}

.team-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card-name-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dbbe75;
  color: var(--dark-color);
  padding: 6px 10px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 5;
  border-radius: 0 0 4px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  display: inline-block;
}

.team-card-name {
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 400;
  color: var(--white-color);
  margin: 0 0 15px 0;
}

.team-card-social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.team-card-social-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.team-card-social-icons .icon:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--dark-color);
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .team-card-name {
    font-size: 28px;
  }
}

/* --- Barber Detail Section (Pojedinačne stranice) --- */
.barber-detail-section {
  padding: 80px 0 60px 0;
}

.barber-detail-section.padding-top-0 {
  padding-top: 80px !important;
  padding-bottom: 60px;
}

.barber-detail-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 0;
}

.barber-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.barber-detail-left-column {
  margin-bottom: 40px;
}

.barber-detail-right-column {
  padding-left: 40px;
}

.barber-detail-right-column .heading-subtitle-1 {
  margin-bottom: 30px;
}

.barber-detail-right-column .subtitle-head-wrap {
  margin-bottom: 15px;
}

.barber-detail-right-column .heading-title-wrap {
  margin-bottom: 30px;
}

.barber-detail-right-column .home2-about1-text {
  margin-bottom: 60px;
  line-height: 1.8;
  padding-top: 0;
}

.barber-detail-right-column .button-wrap {
  align-self: flex-start;
  margin-bottom: 40px;
  width: fit-content !important;
  max-width: none !important;
  display: inline-flex !important;
}

.barber-detail-right-column .contact-form {
  margin-top: 0;
}

@media (max-width: 991px) {
  .barber-detail-section {
    padding: 60px 0 40px 0;
  }
  .barber-detail-right-column {
    padding-left: 0;
    margin-top: 40px;
  }
  .barber-detail-right-column .heading-subtitle-1 {
    margin-bottom: 30px;
  }
  .barber-detail-right-column .home2-about1-text {
    margin-bottom: 40px;
  }
}

/* --- Services Page Layout --- */
.services-page-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services-sidebar-title {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services-category-title {
  color: var(--main-color);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(219, 190, 117, 0.2);
}

.service-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.service-menu-item:hover {
  background-color: rgba(219, 190, 117, 0.1);
  border-color: var(--main-color);
  color: var(--main-color);
}

.service-menu-item.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--dark-color);
  font-weight: 600;
}

.service-menu-arrow {
  color: inherit;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.service-menu-item:hover .service-menu-arrow {
  transform: translateX(5px);
}

.services-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Service details booking button */
.services-content .button-wrap {
  align-self: flex-start;
}

.service-details-image-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.service-details-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.service-details-title {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.service-details-description {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

/* Advertisement in Sidebar */
.services-sidebar .advertisement {
  margin-top: auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-sidebar .ads {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 4px;
  text-align: center;
}

.services-sidebar .ads-icon-wrap {
  margin-bottom: 20px;
}

.services-sidebar .ads-icon {
  width: 60px;
  height: auto;
  margin: 0 auto;
}

.services-sidebar .ads-title-one {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}

.services-sidebar .button-wrap {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .services-page-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-sidebar {
    order: 2;
  }

  .services-content {
    order: 1;
  }

  .service-details-title {
    font-size: 32px;
  }

  .services-sidebar .advertisement {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .services-page-layout {
    padding: 0 15px;
    gap: 30px;
  }

  .service-details-title {
    font-size: 28px;
  }

  .service-details-description {
    font-size: 15px;
  }

  .service-menu-item {
    padding: 10px 14px;
    font-size: 13px;
  }
}