
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-family: 'Raleway', sans-serif;
}

body {
    margin: 0px 0px 0px 0px;
    
}

img {
  -webkit-user-drag: none;
}


p {
    font-size: 20px;
    
}

a:link {
  text-decoration: none;

}

.MainPage {
    
    width: 100%;
    height: 100vh;
    background: url("https://res.cloudinary.com/dtiljswfn/image/upload/v1753560309/A6_01840-2_xi5ldf.jpg") no-repeat 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
}

.MainPage .TextImageOverlay1 {

    color: white;
    z-index: 2;
    text-align: center;
}

#h1_id1 {

    margin: 35vh 0px 0px 0px;
    font-size: calc(20px + 3vw);

}

#collectionsHeader {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
  color:#212529;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 10px;
  
}

.collections-container {
  width: 90%;
  height: 700px;
  margin: 30px 50px 50px;
  
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

}

.scroller {
  display: inline-block;
  width: 350px;
  height: 90%;
  margin: 0 40px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 25px;
  background-color: antiquewhite;
}

.scroller img {
  width: 350px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 4px 4px 5px lightgray;
}






.gallery-container {
  max-width: 90%;
  margin: 20px auto 0px auto;
  text-align: center;
}

.filter-buttons {
  margin-bottom: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  
  
}

.filter-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #6c757d;
  padding: 1vw 2vw;
  margin: auto;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  grid-column: span 2;
  text-align: center;

}

.filter-btn:hover {
  background-color: #e9ecef;
  color: #212529;
}

.filter-btn.active {
  background-color: #212529;
  color: #fff;
}



.gallery-grid {

  margin: 0 auto;
  
}


.gallery-grid img:not([src]) {
    display: none;
}



.gallery-item {
  width: 32%;
  /*width: 100%;*/
  margin-bottom: 1em;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
  object-fit: cover;
}

.hidden {
  display: none;
}

.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.75);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80vh;
  
}

#lightbox-img {
  
  border: calc(25px + 2vw) solid white;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#lightbox-caption {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #212529;
  padding: 10px;
  transform: translateY(-50px);

}

.show-more-container {
  float: right;
  margin: 10px 10vw 0 0;
}

#show-more-btn {
  padding: 10px 20px;
  background-color: transparent;
  color: #6c757d;
  cursor: pointer;
  font-size: 24px;
  border: none;
  border-radius: 10px;
}

#show-more-btn:hover {
  background-color: #e9ecef;
  color: #212529;
  transition: 0.2s;
  

}



.bar-links {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  column-gap: 2vw;
  opacity: 88%;
}

.bar-links a:hover {
  transform: rotate(360deg);
  transition: 1.5s;
}

.bar-links img {width: 60px;}

@media(max-width: 1200px){
  .gallery-item{width: 49%}
  .filter-buttons {width: 75%;}
}

@media(max-width: 550px){
  .gallery-item{width: 99%}
  .filter-buttons {width: 99%;}
}

/* ----------------- ALL COLLECTIONS -------------------------------- */

#BackButton_Collections {
  z-index: 3;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: 35px;
  color: white;
  font-size: 20px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  
}

#Collection-Title-Place {
  margin: 35vh 0px 0px 0px;
  padding: 0;
  font-size: calc(30px + 3vw);
  letter-spacing: 10px;
}

#Collection-Title-Collection {
  margin: 15px 0px 0px 0px;
  padding: 0;
  font-size: calc(10px + 1vw);
  letter-spacing: 30px;
}


/* ----------------- FOR SAN FRANCISCO COLLECTION -------------------------------- */

.MainPage_SF {
    
    width: 100%;
    height: 100vh;
    background: url("https://res.cloudinary.com/dtiljswfn/image/upload/v1756059998/A6_02320_rwodmt.jpg") no-repeat 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
}

.TextImageOverlay1_SF {

    color: white;
    z-index: 2;
    text-align: center;
}




/* FOR THE ORIGINAL COLLECTIONS ITEM LAYOUT TEMPLATE 

.collection-item {
  width: 100%;
  height: 100%;
  margin: 0px;
  /*background-color: antiquewhite;
  display: grid;
  grid-template-rows: 1.2fr 1fr 7fr;
  

}

#city_word {
  margin: 0px;
  width: 100%;
  color:#212529;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 500;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  
}

#collection_word {
  margin: 0px;
  width: 100%;
  color:gray;
  text-align: center;
  letter-spacing: 2px;
  
}
.collection-item div {
  margin: 0px;
  height: 100%;
  width: 100%;
  background-image: url("https://res.cloudinary.com/dtiljswfn/image/upload/v1753573381/A6_01116_ra9wsn.jpg");
  background-size:cover;
  border-radius: 50px;
  
}

*/