
.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.text-color {
    font-weight: bold; 
    font-size: large;
    color: #8C4A18;
}
.bg-image-full {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.column-center {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.title {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    color: whitesmoke !important;
    text-shadow: 2px 2px #FF9E5E;
    font-size: 80px !important;
}

.subtitle {
    font-weight: bolder;
    color:  #2F2F2F;
}

.textbold {
    font-weight: bold;
    font-size: large;
    color:  #2F2F2F
}
    
h5 {
  padding: 10px 10px;
  background-color: rgb(24, 26, 27, 0.45);
  border-radius: 15px;
  max-width: fit-content;
  justify-content:center!important;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 150%;
  }
.body-img {
    background-image: url('../assets/photo/other/bg.jpg');
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    flex-direction: column;
    overflow-x: hidden;
}
p {
	color: white;
}
.img-hover:hover {
    transform: scale(1.015);
    transition: 0.3s;
    cursor: pointer;
}
.img-hover-nolink:hover {
    transform: scale(1.015);
    transition: 0.3s;
}
.img-shadow {
    box-shadow: 0px 3px 15px rgb(59, 59, 59);
}
.bg-dark {
  background-color: #d87529 !important;
  box-shadow: 0px 5px 15px rgb(54, 54, 54);
}

.bg-light-transparent {
  background-color: rgba(240, 228, 145, 75) !important;
  box-shadow: 0px 5px 15px darkgray;
}

.bg-light {
  background-color: #FFF4D6 !important;
  box-shadow: 0px 5px 15px rgb(29, 29, 29);
}


.bg-navbar {
    background-color: #d87529 !important;
    box-shadow: 0px 5px 10px rgb(95, 95, 95);
    z-index: 100;
    top: -1px;
    transition: top 0.3s;
}

.movesection {
    transform: translateX(-200%) !important;
    transition: transform 0.8s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.movesection:nth-of-type(even) {
  transform: translateX(200%) !important;
}

.movesection.show {
  transform: translateX(0) !important;
}



/* Agony */
.show-modal-bg {
    background-color: black;
}

.show-modal {
    z-index: 101;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
    position: center;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    max-width: 80%;
    max-height: 80%;
    height: auto;
}
@media (min-width: 768px) {
    .modal-content {
        max-width: 70%;
    }

    .float-box-single {
        max-width: 85%;
    }

    .card-img-top {
       max-width: 85%;
       margin: 0%;
       padding: 0%;
    }
    .carousel-size {
        max-width: 70%;
    }
}
@media (min-width: 1024px) {
    .modal-content {
        max-width: 50%;
    }

    .float-box-single {
        max-width: 70%;
    }

    .card-img-top {
       max-width: 50%;
       margin: 0%;
       padding: 0%;
    }
    .carousel-size {
        max-width: 35%;
    }
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/*Gallery bs*/
.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #a4a4a7;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .tab-btn:hover {
        background: #d87529;
    }

    .tab-btn.active {
        background: #d87529;
        color: white;
    }

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

    .tab-content.active {
        display: block;
    }

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.6rem;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.5/1;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

    .grid-item:hover {
        transform: translateY(-5px);
    }

    .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .grid-item:hover img {
        transform: scale(1.1);
    }

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}