*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
  color: #333333; /* body text color */
  background-color: #FFFFFF; /* main background */
}
.hero{
     height: 750px;
    width: 100%; 
    position: relative; 
    background :url('images/hero.jpeg') no-repeat center center/cover;
    text-align: center;
    display: flex;
    flex-direction: column;
       justify-content: space-between;
  text-align: center;
  
  
}
.nav{
     display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: center;
}

.logo-vpn{
    height: 50px;
background:transparent;

}
.menu-logo{
    height: 2rem;
    mask-size: contain;
    margin-right: 0.5rem;
   transition: all 0.1s ease;
}
.menu-logo:hover{
transform: scale(0.9);

}
.heading-logo{
    font-family: " Helvetica";
    font-size: 2rem;
    font-weight: bolder;
    color: rgb(32, 4, 4);

   
    
}
.div1-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0rem;
}
.div2-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0rem;
}
.language-select{
    font-size: 1.2rem;
    font-weight: 700;
    background: transparent;
    border: none;
    color: rgb(49, 44, 44);
    transition: all 0.1s ease;
}
.language-select:hover{
  transform: scale(0.9);

}
.main-content{
    padding-bottom: 100px;
    margin: 2rem;
  
}
.main-heading{
    font-size: 6rem;
    width: 80%;
    margin: auto ;
      margin-bottom: 25px;
       font-family: 'Poppins';
     
}
.para-main{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 60px;
   
}
.anchor-main{
    font-size: 1.5rem;
text-decoration: none;
border: none;
 color: white;
 font-weight: bold;
 border-radius: 20px;
 background-color: rgb(23, 158, 104);
   padding: 12px 50px;
transition: background-color 0.3s ease-in-out 0s;
}
.anchor-main:hover{
    background-color: yellow;
    color: black;
}
.para2-main{
font-size: 0.8rem;
margin-top: 1.8rem;
font-weight: 400;
}
.cuple-image{
    height: 16rem;
    margin-top: 3.9rem;
    
}

                                                      /* main2-sart  */
.main2-all{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 2rem;



}

.text-main2{
width: 380px;

}
.div1-content1{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
}

.main2-image1{
    height: 20rem;
}

.heading-main2{
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 2.5rem;
}
.para-main2{
    margin-top: 1.3rem;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.5rem;

}
.button2-main2{
margin-top: 2rem;
font-size: 1.2rem;
text-decoration: none;
border: none;
 color: white;
 font-weight: bold;
 border-radius: 20px;
 background-color: rgb(23, 158, 104);
padding: 12px 25px;
transition: background-color 0.3s ease-in-out 0s;


}

.button2-main2:hover{
    background-color: yellow;
    color: black;
}
#button2{
    margin-top: 2rem;
font-size: 1.2rem;
text-decoration: none;
border: none;
 color: white;
 font-weight: bold;
 border-radius: 20px;
 background-color: rgb(23, 158, 104);
padding: 12px 25px;
transition: background-color 0.3s ease-in-out 0s;

}
#button2:hover{
    background-color: yellow;
    color: black;
}
.div4-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   width: 80%;

     margin: 0 auto;
}
.card{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 400px;
padding: 2rem;
gap: 0.8rem;
height: 400px;
}
.same-allimage{
    height: 10rem;
}
.title{
font-size: 1.3rem;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.subtitle{
font-size: 1rem;
font-weight: 300;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
width: 300px;

}
/* //footer  start */
.footer {
  background: url('images/map-55268416cd7ee847a41939f31605e2fa9977e841.png.jpeg') center/cover no-repeat; /* Replace with your map image */
    background-color: #faf6f4; /* soft pinkish background like the image */
  color: #333;
  text-align: center;
  padding: 60px 20px;
 

  
}

.footer-content h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}

.stats {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: 20rem;
 
}

.stat .number {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #222;
}

.stat .label {
  font-size: 14px;
  color: #555;
  
}
.stat .label3 {
  font-size: 14px;
  color: #555;
  
}
.footer-link {
  color: #00695c;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.footer-link:hover {
  border-color: #00695c;
   background-color: #FAEFEF;
}
/* Default: your desktop design is already set */

/* Tablet: max-width: 992px */
@media (max-width: 992px) {
  .main-heading {
    font-size: 4rem;
    width: 90%;
  }
  .para-main {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  .anchor-main {
    font-size: 1.3rem;
    padding: 10px 40px;
  }
  .cuple-image {
    height: 12rem;
  }

  .div1-content1 {
    flex-direction: column;
    width: 90%;
  }
  .text-main2, .main2-image1 {
    width: 100%;
    text-align: center;
  }

  .main2-image1 {
    height: 18rem;
    margin-bottom: 1rem;
  }

  .div4-content {
    flex-direction: column;
    gap: 2rem;
  }
  .card {
    width: 90%;
    height: auto;
  }
  .subtitle {
    width: 100%;
  }

  .stats {
    margin-right: 0;
    align-items: center;
  }
}

/* Mobile view: max-width: 768px */
@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    gap: 1rem;
  }
  .div1-logo {
    flex-direction: column;
    gap: 0.3rem;
  }
  .heading-logo {
    font-size: 1.5rem;
  }
  .language-select {
    font-size: 1rem;
  }

  .main-heading {
    font-size: 2.5rem;
  }
  .para-main {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .anchor-main {
    font-size: 1.1rem;
    padding: 8px 30px;
  }
  .para2-main {
    font-size: 0.7rem;
  }
  .cuple-image {
    height: 10rem;
  }

  .heading-main2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .para-main2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .button2-main2 {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .main2-image1 {
    height: 14rem;
  }

  .div4-content {
    flex-direction: column;
    width: 95%;
  }
  .card {
    width: 100%;
    padding: 1.5rem;
  }
  .same-allimage {
    height: 8rem;
  }

  .footer-content h2 {
    font-size: 24px;
  }
  .stat .number {
    font-size: 28px;
  }
  .stat .label {
    font-size: 12px;
  }
  .footer-link {
    font-size: 16px;
  }

  .stats {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}

/* for small devices: max-width: 480px */
@media (max-width: 480px) {
  .main-heading {
    font-size: 2rem;
  }
  .para-main {
    font-size: 1rem;
  }
  .anchor-main {
    font-size: 1rem;
    padding: 8px 25px;
  }

  .heading-main2 {
    font-size: 1.5rem;
  }
  .para-main2 {
    font-size: 0.95rem;
  }
  .button2-main2 {
    font-size: 0.95rem;
    padding: 8px 16px;
  }
  .main2-image1 {
    height: 12rem;
  }

  .card {
    padding: 1rem;
  }
  .same-allimage {
    height: 6rem;
  }
  .title {
    font-size: 1.1rem;
  }
  .subtitle {
    font-size: 0.9rem;
  }

  .footer-content h2 {
    font-size: 20px;
  }
  .footer-link {
    font-size: 14px;
  }
}
