body {
    padding-top: 150px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
    background-color: #e3e4e5;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container {
    max-width: 90%;
    margin: auto;
    order: 1;
}


.head_container {
    max-width: 90%;
    margin: auto;
}
header {
    height: 20vh;
    background: rgba(143, 137, 137, 0.5);
    z-index:1000
    
    
}

.logo img {
    width: 120px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    float: none;
   
}


.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: black;

}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul li {
    margin-left: 3rem;
}

header ul li a {
    font-size: 1.2rem;
    font-weight: 400;
    color: black;
    transition: 0.5s;
}

header ul li a:hover {
    color: #C1B086;
}

#navigation-menu    {
    position:fixed;
    top: 0;
    width: 100%;
    
}


@media only screen and (max-width: 768px) {
    header ul {
        display: block;
        position: fixed;
        left: -100%;
        top: 7rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.5s;
        box-shadow: 0 10px 27px #000;
        z-index: 20;
    }


    header ul.active {
        left: 0%;
    }

    header ul li {
        margin: 2.5rem 0;
    }

    header ul li a {
        color: black;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }


    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);

    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);

    }

}
body {
    margin: 0;
    background-color: #eaf2ff;
    background-image: url("back.jpg");
    background-size:cover;


}
h1{
    text-align: center;
}
h5{
    text-align: center;
}
h2{
    text-align: center;
}
.container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

.descriptionContainer {
    display: flex;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.imageSlider {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 250px;
}

.gallery {
    display: flex;
    overflow: hidden;
}

.photo {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.prevBtn,
.nextBtn {
  
    color: rgb(17, 17, 17);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.2rem;
}

.prevBtn {
    position: absolute;
    left: 0;
}

.nextBtn {
    position: absolute;
    right: 0;
}

.textContent {
    flex: 2;
    padding: 20px;
}

.title {
    margin-bottom: 10px;
}

.description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
}
/* Your existing styles... */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content, .caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-prevBtn, .modal-nextBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

.modal-nextBtn {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.modal-prevBtn {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.modal-prevBtn:hover, .modal-nextBtn:hover {
    background-color: rgba(0,0,0,0.8);
}

.footer-line {
    margin-top: 50px;
    border: 0;
    border-top: 1px solid #c9c7c7;
  }


  .footer {
    width: 100%;
    padding: 50px 5%;
    background-color: #fff;
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    align-items:start;

  }
*{
    box-sizing: border-box;
}

.col-1 button {
    border: 0;
    background-color: #104C97;
    color: #fff;
    width: 162px;
}
.btn{
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  font-size: 90%;
  height: 44px;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  width: 19vh;

}



  .col-2 a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-top: 12px;
    color: #686868;

  }

  .col-3 a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-top: 12px;
    color: #686868;
  }

  .footer div h3 {
    font-weight: 300;
    margin-bottom: 30px;

  }

  .social-icons {
    margin-top: 30px;
  }

  .social-icons i{
    font-size: 22px;
    margin: 10px;
    cursor: pointer;
  }
