@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
    font-family: "Marcellus", serif !important;
    background-color: #000000 !important;
}

.blurred {
    backdrop-filter: blur(5px);
}

/* banner */

.banner {
    height: 112vh;
    background: url("../img/start.png") no-repeat top center/cover;
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.inner-banner {
  z-index: 2;
  max-width: 900px;
}

.animated-heading {
  font-family: "Marcellus", serif !important;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 12px;
  display: flex;
  gap: 4.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.animated-heading span {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeSlideIn 1.5s ease-out forwards;
  animation-delay: var(--delay);
  /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); */
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner-txt p {
  line-height: 31px;
  color: #fff;
  font-weight: 300;
  font-family: Marcellus, serif !important;
  font-size: 15px;
}

.banner-btn a {
  background-color: rgba(255, 255, 255, 0.09) !important;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 55px;
  border: none;
  font-family: "Marcellus", serif;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 16px 15px 3px rgb(185 174 174 / 49%),
    0px -16px 15px 3px rgb(185 174 174 / 49%),
    16px 0px 15px 3px rgb(185 174 174 / 49%),
    -16px 0px 15px 3px rgb(185 174 174 / 49%);
}

.banner-btn a:hover {
  background: #ffcc00;
  color: #000;
}

/* .banner_zigzag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
} */

.header nav {
  padding: 0px;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}

.navbar-nav.ms-auto .nav-link {
  color: #ffff !important;
  padding-left: 60px !important;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Marcellus, serif !important;
}

/* .header .nav-link {
    color: #fff !important;
} */

/* latest-artical */

.latest-articals {
  background-image: url("../img/latest.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

/* .article-card {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}

.article-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
} */

.article-meta {
  font-size: 20px;
  margin-top: 10px;
  text-align: start;
  color: #fff;
  font-family: Marcellus, serif !important;
}

h2.section-heading {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 24px;
  font-family: Marcellus, serif !important;
  margin-bottom: 1rem;
}

.article-text {
  font-size: 16px;
  color: #ddd;
  text-align: start;
  font-family: Marcellus, serif !important;
  line-height: 27px;
  width: 100%;
  max-width: 80%;
}

.card-content {
  padding-left: 37px;
  padding-right: 37px;
}

h3.article-title {
  text-align: start;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #fbb03b;
  font-family: Marcellus, serif !important;
}

.latest-articals .container {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.Community {
  background: url("../img/sagas-img.png") no-repeat center center/cover;
  padding: 67px 0px 266px;
  color: #fff;
  /* position: relative; */
  /* top: -4px; */
}

.Community-heading p {
  font-size: 20px;
  font-weight: 400;
  /* max-width: 700px; */
  margin: 0 auto;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  font-family: Marcellus, serif !important;
}

.Community-img.mb-4 img {
  width: 100%;
  max-width: 10%;
  margin-bottom: 2rem;
}

h2.section-title.mb-4 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 11px;
  font-family: Marcellus, serif !important;
  padding-bottom: 24px;
}

/* footer */

.site-footer {
  background: url("../img/sagsss.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Marcellus", serif;
}

.site-footer h5 {
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 24.306px;
  font-family: "Marcellus", serif;
  line-height: 1.124;
}

.site-footer p {
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
  color: #fff;
  font-family: "Marcellus", serif;
}

.footer-links ul {
  list-style: none;
  padding-left: 10px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  line-height: 36px;
  font-family: "Marcellus", serif;
}

.footer-links ul li a:hover {
  color: #fff;
}

.social-icons a {
  color: #ccc;
  margin-right: 15px;
  font-size: 18px;
  transition: color 0.3s;
  font-family: "Marcellus", serif;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom p {
  font-size: 15px;
  line-height: 24px;
  font-family: lato;
  font-weight: 400;
  color: #fff;
}

.col-md-6.footer-logo p {
  width: 100%;
  max-width: 67%;
}

a.btn.btn-primary svg {
  width: 100%;
  max-width: 30px;
  margin-right: 4px;
  position: relative;
  top: 0px;
}

.Community a.btn.btn-primary {
  padding: 9px 34px;
  text-transform: capitalize;
  font-family: "Marcellus", serif;
}

a.btn.btn-primary:hover {
  background: #f7bf2b !important;
  color: #ffff;
}

@media (max-width: 767px) {
  h1.animated-heading {
    gap: 1rem;
    font-size: 47px;
  }


  .play-btn{
    transform: translate(-50%, -97%) !important;
  }


  .video-title.text-white.mt-2 {
    margin-top: 17px !important;
}


  .zigzag-img {
    width: 100%;
    max-width: 85% !important;
    margin: 0 auto !important;
}

  .saga-track2 .saga-item {
    height: auto !important;
 }


 .banner_zigzag img {
    width: 100% !important;
    max-width: 87% !important;
}

 .saga-track1 .saga-item{
   height: auto !important;
 }

  .latest-articals{
    background-position: 72% 70%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
  }


  section.video-slider-section ul.slick-dots {
    bottom: -36px !important;
}

  .article-text{
     max-width: 100%;
  }

  .banner_zigzag.mt-4 {
    width: 100%;
    max-width: 80%;
    margin: 31px auto;
}

.banner_zigzag.mt-1.mb-5 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}


.feature-content p{
    font-size: 12px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 21px !important;
}

h3.feature-title {
    font-size: 21px !important;
}

section#feature .col-md-6.col-lg-4 {
    width: 50%;
}

.feature-content {
    text-align: center !important;
}


.feature-header{
  float: none !important;
}

.col-md-6.col-lg-4.mb-5{
  margin-top: 0rem !important;
}

.features-section{
  height: 170vh !important;
}

  section.features-section h2{
    font-size: 1.8rem !important;
    text-align: center;
  }


  section.shop-section{
    background-position: center;
  }

  section.explore-sagas h2{
    font-size: 2rem !important;
  }

  section.shop-section:before{
    height: 18% !important;
  }


  .features-section{
    padding: 30px 0 36px !important;
  }


  .video-heading{
    position: relative !important;
    top: 0px !important;
    max-width: 100% !important;
    left: auto !important;
    transform: translateX(0%) !important;
  }

  a.navbar-brand img {
    width: 100%;
    max-width: 108px;
  }

  .card-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  h2.section-heading {
    font-size: 26px;
    letter-spacing: 11px;
  }

  h2.section-title.mb-4 {
    font-size: 31px;
    letter-spacing: 2px;
    margin-bottom: 15px !important;
  }

  .col-md-6.footer-logo p {
    width: 100%;
    max-width: 100%;
  }

  .Community-img.mb-4 img {
    width: 100%;
    max-width: 34%;
    margin-bottom: 2rem;
  }

  .site-footer h5 {
    margin-top: 32px;
    margin-bottom: 13px;
  }
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100vh;
  background-color: #ffffff;
  color: white;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1050;
}

.offcanvas-menu.open {
  left: 0;
}

.offcanvas-menu .nav-link {
  display: block;
  padding: 10px 0;
  color: #000000;
  border-bottom: 1px solid #333;
}

.offcanvas-menu .close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: #000 !important;
}

button#mobileToggle {
  color: #fff !important;
  background: #fff;
  outline: none;
  border: none;
  padding: 4px 6px;
}

.navbar-toggler-icon {
  width: 1.2em !important;
  height: 1.2em !important;
}

.col-md-4.mb-4 {
  padding: 0px;
}

.latest-articals:before {
  content: "";
  position: absolute;
  background: #000000fa;
  width: 100%;
  bottom: 0px;
  height: 100%;
  z-index: -1;
}

/* video */

.video-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 24px; /* add spacing between slides */
}

.video-slide img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  border: none;
  border-radius: 50%;
  color: white;
  padding: 20px;
  cursor: pointer;
  background: transparent;
}

