@import url('https://fonts.googleapis.com/css2?family=Iceland&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Michroma&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oxanium:wght@200..800&family=Parkinsans:wght@300..800&family=Rubik:ital,wght@0,300..900;1,300..900&family=Saira:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&family=Zen+Dots&display=swap');

:root {
    --primary-white: #ffffff;
    --primary-bg: #010104;
    --primary-lime: #cffe25;
    --primary-gray: #d2d2d2;
    --primary-hero-btn: #d0e9fa;
    --card-color: #0D0D10;
    --primary-black: #000000;
    --primary-shadow-color: #0000004D;
    --primary-lime2: #F3FF9B;
    --primary-lime3: #D8F7D6;


}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    background: var(--primary-bg);
    font-family: "Inter", sans-serif;

}

button {
    cursor: pointer;
}

.hero__overlay {
    background-image: url('../images/backk.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__btn {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--primary-bg);
    cursor: pointer;
}

.container__section {
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 160px;
    overflow: hidden;
}


.container__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
}

.card__container {
    background: var(--card-color);
    border-radius: 24px;
    filter: drop-shadow(--primary-shadow-color);
    backdrop-filter: blur(14px);
}



@media screen and (max-width: 1024px) {
    .container__section {
        padding: 0px 20px;
        gap: 80px;
    }


    .texture__container::after {
        content: '' !important;
    }

    .marq:before,
    .marq:after {
        position: absolute;
        top: 0;
        width: 100px !important;
        height: 120px;
        content: "";
        z-index: 1;
    }

    .container__body {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px !important;
    }
.dotted-spaced{
    background: none !important;
}    

}


.texture__container::after {
    content: '1:1';
    font-size: 374px;
    position: absolute;
    line-height: 467px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-white);
    opacity: 0.1;
    display: block;
}

.ac {
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    padding: 15px;
    display: block;

    cursor: pointer;
    background-color: transparent !important;
    transition: color .25s ease;
    position: relative;
    text-decoration: none;
    border: 1px solid #d2d2d236 !important;
    border-radius: 5px;

}

.ac .ac-trigger {
    color: var(--primary-white) !important;
    font-size: 24px !important;
}

.ac .ac-panel .ac-text {
    color: var(--primary-gray);
}



.marq:before {
    left: 0;
    background: linear-gradient(to right, #000000 50%, #00000000 100%);
}

.marq:after {
    right: 0;
    background: linear-gradient(to left, #000000 50%, transparent 100%);
}

@-webkit-keyframes marq {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

@keyframes marq {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

.marq {
    margin: 0 auto;
    width: 600px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marq:before,
.marq:after {
    position: absolute;
    top: 0;
    width: 400px;
    height: 120px;
    content: "";
    z-index: 1;
}

.head {

    backdrop-filter: blur(50px);
    z-index: 9999;
}

.active {
    width: 100vw;
    height: calc(100vh - 87px);
    background-color: #131212;
    position: absolute;
    align-items: baseline;
    left: 0;
    justify-content: space-between;
    display: flex;
    top: 80px;
    padding: 10px 20px 20px;
    flex-direction: column;
}

.active ul:nth-child(1) {
    display: block;

}

.ac .ac-trigger::after {
    content: none !important;
}

.ac-header {
    display: flex;
}

.active li {
    padding: 10px 10px 0;
}

.active ul:nth-child(2) {
    justify-content: space-between !important;
    width: 100%;

}

.ac.is-active img {
    rotate: 180deg;
    transition-timing-function: ease-in-out;
    transition-duration: 300;
}

.dotted-spaced {
  background-image: linear-gradient(to bottom, #000000 26%, #8e8e8e 0%);

  background-position: 0px 0;

  background-size: 2px 12px;

  background-repeat: repeat-y;

  padding: 0 30px 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;
 
}


