avbar-brand/* RESET */

body {
  margin: 0;
  background: #0e0603;
 
}


/* NAVBAR */

.rune-navbar {
background: #fff;
  min-height: 167px;
  border-bottom: 9px solid #6d3d1e;


}
.navbar > .container-fluid {
  align-items: center;
}
.rune-logo img {
    display: block;
  width: 92%;
}
.rune-logo {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    
}

.navbar-nav .nav-link {
  font-family: 'Calibri', sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c1c1c;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #8d5b34;
}

.rune-socials a {
  color: #5d5d5d;
  font-size: 20px;
  transition: 0.3s;
}

.rune-socials a:hover {
  color: #8d5b34;
}


/* =========================
   HERO SECTION
========================= */

#hero {
    scroll-margin-top: 145px;
}

.hero-section {
    position: relative;

    min-height: 900px;

    background-image:

        url("images/hero_bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    
    border-bottom: 50px solid #472d1d;

    overflow: hidden;
}

/* FLEX WRAPPER */

.hero-wrapper {
    min-height: 900px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;

    padding-left: 100px;
    padding-right: 80px;
}

/* LEFT SIDE */

.hero-left {
   flex: 1;
    min-width: 0;

    z-index: 2;
}

.hero-content h1 {
    font-family: "Cinzel", serif;

    font-size: 5.8rem;
    line-height: 1.05;

    color: #f3eee7;

    margin-bottom: 35px;

    letter-spacing: -1px;
    font-weight: 400;
}

.hero-content p {
    font-size: 2rem;
    line-height: 1.45;

    color: rgba(255,255,255,0.88);

    max-width: 700px;

    margin-bottom: 45px;
}

/* BUTTON */

.rune-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Calibri";
    width: 393px;
  height: 71px;

    padding: 0 38px;

    background: #EFB12C;
    color: #111;

    border-radius: 6px;
    border: none;

    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    text-decoration: none;

    transition: all 0.25s ease;
}

.rune-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* RIGHT SIDE */

.hero-right {
    flex: 1;
    min-width: 0;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    position: relative;

    min-height: 900px;
}

/* PRODUCT BOXES */

.hero-products {
    position: relative;

    width: 100%;
    height: 100%;
}

.small_txt {
    font-size: 20px;
    padding-top: 40px;
    color: #C9A072;
    max-width: 500px;
font-style: italic;
}

/* CROSSLANDS */
#games {
    scroll-margin-top: 145px;
}
.crosslands-box {
    position: absolute;

    width: 420px;

    bottom: 70px;
    left: 80px;

    z-index: 2;

    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45));
}
.crosslands-section {
    display: flex;
}

.crosslands-left {
    width: 42%;
}

.crosslands-right {
    width: 58%;
    background-image: url(...);
}
/* HIDDEN PATH */

.hidden-box {
    position: absolute;

    width: 370px;

    bottom: 70px;
    right: 20px;

    z-index: 3;

    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45));
}

/* OPTIONAL HOVER */

.crosslands-box,
.hidden-box {
    transition: transform 0.35s ease;
}

.crosslands-box:hover,
.hidden-box:hover {
    transform: translateY(-6px);
}

/* NAVBAR FIX */

.navbar {
      position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff;
}
/* =========================
   CROSSLANDS SECTION
========================= */
.crosslands-title-mobile {
    display: none;
}

.crosslands-section {
  background: #f5f5f5;
  overflow: hidden;
  border-bottom: 50px solid #472d1d;
  min-height: 970px;
}

