/* CSS for Birthday Invitation */
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F8FDFC;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
img{
  object-fit: contain;
}
body a{
  color: #383838;
}
.footer-main-start{
  margin-top:6.25rem
}
.footer-content{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-content-text{
  margin-top: 5.1rem;
  font-size: 8rem;
  color: #FC5418;
    font-family: "ArmenianDecorativeU";

}
.footer-content{
  background-image: url("../images/custom/footer.svg");
  min-height: 33rem;
}
.invitation {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.header {
  position: relative;
  background-color: #FC5418;
  min-height: 60rem;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icons-wrapper {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  max-width: 100px;
}
.light-1,
.light-2,
.light-3{ /*.tree-toy,.tree-toy-mb*/ 
  animation: moveLights 4s ease-in-out infinite;
  /* animation: moveLights 4s ease-in-out infinite, lightGlow 4s infinite alternate; */
}
.tree-toy-mb {
  position: absolute;
  animation-delay: 1s;
}
.tree-toy img{
  width: 14rem;
}
.map-img-mb,.tree-toy-mb{
  display: none;
}
.map-img-mb> img {
  width: 12.25em;
  object-fit: contain;
}
.map-img >img{
   width: 17.25em;
   object-fit: contain;
 }
.santa-icon{
  position: absolute;
  right: 0;
  top: 0;
}
.hoho-icon{
  position: absolute;
  right: 0;
  top: 0;
}
.content-data{
  position: relative;
}
.light-1 {
  position: absolute;
  animation-delay: 0s;
  right: 10rem;
}
.event-day{
  font-size: 3rem;
  font-weight: 700;
  font-family: 'arima',sans-serif;
}
.event-hour{
  font-size: 3rem;
  font-weight: 700;
  font-family: 'arima',sans-serif;
}
.light-2 {
  position: absolute;
  animation-delay: 1s;
  right: 5rem;
}
.tree-toy {
  position: absolute;
  animation-delay: 1s;
}
.map-img {
  position: absolute;
  animation-delay: 1s;
  left: 13rem;
  height:5em;
}

.light-3 {
  position: absolute;
  animation-delay: 2s;
  right: 0;
}
@keyframes moveLights {
  0% { transform: translateX(0); }
  33% { transform: translateX(20px); }
  66% { transform: translateX(-20px); }
  100% { transform: translateX(0); }
}

/* @keyframes lightGlow {
  0% {
    filter: brightness(0.9) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  }
  100% {
    filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
  }
} */

.center-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  text-align: center;
}

.photo-1 img {
  width: 60rem;
  height: auto;
}

.photo-2 img {
  margin-top: 2rem;
  /* width: 39rem; */
  width: 24rem;
  height: auto;
}

.date-wrapper {
  margin-top: 2rem;
}

.date {
  font-size: 2.8rem;
  font-family: lemon;
}

.bg-bottom {
  position: absolute;
  bottom: -3.2rem;
  left: 0;
  width: auto;
  z-index: 50;
}
.bg-bottom > img {
  width: 37.5em;
}
.main-part{
  width: 100%;
  height: 100%;
  text-align: center;
}
.text-2{
  font-size: 4.25rem;
  line-height: 11;
  font-family: newsgoth;
}
.icon-map{
  width: 5.4rem;
  height: 6.9rem;
}
.text-map{
  font-size: 3rem;
  line-height: 3.8rem;
  color:white;
  margin-bottom:5.8rem
}

.santa-icon-1{
  float: left;
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
}
.santa-icon-1 .santa-icon-1__img{
  position: absolute;
bottom: 0.1em;
left: 0;
  display: block;
  width: 1em;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
}

.title-content{
  width: 100%;
  display: flex;
  justify-content: center;
}
.theme-3{
  margin-top: 12rem;
}

.image-data {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}

.image-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 6.25rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.image-content > img {
  width: 16.8rem;
  height: 16.8rem;
  object-fit: contain;
}

.artist-data{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.15;
}
.title {
  font-family: "arima", serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 6.5rem;
  margin-top: 6.688rem;
  color: white;
}
.title-text{
  font-family: "ArmenianDecorativeU";
  color: #FC5418;
  font-size: 3rem;
  margin-bottom: 4.3rem;
}
.countdown-part {
  font-size: 6.3rem;
  font-family: "lemon", sans-serif;
  font-weight: 700;
  letter-spacing: 1.8rem;
}
.container{
  max-width: 102.5rem
}
.theme-4-decreption{
  text-align: center;
  font-size: 2rem;
}
.text-title{
  font-size: 3rem;
  font-family: "ArmenianDecorativeU",sans-serif;
  color: #FC5418;
}
.theme-4{
  margin-top: 6.25rem;
}
.theme-4-title{
  width: 100%;
  display: flex;
  justify-content: center;
}
.theme-4-title-text{
  font-family: "ArmenianDecorativeU";
  font-size: 3rem;
  line-height: 1.25 ;
  color: #FC5418;
  margin-bottom: 4.3rem;
}
.timer-data-content{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 6.25rem;
}

.info-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  text-align: center;
}

.restorant-info {
  color: #FC5418;
  font-family: "ArmenianDecorativeU", sans-serif;
  font-size: 3rem;
  margin-bottom: 4.3rem;
}

.details {
  text-align: center;
}

.info-map {
  font-family: "arima";
  margin-top: 1rem;
  font-size: 3rem;
}

.info-reach {
  color: #8A8A8A;
  font-family: "ArmenianDecorativeU", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
  text-align: center;
}


.snow {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}

/* Footer */

.footer .footer-title {
  font-family: "Arm Hmk's Bebas Neue";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: capitalize;
  margin-bottom: 1.6em;
  letter-spacing: 0.15em;
}

.footer .img-part {
  width: 2.5em;
}

.footer .grid-gap-part {
  grid-gap: 0 1em;
}

.footer .link-to-website {
  /* font-family: Bainsley; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #f4f4f4;
  text-decoration: underline;
}

.logo-div img {
  max-width: 6rem;
}
.social-links {
  margin-bottom: 0.9em;
}
.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}
.social-links a {
  color: #09090b;
}
/* Footer */