body::before {
    display: block;
    content: '';
    height: 60px;
  }
  
  .banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    
    align-items: center;
  }
  .banner video{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  .content{
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 500px) {
    .maintext {
    left: 0 !important;
    font-size: 2.4rem !important;
     }
    
  }
 
  @media screen and (max-width: 920px) {
    #margimage {
     display: none;
     }
  }
  
  @media screen and (max-width: 920px) {
    #margbottom {
     margin-top: 375px;
     z-index: 0;
     }
  }

  .productcontent{
    font-weight: 400 !important;
    
    font-size: 1.25rem !important;
    line-height: 1.4675rem !important;
    
    color: #1A375F !important;
    text-align: start !important;
  }
 
  #btmhead{
    font-weight: 800 !important;
   
    font-size: 1.75rem !important;
    line-height: 2.625rem !important;

  }
  #btmbody{
    
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    line-height: 2.0625rem !important;
  }
  #btmbutton{
    
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1rem !important;
    
  }
  .nav-item{
    
    font-weight: 400 !important;
    font-size: 0.9375rem !important;
    line-height: 1.125rem !important;
  }
  

  .footerhead{
    font-weight: 700 !important;
    line-height: 1.625rem !important;
    font-size: 1.125rem !important;
    
  }
  .footercontent{
    font-weight: 400 !important;
    font-size: 0.87rem !important;
    line-height: 1.27rem !important;
  }
  *{
    font-family: 'Montserrat' !important;
  }
  @media screen and (max-width: 830px) {
    .Unleash {
      padding: 2%;
     }
  }
  .nav-item:hover{
    transform: scale(1.1);
    font-weight: 600 !important;
  }
  
  

 