:root {
  --bg-main: #ba0713;
  --bg-main-2: #ffc7c8;
  --bg-main12312: #b18a7a;
  --bg-white: #ffffff;
  --color-gray: #727272;
  --color-dark: #000;
  --color-gift: #f6ebe7;
  --color-sec: #0d0a07;
  --anImage: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
i {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
img {
  object-fit: cover;
}
body {
  font-family: "quicksand", sans-serif;
}
.font-1 {
  font-family: "bonfoyage", serif;
}
.font-2 {
  font-family: "Sophisticated";
}

.bg-3 {
  background: #c1a38826;
}
.color-light {
  color: #fff;
}
.color-main {
  color: var(--bg-main);
}
.text-main-2 {
  color: #aa6c59;
}
.color-main-black {
  color: #3b2f2a;
}
.color-dark {
  color: var(--color-dark);
}
.bg-main {
  background: var(--bg-main);
}
.bdg-main {
  border: 1px solid #c27d8c;
}
.color-main-2 {
  color: #e5737a;
}
.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;
}

.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.fs-9 {
  font-size: 0.65rem;
}
.fs-10 {
  font-size: 0.55rem;
}
.fs-16px {
  font-size: 16px;
}
.fs-18px {
  font-size: 18px;
}
.fs-25px {
  font-size: 25px;
}
.fs-46px {
  font-size: 46px;
}
.fs-48px {
  font-size: 48px;
}
.fs-52px {
  font-size: 52px;
}
.fs-64px {
  font-size: 64px;
  line-height: 1;
}
.fs-68px {
  font-size: 68px;
}
.fs-68px-2 {
  font-size: 68px;
}
.fs-78px {
  font-size: 78px;
  line-height: 1;
}
.fs-84px {
  font-size: 84px;
  line-height: 1;
}
.fs-90px {
  font-size: 90px;
  line-height: 1;
}
.fs-100px {
  font-size: 100px;
}
.fs-120px {
  font-size: 120px;
  line-height: 1;
}
.fs-220px {
  font-size: 220px;
  line-height: 1;
}
.fs-220px-f {
  font-size: 220px;
  line-height: 1;
}
.line-height-0 {
  line-height: 0;
}
.icon-bg-48 {
  width: 48px;
  height: 48px;
}
.logo-wb {
  max-width: 126px;
}

.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: #fff !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;
  background: url(../images/logo.png) no-repeat center center;
}
.item {
  position: relative;
}
.square {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 200px;
  background-color: #a4cedb;
  mix-blend-mode: difference;
  z-index: 2;
  animation: moveAcross 2.3s linear infinite;
}

@keyframes moveAcross {
  0% {
    left: -60px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
.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  */
.page {
  background: url(../images/page.jpg) no-repeat center center/cover;
  position: relative;
}
.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
/* Todo Header */

.bg-header {
  background: #fac0c5;
}
.nav-link {
  font-size: 19px;
}
.button-all {
  background: var(--bg-main);
  color: #fff;
  padding: 10px 15px;
  border-radius: 24px;
  fill: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  width: 150px !important;
  justify-content: center;
}
.button-all span {
  justify-content: center;
}
.button-all::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 24px;
  border: 4px double var(--bg-main);
  z-index: -1;
}
.gallery-item-t.active,
.button-all:hover {
  background: #ffff;
  color: var(--bg-main);
}
.gallery-item-t.active::before,
.button-all:hover::before {
  /* border: 4px double #000000; */
}
.nav-link.active,
.nav-link:hover {
  color: var(--bg-main);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  right: 0;
  width: 8px;
  height: 0px;
  background: var(--bg-main);
  border-radius: 50%;
  transform: scaleX(1) translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-link.active::after,
.nav-link:hover::after {
  height: 8px;
}
.bg-main-slider {
  position: relative;
  min-height: 100vh;
}
.bg-main-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    138deg,
    var(--bg-main) 0%,
    rgb(249, 249, 249) 50%,
    var(--bg-main) 100%
  );
  background-size: 200% 200%;
  background-position: 30% 50%;
  animation: bg-slider 10s infinite linear;
  z-index: -1;
}
@keyframes bg-slider {
  0% {
    background-position: 30% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 30% 50%;
  }
}

