.text-white.uppercase.fw-700
{
    font-size: 3rem;
    text-transform: math-auto;
    font-weight:700;
    padding-bottom: 20px;
}


 /* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0E0E0E; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E17724; 
  border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9A5724; 
}

.fw600{
    font-weight:600;
}
.fw700{
    font-weight:700;
}
  body{
      overflow-x:hidden;
      background:#460A23;
      color:#ffffff;
      font-family: "Montserrat", sans-serif;
  }
   
  .logosize{
      width:150px;
  }
.menu-expanded {
  background: #460A23;
  max-width: 0px;
  width: 0px;
  opacity: 0;
  height:100vh;
  display: flex;
  align-items:center;
  justify-content: left;
  transition:  0.7s ;
  overflow: hidden;
  position:fixed;
  left:0;
  top:0;
  z-index:99990;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 0px 2.6px;
}

.menu-expanded ul {
  position:absolute;
  /*margin-left: 16%;*/
  list-style: none;
  font-size: 24px;
  line-height: 2em; 
  transition:  1s ;
  opacity: 1;
  color:#560A22;
  padding:0;
  margin-top:100px;
}
.menu-expanded ul li a{
    color:#ffffff;
    font-weight: 600;
    font-size: 28px;
    transition: 0.3s;
}
.menu-expanded ul li
{
   margin-bottom:10px; 
}

.menu-expanded ul li a:hover
{
    color:#E17724;
}
a {
  text-decoration: none;
  color: #000;
}
.uppercase{
    text-transform:uppercase;
}

.hamburguer-menu {
        width: 52px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    position: absolute;
    right: 45px;
    cursor:pointer;
    border-radius: 50%;
    background: #2D011A;
}

.line {
    display: block;
    width: 30px;
    background: linear-gradient(90deg, #e88024, #d36426);
    height: 3px;
    border-radius: 50px;
    margin: 3px 8px;
    transition: all 0.4s 
ease;
    z-index: 1;
}


.change .first-line {
  transform: rotate(45deg) translate(0px, 0px);
  margin-top: 15px;
}

.change .second-line {
  transform: rotate(-45deg) translate(10px, -10px);
}
.third-line
{
        transition: all 0.4s 
ease;
}
.change .third-line {
  display:none;
      transition: all 0.4s 
ease;
}
.expand {
    max-width: 20%;
    width: 100%;
    opacity: 1;
    z-index:99990;
    
}
.naw{
    z-index:99999; 
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    
}
/* white background on scroll */
.naw.scrolled {
  background: #000000!important;
  transition:0.4s ease-in;
  z-index:99999; 
}

.relative{
    position:relative;
}



/* From Uiverse.io by niat786 */ 
.btn, .ctabuttons {
text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
    color: #000;
    height: 28px;
    font-size: 0.8rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background: linear-gradient(90deg, #e88024, #d36426);
    border: 0 solid;
    overflow: hidden;
    align-content: center;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem;
}

.btn, .ctabuttons:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  padding-right: 30px;
  padding-left: 30px;
}

.logosize {
    /*background: #ffffffa6;*/
    /*padding: 15px;*/
    /*border-radius: 10px;*/
    width: 170px;
}


.hero_content_section
{
    bottom: 0px;
    position:absolute; 
    left:0;
}


 
 h1,h2,h3,h4,h5,h6{
       font-family: "Montserrat", sans-serif;
       color:#ffffff;
 }