.logo-main {
    display: block;
    margin: auto;
    width: 180px;
    margin-top: 50px;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .logo-main {
        width: 130px; /* Adjust the width for mobile screens */
    }
}

/* Media query for tablet screens */
@media (max-width: 600px) {
    .logo-main {
        width: 140px; /* Adjust the width for mobile screens */
    }
}



body {
    background-color: #001B22;
}

.contact-us {
    background-color: #052026;
    border: 1px solid rgba(112, 102, 102, 0.30); /* Set the border color with 30% opacity */
    text-align:center;
    margin-bottom: 125px;
    margin-left: 142px;
    margin-right: 142px;
    border-radius: 5px;

}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .contact-us {
        text-align:center;
        margin-bottom: 80px;
        margin-left: 20px;
        margin-right: 20px;

    }
}


/* Media query for tablet screens */
@media (max-width: 768px) {
    .contact-us {
        text-align:center;
        margin-bottom: 80px;
        margin-left: 20px;
        margin-right: 20px;

    }
}


h1, h2 {
    color: #EFE9E9;
    font-family: "Archivo Narrow", sans-serif;
    text-align: center;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    h1, h2 {
        text-align: center;
    }

    }

    /* Media query for tablet screens */
@media (max-width: 600px) {
    h1, h2 {
        text-align: center;
    }

    }


h1 {
    font-weight: bold;
    font-size: 54px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 704px;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    h1 {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    }

    }

    /* Media query for tablet screens */
@media (max-width: 60px) {
    h1 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    }

    }

h2 {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 650px;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    }

    }



.p1 {
    font-family: "poppins", sans-serif;
    color: rgba(239, 233, 233, 0.80);
    font-size: 16px;
    text-align: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .p1 {
        font-size: 14px;
        text-align: center;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    }


.p2 {
    font-family: "poppins", sans-serif;
    color: rgba(239, 233, 233, 0.80);
    font-size: 16px;
    text-align: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 500;
    margin-bottom: 60px;
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .p2 {
        font-size: 14px;
        text-align: center;
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    }


form {
    text-align: center;
}

input[type="email"] {
    margin-bottom: 10px; /* Add some spacing between them */
    background-color: rgb(255, 255, 255, 0.20);
    border-radius: 50px;
    height: 55px;
    width: 503px;
    border: solid 1px;
    border-color: rgba(112, 102, 102, 0.30);
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
    color: rgba(247, 247, 247, 0.8);
    font-family: "poppins", sans-serif;
    font-size: 16px;

}

/* Media query for mobile screens */
@media (max-width: 480px) {
    input[type="email"] {
        height: 50px;
        width: 300px;
    }

    }

    input:focus {
        border: solid 1.5px;
        border-color: #EFE9E9; /* Change to your desired border color */
        outline: none
        
        
    }


.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 125px;
    background-image: url('assets/background image.png');
    background-size: 100%;
            background-position: bottom;
            background-repeat: no-repeat;
            padding: 0px 0px 50px 0px;
            margin-left: 20px;
            margin-right: 20px;

}

@media (max-width:480px) {
    .header {
        margin-bottom: 80px;
        background-image: url('assets/background image.png');
        background-size: 100%;
            background-position: bottom;
            background-repeat: no-repeat;
            padding: 0px 0px 50px 0px;
            margin-left: 5px;
            margin-right: 5px;


    }
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
            z-index: 1;
}


input::placeholder {
    text-align: center;
    font-family: "poppins", sans-serif;
    color: rgb(255, 255, 255, 0.40);
}



/* Style the custom dropdown container */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 200px; /* Adjust as needed */
    background-color: transparent;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #00CCFF;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Style the dropdown options */
.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #052026;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #999;
    border-radius: 5px;
    display: none; /* Hide initially */
    border: 1px solid rgba(112, 102, 102, 0.30);
    margin-top: 5px; 
}

.selected {
    background-color: #0d4b5b48;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    
}



.selected-option {
    /* ... other styles ... */
    /* Remove this line */
    /* display: flex; */
    align-items: center;
    margin-bottom: 40px;
}



.dropdown-options li {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

/* Show the options when hovering over the custom dropdown */
.custom-dropdown:hover .dropdown-options {
    display: block;
}

.selected-option i {
    margin-left: 5px; /* Add spacing between icon and text */
    font-size: 16px; /* Adjust icon size */
    font-weight: bold;
}





.waitlist-btn {
    color: #FFFFFF;
    background-color: #FF0066;
    border-radius: 50px;
    height: 50px;
    width: 503px;
    border: none;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    cursor:pointer;
}

@media (max-width:480px) {
    .waitlist-btn {
        height: 48px;
        width: 300px;
    }

}

.btn2 {
    color: #FFFFFF;
    background-color: #FF0066;
    border-radius: 50px;
    height: 50px;
    width: 140px;
    margin-bottom: 165px;
    border: none;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    cursor:pointer;
}

hr {
    height: 1px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 30px;
    background-color: rgb(112, 102, 102, 0.30);
    border: none;
}

@media (max-width:480px) {
    hr {
        height: 1px;
        width: 380px;
        margin-left: 20px;
        margin-right: 20px;
    }

}

@media (max-width:768px) {
    hr {
        height: 1px;
        margin-left: 20px;
        margin-right: 20px;
    }

}

article {
    display: flex;
    margin-bottom: 30px;
    margin-right: 0; /* Reset right margin */
        margin-left: 5px; /* Add left margin of 10px */
        white-space: nowrap;
        margin-top: 10px;
        

    
  }

  .footer-text1 { 
        margin-right: 20px;
        margin-left: 65px;

  }

  .footer-text2 {
    margin-right: 600px;
  }

  .footer-text1, .footer-text2 {
    font-family: "poppins", sans-serif;
    color: rgba(239, 233, 233, 0.30);
    font-size: 14px;
  }

  @media (max-width:480px) {
    .footer-text1, .footer-text2 {
        margin-left: 20px;
        
  }
    }

    @media (max-width:768px) {
        .footer-text1, .footer-text2 {
            margin-left: 20px;
            
      }
        }

        @media (max-width:768px) {
            .footer-text2 {
                margin-right: 100px;
                
          }
            }

    @media (max-width:480px) {
            section {
                margin-left: 20px;
                margin-top: 15px;
                
        }
            }

            @media (max-width:768px) {
                section {
                    margin-top: 10px;
                    
            }
                }



    .footer-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    

@media (max-width:480px) {
    .footer-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 375px;
    }

}


@media (max-width:768px) {
    .footer-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        
    }

}
  

  
  .img1{
    width: 34px;
    height: 30px;
    margin-right: 10px;
  }
  


  @media (max-width: 480px) {
    article{
        margin-top: 30px; /* Add top spacing of 10px */
        margin-top: 30px;
        display: list-item;
}

    article {
        margin-right: 0; /* Reset right margin */
        margin-left: 10px; /* Add left margin of 10px */
        
    }

  }

  
  #error-message {
    color: #FF0066;
    width: 350px;
    height: 10px;
    padding-top: 10px; /* Add bottom padding */
    padding-bottom: 20px;
    margin-top: 10px; /* Add top margin */
    border-radius: 4px;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 16px;

}


#success-message {
    color: #099739;
    width: 350px;
    height: 10px;
    padding-top: 10px; /* Add bottom padding */
    padding-bottom: 20px;
    margin-top: 10px; /* Add top margin */
    border-radius: 4px;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 16px;
}

    
    
