@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, sans-serif;
	color:#ffffff;
	background-color: #BA0018;
    margin: 0;
    padding: 0;
    
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

.box {
    width: 100%;
    margin: 5px;
    padding: 5px;
    background-color: #BA0018;
    opacity: 0;
    transition: opacity 3s ease-in-out;
	text-align: center;
	font-weight: 600;
	font-size: 2.5vw;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .box {
  font-weight: 600;
  font-size: 4vw;
}
	
}

.black {
  background-color: #000000;
  padding: 20px;
  margin: 0px;
}

.purple {
  background-color: #4f2170;
  padding: 20px;
  margin: 0px;
  font-size: 4vw;
	
	font-weight: 900;
}




.box.show {
    opacity: 1;
}

#center {
	
	text-align: center;
  }

#center2 {
	
	text-align: center;
  }

.pcenter{
	
	text-align: center;
	
}
.enjoy{
	
	text-align: center;
	font-size: 4vw;
	margin: 0px;
	font-weight: 900;
	
}


.logo{
	
	width: 25%;
         height: auto;
	
}

.image1{
	
	width: 60%;
         height: auto;
	
}

.image2{
	
	width: 40%;
         height: auto;
	
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .image1 {
  width: 70%;
  height: auto;
}
	
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .image2 {
  width: 70%;
  height: auto;
}
	
}

	
}


.kid {
    animation: rotate 5s infinite alternate;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

.kid {
  width: 35%;
  height: auto;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .kid {
  width: 70%;
  height: auto;
}
	
}



.man {
    position: relative;
	opacity: 0;
    animation: fadeInMoveRight 6s infinite;
  }

  @keyframes fadeInMoveRight {
    0% {
      opacity: 0;
      left: 0;
    }
    100% {
      opacity: 1;
      left: 100px;
    }
   
  }

.man {
  width: 30%;
  height: auto;
  
  
}

.square {
	
	width: 25%;
  height: auto;
	
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .man {
  width: 70%;
  height: auto;
}
	
}


.girl {
    animation: pulse 2.5s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }


.girl {
  width: 40%;
  height: auto;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .girl {
  width: 70%;
  height: auto;
}
	
}



.glass {
  width: 25%;
  height: auto;
  padding-top: 10px;
  
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .glass {
  width: 50%;
  height: auto;
}
	
}




		.choc {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
			width: 40%;
         height: auto;
			margin-top: 20px;
			
			
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
  
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .choc{
	
	width: 85%;
    height: auto;
	
}
}
			 
#rotating-image {
    width:30%;
    transform-origin: center; /* Ensure rotation happens around the center */
	align-content: center;
	
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #rotating-image {
    width:70%;
    transform-origin: center; /* Ensure rotation happens around the center */
	align-content: center;
	
}
}
	