@import url("css2.css");
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
  }
  header{
    background: linear-gradient(to left, #19191f, #101014);
  }
  .hide {
    display: none !important;
  }
  a{
    color: #e9b117;
  }
  body {
    margin: 0;
    font-family: "Spectral SC", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
  }
  
  /*loader thx:https://codepen.io/aurer*/
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #101014;
    background: linear-gradient(to left, #19191f, #101014);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader svg path,
  .loader svg rect {
    fill: #ed1b28;
  }
  
  /*gallery*/
  .gallery-wrapper {
    position: relative;
    z-index: 1;
  }
  .gallery-wrapper .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3vh 0;
    background: #101014;
    background: linear-gradient(to left, #19191f, #101014);
  }
  .gallery-wrapper .content .gallery.full {
    position: relative;
    display: flex;
    align-items: center;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
    display: flex;
    height: 80vh;
    align-items: center;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    height: 50vh;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    width: auto;
    opacity: 0.25;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev, .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 20% !important;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 80vh;
    width: 60% !important;
    opacity: 1;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .zoom {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 50px 50px 30px 50px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show .text-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s linear;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
    font-size: 2.2em;
    font-weight: 700;
  }
  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
    font-size: 1.16em;
    color: #fff;
    line-height: 1.7;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button,
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    position: absolute;
    z-index: 99;
    outline: none;
    transition: all 0.2s linear;
    width: 20%;
    height: 50vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button.swiper-button-disabled,
  .gallery-wrapper .content .gallery.full .swiper-prev-button.swiper-button-disabled {
    opacity: 0.2;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button em,
  .gallery-wrapper .content .gallery.full .swiper-prev-button em {
    font-size: 68px;
  }
  .gallery-wrapper .content .gallery.full .swiper-next-button {
    right: 0;
    padding-left: 5vw;
    justify-content: flex-start;
  }
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    left: 0;
    padding-right: 5vw;
  }
  .gallery-wrapper .content .gallery.thumb {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-wrapper{
    justify-content: center !important;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container {
    width: 100%;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    height: 10vh;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image {
    box-shadow: inset 0px 0px 0px 2px #ed1b28;
    padding: 2px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image .overlay {
    opacity: 1;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image .overlay {
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: rgba(43, 44, 54, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    opacity: 0;
    transition: all 0.2s linear;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button {
    right: -15px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
    left: -5px;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button em {
    transform: rotate(180deg);
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button,
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
    position: absolute;
    z-index: 99;
    outline: none;
    transition: all 0.2s linear;
    width: 32px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed1b28;
    cursor: pointer;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button:hover,
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button:hover {
    background-color: #c5101b;
  }
  .gallery-wrapper .content .gallery.thumb .swiper-next-button.swiper-button-disabled,
  .gallery-wrapper .content .gallery.thumb .swiper-prev-button.swiper-button-disabled {
    opacity: 0.2;
  }
  
  /*signature*/
  .signature {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  .signature h3 {
    font-weight: 600;
    font-size: 0.926em;
    color: #ed1b28;
    display: flex;
    margin-bottom: 5px;
  }
  .signature a,
  .signature em {
    text-decoration: none;
    color: #777;
    margin-right: 5px;
    font-size: 0.88em;
    transition: all 0.2s linear;
  }
  .signature a:hover,
  .signature em:hover {
    color: #aaa;
  }
  
  /*Mobile*/
  @media only screen and (max-width: 1024px) {
    .gallery-wrapper .content {
      padding: 5vh 0;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
      height: 70vh;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
      height: 50vh;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev, .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
      width: 10% !important;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
      height: 70vh;
      width: 80% !important;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
      padding: 20px;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
      transform: translateY(0);
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
      font-size: 1.6em;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
      font-size: 1.06em;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button,
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
      width: 10%;
      height: 50vh;
      align-items: center;
      justify-content: center;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button em,
  .gallery-wrapper .content .gallery.full .swiper-prev-button em {
      font-size: 45px;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button {
      padding-left: 0;
    }
    .gallery-wrapper .content .gallery.full .swiper-prev-button {
      padding-right: 0;
    }
    .gallery-wrapper .content .gallery.thumb {
      padding: 0 30px;
      max-width: 100%;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
      height: 80px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-next-button {
      right: 10px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
      left: 10px;
    }
  
    .signature {
      display: none;
    }
  }
.btn-94 {
    --bg-color_94: #000;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    transition: 500ms ease;
    width: 170px;
    height: 50px;
    z-index: 1;
    text-transform: uppercase;
    background-size: 100%;
    --bg-gold: linear-gradient(90deg, #893c15 0%, #ffde44 17%, #b1741e 24%, #ffe752 40%, #e09326 50%, #e4962a 59%, #b0781b 70%, #efb333 85%, #873a1a 100%);
    background: var(--bg-gold);
    box-sizing: border-box;
}

.btn-94 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: var(--bg-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-94::before {
    position: absolute;
    content: '';
    inset: 3px;
    border-radius: 10px;
    background: var(--bg-color_94);
    z-index: -1;
    box-sizing: border-box;
}

.btn-94:hover {
    animation: move_94 5s infinite alternate ease-in-out;
}

.btn-94:hover span {
    animation: move_94 5s infinite alternate ease-in-out;
}

.btn-94:hover {
    transform: scale(1.1);
}

.btn-94:active {
    animation: move_94 1s infinite alternate ease-in-out;
}

.btn-94:active span {
    animation: move_94 1s infinite alternate ease-in-out;
}

@keyframes move_94 {
    0% {
        background-size: 100%;
        background-position: 50%;
    }

    50% {
        background-size: 500%;
        background-position: 0%;
    }

    100% {
        background-size: 200%;
        background-position: 100%;
    }
}

/*** disabled style ***/
.btn-94:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    box-shadow: none;
    --bg-color_94: #dcdcdc;
    --bg-gold: #7e7e7e;
}
.card{
    transition:0.5s;
    cursor:pointer;
    padding: 20px;
    background: linear-gradient(to left, #19191f, #101014);
    color: #ffffff;
  }
  .card img{
    width: 150px;
    margin: auto;
  }
  .card-title{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
  }
  .card-title i{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
  }
  .card-title i:hover{
    transform: scale(1.25) rotate(100deg); 
    color:#18d4ca;
    
  }
  .card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }
  .card-text{
    min-height: 230px;  
  }
  
  .card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
  }
  .card::before {
    transform-origin: left top;
  }
  .card::after {
    transform-origin: right bottom;
  }
  .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
  }
  .title-banner{
    background-color: #101014;
    border-radius: 30px;
    padding: 20px;
    color: #ffffff;
  }
  .title {
	font-size: 6vw;
}
.title-banner span {
	animation: depth 1s ease-in-out alternate infinite;
	position: relative;
	display: inline-block;
    font-weight: 800;
    color: #e9b117;
	font-variation-settings: "EDPT" 30;
	@for $i from 1 through 12 {
		&:nth-child(#{$i}) {
			animation-delay: $i * 0.1s;
		}
	}
}

@keyframes depth {
	0% {
		transform: translatex(0) translatey(0);
	}
	100% {
		font-variation-settings: "EDPT" 200;
		transform: translatex(0.15em) translatey(0.1em);
	}
}
.contact{
    background-color: #e9b117;
    position: relative;
}

textarea, input, button {
    line-height: 1.5rem;
    border: 0;
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  textarea, input {
    color: #4e5e72;
    background-color: transparent;
    background-image: url("990f2c910aacfe72de4ac60dcdc3f0ef3a75581f.svg");
  }
  textarea {
   width: 100%;
   height: 8rem;
   resize: none;
  }
  input {
   width: 50%;
   margin-bottom: 1rem;
  }
  input[type=text]:invalid, input [type=email]:invalid {
      box-shadow: none;
      background-image: url("37d06ba008b22566dc45d3e47ee5b28a3c4054ec.svg");
    }
  button {
   padding: 0.5rem 1rem;
   border-radius: 0.25rem;
   background-color: rgba(78, 94, 114, 0.9);
   color: white;
   font-size: 1rem;
   transition: background-color 0.2s;
  }
  button:hover,button :focus {
      outline: none;
      background-color: rgba(78, 94, 114, 1);
    }
  input[type=text]:focus,
  input[type=email]:focus,
  textarea:focus {
    background-image: url("0b8faa5b4798e9e565c0dd7da16125fe06e7467e.svg");
    outline: none;
  }
  .wrapper {
    width: 35rem;
    background-color: white;
  }
  .letter {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 30rem;
    margin: auto;
    perspective: 60rem;
  }
  .side {
    height: 12rem;
    background-color: #fcfcf8;
    outline: 1px solid transparent;
  }
  .side:nth-of-type(1) {
      padding: 2rem 2rem 0;
      border-radius: 1rem 1rem 0 0;
      box-shadow: inset 0 0.75rem 2rem rgba(229, 225, 187, 0.5);
    }
  .side.side:nth-of-type(2) {
      padding: 2rem;
      border-radius: 0 0 1rem 1rem;
      box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.05), inset 0 -0.57rem 2rem rgba(229, 225, 187, 0.5);
      text-align: right;
    }
  .envelope {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .envelope.front {
    width: 10rem;
    height: 6rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
  }
  .envelope.front::before, .envelope.front::after {
    position: absolute;
    display: block;
    width: 12rem;
    height: 6rem;
    background-color: #e9dc9d;
    transform: rotate(30deg);
    transform-origin: 0 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    content: '';
  }
  .envelope.front::after{
    right: 0;
    transform: rotate(-30deg);
    transform-origin: 100% 0;
  }
  .envelope.back {
    top: -4rem;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    z-index: -9998;
    opacity: 0;
    transform: translateY(-6rem);
  }
  .envelope.back::before {
      display: block;
      width: 10rem;
      height: 10rem;
      background-color: #e9dc9d;
      border-radius: 1rem;
      content: '';
      transform: scaleY(0.6) rotate(45deg)
    }
  .result-message {
    opacity: 0;
    transition: all 0.3s 2s;
    transform: translateY(9rem);
    z-index: -9999;
  }
  .sent .letter {
      -webkit-animation: scaleLetter 1s forwards ease-in /*,
                 pushLetter 0.5s 1.33s forwards ease-out*/ ;
              animation: scaleLetter 1s forwards ease-in /*,
                 pushLetter 0.5s 1.33s forwards ease-out*/ ;
    }
  .sent .side:nth-of-type(1) {
      transform-origin: 0 100%;
      -webkit-animation: closeLetter 0.66s forwards ease-in;
              animation: closeLetter 0.66s forwards ease-in;
    }
  .sent .side:nth-of-type(1) h1, .sent .side:nth-of-type(1) textarea {
      -webkit-animation: fadeOutText 0.66s forwards linear;
              animation: fadeOutText 0.66s forwards linear;
    }
  .sent button {
      background-color: rgba(78, 94, 114, 0.2);
    }
  .sent .envelope {
      -webkit-animation: fadeInEnvelope 0.5s 1.33s forwards ease-out;
              animation: fadeInEnvelope 0.5s 1.33s forwards ease-out;
    }
  .sent .result-message {
      opacity: 1;
      z-index: 10;
      top: 130px;
      position: absolute;
      max-width: 1000px;
    }
  .sent small {
      opacity: 0;
    }
  .centered {
    position: relative;
    left: 0;
    right: 0;
    margin: 1rem auto;
    background-color: #e9b117;
  }
  @-webkit-keyframes closeLetter {
     50% {transform: rotateX(-90deg);}
     100% {transform: rotateX(-180deg);}
  }
  @keyframes closeLetter {
     50% {transform: rotateX(-90deg);}
     100% {transform: rotateX(-180deg);}
  }
  @-webkit-keyframes fadeOutText {
     49% {opacity: 1;}
     50% {opacity: 0;}
     100% {opacity: 0;}
  }
  @keyframes fadeOutText {
     49% {opacity: 1;}
     50% {opacity: 0;}
     100% {opacity: 0;}
  }
  @-webkit-keyframes fadeInEnvelope {
    0% {opacity: 0; transform: translateY(8rem);}
    /*90% {opacity: 1; transform: translateY(4rem);}*/
    100% {opacity: 1; transform: translateY(4.5rem);}
  }
  @keyframes fadeInEnvelope {
    0% {opacity: 0; transform: translateY(8rem);}
    /*90% {opacity: 1; transform: translateY(4rem);}*/
    100% {opacity: 1; transform: translateY(4.5rem);}
  }
  @-webkit-keyframes scaleLetter {
    66% {transform: translateY(-8rem) scale(0.5, 0.5);}
    75% {transform: translateY(-8rem) scale(0.5, 0.5);}
    90% {transform: translateY(-8rem) scale(0.3, 0.5);}
    97% {transform: translateY(-8rem) scale(0.33, 0.5);}
    100%{transform: translateY(-8rem) scale(0.3, 0.5);}
  }
  @keyframes scaleLetter {
    66% {transform: translateY(-8rem) scale(0.5, 0.5);}
    75% {transform: translateY(-8rem) scale(0.5, 0.5);}
    90% {transform: translateY(-8rem) scale(0.3, 0.5);}
    97% {transform: translateY(-8rem) scale(0.33, 0.5);}
    100%{transform: translateY(-8rem) scale(0.3, 0.5);}
  }
  footer{
    background: linear-gradient(to left, #19191f, #101014);
    color: #ffffff;
  }
  .dropdown-info {
    display: none;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
  }
  
  .toggle-info-btn {
    margin-top: 20px;
    background-color: #e9b117;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-left: auto;
    display: block;
    cursor: pointer;
  }
  
  .toggle-info-btn:hover {
    background-color: #daa515;
  }
  