.navbar-brand{
color:white;
}
    /* Show toggle icon only on medium and smaller screens */
    @media (max-width: 992px) {
      .navbar-toggler {
        display: block; /* Display toggle icon */
      }
    }

@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
}


@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('../fonts/OPTIMA_Italic.woff') format('woff');
}


@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('../fonts/OPTIMA Medium.woff') format('woff');
}


@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
}

* {
    font-family: OPTIMA;
}

body{
    padding: 0;
    margin: 1px;
    overflow-x:hidden;
}

p{
    font-family: 'Optima';
    font-size: 12px;

}

.navbar {
    background-color: transparent !important;
    /* Important to override Bootstrap styles */
    position: fixed;
    z-index: 6;
}

.navbar.scrolled {
    background-color: #333;
    margin-top: 20px; /* Adjust margin as needed */

    /* Background color on scroll */
}

.navbar.scrolled .navbar-brand,
.navbar.scrolled .navbar-nav .nav-link {
    color: white;
    /* Text color on scroll */
}
.nav2{

padding: 10px 50px;
}

.nav2 .nav-item {
    padding: 7px 12px;
    border: 1px solid transparent;
    transition: border 0.5s ease; /* Transition property for background-color */


}

.nav2 .nav-item:hover {
    border: 1px solid white;
}

.navbar-nav {
    color: white;
    /* Change color of brand text */
}

.nav-item .nav-link {
    color: white !important;
    /* Change color of nav links */
}

.nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
    /* Change color of nav links on hover */
}


.content-nav {
    background-repeat: no-repeat !important;
    background-image: linear-gradient(405deg,rgba(0,0,0,1) 12%,rgba(114,0,0,1) 100%) !important;
    background-origin: border-box !important;
    width: auto;
    height: auto;

}

.gold {
    color: rgb(143, 105, 77) !important;
    font-size: 75px;
        text-transform: uppercase !important;


}

.bio h1 {
    font-size: 75px;


}

.bio .bio-title {
    color: #7f645c;
    text-transform: uppercase !important;

}

.bio {
    color: white;
    padding: 15px;


}

.bio-row {

    margin-left: 15%;
}

.bio button , .my-button{

    padding: 12px 25px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.bio button:hover ,.my-button:hover {
    color: #855d44;
    background-color: #3c0000;
    border: 2px solid white;

}

.img-bio img {
    width: -webkit-fill-available;
    margin: 3em;
    margin-top: -6em;
    border: 2px solid white;

}


/* Style for the video background wrapper */
.video-bg-wrapper {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    top: -214px;
}

/* Style for the video */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the video covers the entire wrapper */
    z-index: 2;
    /* Put the video behind other content */
}

/* Other content styles */
.content {
    position: relative;
    z-index: 1;
    /* Ensure content is above the video */
    color: white;
    text-align: center;
    padding: 20px;
}

.div-nx-video {
    position: relative;

    z-index: 1;

}


.navbar-default {
    transition: 500ms ease;
    background: transparent;
}

.navbar-default.scrolled {
    background: rgba(0, 0, 0, .4) !important;
    opacity: 0.9;
}

.navbar-toggler-icon {
    color: rgb(143, 105, 77) !important; /* Change to your desired color */
  }
  footer{

  }
  footer{
    background-repeat: no-repeat !important;
    background-image: linear-gradient(405deg, #000 12%, #720000 100%) !important;
    background-origin: border-box !important;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    color: white;

    justify-content: center;
    padding: 70px;
}
  }

  .su-fo{
  margin:120px 0px;
  }

  .icons{
    list-style: none;
    padding: 0;
  }
  .icons li{
    display: inline-block; /* Display list items horizontally */
    margin-right: 10px; /* Add spacing between list items */
    margin-top: 17px;
  }
  .icons li a {
    color: white !important; /* Set link text color */
    text-decoration: none; /* Remove underline */
    height: 50px;
  }

   .icons li a  span{
       position: relative;

   }




  .nav-footer{
  display:contents
  }

  .nav-footer ul {
  display:inline
  }


.submenu {
  display: none !important;
  color:rgb(143, 105, 77) !important;
}

.submenu.active {
  display: block !important;
}
.submenu a{
padding: 3px;
}


a{
    text-decoration: none; /* Remove underline */
}





.center{
text-align:center;
}

.info{

    height: 500px;
    width: -webkit-fill-available;
    background-size: cover;
    margin: 20px 0;
}

.item{
background-color: rgb(149 119 98 / 87%);
    color: white;
    text-align: center;
    position: relative;
    top: 60%;
    padding: 8px;


}
.info:hover{

    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);

}


.img-fluid {
    max-width: 100%;
    height: 100vh;
}

.navbar-toggler-icon {
    background-image: none;

  }
  .navbar-toggler-icon::before {
    font-family: FontAwesome;
    content: "\f0c9"; /* fa-bars, fa-navicon */
  }
  .navbar-toggler{

    padding: 0;
    border: 0;
  }

/* xs */
@media (max-width: 575.98px) {
    .div-nx-video ,.content-nav{
        position: relative;
        overflow: hidden;
    }
    .bio .bio-title {
        font-size: 1rem;
    }
    .bio {

        margin-top: 5rem;
    }
    .gold {
        font-size: 2rem;
    }
    .bio h1 {
        font-size: 2rem;
    }


    .video-bg-wrapper ,.video-bg{
        all: revert;

    }
    .video-bg{
        /* width:  100vw; */
    }
    div#carouselExampleIndicators {
        height: 100vh;
    }
    .div-nx-video {
        position: static;
        z-index: 1;
    }
    .nav2  {
        background-color: #420101 !important;
    }

    .navbar-toggler-icon {
        fill: white;
    }
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-bio img{
    margin: 0;
    margin-top: 0;
}

.video-bg-wrapper {

    top: 0;
}
  .gold ,.bio h1 { font-size: 2em !important;}
.gold  {
    color: rgb(143, 105, 77) !important;
    text-transform: uppercase !important;


}

.bio{
    margin-top: 5em;
}


}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

    .img-fluid {
        all: revert;
        width: 100%;
    }
    .bio{
        margin-top: 7em;
    }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* CSS rules specific to large screens */
}

/* xl */
@media (min-width: 1200px) {
  /* CSS rules specific to extra large screens */
}




.dropdown-menu{
    right: 10%;
}