@import"/CSS_FILES/index.css";
body {
    max-width: 100%;
      margin: 0;
      font-family: inter, sans-serif;
      overflow-x: hidden;
      text-align: justify;
    }
    .navbar-menu.show {
      display: block;
    }
   
    .navbar {
      
      box-shadow: #333333;
      position:fixed;
      top: 0;
      z-index: 100;
      width: 100%;
      /* padding-right: 2rem; */
      /* border:2px solid #333333; */
      background-color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* padding: 0 20px; */
      height: 5rem;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
  
    .navbar-logo {
      padding-right: 2rem;
      display: flex;
      justify-content: flex-end;
      /* float:right */
      
    }
  
    .navbar-logo img {
      display: flex;
      justify-content: flex-end;
      max-height: 100%;
      max-width: 14rem; /* Adjust the maximum width of the logo as needed */
    }
  
    .navbar-menu {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .navbar-menu {
      padding-right: 2rem;
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-right: 2rem;
  }
    .navbar-menu li {
      margin-right: 3rem;
      align-items: center;
      position: relative;
    }
  
    .navbar-menu li:last-child {
      margin-right: 0;
    }
  
    .navbar-menu li a {
      text-decoration: none;
      color: #6e6e6e;
      font-weight:500;
      transition: color 0.3s ease;
      
    }
  
    .navbar-menu li a:hover {
      color: #8f8f8f;
      background-color: #ffffff;
      
    }
  
    .dropdown {
      position: relative;
    }
  
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #ffffff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 2;
      top: 100%;
      min-width: 200px;
      animation: slideDown 0.3s ease forwards;
    }
  
    .dropdown:hover .dropdown-content {
      display: block;
    }
  
    @keyframes slideDown {
      from{
          opacity:0;
          transform:translateY(-10px);
      }
      to{
          opacity:1;
          transform:translateY(0);
      }
    }
    .dropdown-content a {
      color: #333333;
      padding: 16px 16px;
      text-decoration: none;
      display: block;
    }
  
    .dropdown-content a:hover {
      background-color: #f9f9f9;
    }
    .AboutUsArea{
      padding-top: 5rem;
      display: flex;
      max-width: 100%;
      
    }.navbar-menu li a {
      text-decoration: none;
      color: #000000;
      font-weight: 500;
      transition: color 0.3s ease;
    }
    .footer {
      background-color: #3B5B70;
      color: #fff;
      padding: 20px 0;
  }
    
    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* max-width: 1200px; */
      margin: 0 auto;
      padding: 0 20px;
      padding-top: 3%;
      padding-left: 6rem;
      padding-right: 6rem;
  }
    
    .footer-logo img {
        max-width: 19rem; /* Adjust logo size as needed */
    }
    
    .footer-details p {
        margin: 5px 0;
        font-size: 19px;
        font-weight: 100;
    }
    .copyright{
        display: flex;
        justify-content: center;
        /* padding: 0%; */
        margin: 0%;
        font-size: small;
        padding-top: 3%;
        /* padding-bottom: -5%; */
    }
    .AboutUsArea{
      padding-top: 5rem;
      display: flex;
      max-width: 100%;
      
    }
    #img_container{
      position: relative;
      display: flex;
      max-width: 100%;
    }
    #img_container img{
      display: flex;
      max-width: 100%;
    }
    .contentArea{
      position: absolute;
      z-index: 2;
      display: inline;
      top: 18%;
      color: #ffffff;
      left:7%
      
    }
    .contentArea h1{
      font-family: inter,Sans-serif;
      font-size:6rem ;
      margin-bottom: 0.5rem;
    }
    
    .contentArea p{
      font-size:2rem ;
      margin-top:0.5rem;
      font-weight: 400;
     
    }

    .quote_area {
      height: 28rem;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
  }
  .left_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem;
}
    .left_area2{
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      padding-left: 0rem;
    }
    .right_area{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .right_area p {
      line-height: 3rem;
      padding-top: 2rem;
      text-align: justify;
      font-size: 20.6px;
      color: #000000;
      font-weight: 500;
  }
    #left_container {
      font-size: larger;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 18rem;
      border-right: 2px solid #000;
  }
    #left_container2{
      font-size: larger;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 12rem;
      border-right: 2px solid #000;
    }
    
    #right_container{
      text-align: center;
      word-spacing:0.3rem;
      line-height: 1.7rem;
      color: #333333;
      padding-right: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    @media screen and (max-width: 1200px){
      .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 14%;
        color: #ffffff;
        left: 7%;
    }
    .contentArea h1 {
      font-family: inter, Sans-serif;
      font-size: 4rem;
      margin-bottom: 0.5rem;
  }
  #left_container {
    
    padding-right: 10rem;
    
}
  
    }
    @media screen and (max-width: 1000px){
      #left_container{
        padding-right: 7rem;
      }
      .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 14%;
        color: #ffffff;
        left: 7%;
    }
    .contentArea h1 {
      font-family: inter, Sans-serif;
      font-size: 3rem;
      margin-bottom: 0.5rem;
  }
    }
    @media screen and (max-width: 832px){
      #left_container{
        padding-right: 6rem;
      }
      #right_container p{
        font-size: 14px;
      }
    }
    @media screen and (max-width: 732px){
      .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 7.5%;
        color: #ffffff;
        left: 7%;
    }
    }
    @media screen and (max-width: 574px){
      .quote_area {
       flex-direction: column;
       height:fit-content;
    }
    #left_container{
      padding-right: 0rem;
      border-right:0px solid #000;
      border-bottom: 2px solid #000;
    }
    #left_container{
      padding-right: 0rem;
    }
    .contentArea {
      position: absolute;
      z-index: 2;
      display: inline;
      top: 7%;
      color: #ffffff;
      left: 7%;
  }
  .contentArea h1 {
    font-family: inter, Sans-serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
    }
    .dropdown-content a:hover {
      background-color: #f9f9f9;
    }
    a:hover {
      background-color: #ffffff;
      color: black;
    }
    
    .prev {
      background-color: #f1f1f1;
      color: black;
    }
    
    .next {
      background-color: #082996;
      color: white;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #dae8eb;
      min-width: 160px;
      z-index: 1;
    }
    .navbar-menu li a {
      text-align: left;
      display: flex;
    }
    @media screen and (max-width: 777px) {
      .navbar-menu {
        display: none; /* Hide navbar links */
      }
      
      .navbar-toggle {
        display: block; /* Display toggle button */
        cursor: pointer;
      }
      
      .navbar-toggle:hover {
        color: #ccc;
      }
      
      /* When toggle button is clicked, show/hide navbar links */
      .navbar-menu.show {
        display: block;
      }
      .AboutUsArea {
        padding-top: 5.6rem;
        display: flex;
        max-width: 100%;
    }    .contentArea {
      position: absolute;
      z-index: 2;
      display: inline;
      top: 8%;
      color: #ffffff;
      left: 7%;
  }
  #right_container p {
    font-size: 11px;
    text-align: left;
}
.contentArea p {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
    }

    @media screen and (max-width: 480px) {  
    .contentArea {
      position: absolute;
      z-index: 2;
      display: inline;
      top: 10%;
      color: #ffffff;
      left: 7%;
    }
    .contentArea h1 {
      font-family: inter, Sans-serif;
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }
    .contentArea p {
      font-size: 0.7rem;
      margin-top: 0.5rem;
      font-weight: 400;
    }
    .left_area {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0rem;
    }
    .navbar-logo {
      padding-right: 3rem;
      display: flex;
      justify-content: center;
      /* float: right; */
    }
    #toggle-button{
      padding-left: 0rem;
    }
    .navbar {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #ffffff;
      color: #fff;
      padding: 0px;
      padding-top: 10px;
    }
    #right_container {
      text-align: center;
      word-spacing: 0.1rem;
      line-height: 1.7rem;
      color: #333333;
      padding-right: 0rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: .6rem;
    }
    .right_area p {
      line-height: 2rem;
      padding-top: 2rem;
      text-align: justify;
      font-size: 20.6px;
      color: #000000;
      font-weight: 500;
      padding-bottom: 2rem;  }
      .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* max-width: 1200px; */
        margin: 0 auto;
        padding: 0 20px;
        padding-top: 3%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    
  }