body *{
    box-sizing: border-box; 
}
body{
    /* background: transparent url(assets/hero.svg) no-repeat top center ; */
    background-position: 50% -14%;
    background-color: #080808;

}

#hero-anim{
    position: absolute;

    display: grid;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 100vw;
    height: 1920px;

    overflow-y: hidden;
    overflow-x: hidden;

    margin-top: -400px;

    z-index: -1;

    scrollbar-gutter: stable
}

#hero-anim > * {
    grid-column: 1 / -1;
     grid-row: 1 / -1;
     will-change: transform;
}

#hero-anim{
    place-items: center;
}
#hero{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hero .slogan-mobile{
    display: none;
}
#hero .logo{
    margin-bottom: 40px;
    position: relative;
    bottom: -30%;
}
.menu{
    position: relative;
    bottom: -30%;

    display: flex;
    flex-direction: row;
    gap: 20px;

    color: #FFF;

    text-align: center;
    font-family: Gabarito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 88%; /* 15.84px */
    letter-spacing: 2.16px;
    text-transform: uppercase;

}
.menu a.menu-item{
    text-decoration: none;
    color: #FFF;
}
.menu .menu-item:hover{
    color: #FF9021;
}
.menu .menu-item:hover::before{
    content: " ";
position: absolute;
bottom: 5px;
    display:flex;
  justify-content:center;
  align-items:center;
   
  transform: translate(calc(-50% + 2 * 22px), calc(-100% - 6px));
  
    height: 20px;
    width: 14px;
    background: transparent url(assets/menu-sel.svg);
}
#builder-cta{
position: fixed;
right: -200px;
bottom: 80px;
z-index: 500;

    display: none;
width: 529px;
padding: 25px 25px 25px 30px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 10px;
border-radius: 40px;
border: 2px solid #FF8205;
background: #080808;
}
#builder-cta span b{
    color: #FF9021;
}
#builder-cta span{
    width: 40%;

    color: #FFF;
font-family: Gabarito;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%;
letter-spacing: 0.36px;
text-transform: uppercase;
}
.button{
    display: flex;
padding: 11px 32px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;

border-radius: 11963589px;
background: #FF8205;

color: #000;
font-family: Gabarito;
font-size: 28.776px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 25.323px */
letter-spacing: 1.151px;
text-transform: uppercase;

border: none;

text-decoration: none;
}
.blk_button{
    display: flex;
padding: 11px 32px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;

border-radius: 11963589px;
background: #000;

color: #fff;
font-family: Gabarito;
font-size: 28.776px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 25.323px */
letter-spacing: 1.151px;
text-transform: uppercase;

text-decoration: none;
}
#products{
    position: relative;
    margin-top: 200px;

    width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
#products > span{
    color: #FF8205;
text-align: center;
font-family: Gabarito;
font-size: 243.429px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 214.217px */
letter-spacing: 4.869px;
text-transform: uppercase;
}
#products .showcase{
    margin-top: -30px;
    display: flex;
width: 1280px;
height: 420px;
flex-direction: row;
align-items: flex-start;

border-radius: 20px;
background: #FF8205;
}
#products .showcase > div:first-of-type{
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 50%;
    justify-content: space-between;
    height: 100%;

    color: #000;
font-family: Gabarito;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: 0.36px;
}
#products .showcase > div:first-of-type span:first-of-type{
    display: flex;
padding: 5px 19px;
justify-content: center;
align-items: center;
gap: 10px;

border-radius: 15990769px;
border: 0.953px solid #2B2B2B;
background: rgba(255, 255, 255, 0.20);

width: 220px;
}
#products .showcase .blk_button{
    width: 100%;
}
#products .showcase .cover{
    height: 100%;
    width: 50%;
    background: transparent url(assets/oddswiki-cover.png) top center ;
    border-radius: 0px 20px 20px 0px;
}
#brand{
    position: relative;
    margin-top: 200px;

    width: 1280px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    gap: 40px;

}
#brand span:first-of-type{
    color: #FFF;
text-align: center;
font-family: Gabarito;
font-size: 38.05px;
font-style: normal;
font-weight: 500;
line-height: 88%; /* 33.484px */
letter-spacing: 1.902px;
text-transform: uppercase;
}
#brand .headline{
    color: #FF8205;
text-align: center;
font-family: Gabarito;
font-size: 243.429px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 214.217px */
letter-spacing: 4.869px;
text-transform: uppercase;
}
#usps{
    position: relative;
    margin-top: 200px;

    width: 1280px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    gap: 40px;

    background: transparent url(assets/usp-bg.png) center center ; 
    background-position: 50% 75%;
    background-size: cover;

    padding-bottom: 220px;
    padding-top: 80px;
}

#usps .usp-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;

    color: #FFF;
    text-align: center;
    font-family: Gabarito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.usp-row .usp{
    display: flex;
    flex-direction: column;

    justify-content: space-between;
    height: 190px;
    align-items: center;
}
.usp_stats{
display: flex;
width: 1000px;
height: 152px;
padding: 40px 80px;
justify-content: space-between;
align-items: center;
border-radius: 40px;
background: #FF8205;
margin-left: auto;
margin-right: auto;
}
.usp_stats .stat{
    display: flex;
    flex-direction: column;

}
.usp_stats .stat div{
color: #000;
text-align: center;
font-family: Gabarito;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
letter-spacing: 0.48px;
text-transform: uppercase;
}
.usp_stats .stat span{
color: #FFF;
text-align: center;
font-family: Gabarito;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 56.32px */
letter-spacing: 1.28px;
text-transform: uppercase;
}


.swiper {
    width: 100%;
    height: 650px;
    }

    .swiper-slide {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    align-self: stretch;

    border-radius: 40px;
    background: rgba(255, 130, 5, 1);

    width: 45%;
    height: 480px;
    }

    .swiper-slide .headline{
    color: #FFF;
    font-family: Gabarito;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 88%; /* 84.48px */
    letter-spacing: 1.92px;
    text-transform: uppercase;
    }
    .swiper-slide .subheadline{
color: #000;
font-family: Gabarito;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 28.8px */
letter-spacing: 0.48px;
text-transform: uppercase;
    }
    .swiper-slide div{
    color: #000;
font-family: Gabarito;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: 0.36px;
width: 60%;

    }

    .swiper .focus{
        background: darkgray;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-slide{
    transition-property: all;
  transition-duration: 0.4s;
}
.swiper-pagination{
    position: absolute;
    margin-top: 120px;
}
.swiper-pagination-bullet {
    height: 100px;
    width: 100px;
    border-radius: 0px;

    color: gray;
text-align: center;
font-family: Gabarito;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 70.4px */
letter-spacing: 1.6px;
background: none;
text-transform: uppercase;
}
.swiper-pagination-bullet-active{
    color: #FF8205;
text-align: center;
font-family: Gabarito;
font-size: 120px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 105.6px */
letter-spacing: 2.4px;
text-transform: uppercase;
background: none;
}


#contact{
        position: relative;
    margin-top: 200px;

    width: 1280px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: row;
    gap: 40px;

    background: transparent url(assets/contact-bg.svg) left center no-repeat;
    background-size: contain;

    padding-bottom: 80px;
}

#contact .headline div:last-of-type{
    color: #fff;
    margin-top: -80px;
}
#contact .headline{
    display: flex;
    flex-direction: column;
}
#contact .headline div{
    color: #FF8205;
font-family: Gabarito;
font-size: 243.429px;
font-style: normal;
font-weight: 900;
line-height: 88%; /* 214.217px */
letter-spacing: 4.869px;
text-transform: uppercase;
}

.contact-form{
    display: flex;
    width: 40%;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

    margin-left: -80px;
    align-self: flex-end;
    height: 450px;
    border-radius: 40px;
    border: 2px solid #FF8205;
    background: #080808;
}
.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{
    color: #000;
    font-family: Gabarito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    display: flex;
    min-height: 44px;
    padding: 11.445px 19.076px;
    align-items: flex-start;
    gap: 6.359px;
    align-self: stretch;
    border-radius: 19.294px;
    background: #FFF;
    border: none;
    width: 100%;
}
.contact-form form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.field-error {
    color: #ff4444;
    font-family: Gabarito;
    font-size: 13px;
    padding-left: 8px;
    min-height: 16px;
    display: block;
}
.contact-form input.invalid,
.contact-form textarea.invalid {
    outline: 2px solid #ff4444;
}
#form-status {
    width: 100%;
    flex: 1;
    display: flex;
}
.form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Gabarito;
}
.form-success span {
    font-size: 56px;
    color: #FF8205;
    line-height: 1;
}
.form-success p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

