@import url('https://fonts.googleapis.com/css2?family=Monaco&display=swap');

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212152;
    font-size: 1rem; /* Using rem units for consistent font sizing */
}

.container {
    background-color: #d6d6e2;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    text-align: center;
}

.navbar a {
    float: left;
    font-size: 1rem; /* Converted to rem */
    color: white;
    text-align: center;
    padding: 1.4vh 1.6vh; /* Converted to vh for vertical responsiveness */
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 1rem; /* Converted to rem */
    border: none;
    outline: none;
    color: white;
    padding: 1.4vh 1.6vh; /* Converted to vh */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ff0000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 10rem; /* Converted to rem */
    box-shadow: 0px 0.8vh 1.6vh 0px rgba(0,0,0,0.2); /* Converted to vh */
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 1.2vh 1.6vh; /* Converted to vh */
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}



h1 {
    font-size: 2.5rem; /* Converted to rem */
    margin-bottom: 2vh; /* Converted to vh */
    color: #444;
    text-align: center;
    width: 100%; /* Ensure the header spans the container width */
    padding: 2vh;  /* Converted to vh */
    border-radius: 1rem;  /* Converted to rem */
}


/* HEADER STYLES */
.section1, .section2, .section3, .section4 {
    background-color: #f0f0f0; /* Example background color */
    border-bottom: 0.1vh solid #ccc; /* Converted to vh */
}

.section1 {
    padding-top: 3vh; /* Converted to vh */
}

.section2, .section3, .section4 {
    padding-top: 5vh; /* Converted to vh */
 }


.text-content {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
}

 .right-image {
    display: inline-block;
    vertical-align: top;
    width: 37vw;
    max-height: 70vh; /* Adjusted image height */
}

.header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8, .header9, .header10, .content1 {
    padding: 2vh;  /* Converted to vh */
    border-radius: 1rem;  /* Converted to rem */
    color: rgb(243, 237, 237);  /* White text color for better contrast */
    text-align: center;  /* Center text */
    margin-bottom: 3vh; /* Converted to vh */
    font-weight: bold;
}

.header1 {
    background-color: rgb(34, 182, 182);  
    max-width: 45%;
    font-size: 2.5rem; /* Converted to rem */
    opacity: 0.75;
    margin-left: 6vw; /* Converted to vw */
    box-shadow: 0 0 1.5vw 0.5vw rgba(0, 0, 0, 0.5); /* Converted to vw */
}

.header2 {
    background-color: rgb(127, 164, 108); 
    max-width: 70%;
    font-size: 1.25rem;
    margin-bottom: 20vh;
    margin-left: 6vw;
}

.header3 {
    margin-left: 40%;
    background-color: rgb(34, 182, 182); 
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
}

.page2 {
    display: flex;
    align-items: center;
  }
  
  .overlay {
    width: 50%;
    margin-left: 14vw;
  }

  
.header4 {
    background-color: rgb(173, 68, 171); 
    margin-left: 5%;
    max-width: 17.36vw;
    max-height: 36.36vh;
    font-size: 1.375rem;
    font-weight: bold;
    border-radius: 50%;
    padding: 6.06vh;
}

.content1 {
    max-width: 50%;
    margin: auto;
    margin-top: 6.06vh;
    margin-bottom: 6.07vh;
    text-align: center; /* Center text horizontally */
    font-size: 1.5rem; /* Font size */
    color: #ffffff; /* Text color */
    background-color: rgb(34, 182, 182); 
}

.header5 {
    margin: auto;
    background-color: rgb(34, 182, 182); 
    max-width: 30%;
    font-size: 3.125rem;
    font-weight: bold;
}

.header6a, .header6b, .header6c {
    margin-bottom: 3.63vh;
    padding: 2.4vh; /* Padding around text */
    font-size: 1.532rem; /* Font size */
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 0.5rem; /* Rounded corners */
    background-color: #fff; /* Background color */
}

.header6a {
    color: #4CAF50; /* Text color */
}

.header6b {
    color: #008CBA; /* Text color */
}

.header6c {
    color: #f44336; /* Text color */
}


.section3 {
    text-align: center;
}

.header5 {
    font-size: 1.5rem;
    margin-bottom: 2.42vh;
}


.box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pair {
    margin-bottom: 3.63vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.21vh;
}

.pair img.feature {
    max-width: 13.88vw;  /* Adjust width as needed */
    height: auto;
    margin-bottom: 1.21vh;
}

.header6d, .header6e, .header6f {
    text-align: center;
    max-width: 13.88vw;
    font-weight: bold;
    margin-inline: 3.47vw;
    font-size: 1.25rem;
    margin-bottom: 3.03vh;
}

.header6d {
    color: #4CAF50; /* Text color */
}

.header6e {
    color: #008CBA; /* Text color */
}

.header6f {
    color: #f44336; /* Text color */
    
}


.headerstrip1 {
    display: flex;


}
.headerstrip2 {
    display: flex;
}

.header7, .header8 {
    margin: auto;
    background-color: rgb(34, 182, 182); 
    max-width: 30%;
    font-size: 1.875rem;
    font-weight: bold;
}

.header9, .header10 {
    background-color: rgb(173, 68, 171); 
    max-width: 21.52vw; /* Increase the width */
    max-height: 36.36vh; /* Increase the height */
    font-size: 1.75rem; /* Increase font size for better readability */
    font-weight: bold;
    border-radius: 50%;
    padding: 8.48vh; /* Increase padding for larger circles */
    margin: auto;
    margin-top: 12.12vh;
    margin-bottom: 1.212vh;
    text-align: center; /* Center text inside the circle */
}

.buttons {
    display: flex;
    justify-content: center; /* Center the buttons */
    gap: 1.388vw; /* Reduce space between the buttons */
    margin: 2.42vh auto; /* Center the container */
    padding: 2.42vh; /* Add some padding inside the border */
    border: 0.125rem solid #ccc; /* Border around the container */
    width: fit-content; /* Width based on content */
  }
  
  .btn {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2.42vh 2.77vw; /* Larger padding for bigger buttons */
    font-weight: bold;
    font-size: 1.5rem; /* Larger font size */
    cursor: pointer; /* Cursor changes to pointer on hover */
    border: none; /* Remove default border */
    background-color: rgb(127, 164, 108); 
    color: white; /* Button text color */
    border-radius: 1.563rem; /* Rounded edges */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
  }
  
  button:hover {
    background-color: rgb(110, 132, 100);   
}
