*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
#smooth-wrapper {
  font-family: 'Unbounded', sans-serif;
}
html {
  scroll-behavior: smooth;
}

.pin-spacer {
  pointer-events: none;
}

:root {
  --f-5-min: 30;
	--f-5-max: 120;
	--step-5: calc(
		((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) *
			var(--fluid-bp));
}

html {
  background: #fff;
}

html,
body {
  margin: 0;
  padding: 0 !important;

  font-family: "all-round-gothic", sans-serif;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  @apply bg-white text-black;

  line-height: 1.4;
  letter-spacing: 0.6px;
}
h1,h2,h3,h4{
    font-family: "all-round-gothic", sans-serif;
font-weight: 700;
letter-spacing: 7%;
line-height: normal;
text-transform: uppercase;

}
.container{
    max-width: 1250px;
}
h2{
    font-size: 65px;
}
h3{
    font-size: 40px;
    font-weight: 700;
    @media (max-width:767px) {
        font-size: 24px;
    }
}
p,li{
    font-size: 18px;
    font-family: "all-round-gothic", sans-serif;
font-weight: 400;
}
li{
text-transform: uppercase;
font-weight: 600;
}
.ssvm-h1{
    font-size: 65px;
    line-height: normal;
    @media (max-width:767px) {
        font-size: 30px;
    }
}


.clip-path{
    clip-path: polygon(60% 0, 60% 28%, 100% 28%, 100% 100%, 0 100%, 0 0);
}

.clip-path2{
    clip-path: polygon(28% 28%, 28% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
}
@media (max-width:767px) {
    .clip-path{
        clip-path: polygon(22% 0, 22% 35%, 100% 35%, 100% 100%, 0 100%, 0 0);
    }
    
    .clip-path2{
        clip-path: polygon(68% 33%, 68% 0, 100% 0, 100% 100%, 0 100%, 0 33%);
    }
}
span.text-stroke{
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

span.text-stroke-black{
  color: rgb(0, 0, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}













.scroll-main {
  display: flex;
  width: 400%;
  flex-wrap: nowrap;
}

.single-section {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-color: #ccc;
  padding: 40px;
}

.bg-red {
  background-color: #db3e3e;
}
.bg-blue {
  background-color: blue;
}

.bg-green {
  background-color: green;
}


.bg-orange {
  background-color: orange;
}
.box {
  width: 250px;
  height: 500px;
  margin: 0 0 10px 0;
  background-color: rebeccapurple;
}
.overflow-hidden {
  overflow: hidden;
}







.bg2{
 background-image: url(images/background2.png);
   background-size: cover;
   background-position: center;
   color: white;
   text-align: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 2;
    position: relative;
}
.bg3{
 background-image: url(images/aibg.png);
   background-size: cover;
   background-position: center;
   color: white;
   text-align: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 2;
    position: relative;
}


.text-bg {
    font-family: "Albert Sans";
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
	background-color: black;
	padding: .2em .5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	border-radius: 100vmin;
	color: white
}

.scroll-img-w-text {
  position: relative;
  aspect-ratio: 2560/2880;
  overflow-x: hidden;
}

.scroll-img-w-text .zoomer .img-container {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  transform: scale(.6);
}

.scroll-img-w-text .zoomer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.scroll-img-w-text .zoomer .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  aspect-ratio: 2560/1226;
  overflow: hidden;
  z-index: -1;
}

.scroll-img-w-text .zoomer .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

.scroll-img-w-text .zoomer .text-container {
  margin-left: var(--grid-padding);
  padding-bottom: var(--grid-padding);
  width: 100%;
}


/* sec 1 */
.spacer {
    height: 100vh;
  }
  
  .background-text {
    margin-top: 150px;
    transition: 1s ease-in-out all;
    text-align: center;
    list-style: none;
    background: #f5f5f5;
  }
  
  .background-text__item {
    font-family: "Orbitron";
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 120px;
    text-transform: uppercase;
    color: wheat;
    text-align: center;
    background: transparent;
    z-index: -1111;
  }


  .text1, .text2, .text3 {
    position: relative; /* Ensure they can move */
    transition: transform 0.3s ease; /* Optional for smoothness */
}
nav{
  z-index: 1000 !important;
}
.card{
    height: 300px;
    width: 300px;
}
.card1{
    background-image: url(images/humanityai.png);
    background-size: cover;
    background-position: center;
}
.single-section {
    flex: 0 0 100vw; /* Make each section 100% of the viewport width */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}
.card {
    width: 200px;
    height: 300px;
    background-color: lightcoral;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(0.8); /* Default smaller scale */
    transition: transform 0.3s ease;
}

.gradient-blue{
  background: #F4C27D;
background: linear-gradient(180deg,rgba(244, 194, 125, 1) 0%, rgba(222, 108, 110, 1) 50%, rgba(17, 16, 82, 1) 100%);
}

.countdown{
  border: 2px solid #FFB700;
  border-radius: 10px;
  padding: 30px 50px;
  background-color: #D9D9D954;
  li{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      font-weight: 400;
      span{
        border: 2px solid #EA3B31;
        background: #fff;
        color: #000;
        padding: 10px;
        border-radius: 10px;
        width: 100px;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
      }
  }
}
.emoji{
  display: none;
}


.marquee {
  position: relative;
  width: 120%;
  max-width: 120%;
  height: 100px;
  padding: 10px;
  overflow: hidden;
  transform: rotate(-5deg);
  margin-top:   100px;
  margin-bottom: 100px;
  background: linear-gradient(90deg,rgba(234, 57, 49, 1) 0%, rgba(250, 210, 8, 1) 100%);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: bold;
}

@keyframes marquee {
  from { transform: translateX(10%); }
  to { transform: translateX(-50%); }
}


@media (max-width:767px) {
  .countdown{
    margin: 10px;
    padding: 10px;
    font-size: 20px;
    li{
      gap: 0px;
      span{
        font-size: 25px;
        width: 65px;
      }
    }
  }
  .marquee {
    height: 60px;
  }
  .track {
    font-size: 30px;
  }
}

/* .text-stroke {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.247);
} */