section.video-slider-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: black;
}

.video-heading {
  margin-bottom: 70px;
}

.video-heading h2 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 24px;
  font-family: Marcellus, serif !important;
  margin-bottom: 1rem;
}

section.video-slider-section .slick-dots li.slick-active button:before {
  color: black;
  background-color: #fbb03b;
  border: 2px solid #fbb03b;
  width: 14px;
  height: 14px;
  line-height: 16px;
  border-radius: 30px;
}

section.video-slider-section ul.slick-dots {
  bottom: 30px;
}

section.video-slider-section .slick-dots li button {
  border: 2px solid rgb(255, 255, 255);
  width: 10px;
  height: 10px;
  border-radius: 30px;
  line-height: 16px;
}

section.video-slider-section .slick-dots li button:before {
  content: "" !important;
}

button.play-btn img {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

/* explore */

.explore-sagas {
  background: url("../img/explores.png") no-repeat center center;
  padding: 61px 0;
  overflow: hidden;
}

.explore-sagas h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 1px;
}

.sagas-row {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.saga-track {
  display: flex;
  gap: 20px;
  animation: scrollLeft 40s linear infinite;
}

.saga-item {
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  position: relative;
  /* overflow: hidden; */
}

.saga-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 0px !important;
}

/* .saga-item:hover img {
  transform: scale(1.1);
} */

.overlay-text {
  position: absolute;
  bottom: 41%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  color: white;
  padding: 8px;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s ease-in-out;
  text-align: center;
  transform: scale(1.2, 0.8);
  text-shadow: 0 0 2px #fff, 0 0 14px #fff, 0 0 33px #fff, 0 0 55px #fff,
    0 0 87px #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.26, 0.99),
    opacity 0.4s cubic-bezier(0.6, 0, 0.26, 0.99),
    text-shadow 0.25s cubic-bezier(0.6, 0, 0.26, 0.99) 0.15s;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.26, 0.99),
    opacity 0.4s cubic-bezier(0.6, 0, 0.26, 0.99),
    text-shadow 0.25s cubic-bezier(0.6, 0, 0.26, 0.99) 0.15s;
  font-size: 33px;
  font-family: 'Marcellus', serif;
}

.saga-item:hover .overlay-text {
  opacity: 1;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0%);
  }
}

.saga-item.two-items {
  display: flex;
  margin: 0px;
  justify-content: space-around;
}

.saga-item {
  margin: auto 7px;
}

.sagas-slider .slick-slide {
  padding: 0 10px; /* space left and right */
  box-sizing: border-box;
}

.sagas-slider {
  margin: 0 -10px; /* negate padding to align container edges */
}

.saga-track1.slick-slider {
  direction: rtl !important;
}

.saga-track1 .saga-item {
  height: 380px;
}

.saga-track2 .saga-item {
  height: 400px;
}

section.explore-sagas h2 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 24px;
  font-family: Marcellus, serif !important;
}

/* ---featured---- */

.features-section {
  background-color: #000;
  background-image: url("../img/skills.png"); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  /* padding: 30px 0 183px; */
  height: 139vh;
}

section.features-section h2 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 24px;
  font-family: Marcellus, serif !important;
  text-align: center;
  margin-bottom: 2rem;
}

.feature-card {
  padding: 16px 10px;
  background-image: url("../img/shadow-img.png"); /* Replace with your image URL */
  background-size: cover;
  height: 100%;
  /* border: 1px solid #333; */
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 22px;
}

.feature-card:hover {
  transform: translateY(-10px);
}

h3.feature-title {
  font-size: 26px;
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  font-family: Marcellus, serif !important;
  margin-bottom: 0px;
}

.feature-content {
  text-align: start;
  overflow: hidden;
}

.feature-header {
  float: left;
  padding-right: 17px;
  margin-top: 8px;
}

.feature-icon img {
  width: 100%;
  max-width: 40px;
  position: relative;
  left: 11px;
}

.feature-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  font-family: Marcellus, serif !important;
}

/* ---shop---- */

.shop-section {
  background-image: url("../img/shop.png"); /* Replace with your image URL */
  color: #fff;
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  /* border-top: 1px solid #222; */
  /* border-bottom: 1px solid #222; */
  background-size: cover;
  background-repeat: no-repeat;
}

section.shop-section h2.section-title {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 24px;
    font-family: Marcellus, serif !important;
    text-align: center;
    margin-bottom: 1rem;
}


.shop-media img {
    width: 100%;
    max-width: 100%;
    margin: 19px auto;
    height: 287px;
}

.shop-card {
    border-radius: 22px;
    /* background-color: rgba(0, 0, 0, 0.22); */
    background-image: url("../img/cards.png"); /* Replace with your image URL */
    padding: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.shop-slider {
  position: relative;
  z-index: 2;
}

/* Add gap between slides */
.shop-slider .slick-slide {
  margin: 0 15px; /* This creates the gap */
}

/* Remove margin from first and last items */
.shop-slider .slick-list {
  margin: 0 -15px;
}


.shop-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.shop-footer button {
    outline: none;
    padding: 0px 4px;
    background: none;
    border: none;
    font-size: 21px;
    color: #fbb03b;
}


span.shop-price {color: #fbb03b;line-height: 1.303;text-align: left;font-family: 'Marcellus', serif;font-weight: 400;font-size: 33px;}


.video-iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
}


.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



section.shop-section {
    position: relative;
}


section.shop-section:before{
  content:"";
  position:absolute;
  background: #000000;
  height: 9%;
  width: 100%;
  bottom: 0px;
  z-index: -1;
}


section.shop-section ul.slick-dots {
    bottom: -60px;
}

section.shop-section ul.slick-dots button{
   border:1px solid white;
   width:13px;
   height:13px;
   border-radius:30px;
}

section.shop-section .slick-dots li button:before{
    content: "";
}


section.shop-section li.slick-active{
  background-color: #f7bf2b;
  width: 15px;
    height: 15px;
    border-radius: 20px;
}



.navbar-nav.ms-auto .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* optional, gives space for the underline */
  color: white; /* adjust as needed */
}

.navbar-nav.ms-auto .nav-link::before {
  content: "";
  position: absolute;
  bottom: 17px;
  width: 50%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-nav.ms-auto .nav-link:hover::before {
  transform: scaleX(1);
}


section.features-section .col-md-12 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.two-items.slick-slide {
    display: flex;
    justify-content: center;
}


.banner.about-banner {
    background-image: url("../img/uosagas_2-1.png"); /* Replace with your image URL */
}


div#about-articals img {
    height: 75vh;
}


li.slick-active button {
    border: none !important;
}


.about-latest{
   background-image: url("../img/Demonisland4.png"); /* Replace with your image URL */
}


/* Optional: Prevent flickering until Slick initializes */
.slider-wrapper {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible !important;
}


/* Arrow positioning */
.video-slider .slick-prev {
    left: 12%;
    z-index: 1;
}

.video-slider .slick-next {
    right: 13%;
    z-index: 1;
}

/* Remove default Slick arrow content */
.video-slider .slick-prev:before,
.video-slider .slick-next:before {
    display: none;
}

/* Custom SVG icon inside arrows */
.video-slider .slick-prev svg,
.video-slider .slick-next svg {
    width: 40px;
    height: 40px;
    background: #505050cf;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
}

/* Adjust margin for video title */
.video-title.text-white.mt-2 {
    margin-top: 56px !important;
}


.play-btn:focus {
  outline: none;
}



.slick-track {
  will-change: transform;
  /* transition: transform 0.3s linear !important; */
}

/* Getting Started Section */
.getting-started-section {
    background: #000000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.getting-started-section .container {
    position: relative;
    z-index: 2;
}

.getting-started-section h2.section-title {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 24px;
    font-family: Marcellus, serif !important;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}

.getting-started-card {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #fbb03b;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.getting-started-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(251, 176, 59, 0.3);
}

.getting-started-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(251, 176, 59, 0.1) 50%, transparent 70%);
    z-index: 1;
}

.step-header {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.step-number {
    font-size: 48px;
    font-weight: bold;
    color: #fbb03b;
    margin-bottom: 10px;
    font-family: 'Marcellus', serif;
}

.step-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-content p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.step-btn {
    background-color: rgba(255, 255, 255, 0.09) !important;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 55px;
    border: none !important;
    outline: none !important;
    font-family: "Marcellus", serif;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 16px 15px 3px rgb(185 174 174 / 49%),
        0px -16px 15px 3px rgb(185 174 174 / 49%),
        16px 0px 15px 3px rgb(185 174 174 / 49%),
        -16px 0px 15px 3px rgb(185 174 174 / 49%);
    display: inline-block;
}

.step-btn:hover {
    background: #ffcc00 !important;
    color: #000;
    border: none !important;
    outline: none !important;
}

.step-btn:disabled {
    background: #666 !important;
    color: #999;
    cursor: not-allowed;
    box-shadow: none;
    border: none !important;
    outline: none !important;
}

.step-btn:disabled:hover {
    transform: none;
    background: #666 !important;
    color: #999;
    border: none !important;
    outline: none !important;
}