.title01 {

    background-image: url("resource/unnamed.png");
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;
}

.hbg{

    background-image: url("resource/headerbac.png");
  background-size: cover;
}


.cardbg {

    background-image: url("resource/cardbg.png");
    
}

.homebg{
    background-image: url("resource/cardbg.png");
}

.I {
    background-image: url("resource/signin.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.t {

    margin-top: 100px;
}

.footbg{

    background-image: url("resource/footerbg.png");
}





/* Style The Dropdown Button */
.dropbtn1 {
  color: white;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
  display: block;
  
}

/* Change the background color of the dropdown button when the dropdown content is shown */


.chat{

  background-image: url("resource/chat.png");
}

.justifier{
  text-align: justify;
}


/* Style The Dropdown Button */
.dropbtn2 {
  color: white;
  border: none;
  
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
  display: block;
  
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.addvantire{
  background-image: url("resource/addvantire.png");
}


        /* Container to position text on top of the image */
        .image-container {
          position: relative;
          text-align: center;

          /* Text color */
      }

      /* Style for the image */
      .image-container img {
          width: 100%;
          /* Make the image fill the container */
          height: auto;
          /* Maintain the image's aspect ratio */
      }

      /* Style for the text on top of the image */
      .image-text {
          position: absolute;
          top: 50%;
          /* Center the text vertically */
          left: 50%;

          /* Center the text horizontally */
          transform: translate(-50%, -50%);
          /* Center the text precisely */

          /* Adjust the font size as needed */
          font-weight: bold;

          /* Add a shadow for better visibility */
      }
