@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
@import url(../fonts/font.css);
body {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.black-btn {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Derose";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.045rem;
  padding: 0.74rem 1.5rem;
  background: var(--Black, #000);
  display: table;
}
.black-btn:hover {
  color: var(--White, #fff);
}

h2 {
  color: #000;
  font-family: "Old Standard TT", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

p {
  color: #565656;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}

header {
  padding: 2.06rem 0;
  background-color: #ffffff;
}
header button {
  display: none;
}
header .container {
  max-width: 1600px;
  padding: 0 1.88rem;
}
header .header-content-wraper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
header .header-content-wraper .logo-wraper {
  position: relative;
  z-index: 999;
}
header .header-content-wraper .logo-wraper a {
  display: block;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 15.4375rem;
  max-height: 5.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .search-wraper .fild-wraper {
  position: relative;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
}
header .header-content-wraper .search-wraper .fild-wraper input[type=search] {
  width: 24.875rem;
  height: 2.75rem;
  border-radius: 3.75rem;
  border: 1px solid #cecece;
  padding: 0.625rem 1.125rem;
  outline: none;
}
header .header-content-wraper .search-wraper .fild-wraper input[type=search]::-moz-placeholder {
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
header .header-content-wraper .search-wraper .fild-wraper input[type=search]::placeholder {
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
header .header-content-wraper .search-wraper .fild-wraper input[type=submit] {
  width: 1.0625rem;
  height: 1.0625rem;
  font-size: 0;
  background-color: transparent;
  border: none;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.12rem;
}
header .header-content-wraper .menu-wraper {
  display: flex;
  align-items: center;
  gap: 6.69rem;
}
header .header-content-wraper .menu-wraper #navigation ul {
  display: flex;
  align-items: center;
  gap: 1.94rem;
}
header .header-content-wraper .menu-wraper #navigation ul li {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  position: relative;
}
header .header-content-wraper .menu-wraper #navigation ul li:hover a, header .header-content-wraper .menu-wraper #navigation ul li.active a {
  color: #994f12;
}
header .header-content-wraper .menu-wraper #navigation ul li:hover .sub-menu {
  display: flex;
}
header .header-content-wraper .menu-wraper #navigation ul li:hover::after {
  transform: scaley(-1);
  filter: brightness(0) saturate(100%) invert(31%) sepia(59%) saturate(1316%) hue-rotate(359deg) brightness(90%) contrast(88%);
}
header .header-content-wraper .menu-wraper #navigation ul li:has(.sub-menu) {
  padding-right: 1.13rem;
}
header .header-content-wraper .menu-wraper #navigation ul li:has(.sub-menu)::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/arow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
header .header-content-wraper .menu-wraper #navigation ul li a {
  color: var(--Black, #000);
  padding: 1.87rem 0;
  display: block;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu {
  width: 30.1265rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  position: absolute;
  top: auto;
  left: -250%;
  display: flex;
  align-items: flex-start;
  gap: 1.88rem;
  z-index: 99999;
  display: none;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper {
  width: 100%;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper h5 {
  color: #c3c3c3;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 171.429% */
  margin-bottom: 1rem;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper ul {
  display: block;
  margin-bottom: 2rem;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper ul:last-child {
  margin: 0;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper ul li {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.75rem;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper ul li:last-child {
  margin: 0;
}
header .header-content-wraper .menu-wraper #navigation ul li .sub-menu .text-wraper ul li a {
  color: var(--Black, #000);
  padding: 0;
}
header .header-content-wraper .menu-wraper .socila-icon ul {
  display: flex;
  align-items: center;
  gap: 1.19rem;
}
header .header-content-wraper .menu-wraper .socila-icon ul li {
  display: table;
}
header .header-content-wraper .menu-wraper .socila-icon ul li.for-responsive {
  display: none;
}
header .header-content-wraper .menu-wraper .socila-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content-wraper .menu-wraper .socila-icon ul li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background: #000;
  padding-top: 2.56rem;
}
footer .footer-content-wraper {
  padding: 0 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
footer .footer-content-wraper .logo-wraper {
  display: block;
}
footer .footer-content-wraper .logo-wraper a {
  display: table;
}
footer .footer-content-wraper .logo-wraper a img {
  max-width: 12.1875rem;
  max-height: 4.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-content-wraper .menu-wraper {
  display: block;
}
footer .footer-content-wraper .menu-wraper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.94rem;
}
footer .footer-content-wraper .menu-wraper ul li {
  color: var(--White, #fff);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
footer .footer-content-wraper .menu-wraper ul li:hover a {
  color: #994f12;
}
footer .footer-content-wraper .menu-wraper ul li a {
  color: var(--White, #fff);
  display: block;
}
footer .footer-content-wraper .social-icon-wraper {
  margin-left: 9rem;
}
footer .footer-content-wraper .social-icon-wraper ul {
  display: flex;
  align-items: center;
  gap: 1.94rem;
}
footer .footer-content-wraper .social-icon-wraper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-content-wraper .social-icon-wraper ul li a img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
footer .copyright-wraper {
  padding: 0.81rem 0 0.94rem;
  border-top: 1px solid #272626;
  margin-top: 2.62rem;
}
footer .copyright-wraper h6 {
  color: #4e4e4e;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  text-align: center;
  margin: 0;
}

section.home-sec1 {
  padding-top: 3rem;
  padding-bottom: 3.62rem;
}
section.home-sec1 .heading-wraper {
  width: 100%;
}
section.home-sec1 .heading-wraper h1 {
  max-width: 59.125rem;
  color: var(--Black, #000);
  text-align: center;
  font-family: "Old Standard TT", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 0.87rem;
}
section.home-sec1 .heading-wraper p {
  color: var(--Dark-gray, #1e1e1e);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}
section.home-sec1 .grid {
  margin: 5rem 0 6.06rem;
}
section.home-sec1 .grid .grid-sizer {
  width: 32.35%;
}
section.home-sec1 .grid .grid-item {
  width: 31%;
  float: left;
  margin-bottom: 42px;
  overflow: hidden;
}
section.home-sec1 .grid .grid-item:hover img {
  transform: scale(1.1);
  transition: all 0.9s ease-in-out;
}
section.home-sec1 .grid .grid-item a {
  display: block;
}
section.home-sec1 .grid .grid-item img {
  width: 100%;
  display: block;
  transition: all 0.9s ease-in-out;
}
section.home-sec1 .grid .gutter-sizer {
  width: 20px;
}
section.home-sec1 a.lm-btn {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  align-items: center;
  gap: 0.69rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
section.home-sec1 a.lm-btn img {
  max-width: 2rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec2 h3 {
  color: #f6eee7;
  text-align: center;
  font-family: "Derose";
  font-size: 14.95rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.63rem;
  margin-bottom: 2.94rem;
}
section.home-sec2 h2 {
  padding-top: 76px;
}
section.home-sec2 h2 {
  margin-bottom: 1.94rem;
}
section.home-sec2 p {
  max-width: 39.625rem;
  margin-bottom: 1.5rem;
}
section.home-sec2 p + p {
  margin-bottom: 3.94rem;
}
section.home-sec2 h5 {
  color: #000;
  font-family: "Mistrully";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  /* 63.889% */
  letter-spacing: 0.09rem;
  position: relative;
  padding-right: 5.31rem;
  display: table;
}
section.home-sec2 h5::after {
  content: "";
  width: 8.37369rem;
  height: 1.05138rem;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: -0.7rem;
  right: 0.1rem;
  transform: rotate(-5deg);
}
section.home-sec2 h6 {
  color: var(--Dark-gray, #1e1e1e);
  font-family: "Mulish";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 3rem;
  margin-top: 1rem;
}
section.home-sec2 img.side-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec3 {
  padding: 4rem 0;
  background: #f6f6f6;
}
section.home-sec3 h2 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}
section.home-sec3 p {
  text-align: center;
  margin-bottom: 2.37rem;
}
section.home-sec3 .form-wraper {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
section.home-sec3 .form-wraper input[type=email] {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 0.98rem 1.38rem;
  width: 44.3125rem;
  height: 3.375rem;
  outline: none;
}
section.home-sec3 .form-wraper input[type=email]::-moz-placeholder {
  color: #565656;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec3 .form-wraper input[type=email]::placeholder {
  color: #565656;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec3 .form-wraper input[type=submit] {
  border: none;
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  right: 0.25rem;
}

section.inner-banner {
  padding: 2.75rem 0 2.4rem;
}
section.inner-banner h1 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Old Standard TT";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.inner-banner p {
  color: var(--Dark-gray, #1e1e1e);
  text-align: center;
  margin-bottom: 1.4rem;
}
section.inner-banner p:last-of-type {
  margin: 0;
}
section.inner-banner p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.inner-banner a.black-btn {
  margin: 1.95rem auto 0;
}

section.about-sec1 {
  padding: 5.62rem 0 7rem;
}
section.about-sec1 .text-wraper {
  border-top: 4px solid #f3f3f3;
  border-bottom: 4px solid #f3f3f3;
  padding: 5.56rem 0 5.25rem;
  display: flex;
  align-items: flex-start;
  gap: 7.37rem;
  justify-content: space-between;
}
section.about-sec1 .text-wraper .text {
  width: 100%;
  display: block;
}
section.about-sec1 .text-wraper .text h2 {
  margin-bottom: 1.94rem;
}
section.about-sec1 .text-wraper .text p {
  margin-bottom: 1.3rem;
}
section.about-sec1 .text-wraper .text p:last-of-type {
  margin: 0;
}
section.about-sec1 .text-wraper .text p span {
  display: block;
  color: var(--Black, #000);
  font-weight: 700;
}

section.about-sec2 {
  padding-bottom: 9.94rem;
}
section.about-sec2 h2 {
  margin-bottom: 0.65rem;
  text-align: center;
}
section.about-sec2 .row {
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  justify-content: space-between;
}
section.about-sec2 .col-lg-6 {
  width: 49.3%;
}
section.about-sec2 p {
  text-align: center;
  margin-bottom: 5.44rem;
  color: #1e1e1e;
}
section.about-sec2 .img-wraper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3.12rem;
}
section.about-sec2 .img-wraper.small-img {
  max-width: 27.5rem;
  max-height: 27.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  display: block;
}
section.about-sec2 .img-wraper:last-of-type {
  margin-bottom: 0;
}
section.about-sec2 .img-wraper:hover img {
  transform: scale(1.1);
  transition: all 0.9s ease-in-out;
}
section.about-sec2 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.9s ease-in-out;
}

section.explore-sec1 {
  padding: 3.85rem 0 8.25rem;
}
section.explore-sec1 .grid {
  margin: 0;
}

section.purchase-sec1 {
  padding: 3.85rem 0 6.25rem;
}
section.purchase-sec1 .row {
  gap: 5.38rem 0;
}
section.purchase-sec1 .photography-box {
  width: 100%;
}
section.purchase-sec1 .photography-box img.main-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.purchase-sec1 .photography-box p {
  text-align: center;
  margin: 0.81rem 0 0.25rem;
}
section.purchase-sec1 .photography-box h6 {
  text-align: center;
  margin: 0;
}
section.purchase-sec1 .photography-box h6 a {
  color: var(--Black, #000);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
}

section.container-sec1 {
  padding: 4.04rem 0 7.62rem;
}
section.container-sec1 img.side-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.container-sec1 .text-wraper {
  width: 100%;
  padding-right: 2.4375rem;
  display: block;
}
section.container-sec1 .text-wraper h2 {
  margin-bottom: 1.13rem;
}
section.container-sec1 .text-wraper h6 {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.25rem;
}
section.container-sec1 .text-wraper a.contact-email {
  color: #565656;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.container-sec1 .text-wraper .form-wraper {
  width: 100%;
  padding-right: 5.06rem;
  display: block;
  margin-top: 1.87rem;
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper {
  width: 100%;
  margin-bottom: 1.06rem;
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper:has(textarea) {
  margin-bottom: 1.88rem;
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper label {
  display: block;
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.62rem;
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper input:not([type=submit]),
section.container-sec1 .text-wraper .form-wraper .fild-wraper textarea {
  border-radius: 0.25rem;
  border: 1px solid #cdcdcd;
  padding: 1.25rem;
  outline: none;
  color: #000000;
  width: 100%;
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper input:not([type=submit])::-moz-placeholder, section.container-sec1 .text-wraper .form-wraper .fild-wraper textarea::-moz-placeholder {
  color: #7e7e7e;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper input:not([type=submit])::placeholder,
section.container-sec1 .text-wraper .form-wraper .fild-wraper textarea::placeholder {
  color: #7e7e7e;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.container-sec1 .text-wraper .form-wraper .fild-wraper textarea {
  height: 8.3125rem;
  resize: none;
}

section.container-sec2 .follow-box {
  border-top: 4px solid #f3f3f3;
  padding: 4.69rem 0 4.81rem;
}
section.container-sec2 .follow-box .text-wraper {
  max-width: 40.0625rem;
  width: 100%;
  margin: 0 auto;
}
section.container-sec2 .follow-box .text-wraper h2 {
  text-align: center;
  margin-bottom: 1.94rem;
}
section.container-sec2 .follow-box .text-wraper p {
  text-align: center;
  margin-bottom: 1.94rem;
}
section.container-sec2 .follow-box .text-wraper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
section.container-sec2 .follow-box .text-wraper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.container-sec2 .follow-box .text-wraper ul li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__backdrop {
  background: #fff !important;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: auto;
}

/* CARD */
.card {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

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

/* CARD FAV */
.card-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}

.card-fav.active {
  color: #e11d48;
}

.fancybox__slide {
  height: 100% !important;
  justify-content: start;
  overflow-y: auto !important;
  padding-block: 40px;
}
.fancybox__slide::before, .fancybox__slide::after {
  display: none;
}

/* ───── CUSTOM MODAL ───── */
.fancybox__content {
  padding: 0 !important;
  background: #fff;
  border-radius: 0;
  justify-content: center;
  transform: unset !important;
  overflow-y: auto !important;
  /* ✅ ENABLE SCROLL */
  overflow-x: visible;
  flex-shrink: 0;
}
.fancybox__content .f-button {
  display: none;
}
.fancybox__content .img-wrapper {
  transform: unset !important;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.custom-modal {
  position: relative;
}

/* TOP BAR */
.topbar {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.left {
  display: flex;
  gap: 8px;
}

.icon-btn.active {
  color: #e11d48;
}

/* IMAGE */
.modal-img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* FOOTER */
.footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.title {
  font-weight: 600;
}

/* CUSTOM UI OVERLAY */
.custom-ui {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* TOP BAR */
.custom-ui .topbar {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
}

.custom-ui .left {
  display: flex;
  gap: 8px;
}

.icon-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-btn svg {
  width: 22px;
  height: 22px;
}
.icon-btn.fav {
  position: relative;
}
.icon-btn.fav .fa-solid {
  display: none;
}
.icon-btn.fav.active .fa-solid {
  display: block;
}
.icon-btn.fav.active .fa-regular {
  display: none;
}

.icon-btn.active {
  color: #e11d48;
}

/* BOTTOM */
.fancybox__slide .bottom {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
  width: 65%;
  color: var(--Dark-gray, #1e1e1e);
}
.fancybox__slide .bottom .left-text {
  width: 55%;
}
.fancybox__slide .bottom .email {
  width: 40%;
  color: #565656;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.fancybox__slide .bottom .email strong {
  color: #000;
  font-weight: 700;
}
.fancybox__slide .bottom .title {
  color: var(--Dark-gray, #1e1e1e);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.62rem;
}
.fancybox__slide .bottom .desc {
  color: var(--Dark-gray, #1e1e1e);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

section.home-sec3 .form-wraper input[type=submit] {
  bottom: unset;
}

span.wpcf7-spinner {
  display: none;
}

section.home-sec3 .form-wraper span.wpcf7-form-control-wrap {
  display: block;
}

section.home-sec3 .form-wraper span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
}

section.home-sec3 .form-wraper .wpcf7-response-output {
  margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
  section.home-sec3 .form-wraper input[type=email] {
    width: 100%;
    margin-bottom: 0;
  }
  section.home-sec3 .form-wraper span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    margin-bottom: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */