@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

body {
    margin: 0 auto;
    background: url(https://cdn-images.dzcdn.net/images/cover/b61d62265c8cf4aead2b76897c9411b2/1900x1900-000000-80-0-0.jpg);
    overflow-x: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    background-position: center; 
}

html {
    scroll-behavior: smooth;
}

button {
    border: none;
}

/* HEADER */

header {
    width: 100%;
    margin-top: 20px;
    position: absolute;
    z-index: 3;
}

.header-con {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hLogo {
    display: flex;
    padding-right: 20px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.nav  {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    color: rgba(255, 255, 255, 0.33);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav a {
    color: #ffffff54;
    transition: all 0.3s ease;
}

.nav a:hover {
    color: #ffffff86;
}

.navActive {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* HERO */

.Hero {
    width: 100%;
    height: 1370px;
    position: relative; 
    overflow: hidden;
    background: #000000bd;
    background-size: 1920px;
}

.HeroText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.HeroText h1 {
    margin-top: 260px;

    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background: radial-gradient(28.94% 100% at 50.09% 0%, rgba(0, 0, 0, 0.00) 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.HeroText p {
    margin-bottom: 10px;

    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background: linear-gradient(90deg, #586A84 0%, rgba(255, 255, 255, 0.41) 50.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.HeroText div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.HeroText div a {
    display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 42px;
  border-radius: 99px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 8px;
  cursor: pointer;
  background: #e162a4;
}

.Explore {
    display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 42px;
  border-radius: 99px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 8px;
  cursor: pointer;
  background: #e162a4;
}

.Explore:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* MORE */

.More {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.More p {
    margin-right: 1027px;
    width: 173px;
    height: 46px;
    color: #332E2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 78px;
    border: 1px solid #110F0D;
}

.More a {
    width: 1200px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.moreSC {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.moreSC div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    border-radius: 14px;
    width: 420px;
    height: 395px;
    background: linear-gradient(180deg, #06060A 0%, #000004 100%);
    transition: all 0.3s ease;
}

.moreSC div:hover {
    background: linear-gradient(180deg, #0a0a11 0%, #000004 100%);
}

.moreSC div img {
    pointer-events: none;
}

/* START */

.Start {
    margin: 0 auto;
    margin-top: 70px;
    width: 1200px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.Start p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 46px;
    border-radius: 78px;
    border: 1px solid #110F0D;
    color: #332E2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Start a {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.StartDiv {
    margin-top: 4px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.start1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 590px;
    height: 293px;
    background-image: url(/images/backstart1.png);
}

.start1 a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; 
    color: white;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 14px;
}

.CopyButt {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 7px;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.154px; 
    color: white;

    border-radius: 169.529px;
    border: 1px solid #5F94FF;
    background: linear-gradient(180deg, #2F6AE1 0%, #5F94FF 100%);
    margin-bottom: 20px;

    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.CopyButt:hover {
    background: linear-gradient(180deg, #3d78ec 0%, #5F94FF 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(95, 148, 255, 0.4);
}

.copy-icon {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
}

.CopyButt:active .copy-icon {
    transform: scale(0.7);
}

.CopyButt.copied .copy-icon {
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.6);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



.start2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 590px;
    height: 293px;
    background-image: url(/images/backstart2.png);
}

.start2 a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; 
    color: white;
    margin-left: 20px;
    margin-bottom: 20px;
}

.start3 {
    width: 1200px;
    height: 293px;
    border-radius: 14px;
    background-image: url(/video/start.mov);

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.start3 {
    width: 1200px;
    height: 293px;
    border-radius: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative; 
    overflow: hidden; 
}

.start3 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1; 
    border-radius: 14px; 
}

.start3 a {
    position: relative; 
    z-index: 2; 
    text-align: center;
    text-shadow: 0 4px 22.7px #EE8D0B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    color: white;
    margin-bottom: 21px;
}

/* FOOT */

footer {
    margin: 0 auto;
    margin-top: 120px;
    width: 1200px;
}

.footup {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #171717;
}

.footup div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footup div img {
    width: 217px;
}

.footup div p {
    color: rgba(255, 255, 255, 0.33);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.foottext {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.foottext a {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footbot {

    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footbot div {
    display: flex;
}

.footbot div a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footbot div p {
    color: rgba(255, 255, 255, 0.33);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.Stats {
    display: flex;
    gap: 20px;
}

.Stats div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 16px;
    border-right: 1px solid #171717;
}

.Stats div a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Stats div p {
    color: rgba(255, 255, 255, 0.33);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footbut {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-top: 1px solid #0E0E19;
    background: #06060A;
    margin-top: 50px;
    width: 100%;
    height: 55px;
}

.footbut div {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.footbut div a {
    color: rgba(255, 255, 255, 0.33);
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copied-text {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    white-space: nowrap;
    animation: fadeInOut 1.5s ease-in-out;
    pointer-events: none;
    z-index: 10;
    border-radius: 12px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    20% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}

.CopyButt {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.154px; 
    color: white;
    border-radius: 169.529px;
    border: 1px solid #5F94FF;
    background: linear-gradient(180deg, #2F6AE1 0%, #5F94FF 100%);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: visible; 
}

.copied-text {
    top: -35px;
}

/* VIDEO */ 

.hero-video-container {
    position: absolute;
    width: 454px;
    height: 276px;
    top: 24%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 1;
    pointer-events: none;
    
    isolation: isolate; 
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;

    mix-blend-mode: screen;
    
    opacity: 0.8;
    filter: brightness(1.1) contrast(1.1);
    
    background: transparent;
    display: block;
}

.HeroText {
    position: relative; 
    z-index: 2; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.HeroText h1 {
    margin-top: 390px;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: radial-gradient(28.94% 100% at 50.09% 0%, rgba(0, 0, 0, 0.00) 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.HeroText p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #586A84 0%, rgba(255, 255, 255, 0.41) 50.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}