body::before {
    display: block;
    content: '';
    height: 60px;
  }

  #pathtext {
    padding: 5rem;
    margin-top: 5rem;
    border-radius: 10px;
    border-width: 5px;
    border-image: linear-gradient(to right, #33d6ff, white);
    border-image-slice: 1;}
  
  .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;
    background: linear-gradient(180deg, #041D45 0%, rgba(22, 99, 133, 0.45) 38.04%, rgba(52, 213, 237, 0.59) 100%);
  }
  .content{
    position: relative;
    z-index: 1;
  }
  .maintext{
    font-weight: 700 !important;
    font-size: 3.7rem !important;
    line-height: 4.375rem !important;
    font-family: 'Montserrat' !important;
   
  }
  .mainp{
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-family: 'Montserrat' !important;
  }
  @media screen and (max-width: 500px) {
    .maintext {
    left: 0 !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%;
     }
  }
  
  
  .cardpath{
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    /* margin: 10px 15px; */
    
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}
.card1{
    background-image: url(images/pathcard1.png);
}
.card2{
    background-image: url(images/pathcard2.png);
}
.card3{
    background-image: url(images/pathcard3.png);
}
.card4{
    background-image: url(images/pathcard4.png);
}
.cardpath:hover{
    transform: translateY(-10px);

}

#pathtext{
  align-items: center;
  justify-content: center;
  text-align: justify !important;
  font-weight: 400 !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
  font-family: 'Montserrat' !important;
  
  
}

*{
  font-family: 'Montserrat' !important;
}
#pathtext{
  font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.nav-item:hover{
  transform: scale(1.1);
  font-weight: 600 !important;
}

@media screen and (max-width: 1265px) {
  #chopper{
    display: none !important;
  }
}
 
@media (max-width: 768px) {
  /* Apply margin-x of 3 on screens smaller than or equal to 768px */
  #unclobberfeatures {
    margin-left: -1.6rem;
    margin-right: 1rem;
  }
  
}



