body {
    margin: 0;
    font-family: Arial, sans-serif;
     background-color: #f8f8f8; 
    position: relative;
}

 nav ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
 }

 ul a{
    list-style-type: none;
    text-decoration: none;
    color: black;
    font-weight: 700;
 }

 nav{
    background-color: #f8f8f8;
    padding: .5rem 1rem 0rem 6.5rem;
    padding-bottom: 1px;
    margin-left: 1rem;
 }

 .nav-bar{
    background-color: maroon;
    padding: 1.5rem 1rem 1.5rem 1rem ;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
 }

 li{
    border: 1px solid maroon;
    border-radius: 15px;
    padding: 10px 18px 20px 15px;
    box-shadow: -4px -6px 5px maroon ;
   
 }
  nav li:hover{
background-color: #800000;
box-shadow: -4px -6px 5px #ffffff ;
 }
 li a:hover{
    color: #f8f8f8;
 } 

.logo {
    display: flex;
    align-items: center;
    padding: 10px;
}

.logo-circle {
    width: 160px; 
    height: auto; 
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-right: 20px; 
     position: absolute;
    top: 0%;
    left:0% 
    /* transform: translateY(-8.5rem); */
}

.logo-circle img {
    width: 121px;
    height: 96px; 
}

.logo-circle span {
    font-size: 14px; 
    color: black;
    font-weight: bold;
    margin-top: 10px; 
}

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
     /* padding-top: 6rem;  */
}  

.all_img{
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .imgcontrol{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .imgcontrol.active{
    display: block;
  }
  .slideshow-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  } 

 h2{
    color: #ffc107;
    font-size: 2.5rem;
}
 .main .all_img h3{
    color: #f8f8f8;
    font-size: 2rem;
    width: 50%;
    line-height: 48px;
} 

p a{
    text-decoration:none;
    color: black;
    font-weight: 600;
}

p{
    color: #333;
}

.footer-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: goldenrod;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.hamburger-menu {
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin-top: 1rem;
}

.hambar {
    width: 70%;
    height: 5px;
    background-color: white;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.6s, opacity 0.8s, top 0.6s;
    z-index: 2000;
}

.bar1 {
    top: 25%;
}

.bar3 {
    top: 75%;
}

.hamburger-menu.active .bar1 {
    transform: translate(-50%, -50%) rotate(-315deg);
    top: 50%;
}

.hamburger-menu.active .bar2 {
    opacity: 0;
}

.hamburger-menu.active .bar3 {
    transform: translate(-50%, -50%) rotate(-225deg);
    top: 50%;
}

.show {
    display: none;
}

.divham {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100vh;
}
.header2{
    display: none;
}

  @media (max-width:1400px) {
    .header2{
        display: none;
    }
  }
  @media (max-width:1200px){
    /* main{
        padding-top: 8rem;
    } */
    h3{
        font-size: 1.5rem;
        width: 70%;
        color: white;
    }
    h2{
        font-size: 2rem;
    }
    .nav-bar{
        display: none;
    }
    .ham-menu{
        display: block;
        flex-direction: column;
        background-color: maroon;
        position: fixed;
        right: 0;
        top: 0%;
        z-index: 100;
        padding-left:3rem ;
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 100%;
    }
    nav{
        background-color: maroon;
        padding: .5rem 1rem 0rem 6.5rem;
        padding-bottom: 1px;
        margin-left: 1rem;
     }
     li a{
        color: #f8f8f8;
     }
     nav li:hover{
        background-color: maroon;
        box-shadow: -4px -6px 5px #ffffff ;
         }
     .top-nav2{
        margin-top: 3rem;
        font-size: 4px;
        display: flex;
        gap: 2em;
        width: 100%;
        height: 100%;
       }
        .header2{
            display: flex;
            flex-direction: row; 
            justify-content: space-between;
            align-items: center;
            gap: 5px;
            /* padding-top: 2rem; */
              transition: transform 0.3s ease-in-out;
              position: absolute;
              top: 0;
              right: 0;
         }
         .navHamBurger{
            display: flex;
            flex-direction: column;
          padding-left: 0rem;
          padding-bottom: 2rem;
        } 
        .nav-bar{
            display: none;
        }
        li a{
            font-size: 1.5rem;
            padding-right: 1rem;
        }
      
    
    
    p a{
        text-decoration:none;
        color: black;
        font-weight: 600;
    }
    p{
        color: #333;
    }
    .footer-main{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: goldenrod;
    }
  }
 


  @media (max-width: 768px) {
    .nav-menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #333;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 1;
    }
  }  
  @media (max-width:450px){
    p a{
        font-size: 10px;
    }
  }

