.floating_whatsapp {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  width: 50px;
}

.navbar-nav {
  font-size: 17px;
  font-family: 'Lusitana', Georgia, serif;
  color: #000000;
  letter-spacing: 0.063em;
  cursor: pointer;
  font-weight: 400;
  line-height: 24px;
}

.nav-link{
  color: #000000;
}

.nav-item{
  padding: 15px;
}

.dropdown-item{
  color: #443f33;
}

.dropdown-item:hover{
  color: #000000;
  background-color: #ffd700;
}

.active{
  border-bottom: 1px solid;
}

@media screen and (min-width: 1000px) {
  #navpad{
    padding: 0 100px;
  }
  
}


@media screen and (max-width: 760px) {
  .navbar-brand{
    width: 210px;
  }
}

#navbar1{
  display: block ;
}

#navbar2 {

  padding: 30px 7px;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.terms{
  text-align: center;
  padding-top: 50px;
}
/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* Styling for the main heading */
.terms {
  font-size: 2em;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

/* Container styling */
.container {
  max-width: 1400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

/* Paragraph styling */
.container p {
  margin-bottom: 15px;
  color: #555;
}

/* Heading 5 styling */
.container h5 {
  font-size: 1.5em;
  margin-top: 20px;
  color: #020202;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

/* Heading 6 styling */
.container h6 {
  font-size: 1.2em;
  margin-top: 15px;
  color: #000000;
}

/* Styling for unordered lists */
.container ul {
  margin: 10px 0 20px 20px;
  color: #555;
}

.container ul li {
  margin-bottom: 8px;
}

/* Styling for the note at the end */
.container p b {
  color: #555;
  
}

/* Links inside the container */
.container a {
  color: #0066cc;
  text-decoration: none;
}

.container a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .container {
      padding: 15px;
      margin: 10px;
  }

  .terms {
      font-size: 1.8em;
  }

  .container h5 {
      font-size: 1.3em;
  }

  .container h6 {
      font-size: 1.1em;
  }
}
.text-left{
 display: flex;

}
.text-left li{
  list-style-type: none;
 
}
.text-left a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.copy{
  color: black;
  font-weight:bold  ;
}
.icon {
position: relative;
left: 8%;

}

.bg-light{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.image-card {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.thumbnail {
  width: 200px;
  height: auto;
  cursor: pointer;
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: auto;
  width:400px;
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gallery img {
  width:100%;
  height: 100%;
  /* object-fit: cover;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  cursor: pointer; */
}
.open-symbol {
  position: absolute;
  top: 5px;
  right: 35%;
  background: rgba(109, 137, 145, 0.8);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