@media (max-width: 991px) {

  .crosslands-art {

    min-height: 420px;

    background-image: url('images/crosslands-mobile.jpg');

    background-position: center top;
  }

}
/* LEFT PANEL */


    .crosslands-left {
   
    background: #f5f5f5;
    position: relative;
    z-index: 2;

  
  padding-left: 100px;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

/* right PANEL */
.crosslands-right {
    

    background-image: url("images/crosslands_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* TITLE */

.crosslands-content h2 {
  font-family: "Cinzel", serif;
  font-size: 5.8rem;
  font-weight: 400;

  color: #111;
    line-height: 0.95;

    overflow-wrap: break-word;
    word-break: break-word;

    letter-spacing: 0.02em;
  margin-bottom: 28px;
}


/* SUBTITLE */

.crosslands-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;

  color: #111;

  margin-bottom: 46px;
}


/* DESCRIPTION */

.crosslands-content p {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 300;

  color: #2a2a2a;

  max-width: 760px;

  margin-bottom: 54px;
}


/* FEATURES */

.crosslands-features {
  display: flex;
  flex-direction: column;
  gap: 34px;

  margin-bottom: 60px;
}


.feature-item {
  display: flex;
  align-items: center;
  gap: 26px;
}


.feature-item i {
  font-size: 52px;
  color: #111;
}


.feature-item span {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111;
}


/* BUTTONS */

.crosslands-buttons {
  display: flex;
  gap: 22px;
}


.buy-btn,
.learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 72px;
  padding: 0 42px;

  text-decoration: none;

  border-radius: 4px;

  font-family: "Calibri";
  font-size: 1.4rem;
  font-weight: 600;

  transition: 0.3s ease;
}


/* BUY */

.buy-btn {
  background: #efb12c;
  color: #111;
}

.buy-btn:hover {
  background: #d79b1d;
  color: #111;
  transform: translateY(-2px);
}


/* PLAY */

.learn-btn {
  background: #070016;
  color: #fff;
}

.learn-btn:hover {
  background: #160033;
  color: #fff;
  transform: translateY(-2px);
}


/* RIGHT IMAGE */

.crosslands-art {
  height: 100%;
}


.crosslands-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* =========================
   VEIL DUEL SECTION
========================= */

.veil-duel-section {
    display: flex;

    width: 100%;
    min-height: 950px;

    overflow: hidden;

    border-bottom: 50px solid #472d1d;
}

/* =========================
   LEFT SIDE
========================= */

.veil-duel-image {
   flex: 0 0 53%;

    background-image: url("images/veil-duel-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 950px;
}

/* =========================
   RIGHT SIDE
========================= */

.veil-duel-content {
     flex: 0 0 47%;

    background: #0d0814;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 120px 90px 120px 120px;
}

/* =========================
   HEADER
========================= */

.veil-header {
    display: flex;
    align-items: center;
    gap: 24px;

    flex-wrap: wrap;

    margin-bottom: 40px;
}

.veil-header h2 {
    font-family: "Cinzel", serif;

    font-size: 5.6rem;

    font-weight: 400;
    letter-spacing: 2px;

    color: #f4f0ea;

    margin: 0;
}

.playtest-badge {
    background: #66616d;

    color: white;

    font-size: 1rem;
    letter-spacing: 1px;

    padding: 10px 24px;

    border-radius: 4px;
}

/* =========================
   DESCRIPTION
========================= */

.veil-description {
    font-size: clamp(1.2rem, 2vw, 2rem);

    line-height: 1.5;

    color: #ddd6d0;

    max-width: 700px;

    margin-bottom: 70px;
}

/* =========================
   FEATURES
========================= */

.veil-features {
    display: flex;
    flex-direction: column;

    gap: 38px;

    margin-bottom: 70px;
}

.veil-feature {
    display: flex;
    align-items: center;

    gap: 28px;
}

.veil-feature img {
    width: 48px;
    height: 48px;

    object-fit: contain;
}

.veil-feature span {
    font-size: clamp(1.2rem, 2vw, 2rem);

    letter-spacing: 1px;

    color: white;
}

/* =========================
   BUTTON
========================= */
.btn-mob  {
    display: none;
}
.veil-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;

    background: #f3b32a;
    color: black;

    text-decoration: none;
    font-family: "Calibri";
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;

    padding: 18px 90px;

    border-radius: 4px;

    transition: 0.25s ease;
}

.veil-btn:hover {
    background: #ffca55;
    color: black;
    transform: translateY(-2px);
}
/* =========================================
   VIDEOS SECTION
========================================= */
#videos {
    scroll-margin-top: 145px;
}
.videos-section {
    background: #050014;
    padding-top: 50px;
    padding-bottom: 100px;
}

.videos-container {
    width: 100%;
    max-width: 1816px;
    margin: 0 auto;
    padding: 0 80px;
}

.videos-section h2 {
    font-family: "Cinzel", serif;
    font-size: 5.4rem;
    font-weight: 400;
    color: #f5f0ea;

    margin-bottom: 40px;
}

/* GRID */

.videos-grid {
    display: flex;
    gap: 28px;
}

/* CARD */

.video-card {
    flex: 1;

    text-decoration: none;
    color: white;

    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */

.video-card img {
    width: 100%;
    display: block;

    border-radius: 16px;
}

/* TITLE */

.video-card h3 {
    margin-top: 18px;

    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.4;

    color: #ffffff;
}


/* =========================================
   NEWSLETTER SECTION
========================================= */
#news {
    scroll-margin-top: 145px;
}
.newsletter-section {
    background: 
        #472D1D;
       
    max-height: 400px;
padding-top: 100px;
padding-bottom: 350px;
   
}

.newsletter-container {
    width: 100%;
    
    
    margin: 0 auto;
    padding: 0 100px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

/* LEFT SIDE */

.newsletter-left {
   width: 100%;
}

.newsletter-left h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 400;
    line-height: 1.1;

    color: #f5f0ea;

    margin-bottom: 28px;
}

.newsletter-left p {
    font-size: 2rem;
    line-height: 1.6;

    color: #f1e7df;

    max-width: 800px;
}

/* RIGHT SIDE */

.newsletter-right {
    width: 100%;
    height: 100%;
    
display: flex;
flex-direction: column;
justify-content: center;
    padding-top: 8px;
}

