@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Odibee+Sans&display=swap');
html, body{
    scroll-behavior: smooth;
}
body{
    background-color: #e1e8ed;
    margin: 0;
    font-size: 14px;
    color: #2E373A;
    font-family: "Archivo Black", sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
main{
    width: min(1400px, 100vw);
    margin: auto;
    padding: 20px;
  
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
header img{
    height: 40px;
}
a{
    text-decoration: none;
    color: inherit;
}
.banner .content .right p{
    font-family: "Lato", sans-serif;
    font-size: 2em;
    font-weight: 300;
    margin-top: 20px;
    max-width: 400px;
}
.banner .content{
    font-family: "Archivo Black", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7952b3;
    flex-wrap: wrap;
}
.banner .content h1{
    font-size: 17em;
}
.banner .content .right{
    text-align: right;
    transform: translateY(-30px);
}
.banner .content .right h2{
    font-size: 5em;
    font-weight: 200;
}
@media (max-width:768px){
    .banner .content h2{
        text-align: center;
    }
}
@media (max-width: 768px){
    .banner .content p{
        text-align: center;
    }
}
.banner .image{
    width: 100%;
    height: auto;
    background-image: url(images/Asset\ 8.png);
    position: relative;
   display: flex;
  justify-content: center;
  align-items: center;
   animation: floaty 8s cubic-bezier(0.55, 0.06, 0.68, 0.19) infinite;
  transform-origin: center;
  animation-delay: 2s;
}
@keyframes floaty {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(5px, -10px) rotate(1deg) scale(1.02); }
  40%  { transform: translate(-5px, -15px) rotate(-1deg) scale(0.98); }
  60%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  80%  { transform: translate(-3px, -12px) rotate(-0.5deg) scale(0.99); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}
.banner .image img{
    position: absolute;
    height: 100%;
    
    transform: translateX(-50%);
    bottom: 0px;
   animation: floaty 8s ease-in-out infinite;
  transform-origin: center;
}
@keyframes floaty {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(5px, -10px) rotate(1deg) scale(1.02); }
  40%  { transform: translate(-5px, -15px) rotate(-1deg) scale(0.98); }
  60%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  80%  { transform: translate(-3px, -12px) rotate(-0.5deg) scale(0.99); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}
.line{
    text-align: center;
    font-size: 10em;
    color: #7952b3;
}
.line h1{
  z-index: 99;
  position: relative;
  margin-top: 200px;
}
@media (max-width:768px){
  .line{
    font-size: 50px;
    margin-top: 10px;
  }
}
.barbed-wire img{
animation: floaty 8s cubic-bezier(0.55, 0.06, 0.68, 0.19) infinite;
  transform-origin: center;
  animation-delay: 2s;
}
@keyframes floaty {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(5px, -10px) rotate(1deg) scale(1.02); }
  40%  { transform: translate(-5px, -15px) rotate(-1deg) scale(0.98); }
  60%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  80%  { transform: translate(-3px, -12px) rotate(-0.5deg) scale(0.99); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}
.grid figure img{
    width: 80%;
    padding-top: 20px;
    
}
@media (max-width: 768px){
    .grid figure img{
        margin-left:25px
    }
}
.grid .barcode img{
    width: 70%;
    height: auto;
      display: flex;
  justify-content: center;
  align-items: center;
animation: floatyDev 8s ease-in-out infinite;
  transform-origin: center;
}
@keyframes floatyDev {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  40%  { transform: translate(-4px, -12px) rotate(-0.5deg) scale(0.99); }
  60%  { transform: translate(2px, -7px) rotate(0.3deg) scale(1.005); }
  80%  { transform: translate(-2px, -10px) rotate(-0.3deg) scale(0.995); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}

.grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(var(--row), 100px);
    margin-top: 50px;
    gap: 50px;
}
.grid-1 figure:nth-child(1){
    grid-column: 3 / 5;
    grid-row: 1;
}

.grid-1 h2:nth-child(2){
    font-size: 7em;
    grid-column: 1 / 7;
    text-align: center;
    color: #7952b3;
    grid-row: 5;
    z-index: 1;
}
.grid-1{
    --row: 2;
}
.grid-2{
    --row: 5;
    font-size: 1.7em;
    text-align: justify;
}
.grid-2 div:nth-child(1){
    grid-column: 2 / 4;
    grid-row: 1;
   
    
   
}
.grid-2 div:nth-child(2){
    grid-column: 4/ 6;
    grid-row: 3;
}
.grid-2 .candy img{
  width: 70%;
  height: 100%;
  padding-left: 30px;
  animation: floatyDev 8s ease-in-out infinite;
  transform-origin: center;
  animation-delay: 2s;
}
.grid-4 div:nth-child(1){
    grid-column: 2 / 6;
    grid-row: 2;
    font-size: 2em;
    color: #7952b3;
}
.grid-4{
    margin-top: 10px;
}
.grid-4 .crown img{
  width: 40%;
  height: 60%;
  padding-left: 0px;
  animation: floatyDev 8s ease-in-out infinite;
  transform-origin: center;
  animation-delay: 2s;}

  .grid-4 .autoShow .cta{
    text-align: center;
  }
@media (max-width: 768px){
    .grid-4 div:nth-child(1){
        font-size: 1.5em;
        margin-top: 20px;
      text-align: center;
    }
    .grid-4 .crown-button{
      margin-left: -20px;
    }
  }
@keyframes floatyDev {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  40%  { transform: translate(-4px, -12px) rotate(-0.5deg) scale(0.99); }
  60%  { transform: translate(2px, -7px) rotate(0.3deg) scale(1.005); }
  80%  { transform: translate(-2px, -10px) rotate(-0.3deg) scale(0.995); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}
.grid-2 div:nth-child(3){
    grid-column: 1/ 6;
    grid-row: 5;
}
.grid-2 div:nth-child(4){
    grid-column: 4 / 6;
    grid-row: 5;

}
.grid-2 .crown img{
  
  width: 100%;
  animation: floatyDev 8s ease-in-out infinite;
  transform-origin: center;
  animation-delay: 3s;

}
@media (max-width: 768px){
  .grid-2 .crown img{
    margin-top: 0px;
    width: 20%;
    margin-left: 80px;
  }
}
@keyframes floatyDev {
  0%   { transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20%  { transform: translate(3px, -8px) rotate(0.5deg) scale(1.01); }
  40%  { transform: translate(-4px, -12px) rotate(-0.5deg) scale(0.99); }
  60%  { transform: translate(2px, -7px) rotate(0.3deg) scale(1.005); }
  80%  { transform: translate(-2px, -10px) rotate(-0.3deg) scale(0.995); }
  100% { transform: translate(0px, 0px) rotate(0deg) scale(1); }
}
.grid-3{
    --row: 6;
    font-size: 7em;
    padding-bottom: 30px;
}

.grid-3 div{
    grid-column: 2/ 6;
    text-wrap: nowrap;
}
.grid-3 div:nth-child(1){
    grid-column: 1/8;
}
.grid-3 div:nth-child(2){
    grid-column: 3/8;
}
.grid-3 div:nth-child(3){
    grid-column: 2/8;
}
.grid-3 div:nth-child(4){
    grid-column: 1/ 6;
}
.grid-3 div:nth-child(5){
    grid-column: 2/ 6;
}

footer{
    border-top: 1px solid #2E373A55;
    min-height: 20px;
    margin-top: 30px;
   
}
footer .content{
    
    margin-top: 40px;
    
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}
.footer .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    vertical-align: middle;
  

}
.grid-5{
    --row: 1;
    font-size:1.7em;
    
}
.grid-5 div:nth-child(1){
    grid-row: 1;
    grid-column: 1 / 3;
}
.grid-5 div:nth-child(2){
    grid-row: 1;
    grid-column: 4 / 5;
}
.grid-5 div:nth-child(3){
    grid-row: 1;
    grid-column: 5 / 7;
}
.grid-5 div:nth-child(4){
    grid-row: 1;
    grid-column: 5 / 7;
}
.grid-5 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 1023px){
    header img{
        height: 2em;
    }
    .banner .content h1{
        font-size: 12em;
    }
    .banner .content .right{
        transform: none;
    }
    .grid-2 div:nth-child(1){
        grid-row: 2;
    }
    .grid-2 div:nth-child(3){
        grid-row: 7;
    }
    .grid-2 div:nth-child(4){
        grid-row: 5;
    }
    .grid-3{
        font-size: 5em;
        line-height: 1em;
    }
}
@media screen and (max-width: 1023px){
    header img{
        height: unset;
        width: 100%;
    }
    .banner .content h1{
        font-size: 7em;
    }
    .banner .content{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner{
        overflow: hidden;
    }
    .grid-1 h2:nth-child(3){
        font-size: 3em;
    }
    .grid{
        display: block;
    }
    .grid-3{
        font-size: 2em;
        display: block;
        margin-bottom: 20px;
        text-align : center;
        line-height: 3em;}
}

.autoRotate{
    animation: autoRotateAnimation;
    animation-timeline: view();
}
@keyframes autoRotateAnimation{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.autoShow{
    animation: autoShowAnimation both;
    animation-timeline: view(70% 5%);

}
.autoShow button{
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #ffc00a;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #5a3d91;
  cursor: pointer;
  font-family: "Archivo Black", sans-serif;
  transition: 0.3s, transform 0.3s;
  
}
@media (max-width: 768px){
  .autoShow button{
    margin-left: 90px;
  }
}
@media (max-width: 768px){
  .autoShow h2{
    font-size: 2em;
    color: #7952b3;
    text-align: center;
}
}

.autoShow button:hover{
    background-color: #5a3d91;
    box-shadow: 0 9px #ffc00a;
    
}
.autoShow button:active{
   background-color: #ffc00a;
  box-shadow: 0 5px #5a3d91;
  transform: translateY(4px);
}
@keyframes autoShowAnimation{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.autoBLur{
    animation: autoBLurAnimation linear both;
    animation-timeline: view();
    color: #7952b3;
}
@keyframes autoBLurAnimation{
    0%{
        filter: blur(40px);
    }
    45%, 55%{
        filter: blur(0px);
    }
    100%{
        filter: blur(40px);
    }
}



.mariox__header-menu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.mariox__header-menu li:hover {
  color: #7953b4;
}

.mariox__header-menu li a {
  font-family: "Archivo Black", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-transform: capitalize; 
}
@media (max-width: 768px){
    .mariox__header-menu li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 17px;
        gap: 5px;
    }
    .mariox__header-menu{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
       
    }
}

