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

body {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  zoom: 1.0;
}

.navbar-color {
  background-color: #050038;
}

.navbar-color * {
  color: white !important;
}

.nav-item {
  margin-right: 30px; 
  
}

.navbar-toggler-icon {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.large-text {
  font-size: 1.5rem; /* Increase this value as needed */
}

.master-container {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 0;
}

.master-padding {
  padding: 0px 20%;
}

.bg-dark-theme {
  background-color: #050038;
  color: white;
}

.marketing-card {
  border: 0;
  max-width: 500px;
}





#message {
  min-height: 566.38px;
}

h1 {
  font-family: Plus Jakarta Sans;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}



.nav-link {
  text-align: center;
}


.tick {
  margin: 1;
}

.tick span {
  color: #000;
  width: 35px;
  height: 35px;
  background-color: #72e672;
  border-radius: 10px;
  font-size: 35px;
  margin-right: 10px;
  font-weight: 50;
}


/* intro */
#intro p {
  font-family: Inter;
  font-size: 16.88px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  justify-items: center;
  width: 100%;
  color: #fff;
}

#intro h6 {
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  color: #fff;
}

#intro button {
  font-family: Inter;
  font-size: 16.59px;
  font-weight: 600;
  text-align: center;
  width: 146.66px;
  border-radius: 20px;
}

#intro img {
  width: 1080px;
  /* height: 600px; */
  margin: 40px 0px 100px 0px;
}

#intro {
  background-image: url("../images/intro/string-1.svg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* community */

#community {
  background-image: url("../images/community/Vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#community h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  text-shadow: 2px 2px #00000040;
  padding: 10px;
  text-align: center;
}

#community img{
  border-radius: 50px;
  width: 100%;
  height: 500px;
  /* display: flex; */
  object-fit: fill;
  
}

#community p {
  font-size: 16.73px;
  font-weight: 400;
  line-height: 25px;
  color: #1A1A1ACC;
  max-width: 608.32px;
  text-align: center;
}

#community .card-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 50px; */
}

#community .card-image{
  /* display: inline-block;
  padding: 60px; 
  background-color: #bdedfe; 
  border-radius: 70px; */
  display: flex;
   
}



#community .card-message h3 {
  font-family: Plus Jakarta Sans;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  min-width: 100%;
  text-align: left;
}

#community .card-message p {
  text-align: justify;
}


/* marketing */

#marketing {
  margin: 80px 0px;
}

#marketing {
  background-image: url("../images/marketing/wave1.svg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#marketing img {
  border-radius: 20px;
  width: 100%;
  height: 278px;
  /* display: flex; */
  object-fit: fill;
}



#marketing h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  max-width: 608.32px;
}

#marketing p {
  font-size: 17.16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 608.32px;
  text-align: start;
  color: black;
}

#marketing h5 {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
}

/* #marketing .marketing-card .img{
  width:100%;
  height: 287px;
  object-fit: cover;
} */

/* @media (max-width: 767px) {
  .card-img-top {
    max-height: 200px; /* Adjust as needed */
    /* object-fit: contain; */
  /* } */
/* } */ */

.card {
  padding-bottom: 20px;
}

.card-body {
  text-align: center;
}



/* strategies */
#strategies {
  background-image: url("../images/strategies/Vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F4F4F6;
}


#strategies h1 {
  max-width: 608.32px;
  font-size: 48px;
}

#strategies p {
  max-width: 608.32px;
  font-size: 17.16px;
  color: black;
}

#strategies .card {
  border: 0;
  background-color: #F4F4F6;
}


/* message */

#message {
  background-image: url("../images/message/Vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

#message h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  width: 100%;
  margin-top: 70px;
  align-items: center;
  justify-content: center;

}

#message p {
  font-size: 16.73;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  color: #FBFBFBCC;
  text-align: center;

}





/* <!-- testimonials --> */
#testimonials {
  min-height: 600px;
}

#testimonials h1 {
  max-width: 700.5px;
  text-align: left;
}

#testimonials h1 span {
  color: #72e672;
}

div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding-left: 10px;
  /* Apply padding only to the left to align all images to the same starting reference */
}

div.scroll-container img {
  display: inline-block;
  /* Ensures images line up in a row */
  vertical-align: top;
  /* Aligns the top edges of the images */
  padding-right: 10px;
  /* Apply padding between the images */
}

@media (max-width: 980px) {

  #contactbtn {
    display: none;
  }

  .master-padding {
    padding: 0px 10%;
  }

  #marketing h1 {
    font-size: 28px;
    line-height: 47px;
  }

  .middle-community-card {
    flex-direction: column-reverse;
  }

  #community .card-message {
    padding: 20px 10px;
  }

}

/* footer */

#VPNfooter p{

  font-family: Plus Jakarta Sans;
  justify-content: center;
  text-align: left;
  text-align: justify;
}

