
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanalei+Fill&display=swap');

body{
 font-family: "Raleway", sans-serif; 
background-color:#000;
}




.fw-bold {
    color:#fff;
}

li{
    font-weight:900; 
  
   

}
.nav-link,.nav-link:hover {
    color:#fff;
}


li a{
    text-transform:uppercase;
 
}
/*banner */





.banner{
  background-image:
  linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.15)),
    url("../image/banner.jpeg"); /* note the .. */
height:100vh;
background-size: cover;                      /* makes it fill the area */
background-position: center;                 /* centers the image */
 background-repeat: no-repeat;                /* avoids tiling */
}



.banner-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
 
}


.accent{
    font-family: "Hanalei Fill", system-ui;
    font-size:2.8rem;   
    text-shadow:2px 3px #243e80;
    letter-spacing:0.4rem;
    text-align:center;
}

.banner-title{
    text-transform:uppercase;
    text-shadow: 2px 3px #000;
    font-family: "Hanalei Fill", system-ui;
}

.banner-sub-title{
    margin-top:25px;
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(252,176,69,1) 29%, rgba(253,29,29,0.6635446414894083) 84%);
   /* background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 77%, rgba(252,176,69,1) 100%);*/
   font-size:1.7rem;
    font-weight:400;
    text-transform:capitalize;
    line-height:3rem;
}
/* General styles*/



.btn{
    background-color:#d00c2b;
    padding:15px 28px;
    color:#fff;
    text-transform:uppercase;
    margin-top:25px;
}

.btn:hover{
    background-color:#3c0555;
}
.section-title,.section-title1{
    text-transform:uppercase;
    text-align:center;
    margin-top:40px;
    margin-bottom:30px;
  
}

.section-title1{
      color:#fff;
}
p{
    line-height:1.8rem;
    text-align:justify;
    font-size:17px;
}
/*about section*/

section#about{
    padding:60px;
    background-color:#fff;
}

/*our-gear*/

section#our-gear{
    background-color:#063b95;
    padding-bottom:60px;
}
   a.title-link{
        text-align:center;
        text-transform:capitalize;
        color:#3c0555;
        text-decoration:none;
        font-weight:500;
    }


section#watch{
background-color:#00001a;
color:#fff;
}



    footer p{
text-align:center;
background-color:#000;
color:#fff;
padding:10px;
text-transform:capitalize;
font-size:10px;

    }


    h5{
        text-align:center;
        text-transform:capitalize;
        margin-bottom:30px;
        font-size:1.8rem;
    }
    section#contact{
        padding:60px;
    }


h6,.contact-phone,.contact-email,.social{
    text-align:center;
}

h6{
    text-transform:uppercase;
    margin-bottom:15px;
}



/* Newsletter Card Styling */
.shq-newsletter-card {
    background-color: #000000; /* Pure black */
    color: #ffffff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.2); /* subtle red glow */
    padding: 1.5rem;
  }
  
  /* Card Title */
  .shq-newsletter-card .card-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom: 2px solid #e50914;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  /* Form Labels */
  .shq-newsletter-card .form-label {
    color: #ffffff;
    font-weight: 500;
  }
  
  /* Inputs */
  .shq-newsletter-card .form-control {
    background-color: #1a1a1a;
    border: 1px solid #4169e1;
    color: #ffffff;
    border-radius: 0.5rem;
  }
  
  .shq-newsletter-card .form-control:focus {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #e50914;
    box-shadow: 0 0 0 0.2rem rgba(229, 9, 20, 0.25);
  }
  
  /* Submit Button */
  .shq-newsletter-card .btn-subscribe {
    background-color: #e50914;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 2rem;
    transition: background-color 0.3s ease;
  }
  
  .shq-newsletter-card .btn-subscribe:hover {
    background-color: #4169e1;
    color: #ffffff;
  }

  /* Success Message Styling */
.shq-success-message {
    background-color: #1a1a1a;
    border-left: 5px solid #4169e1; /* Royal blue accent */
    color: #ffffff;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: 0 0 10px rgba(229, 9, 20, 0.2); /* Soft red glow */
    transition: all 0.3s ease;
  }
  
  /* Optional: Animated entrance */
  .shq-success-message.fade-in {
    animation: fadeInScale 0.6s ease forwards;
  }
  
  @keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  a{
    color:#fff;
    text-decoration:none;
  }

.copy{
    padding-bottom:15px;
}



  
    @media (max-width: 978px) {
        .accent {
        font-size: 2.5rem !important;
    }
        p {
            width: 100%;
            text-align: justify;
        }
    }


    @media (max-width: 768px) {
h1.accent {
        font-size: 2.1rem !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1.3rem !important;
    }
    h5 {
        font-size: 1.1rem !important;
    }
    p{
        text-align: justify;
    }
}

@media (max-width: 676px) {
    .accent {
        font-size:2rem !important;
    }
    p {
        padding: 1rem;
        text-align: justify;
        flex: text-wrap;
    }



    .banner-wrapper{
        display:none;
    }
}



@media (max-width: 576px) {

    .accent{
        font-size:1.8rem;
    }
    h2 {
        font-size: 1.6rem !important;
    }
    h3 {
        font-size: 1.4rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
    h5 {
        font-size: 1rem !important;
    }
}

  @media (max-width: 480px) {
        p {
            padding: 0;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
            text-align: justify;
        }
        .banner-sub-title{
            font-size:1.6rem;
        }
    }


/* Hero banner image styling */
.banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Banner section layout */
#banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color:#000000;
}

/* Banner content over the image */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 4px #000;
  z-index: 2;
}

/* Mobile styles */
@media (max-width: 768px) {
  .banner-image {
    height: auto;
  }

  .banner-content h1 {
    font-size: 1.4rem;
  }

  .banner-content h2 {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

nav.navbar.navbar-expand.fixed-bottom{
  justify-content: flex-end;
  padding-left: 50px;
  
}

.nav-link{
    font-weight:900;
    font-family: "Raleway", sans-serif; 
}

.navbar.fixed-bottom{ z-index:2147483647 !important; }
iframe{ position:relative; z-index:0; display:block; }
