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;
  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;
  font-size: 2.5rem !important;

   }
   .mainnp{
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
   }
   #pathtext{
  margin-right: 40px !important;
  margin-bottom: 100px !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) {
  #unclobberfeatures {
    margin-left: -1.9rem;
    margin-right: 1rem;
  }
  
} */
.gradient-border {
  padding: 1em;
  border-radius: 10px;
  background-image: linear-gradient(to right, #33d6ff, white);
  border: 5px solid transparent; /* Set the border to transparent */
}