/* FORM */

.newsletter-form {
    display: flex;
    gap: 18px;

    margin-bottom: 20px;
}

.newsletter-form input {
    flex: 1;

    height: 78px;

    border: none;
    outline: none;

    background: #ececec;

    padding: 0 24px;

    font-size: 1.8rem;
    color: #111;
}

.newsletter-form button {
    height: 78px;

    border: none;
border-radius: 4px;
    background: #f0b52d;
    color: #111;

    padding: 0 38px;

    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;

    cursor: pointer;

    transition: all 0.25s ease;
}

.newsletter-form button:hover {
    background: #ffca52;
    transform: translateY(-2px);
}

/* NOTE */

.newsletter-note {
    font-size: 1.5rem;
    color: #f1e7df;
    font-style: italic;
}

/* =========================================
   HIDDEN PATH Section
========================================= */
#hidden {
    scroll-margin-top: 145px;
}
 .hidden_path {
      width: 100%;
      height: 100%;
      background-color: #E7DDD1;
      display: flex;
    }

    .hidden_path h2 {
      font-family: "Cinzel", serif;
  font-size: 5.8rem;
  font-weight: 400;
  color: #111;
  line-height: 0.95;
  overflow-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  text-transform: uppercase;
    }

    .hidden_path h3 {
      font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 46px;
    }

    .hidden_path p {
      font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 300;
  color: #2a2a2a;
  max-width: 760px;
  margin-bottom: 54px;
    }
.hidden-left{
  width: 38%;
  height: 100%;
  padding-left: 100px;
  padding-top: 90px;
  padding-bottom: 50px;
}

.hidden-right {
   display: flex;
  align-items: flex-end;
  width:62%;
}
.hidden-right img {
    width: 99%;
}
.download-btn {
display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 0 42px;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Calibri";
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.3s ease;
  background: #ecebe8;
  color: #111;
  max-width: 485px;
}

.download-btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* =========================================
   CONTACT SECTION
========================================= */
#contact {
    scroll-margin-top: 145px;
}

.contact {
    position: relative;

    width: 100%;
    min-height: 900px;

    background-image: url("images/contact_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

/* DARK OVERLAY */

.contact-overlay {
    position: absolute;
    inset: 0;

    background: rgba(20, 8, 3, 0.23);
}

/* WRAPPER */

.contact-wrapper {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 2126px;

    margin: 0 auto;
    padding: 120px 120px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
}

/* LEFT */

.contact-left {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.contact-left h2 {
font-family: "Cinzel", serif;
  font-size: 5.8rem;
  font-weight: 400;

  line-height: 0.95;
  overflow-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  text-transform: uppercase;
    color: #f3eee8;
}

/* FORM BOX */

.contact-form-box {
    width: 100%;
    max-width: 942px;

    background: #ecece9;

    padding: 48px;

    position: relative;
}



/* TITLE */

.contact-form-box h3 {
    font-size: 3rem;
    font-weight: 700;

    color: #000;

    margin-bottom: 42px;
}
.contact-left p {
font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 300;
  color: #2a2a2a;
  max-width: 760px;
  margin-bottom: 54px;

    color: rgba(255,255,255,0.88);
}

/* ABOUT LINKS */

.about-links {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 20px;

    flex-wrap: wrap;
}

.about-links a {
    position: relative;

    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;

    color: rgba(255,255,255,0.85);

    text-decoration: none;

    transition: 0.3s ease;
}

/* separator */

.about-links a:not(:last-child)::after {
    content: "/";

    margin-left: 18px;

    color: rgba(255,255,255,0.35);
}

/* hover */

.about-links a:hover {
    color: #f0b52d;
}
/* FORM */

.contact-form-box form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ROW */

.contact-row {
    display: flex;
    gap: 20px;
}

/* FIELD */

.contact-field {
    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-field label {
    font-size: 1.6rem;
    font-weight: 600;

    color: #000;
}

/* INPUTS */

.contact-field input,
.contact-field textarea {
    width: 100%;

    border: none;
    outline: none;

    background: #d9d9d4;

    padding: 18px 20px;

    font-size: 1.6rem;

    color: #000;
}

.contact-field textarea {
    height: 180px;
    resize: none;
}



/* BUTTON */

.contact-form-box button {
display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 0 42px;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Calibri";
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.3s ease;
      border: none;
    outline: none;

    color: rgb(0, 0, 0);

  background: #efb12c;

 max-width: 375px;

    cursor: pointer;
}

.contact-form-box button:hover {
    transform: translateY(-2px);
}

/* =========================================
   FOOTER SECTION
========================================= */

  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 295px;
    background-color: #160f0b;
  }
.small_txt2 {
    font-size: 14px;
    padding-top: 10px;
    color: #afafaf;
    max-width: 500px;
font-style: italic;
text-align: center;
}
 
