@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


html,body{

  width:100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.bg-image{
  height: 881.84px;
  background-position: center;
  background-size: cover;
}



.navbar-nav{
  justify-content: center;
  align-items: center;
  /* position: relative; */
  padding-top: 5px;
  
}

#storebtn img{

  height: 60px;
  border-radius: 15px;
}

 .navbar-color {
    background-color: rgba(30, 30, 30, 0.5);
    padding-bottom: 20px;
}

/*  */

 .navbar-toggler {
 border-color: white; /* Change button border color */
 }
        
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* store button  */



#storebtn .row img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  max-width: 200px;
  height: 60px;
}

#storebtn .row img:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.store-image {
  border-radius: 10px;
  border: 2px solid rgb(99, 99, 99);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/*  */

#heading1 h4{
   
  font-family: Roboto;
  line-height: 31.91px;
  font-weight: 400;
  size: 24px;
}
  

.h1{
    color: white;
    text-align: center;
    padding-top: 20px;
    height: 99.96px;
    font-family: Montserrat;
    font-weight: 500;
    size: 72px;

}

#heading1 h6{

  font-family: Inter;
  font-weight: 500;
  size: 10px;
  line-height: 20px;
  
}


.p1{
    color: white;
}

.btn-info{
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 13px;
    border-radius: 20px;
}

@media (max-width: 768px) {
  #lightbtn {
    display: none;
  }
}



.navbar-color{

    max-width: 100%;
    padding: auto;
    background-size: cover;

}



.nav-link{
    font-size: medium;
    
}

/* promise section */


/* promise  */

#promise{

    background-color: rgba(0, 0, 0, 0.962);
}

#promise img{
    max-width: 383px;
    height: 222px;
}



.lead{
    color: aliceblue;
    padding-left: 5px;
}

#promise h3{
  font-family: Montserrat;
  font-weight: 400;
  size: 32px;
  line-height: 40px;
  
}

#promise p{

  font-family: Montserrat;
  font-weight: 300;
  size: 16px;
  line-height: 28px;
}

/* VPN Section */

#dummy img{

    padding-top: 20px;
    width: 621px;
    height: 329px;
    border-radius: 42px;
    margin-bottom: 30px;
}

#dummy{
    background-color: black;
   
    
}

#dummy h1{
  font-family: Montserrat;
  font-weight: 400;
  size: 46px;
  line-height: 50.14px;
}

#dummy button{

  font-family: Inter;
  font-weight: 600;
  size: 20px;
  line-height: 24px;
}

.lightbtn{
    align-items: center;
}

/* features */


  #feature img {
    max-width: 340px;
    height: 173.3px;
    
  }

  
 #feature{
    background-color: black;
 }
  
  #feature h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: white;
    
  }

  #feature h3{

    font-family: Montserrat;
    font-weight: 400;
    size: 46px;
    line-height: 50.14px;

  }
  
  #feature p {
    
    color: white;
    font-family: Inter;
    font-weight: 400;
    size: 16px;
    line-height: 28px;

  }
  
  #feature h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 50.14px;
    max-width: 100%;
    color: white;
    margin-bottom: 50px;
  }
  
  #feature p {
    
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    height: auto;
    padding-left: 0;
    text-align: center;
    margin-bottom: 70px;
    
  }

  #feature h3{

    font-family: Montserrat ;
    font-size: 46px;
    font-weight: 400;
    line-height: 50.14px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    color: white;
    
  }

  #feature button{

    border-radius: 50px;
    height: 60px;
    max-width: 265.7px;
    padding: 18px  37.25px  18px  37.25px;
    text-align: center;
    margin-bottom: 60px;

  }

/* Benefits of VPN */

#benefits{
    background-color: black;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    max-width: 100%; 
}

  #benefits h1 {
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 400;
    line-height: 50.14px;
    text-align: center;
    color: white;
    padding: 10px;
  
  }

  #benefits h3{

    font-family: Montserrat;
    font-weight: 400px;
    size: 32px;
    line-height: 40px;
    color: white;
    align-self: start;
    

  }
  
  #benefits p {
    font-family: Inter;
    font-size: 16.73px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    width: 100%;
    color: white;
    padding: 5px;
    
  }
  
  #benefits .card-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  
  #benefits img {
   
    width: 370px;
    height:370px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    
  }
  
 
  
  #benefits .card-message p {
    text-align: justify;
  }

  #benefits button{

    width: 195.34px;
    height: 60px;
    border-radius: 60px;
    padding: 18px 36.57px 18px 36.57px;
    align-items: center;
    font-family: Inter;
    margin-bottom: 200px;
  }


 


  /* Uses of VPN  */

  #UseVPN{

    text-align: center;
    background-color: black;
    
  }

  #UseVPN h1{
    color: white;
    font-family: Montserrat;
    font-weight:400;
    size: 46px;
    line-height: 50.14px;

  }

  #UseVPN p{

    color: white;
    font-family: Inter;
    font-weight: 400;
    size: 16px;
    line-height: 28px;
    text-align: center;
    justify-content: center;
    
  }

  


  /* VPN Item  */

  #VPNitem img {
    max-width: 310px;
    height: 249.28px;
    
  }
  
 #VPNitem{
    background-color: black;
 }
  
  #VPNitem h5 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.92px;
    color: white;
  }
  
  #VPNitem p {
    font-size: 16px;
    color: white;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;

  }
  
  #VPNitem h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
   max-width: 100%;
    color: white;
    margin-bottom: 50px;
  }
  
  #VPNitem p {
    font-size: 17.16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    text-align: center;
    margin-bottom: 70px;
    text-wrap: balance;

    
  }

  #VPNitem h3{

    font-family: Montserrat ;
    font-size: 46px;
    font-weight: 400;
    line-height: 50.14px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    color: white;
    
  }

  #VPNitem .travel-card{
    
    align-items: center;
    justify-content: center;
  }


/* footer */
  .list-unstyled a {
    text-decoration: none;
}


#vpnfooter h5{

  font-family: Inter;
  font-weight: 400;
  size: 16px;
  color: #CCD2D5;
  text-decoration: underline;

}

#vpnfooter a{

  font-family: Inter;
  size: 14px;
  color: cornsilk;
  
}


 
