.navbar {
  background-color: #212529;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  background-color: #212529;
}

.dropdown-menu .dropdown-item {
  color: #DAA520;
  padding: 8px 16px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #DAA520;
  color: white;
}

.navbar-toggler-icon {
  background-color: #DAA520;
}

@media (max-width: 576px) {
  .navbar-nav {
      margin-top: 10px;
  }

.dropdown-menu {
  background-color: #212529;
  border: none;
}

.navbar-nav .nav-item {
   text-align: center;
   width: 100%;
}

#searchInput,
  .btn-goldenrod {
   width: 100%;
   margin-top: 10px;
}
}

@media (max-width: 768px) {
  .navbar-nav .nav-item {
   text-align: center;
}

#searchInput,
.btn-goldenrod {
   width: 80%;
}
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
      padding: 10px;
  }
}

.hr{
background-color: darkgreen;
  margin-left: 200px;
  margin-right: 200px;
}

.h1{
  text-align: center;
  color: goldenrod;
}

.h1 :hover{
  background-color: goldenrod;
  color: white;
}


h1 {
  font-family: Arial, sans-serif;
  font-size: 3rem; 
  text-align: center;
  margin: 0;
  padding: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}


h1:hover {
  transform: translateX(-20px); 
  color: goldenrod; 
}


@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}

.btn-goldenrod {
  background-color: #DAA520; 
  border-color: #DAA520;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px; 
  transition: background-color 0.3s ease, border-color 0.3s ease;
}


.btn-goldenrod:hover {
  background-color: #FFD700; 
  border-color: #FFD700;
}



.img{
    width: 100%;
    height: 600px;
    }
    .card-img-top{
        width: 400px;
        height: 600px;
    }
    .dot{
        width: 32px;
        height: 27px;
    }

i {
    position: relative;
    display: block;
    width: 1000px;
    height: 800px;
    overflow: hidden;
    border-radius: 5px;
  }
  
  i:before, i:after {
    content: '⥪';
    position: absolute;
    top: 50%;
    left: 1rem;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    background: dodgerblue;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  
  i:after {
    content: '⥭';
    left: auto;
    right: 1rem;
  }
  
 
  input {
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(100%);
    transition: transform ease-in-out 400ms;
    z-index: 1;
  }
  
  input:focus {
    outline: none;
  }
  
  input:after {
    content: attr(title);
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(0,0,0,0.4);
    color: white;
    padding: .5rem;
    font-size: 1rem;
    border-radius: 5px;
  }
  
  input:not(checked):before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    top: 50%;
    left: calc(-100% + 1rem);
  }
  
  input:checked:before {
    display: none;
    left: 1rem;
  }
  
  input:checked {
    transform: translateX(0);
    z-index: 0;
    box-shadow: -5px 10px 20px -15px rgba(0,0,0,1);
  }
  
  input:checked + input:before {
    left: -3rem;
  }
  
  input:checked + input ~ input:before {
    display: none;
  }
  h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 50px;
  }
  p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  @import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,900&family=Poppins:wght@400;600&display=swap");
  
  body{
    background-color: rgb(233, 243, 255);
  }
  .feedback-container {
    background-color: #ffffff;
    padding: 80px;
    max-width: 666px;
    width: 100%;
    transition: 1s;
  
  }
  
  .feedback-container:hover{
    box-shadow: 20px 70px 100px black;
  }
  
  
  textarea {
    max-width: 457px;
    width: 100%;
    padding: 10px;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid #bababa;
    resize: none;
    outline: none;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  
  .checkbox-group {
    margin-bottom: 30px;
    max-width: 477px;
    width: 100%;
  }
  
  .checkbox-group label {
    display: inline-block;
  }
  
  .checkbox-group input {
    margin-right: 8px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    accent-color: #000;
  }
  
  a,
  a:visited {
    color: #000;
  }
  
  button {
    max-width: 477px;
    width: 100%;
    padding: 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 30px;
    transition: background-color 0.3s ease-in-out;
  }
  
  button:hover {
    background-color: #555;
  }
  
  .error-message {
    margin-bottom: 20px;
    font-size: 14px;
    color: #f44336;
    display: block;
  }
  
  .success-message {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    max-width: 477px;
    width: 100%;
    padding: 10px;
    color: white;
    background-color: #4caf50;
    display: none;
  }
  
  @media (max-width: 700px) {
    .feedback-container {
      width: 90%;
      margin: 20px auto;
    }
  
    textarea {
      font-size: 16px;
      height: 120px;
    }
  }
  
  @media (max-width: 480px) {
    textarea {
      font-size: 14px;
      height: 100px;
    }
  }

  #footer1 {
    margin-top: 100px;
    background-color: rgb(236, 236, 243);
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 20px;
}
@media (min-width: 150px) and (max-width: 730px){
    .foot-panel1{
        display: none;       
    }
        }

.foot-panel2 {
    margin-top: 50px;
    color: black;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
}
@media (min-width: 150px) and (max-width: 730px){
    .foot-panel2{
        display: none;
    }
        }


        .foot-panel3 {
            margin-top: 50px;
            color: black;
            height: 400px;
            display: flex;
            justify-content: space-evenly;
        }

        

#btn-goldenrod {
  background-color: #DAA520; 
  border-color: #DAA520;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px; 
  transition: background-color 0.3s ease, border-color 0.3s ease;
}


#btn-goldenrod:hover {
  background-color: #FFD700; 
  border-color: #FFD700;
}



ul a {
  margin-top: 8px;
  display: block;
  color: black;
  text-decoration: none;
}

ul h2:hover {
  color: goldenrod;
}

ul h3 {
  color: goldenrod;
}


.video2{
  height: 400px;
  margin-top: 60px;
  margin-right: 200px;
  display: flex;
  justify-content: center;
  align-content: center;
}


.video2 {
  position: relative;
  width: 100%;  
  max-width: 100%;  
  overflow: hidden;  
  display: flex;
  justify-content: center;
}

.video2 video {
  width: 100%; 
  height: auto; 
  transition: transform 0.3s ease;  
}


.video2 video:hover {
  transform: scale(1.1);  
}


body{
  overflow-x: hidden;
  overflow-y: scroll;
}