:root {
  --bg-main: #ece5a4;
  --bg-main-2: #d1bb71;
  --bg-main12312: #b18a7a;
  --bg-white: #ffffff;
  --color-gray: #727272;
  --color-dark: #000;
  --color-gift: #f6ebe7;
  --color-sec: #0d0a07;
  --anImage: block;
  --bg-1: linear-gradient(145deg, #ece5a4, #d1bb71, #d1bb71, #ece5a4 95%);
  --bg-text: linear-gradient(
    120deg,
    #d2bc72,
    #d2bc72,
    #d2bc72,
    #cc9449,
    #d2bc72,
    #a0671a
  );
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
i {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
img {
  object-fit: cover;
}
body {
  font-family: "main-font", sans-serif;
}
.font-1 {
  font-family: "font-1", serif;
}
.font-2 {
  font-family: "font-2";
}

.bg-3 {
  background: #c1a38826;
}
.color-light {
  color: #fff;
}
.color-main {
  color: transparent;
  background: var(--bg-text);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-animation {
  animation: bg-animation 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
}
@keyframes bg-animation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.text-main-2 {
  color: #aa6c59;
}
.color-main-black {
  color: #3b2f2a;
}
.color-dark {
  color: var(--color-dark);
}
.bg-main {
  background: var(--bg-1);
  background-size: 150%;
}
.background-size-full {
  background-size: 100%;
}
.bdg-main {
  border: 1px solid #c27d8c;
}
.color-main-2 {
  color: transparent;
  background: linear-gradient(
    -225deg,
    #d1bb71 0%,
    #000 29%,
    #d1bb71 67%,
    #c4ac59 100%
  );
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-main-light {
  background: #f5ebe7;
}

.color-hover:hover {
  color: var(--bg-main) !important;
}
.color-hover-dark:hover {
  color: var(--color-dark) !important;
}
.bg-white-2 {
  background: #ffffffe8;
}
.bg-main-2 {
  background: var(--bg-main-2);
}

.frame {
  padding-top: 85px;
}
.frame-2 {
  padding-bottom: 85px !important;
}

.line-height-0 {
  line-height: 0;
}
.icon-bg-48 {
  width: 48px;
  height: 48px;
}
.logo-wb {
  max-width: 278px;
  transition: all 0.3s ease-in-out;
}

.lh-1-1 {
  line-height: 1.1;
}
.h-90vh {
  height: 90vh;
}
.animate {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.animate.active {
  opacity: 1;
  animation: fadeInUp 1s forwards;
}
.slick-slide .animate.active {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.slick-slide.slick-active .animate.active {
  opacity: 1;
  animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-to-top {
  border: 1px solid var(--bg-main);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(-500px) translateX(-30px);
  background: var(--bg-main) !important;
  color: #000 !important;
  z-index: 99;
  cursor: pointer;
}
/* .scroll-to-top.active {
} */
.scroll-to-top.active {
  transform: translateY(-50%) translateX(-30px);
  opacity: 1;
}
.scroll-to-top:hover {
  background: #ffff !important;
  /* color: var(--bg-main) !important; */
}

.ring-to-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--bg-main);
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--bg-main), 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  bottom: 100px;
  right: 30px;
  border: 1px solid var(--bg-main);
  background: #fff !important;
  color: var(--bg-main) !important;
  z-index: 99;
  cursor: pointer;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.filter-image {
  filter: invert(1) grayscale(1);
}
.subtitle-fs {
  font-size: 18px;
}
.subtitle-color {
  color: var(--color-gray);
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  width: 300px;
  height: 100px;
}
.img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;

  width: 200px;
  height: 200px;
  border: 1px solid var(--bg-main);
  z-index: 1;
  transition: all 0.5s;
}
.item {
  position: relative;
}

.tile {
  width: 20px;
  height: 20px;

  position: absolute;
  opacity: 0;
  transform: scale(0.5) rotate(45deg);
  animation: assemble 1s ease forwards;
}

@keyframes assemble {
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.load.hide {
  pointer-events: none;
  animation: an 1s ease-in-out;
}
@keyframes an {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    --anImage: none;
  }
}
/* end  */
/* Todo Header */
.bg-header.shadow .bg-top-header {
  display: none;
}
.bg-header {
  background: url(../images/bg-header.jpg) repeat center 84% / cover;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--bg-1);

  transition: all 0.3s ease-in-out;
}
.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}
.nav-link.active,
.nav-link:hover {
  color: transparent;
  background: var(--bg-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 150%;
}
.icon-footer,
.button-all {
  position: relative;
  border: 1px solid var(--bg-main);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 0.75rem 2rem;
  background: var(--bg-1);
  color: #fff;
  transition: all 1.6s ease-in-out;
}
.icon-footer {
  overflow: hidden;
  width: 36px;
  height: 36px;
  padding: 0;
}
.icon-footer::after,
.button-all::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.gallery-item-t.active,
.icon-footer:hover,
.button-all:hover {
  background: linear-gradient(145deg, #d1bb71, #ece5a4, #ece5a4, #d1bb71 95%);
}

/* Todo Footer */
.bg-footer {
  background: url(../images/bg-footer.jpg) no-repeat center center / cover;
}
.bg-footer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 90%;
  z-index: 1;
  pointer-events: none;
  border: 1px solid #fff;
}
.bg-animation-text {
  background: linear-gradient(
    -225deg,
    #d1bb71 0%,
    #000 29%,
    #d1bb71 67%,
    #c4ac59 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: text-clip 4s linear infinite;
}
@keyframes text-clip {
  100% {
    background-position: 200% center;
  }
}
/* Todo Slider */
.bg-icon-left {
  left: 30%;
  bottom: 6%;
  width: 150px;
  z-index: 1;
  animation: shape 8s infinite ease-in-out;
}
.bg-icon-right {
  right: 5%;
  top: -2%;
  width: 150px;
  z-index: 1;

  animation: shape 9s infinite ease-in-out;
  animation-delay: 0.3s;
}
@keyframes shape {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.bg-main-slider {
  min-height: 90vh;
  background: url(../images/slider/bg-banner.jpg) no-repeat center center /
    cover;
}
/* Todo About */
.bg-about {
  background: url(../images/about/bg-1.jpg) no-repeat center center / cover;
}
.img-about-1 {
  max-width: 550px;
  height: 100%;
  max-height: 6500px;
  background: var(--bg-text);
  padding: 20px;
  transform: rotate(-1deg);
  border: 20px solid #fff;
  overflow: hidden;
  z-index: 1;
}
.img-about-2 {
  max-width: 550px;
  height: 100%;
  max-height: 6500px;
  background: var(--bg-text);
  padding: 20px;
  transform: translate(-100%, 0%);
  overflow: hidden;
  border: 20px solid #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  z-index: 2;
}
.img-about-parent:has(img.active) .img-about-2 {
  top: 0;
  left: 0;
  opacity: 1;
  transform: rotate(10deg);
}
.img-about-3 {
  right: 70%;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
  animation: animation2 10s infinite ease-in-out;
}
/* Todo Services */
.bg-services {
  background: linear-gradient(145deg, #d1bb71, #ece5a4, #ece5a4, #d1bb71 95%);
}
.service-item {
  background: linear-gradient(-225deg, #d1bb71 0%, #000 29%, #d1bb71 100%);
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.service-img {
  width: 100%;
  height: 330px;
}
.service-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, transparent, #ece5a4, transparent);
  background-size: 200% auto;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
.service-item:hover .service-img::before {
  opacity: 1;
  transform: translateX(100%);
}
.service-item:hover {
  transform: scale(1.05);
  background: linear-gradient(
    -225deg,
    #d1bb71 0%,
    #000 29%,
    #d1bb71 67%,
    #c4ac59 100%
  );
}
.service-item:hover .name-service {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

@keyframes animation2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
}
/* Todo testimonials */
.bg-testimonials {
  background: url(../images/bg-testimonials.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}
.mess-item {
  background: linear-gradient(145deg, #ece5a4, #d1bb71, #d1bb71, #ece5a4 95%);
}
.mess-content {
  border: 2px solid var(--bg-main);
  padding: 20px;
}
/* Todo Gallery */
.gallery-item {
  height: 300px;
  border: 1px solid var(--bg-main);
  padding: 10px;
}
.gallery-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid var(--bg-main);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-item:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-color: var(--bg-main-2);
}
.gallery-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 30px;
  color: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-item:hover i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.bg-gallery {
  background: url(../images/bg-gallery.png) no-repeat center center / cover;
}
.bg-contact {
  background: url(../images/bg-contact.jpg) no-repeat center center / cover;
}
.bg-ss-contact {
  border: 1px solid var(--bg-main);
  background: #fff;
  height: 280px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.icon-contact {
  width: 68px;
  height: 68px;
  border: 1px solid var(--bg-main);
  background: var(--bg-1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.text-form {
  border-radius: 0;
}
.page {
  min-height: 300px ;
  position: relative;
}
.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.7);
  z-index: -1;
}
.page::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/bg-page.jpg) no-repeat center 42% / cover;
 
  z-index: -2;
  pointer-events: none;
}
.bg-service-page {
    background-image: linear-gradient(to right, #fff, #f7efc6 0%, #fcf9e9, #fcf9e9, #f7efc6 100%, #fff);
}
.bg-service-body{
  background: url(../images/bg-body.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}
.img-services {
  width: 350px;
  height: 350px;
  transition: all 0.3s ease-in-out;
  border: 20px solid #fff;
  background: var(--bg-text);
  padding: 20px;
  transform: rotate(10deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 998px) {
  section .scroll div span {
    font-size: 100px;
  }
  .img-about {
    height: 700px;
    width: 100%;
  }
  .bg-about-values {
    margin-right: 0;
    position: none;
    z-index: 1;
  }
}
@media (max-width: 920px) {
  .nav-link {
    font-size: 18px;
  }
  .bg-gift {
    background-attachment: scroll;
  }
}
@media (max-width: 786px) {
  .img-about-1 {
    object-position: -300px 0;
  }

  .gallery-item img {
    height: 200px;
  }

  /* .img-sg-service .img-services {
    height: 300px;
  }
  .img-services {
    width: 236px;
    height: 421px;
  } */
  .gallery-item {
    height: 320px;
  }
}
@media (max-width: 750.99px) {
  .bg-icon-right {
    top: 29%;
  }
  .bg-icon-left {
    left: -7%;
    bottom: 1%;
  }
  .menu-mobile {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .bg-service-body,
  .bg-testimonials {
    background-attachment: scroll;
  }
}
@media (max-width: 446px) {
  .button-all {
    width: 120px;
  }

  .service-item .service-img img {
    height: 450px;
  }
  .circle-logo-about {
    transform: translate(-50%, -106%) scale(0.5);
  }
  .img-about-1 {
    object-position: -350px 0;
  }


  .page {
    min-height: 150px !important;
  }
  .gallery-item img {
    height: 170px;
  }
  .logo-wb {
    max-width: 170px;
  }
  .logo-wb.active {
    max-width: 150px;
  }

  .bg-flower-1::before {
    filter: opacity(0.3) hue-rotate(34deg);
  }
  .item-footer-2 {
    border: none;
  }
  .item-footer-1,
  .item-footer-2,
  .item-footer-3 {
    padding: 1.2rem 0.25rem;
  }
  .gallery-item img {
    height: 170px;
  }
  .bg-gift {
    background-attachment: scroll;
    /* padding: 50px 0; */
  }
  .item-slider img {
    filter: brightness(0.9);
  }
  /* .img-about-2 {
    max-width: 190px;
  } */
  .button-all {
    padding: 0.5rem 1.5rem;
    font-size: 12px;
  }
  .header-btn {
    min-width: auto !important;
  }
  /* .header-btn span{
    display: none;
  } */

  .list-gallery .item-gallery.little img,
  .list-gallery .item-gallery.large img {
    height: auto;
    max-height: 300px;
  }
  .bg-gift,
  .bg-footer {
    background-attachment: scroll;
  }
  .frame {
    padding-top: 50px;
  }
  .frame-2 {
    padding-bottom: 50px !important;
  }
}
.w-fit {
  width: fit-content;
}
.h-fit {
  height: fit-content;
}
.slider-gallery .slick-prev:before,
.slider-gallery .slick-next:before {
  color: #000;
  background: #c8c7c7;
  border-radius: 50%;
  padding: 30px;
}
.slick-prev,
.slick-next {
  z-index: 9;
  opacity: 0;
}
.slider-gallery:hover .slick-prev {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translate(20px, -50%);
}
.slider-gallery:hover .slick-next {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translate(-100px, -50%);
}
@media (max-width: 446px) {
  .service-item .service-img {
    height: 276px;
  }
  .slick-prev,
  .slick-next {
    z-index: 9;
    opacity: 1;
  }
  .slider-gallery .slick-prev:before,
  .slider-gallery .slick-next:before {
    background: none;
  }
  .slider-gallery:hover .slick-next,
  .slider-gallery .slick-next {
    transform: translate(-81px, -50%);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 41px;
  }
  .slider-gallery:hover .slick-prev {
    transform: translate(0, -50%);
  }
  .slider-gallery .gallery-item img {
    max-width: 250px;
  }
}