#footer{
    position: relative;
    margin-top: 200px;

    width: 1280px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;

    padding-bottom: 80px;
}
#footer span{
color: #fff;
font-family: Gabarito;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
letter-spacing: 0.36px;

}
@media (max-width:1280px){
body{
    background-position: 50% -16%;
}
#products{
    width: 1024px;
}
#products > span{
font-size: 190px;
}
#products .showcase{
margin-top: -20px;
width: 1024px;
}
#brand{
width: 1024px;
}
#brand span:first-of-type{
font-size: 24px;
}
#brand .headline{
font-size: 190px;
}
#usps{
width: 1024px;
}
.swiper{
height: 750px;
}
.swiper-slide{
width: 50%;
height: 550px;
}
#contact{
width: 1024px;
}
#contact .headline div{
font-size: 190px;
}
#contact .headline div:last-of-type{
    color: #fff;
    margin-top: -120px;
}
.contact-form{
width: 40%;
}    
#footer{
    width: 1024px;
} 
}


@media (max-width:1024px){
body{
    background-position: 50% -16%;
}
#products{
    width: 768px;
}
#products > span{
font-size: 144px;
}
#products .showcase{
margin-top: -20px;
width: 768px;
}
#brand{
width: 768px;
}
#brand span:first-of-type{
font-size: 24px;
}
#brand .headline{
font-size: 144px;
}
#usps{
width: 768px;
}
.usp_stats{
width: 768px;
}
.usp span{
    font-size: 21px;
}
.swiper{
height: 800px;
}
.swiper-slide{
width: 65%;
height: 550px;
}
#contact{
width: 768px;
}
#contact .headline div{
font-size: 144px;
}
#contact .headline div:last-of-type{
    color: #fff;
    margin-top: -40px;
}
#contact .headline img{
    width: 220px;
}
.contact-form{
width: 50%;
} 
#footer{
    width: 768px;
}   
}


@media (max-width: 768px){
#builder-cta a{
    font-size: 18px;
    width: 100%;
}
#builder-cta span{
    width: 100%;
    text-align: center;
}
#builder-cta{
    position: absolute;
    top: 380px;
    bottom: unset;
    left: unset;
    right: unset;
    width: 330px;
}
body{
    background-position: 50% -16%;
}
#hero .logo:first-of-type{
    display: none;
}
#hero .slogan-mobile{
    display: block;
    margin-bottom: 40px;
    position: relative;
    bottom: -30%;
}
#products{
    width: 480px;
}
#products > span{
font-size: 87px;
}
#products .showcase{
flex-direction: column-reverse;
margin-top: -10px;
width: 480px;
height: 600px;
}
#products .showcase > div:first-of-type{
width: 100%;
}
#products .showcase .cover{
width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-position: top center;
    background-size: cover;
height: 60%;
}
#brand{
width: 480px;
}
#brand span:first-of-type{
font-size: 24px;
}
#brand .headline{
font-size: 87px;
}
#usps{
width: 100%;
padding-left: 100px;
padding-right: 100px;
}

.usp_stats{
width: 480px;
padding: 20px;
height: auto;
}
.usp-row .usp{
    height: 120px;
}
.usp img{
    width: 60px;
}
.usp span{
    font-size: 16px;
    line-height: 120%;
}
.usp-row{
    flex-wrap: wrap;
}
.usp_stats .stat span{
    font-size: 32px;
}
.usp_stats .stat div{
    font-size: 14px;
}
.swiper{
height: 600px;
}
.swiper-slide{
    gap: 20px;
width: 70%;
height: 400px;
}
.swiper-slide .headline{
    font-size: 48px;
}
.swiper-slide .subheadline{
    font-size: 16px;
}
.swiper-slide div{
    font-size: 14px;
}
#contact{
width: 480px;
flex-direction: column;
}
#contact .contact-form{
    width: 100%;
}
#contact .headline{
    flex-direction: row;
    flex-wrap: wrap;
}
#contact .headline div{
font-size: 87px;
}
#contact .headline div:last-of-type{
    color: #fff;
    margin-top: 0px;
}
#contact .headline img{
    width: 220px;
    transform: rotate(168deg);
    position: absolute;
    right: 0px;
}
.contact-form{
width: 50%;
} 
#footer{
    width: 480px;
}   

#hero-anim{
    margin-top: -400px;
}
}




@media (max-width: 480px){
body{
    background-position: 50% -21%;
    /* background-size:; */
}

#products{
        margin-top: 120px;
    width: 330px;
}
#products > span{
font-size: 58px;
}
#products .showcase img{
    width: 220px;
}
#products .showcase{
flex-direction: column-reverse;
margin-top: -5px;
width: 330px;
height: 600px;
}