.img-main {
  width: 350px;
  height: 610px;
  border-radius: 200px;
  border: 2px solid var(--bg-main);
  overflow: hidden;
}
.text-slider-bg {
  font-family: "Sophisticated";
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: var(--bg-main);
  background: #ffc7c8;
  top: 0;
  transform: rotate(90deg) translateX(28%) translateY(-180%);
  border-radius: 0 200px 200px 0;
  padding: 100px;
}
/* TODO about */
.children-tittle {
  margin-bottom: -40px;
}
.text-color-liner-gradient {
  background-image: linear-gradient(180deg, var(--bg-main) 0%, #171717 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.img-about {
  height: 700px;
  width: 730px;
}
.bg-about-values {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.img-about-main {
  height: 500px;
}

/* Todo service */
.service-item {
  background-image: linear-gradient(180deg, #ffc7c8 69%, #fff 100%);
  height: 100%;
  display: block;
}
.service-item .service-img {
  height: 400px;
}
.icon-footer {
  background: var(--bg-main);
  color: #fff;
  border: 1px solid var(--bg-main);
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.icon-footer:hover {
  background: #fff;
  color: var(--bg-main);
  transform: scale(1.2);
}
/*.img-services {*/
/*  height: 600px;*/
/*}*/
/* TODO SG Service */
.sg-service {
  background: url(../images/sg.jpg) no-repeat center center/cover;
  position: relative;
}
.sg-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  z-index: 1;
}
.img-sg-service {
  height: 100%;
}
.img-sg-service .img-services {
  height: 100%;
}
.sg-service .slick-slide {
  opacity: 0.4;
}
.sg-service .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}
.message-slider .slick-slide {
  opacity: 1;
}
/* TODO Gallery */
.gallery-item {
  height: 520px;
}
.bg-footer {
  background-image: linear-gradient(0deg, #ffc7c8 10%, #f6bfc5 100%);
}
/* TODO Contact */
.bg-contact {
  background: #faf8f4;
}
.icon-contact {
  background: var(--bg-main);
  color: #fff;
  border: 1px solid var(--bg-main);
  width: 48px;
  height: 48px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.text-form {
  border: none;
  border-bottom: 1px solid #727272;
  border-radius: 0;
  background: none;
}
.text-form:focus {
  box-shadow: none;
  border-color: var(--bg-main);
}
.bg-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #ffc7c8;
  z-index: -1;
}
.slider-sg-service .slick-list {
  height: 100%;
}
.slider-sg-service .slick-list .slick-track {
  height: 100%;
}
.text-contact {
  font-size: 40px;
}

@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) {
  /* .fs-46px {
    font-size: 30px;
  } */
  .img-about-1 {
    object-position: -300px 0;
  }
  .fs-64px {
    font-size: 40px;
  }
  .fs-78px {
    font-size: 50px;
  }
  .fs-84px {
    font-size: 60px;
  }
  .fs-46px {
    font-size: 40px;
  }
  .gallery-item img {
    height: 200px;
  }
  .img-main {
    margin-bottom: -50px;
  }
  .img-main.nth3 {
    object-position: 0 -70px;
  }
  .fs-120px {
    font-size: 80px;
  }
  .fs-90px {
    font-size: 60px;
  }
  /*.img-sg-service .img-services {*/
  /*  height: 300px;*/
  /*}*/
  .img-services {
    width: 236px;
    /*height: 421px;*/
  }
  .gallery-item {
    height: 320px;
  }
}
@media (max-width: 446px) {
  .gallery-item {
    height: 200px;
  }
  .button-all {
    width: 120px;
  }
  .fs-25px {
    font-size: 18px;
  }
  .fs-18px {
    font-size: 16px;
  }
  .img-main {
    width: 300px;
    height: 100%;
  }
  .service-item .service-img img {
    height: 450px;
  }
  .circle-logo-about {
    transform: translate(-50%, -106%) scale(0.5);
  }
  .img-about-1 {
    object-position: -350px 0;
  }

  .img-mb {
    width: 100%;
  }
  .fs-46px {
    font-size: 32px;
  }
  .page {
    min-height: 150px !important;
  }
  .gallery-item img {
    height: 170px;
  }
  .logo-wb {
    max-width: 70px;
  }
  .logo-wb.active {
    max-width: 70px;
  }

  .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;
  } */
  .fs-68px-2 {
    font-size: 38px;
  }
  .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;
  }
}
.slick-next:before {
  content: "→";
}
.slick-prev:before {
  content: "←";
}
