@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
  width: 5px;
}


::-webkit-scrollbar-track {
  background: #141414;
}


::-webkit-scrollbar-thumb {
  background: #6a008a;
  border-radius: 5px;
  cursor: pointer;
}


::-webkit-scrollbar-thumb:hover {
  background: #6a008a;
}



html, body{
    overflow-x: hidden;
    user-select: none;
}
h1,h2,h3,h4,h5,h6,a,p{
    font-family: "Inter", sans-serif;
}

nav{
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 785px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 34px;
    
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.nav-links-container.active {
  display: block;
}

nav .logo{
    display: flex;
    height: 100%;
    align-items: center;
}

nav .logo img{
    height: 40px;
    width: auto;
}

nav .nav-links{
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
}

nav .nav-links li{
    margin-left: 30px;
    color: inherit;
}
.nav-a{
    text-decoration: none;

    font-size: 16px;
    font-weight: 400;
    color: inherit;
}

.dark{
    background-color: #270c41;
    color: #f1f1f1;
}

.light{
    background-color: #f2e1f5;
    color: #0f0f0f;
}

nav .cta-buttons{
    background-color: #ffffff;
    color: black;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
}
nav .cta-buttons a{
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.light-nav{
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: rgba(255, 255, 255, 0.07) 0px 0.120725px 0.362176px 0px inset, rgba(255, 255, 255, 0.6) 0px 1px 3px 0px inset, rgba(0, 0, 0, 0.01) 0px -0.120725px 0.362176px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 3px 0px inset, rgba(0, 0, 0, 0.12) 0px 30px 40px 0px;
    border: 2px solid rgba(218, 218, 218, 0.3);
}

.dark-nav{
    color: black;
    background-color: rgba(94, 94, 94, 0.15);
    box-shadow: rgba(199, 199, 199, 0.07) 0px 0.120725px 0.362176px 0px inset, rgba(219, 219, 219, 0.6) 0px 1px 3px 0px inset, rgba(0, 0, 0, 0.01) 0px -0.120725px 0.362176px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 3px 0px inset, rgba(0, 0, 0, 0.12) 0px 30px 40px 0px;
    border: 2px solid rgba(161, 161, 161, 0.3);
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

.hero{
    display: flex;
    width: 100%;
    height: 780px;
    padding-top: 0px;
    background-image : url('../images/background.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hro-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
  width: fit-content;
  min-height: 500px;
  color: white;
  gap: 40px; 
  margin: 0 auto;
}

.hero-content {
  flex: 2;

}

    .hero-content h1{
        font-size: 50px;
        line-height: 1.2;
        font-weight: bold;
        font-family: "Commissioner", sans-serif;
        opacity: 0;
        transform: translateX(-250px);
        animation: hero-intro 1s ease 0s forwards;
    }

    .hero-mid-context{
        display: block;
        margin: 20px auto;
    }
    
    .hero-content h1 span{
        background: -webkit-linear-gradient(85deg,#02ff74, #00f7ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .hero-mid-context p{
        font-size: 30px;
        font-weight: 500;
        background: -webkit-linear-gradient(60deg,#02ff74, #0f6fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0;
        transform: translateX(-250px);
        animation: hero-intro 1s ease 0.3s forwards;
    }

    .hero-content> p:last-of-type{
        font-size: 18px;
        line-height: 1.6;
        color: #9b9b9b;
        margin-bottom: 20px;
        opacity: 0;
        transform: translateX(-250px);
        animation: hero-intro 1s ease 0.6s forwards;
    }


    .hero-content .cta-buttons{
        gap: 20px;
        margin-top: 40px;
    }
    .hero-content .cta-buttons .btn{
        padding: 12px 24px;
        border-radius: 30px;
        font-weight: bold;
        text-decoration: none;
    }
    .hero-content .cta-buttons .btn.btn-primary{
        background-color: #ffffff;
        color: #000000;
        border: none;
    }

.hero-image {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.image-wrapper {
  position: relative;
  width: 400px;
  min-height: 520px; 
  perspective: 1500px;
}


.hero-image img {
        margin-top: 50px;
        width: auto;
        height: 520px;
    }

.about-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    background-color: #ffffff;
    padding: 50px;
    padding-top:120px;
    margin-bottom: 10px
}
.info{
  width: 80%;
}
.info p{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.about-container .abcontainer{
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 56px;
    height: min-content;
    justify-content: center;
    max-width: 1240px;
    overflow: visible;
    padding: 80px 60px;
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.about-section{
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 80%;
}
.about-left{
    width: 20%;
}
.about-right{
    width: 60%;
}
.about-right p{
    font-size: 1.4em;
    color:#333;
}
.about-left h2{
    font-size: 25px;
    font-weight: bold;
}
.stats{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap: 20px; 
}
.stats .stat-item {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.stats .stat-item h3 {
    font-size: 52px;
    color: #333;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #6a008a, #6a008a3b);
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color:transparent;
}
.stats .stat-item p{
    letter-spacing: -0.5px;
    font-size: 20px;
}

.results {
  width: 100%;
  min-height: 100vh;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 100px 10%;
  box-sizing: border-box;
}
.results .container{
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: flex-end;
}

.results-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 0 20px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.upper-title-bar{
    width: 100%;
    max-width: 600px;
}

.upper-title-bar h3{
    font-size: 26px;
    letter-spacing: -1px;
}

.title-block-res {
  width: 100%;
  max-width: 600px;
}


.context-block-res {
  width: 100%;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: 50px;
}

.results-content h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -1.5px;
}
.results-content h2 span{
    display: inline-block;
    height: 60px;
    padding: 0 5px;
    padding-right: 10px;
    background-color: white;
    color: #270c41;
    font-weight: 600;
}

.context-block-res p{
    /*margin-top: 200px;*/
    font-size: 20px;
}

.result-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}

.result-item {
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 10px;               
    transition: all 0.4s ease;
    transform: translateX(0);
    cursor: pointer;
    
}

.result-item:hover {
    background-color: white;
    color: black;
    transform: translateX(5px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}

.result-item h3{
    font-size: 26px;
    transition: color 0.4s ease;
}

.result-item p{
    font-size: 16px;
    color: grey;
    margin-top:10px;
    font-weight: light;
    transition: color 0.4s ease;
}


.creates{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    background-color: #eeeeee ;
}

.creates-box{
    display: flex;
    width: 50%;
    min-width: fit-content;
    height: 350px;
    background-color: #270c41;
    color: white;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid rgb(20, 0, 107);
    border-radius: 50px;
    box-shadow: 7px 6px 29px 0px rgba(99,99,99,0.47);
    -webkit-box-shadow: 7px 6px 29px 0px rgba(99,99,99,0.47);
    -moz-box-shadow: 7px 6px 29px 0px rgba(99,99,99,0.47);

    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}


.creates-box h1{
    font-size: 40px;
    margin: 20px auto;
}

.creates-box p{
    font-size: 18px;
    margin: 20px auto;
}

.creates-box .btn{
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
    border: none;
    margin: 20px auto;
    cursor: pointer;
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 140px 20px;
    background-color: #f9f9f9;
}

.faq h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #111;
    text-align: center;
}

.faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 800px;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fafafa;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px 20px;
}

.faq-answer p {
    font-size: 16px;
    color: #555;
    margin: 0;
}


.footer {
    padding: 60px 10% 30px;
    font-family: 'Segoe UI', sans-serif;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}


.footer-left {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
}
.footer-logo {
    margin-bottom: 20px;
}

.footer-description {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
    max-width: 400px;
}

.footer-right {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1;
    min-width: 300px;
}

.footer-links {
    min-width: 140px;
}

.footer-links h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}


.footer-separator {
    border: none;
    border-top: 1px solid #333;
    margin: 30px 0 20px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #777;
}


div, ul , li, a { color: inherit; }