
html,body{
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
}


/*---------------------------- navbar1 ------------------------- */

#navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    border-bottom: 1px solid black;
}

#logo{
    width: 200px;
}


#logo img{
    width: 100%;
}

#menu-items{
    display: flex;
    gap: 100px;
    display: flex;
    margin: 1px;


}

#nav-buttons{
    display: flex;
    align-items: center;
}

.btns{
    background-color: black;
    color: white;
    padding:10px 20px;
    margin-right: 30px;
    border-radius: 10px;
}


#nav-buttons {
    display: flex;
    align-items: center;
    gap: 20px; /* Added gap for spacing between buttons */
}

.btns {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.ri-menu-line {
    font-size: 25px;
    cursor: pointer;
}

#search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

#search-bar input {
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
}

#search-bar button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: black;
}

#search-bar button i {
    font-size: 20px;
}




/* -------------------------hero section ------------------- */
#hero-section{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 30px;
}


.footer{
    color: black;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #333;
    padding: 10px 10px;
    position: sticky;
    top: 0;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
}

.contact{
background-color: rebeccapurple;
}

.navbar a {
    box-shadow: 2px 2px 2px rgb(46, 206, 21);
    border: 2px solid #3498db;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    
}

.navbar a:hover {
    background-color: #555;
}
a {
    text-decoration: none;
}

.dropdown {
   position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    width: 220px;
    margin-left: -50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    box-shadow: 2px 2px rgb(46, 206, 21);
    color: white;
    padding: 12px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #555;
}

.container {
    display: flex;
    max-width: 100%;
    margin: 0px auto;
    align-content: center;
    align-items: stretch;
    margin-left: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container h1, h3, h4{
    /* align-items: center; */
    text-align: center;
}

.box {
    flex: 0 0 48%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;
}

h2 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 10px;
}

.highlight {
    color: #007bff;
    font-weight: bold;
}

  .thisismain{
      align-items: center;
  }

  .containera{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    margin: 10px;
  }
  .info p{
    text-align: center;
    padding: px;
  }

  .bottom{
    /* max-width: 100%; */
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    background-color: #333;
    /* margin: 10px; */
    padding: 2px;
    border: 2px solid rebeccapurple;
  }

  .footer p{
    /* background-color: #333; */
    /* box-shadow: #3498; */
    align-items: center;
    text-align: center;
    font-weight: bold;
    /* border: 2px solid rebeccapurple; */
}
.source{
    color: white;
    margin-left: 20px;
    padding: 3px;
  }



  
    .wholediv{
      
      margin: 20px;
    }
  
    .links{
        color: white;
    }