#products .showcase > div:first-of-type{
width: 100%;
padding: 15px;
}
#products .showcase .cover{
width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-position: top center;
    background-size: cover;
height: 60%;
}
#brand{
        margin-top: 120px;
width: 330px;
}
#brand span:first-of-type{
font-size: 24px;
}
#brand .headline{
font-size: 58px;
}
#usps{
        margin-top: 120px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}

.usp_stats{
width: 330px;
padding: 20px;
height: auto;
border-radius: 25px;
}
.usp-row .usp{
    height: 120px;
}
.usp img{
    width: 60px;
}
.usp span{
    font-size: 16px;
    line-height: 120%;
}
.usp-row{
    flex-wrap: wrap;
}
.usp_stats .stat span{
    font-size: 32px;
}
.usp_stats .stat div{
    font-size: 14px;
    width: 80px;
}
.swiper{
height: 500px;
}
.swiper-slide{
    gap: 20px;
width: 330px;
height: 350px;
padding: 25px;
}
.swiper-slide .headline{
    font-size: 48px;
}
.swiper-slide .subheadline{
    font-size: 16px;
}
.swiper-pagination-bullet {
font-size: 32px;
}
.swiper-pagination-bullet-active{
font-size: 48px;
}
.button{
    width: 100%;
    font-size: 18px;
}
.blk_button{
    font-size: 18px;
    width: 100%;
}
.swiper-slide div{
    font-size: 14px;
    width: 100%;
}
#contact{
        margin-top: 120px;
width: 330px;
flex-direction: column;
}
#contact .contact-form{
    width: 100%;
}
#contact .headline{
    flex-direction: row;
    flex-wrap: wrap;
}
#contact .headline div{
font-size: 65px;
}
#contact .headline div:last-of-type{
    color: #fff;
    margin-top: 0px;
}
#contact .headline img{
    width: 220px;
    transform: rotate(168deg);
    position: absolute;
    right: 0px;
}
.contact-form{
width: 50%;
} 
#footer{
    margin-top: 120px;
    width: 330px;
}   

#hero-anim{

    margin-top: -500px;
}
.centerLogo{
    transform: scale(0.7);
}
}

.item1 {
  offset-path: circle(200px at center);
  animation: move-along-path 20s linear infinite;
  offset-anchor: center;
  offset-rotate: 0deg;
}
.item2 {
  offset-path: circle(300px at center);
  animation: move-along-path 25s linear infinite;
  offset-anchor: center;
  offset-rotate: 0deg;
    animation-delay: -3.25s;
  
}
.item3 {
  offset-path: circle(280px at center);
  animation: move-along-path 18s linear infinite;
  offset-anchor: center;
  offset-rotate: 0deg;
    animation-delay: -8.25s;

}
.item4 {
  offset-path: circle(200px at center);
  animation: move-along-path 30s linear infinite;
  offset-anchor: center;
  offset-rotate: 0deg;
    animation-delay: -11.25s;

}
.item5 {
  offset-path: circle(230px at center);
  animation: move-along-path 40s linear infinite;
  offset-anchor: center;
  /* offset-rotate: 0deg; */
    animation-delay: -15.25s;

}
.item6 {
  offset-path: circle(250px at center);
  animation: move-along-path 40s linear infinite;
  offset-anchor: center;
  offset-rotate: 0deg;
    animation-delay: -30.25s;

}
.item7 {
  offset-path: circle(0px at center);
  animation: rotate 10000s linear infinite;
  offset-anchor: center;
    animation-delay: -11.25s;

}
.item8 {
  offset-path: circle(0px at center);
  animation: rotate 10000s linear infinite;
  offset-anchor: center;
    animation-delay: -11.25s;

}
.item9 {
  offset-path: circle(0px at center);
  animation: rotate 1000s linear infinite;
  offset-anchor: center;
    animation-delay: -101.25s;

}
.item10 {
  offset-path: circle(0px at center);
  animation: rotate 70s linear infinite;
  offset-anchor: center;
    animation-delay: -11.25s;

}
.item11 {
  offset-path: circle(0px at center);
  animation: rotate 10s reverse infinite;
  offset-anchor: center;
    animation-delay: -11.25s;

}
@keyframes move-along-path {
  from { offset-distance: 0%; }
  to   { offset-distance: 100%; }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}