@import url("colors.css");
@import url(style.css);


:root{
    --bgcolor: #ffff;
    --offbg:#dfdcdc;
    --primary: #000000;
    --bgprimary:#2c2c2c;
    --peach:#eb9f7d;
  }


body{
    margin: 0;
    overflow: auto;
    background-color: var(--bgcolor);

}#gallery{
    width: 110vmax;
    height: 140vmax;
    position: absolute;
    background: var(--bgcolor);
}.text-container{
    color: var(--primary);
    position: relative;
    z-index: 1;
}
.tile{
    border-radius: 1vmax;
    position: absolute;
    transition: transform 300ms ease;
    background-color: transparent;
    overflow: hidden;
}#gallery .tile:hover{
    transform: scale(1.2);
}
.tile:hover > img{
    transform: scale(1.1);
}
.tile > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    border-radius: inherit;
    transition:  opacity 300ms ease,
    transform 300ms ease;
    filter: saturate(100%);
}.tile:nth-child(1) {
    /* background-color: rgb(255, 238, 88); */
    height: 22%;
    width: 20%;
    left: 16%;
    top: 8%;
}.tile:nth-child(2) {
    /* background-color: rgb(66, 165, 245); */
    height: 20%;
    width: 16%;
    left: 42%;
    top: 12%;
}.tile:nth-child(3) {
    /* background-color: rgb(239, 83, 80); */
    height: 20%;
    width: 16%;
    left: 12%;
    top: 34%;
}.tile:nth-child(4) {
    /* background-color: rgb(102, 187, 106); */
    height: 14%;
    width: 12%;
    left: 35%;
    top: 37%;
}.tile:nth-child(5) {
    /* background-color:  rgb(171, 71, 188); */
    height: 18%;
    width: 22%;
    left: 22%;
    top: 60%;
}
.tile:nth-child(6) {
    /* background-color: rgb(255, 167, 38); */
    height: 24%;
    width: 24%;
    left: 64%;
    top: 13%;
}.tile:nth-child(7) {
    /* background-color: rgb(63, 81, 181); */
    height: 20%;
    width: 16%;
    left: 50%;
    top: 74%;
}.tile:nth-child(8){
    /* background-color: rgb(141, 110, 99); */
    height: 26%;
    width: 18%;
    left: 53%;
    top: 42%;
}.tile:nth-child(9) {
    /* background-color: rgb(105, 167, 156); */
    height: 16%;
    width: 13%;
    left: 80%;
    top: 47%;
}
.tile:nth-child(10) {
    /* background-color: rgb(105, 167, 156); */
    height: 16%;
    width: 13%;
    left: 77%;
    top: 70%;
}
.tile:nth-child(11) {
    /* background-color: rgb(105, 167, 156); */
    height: 15%;
    width: 13%;
    left: 27%;
    top: 84%;
}
.tile:nth-child(12) {
    /* background-color: rgb(105, 167, 156); */
    height: 15%;
    width: 13%;
    left: 5%;
    top: 67%;
}

.text-container{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.text-container h1{
    font-size: 50px;
}

#mobilenav{
    background-color: var(--black); 
}#nav-containerid{
    background-color: var(--transparent);
}.container-links > a > li{
    color: var(--white);
/* }.footer{
    position: fixed;
    bottom: 0;
    display: none; */

}.main-head{
    z-index: 999;
}.tab-img{
    display: none;
}






/*---------------d-gallery-------------*/


.d-gallery-cont{
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.d-gallery-cont .d-gallery-des{
  width: 80%;
  text-align: center;
}



.d-gallery-container{
  width: 100%;
  height: 200vh;
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}


.d-gallery-col{
  position: relative;
  width: 16%;


}

.d-gallery-container>.d-gallery-col:nth-child(1){
  height: 100%;
}
.d-gallery-container>.d-gallery-col:nth-child(2){
  height: 80%;
}
.d-gallery-container>.d-gallery-col:nth-child(3){
  height: 100%;
}
.d-gallery-container>.d-gallery-col:nth-child(4){
  height: 80%;
}
.d-gallery-container>.d-gallery-col:nth-child(5){
  height: 100%;
}
.d-gallery-container>.d-gallery-col:nth-child(6){
  height: 80%;
}

.d-gallery-col .d-gallery-img{
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: bisque;
  overflow: hidden;
  border-radius: 15px;
}
.d-gallery-col .d-gallery-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.d-gallery-col .d-gallery-img:hover img{
  transform: scale(1.2);
}



.d-gallery-quote{
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-gallery-quote .d-quote-des{
  width: 70%;
  text-align: center;
}
.d-gallery-quote .d-quote-des p{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}




.gallery-container {
  display: none;
}




@media (min-width: 320px) and (max-width: 480px) {
    .text-container,#gallery{
        display: none;
    }

    .d-gallery{
      display: none;
    }
    .gallery-container {
        position: relative;
        width: 100%;
        height: 100vh;
        font-size: .95em;
        margin: 0;
        overflow: hidden;
        background-color: white;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 20px auto 78px 75px;        grid-template-areas:
          ". n n n n n n n n n n d"
          "m c c c c c c c c c c a"
          "s c c c c c c c c c c a"
          "s . . . . . . . . . . b";
        }

      .g-container{
        grid-area: c;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: 200px;
        grid-gap: 20px;
        grid-auto-flow: dense;
        overflow: auto;
        margin:0%;
        width: 100%;
        padding-right: 20px;  /*fix box-shadow on right side cutting off*/
      }
      /*scrollbar stuff*/
      .g-container {
          -ms-overflow-style: none;  
          overflow: -moz-scrollbars-none;  
      }
      .g-container::-webkit-scrollbar { 
          display: none;  
      }
      .g-container>div{
        z-index: 1;
        position: relative;
        padding: 0;
        overflow: hidden;
        /* box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
                    5px 5px 25px rgba(0,0,0,.1); */
        transition: all .3s ease-in-out;
      }
      .g-container div img{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        transition: all .6s ease-in-out;
      }
      .g-container>div, .g-container div img{
      /*   transition: all .6s ease-in-out; */
      }
      /*make bIG*/
      .g-container>div:hover, .g-container>div:hover img{
        transform: scale(1.05);
      }
      .g-container>div:hover img{
      /*   transform: scale(1.06); */
      }
      .card{
        padding: 0 !important;
        width: 100%;
        height: 50%;
        bottom: -50%;
        padding: 1em !important;
        box-sizing: border-box;
        background: rgba(255,255,255,.5);
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
      /*   transform: rotate(-90deg) translateX(-100%); */
      /*   transform-origin: 0% 0%; */
      }
      .vertical{
        grid-row: span 2;
      }
      .horizontal{
        grid-column: span 1;
      }
      .big{
        grid-row: span 2;
        grid-column: span 2;
      }

      
    
      .img-pop-up{
        position: fixed;
        display: none;
        align-items: center;
        justify-content:center ;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color:rgba(255, 255, 255, 0.9);
      }
      .img-pop-up img{
        width: 70%;
        border-style: solid;
        border-width: .2rem;
        border-color: rgba(0, 0, 0, 0.8);
        border-radius: 1rem;
      }
    
      .img-pop-up span{
        position:absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        font-size: 4rem;
      }
    
      
      /* Animation Stuff */
      *:not(a){
        animation: .5s ease-out 0s 1 fadeIn;
      }
      @keyframes slideInFromLeft{
        0%{
          transform: translateX(-130%);
        }
        100%{
          transform: translateX(0);
        }
      }
      @keyframes slideInFromRight{
        0%{
          transform: translateX(300%);
        }
        100%{
          transform: translateX(0);
        }
      }
      @keyframes slideInFromBottomActive{
        0%{
          padding-bottom: 300px;
        }
        100%{
        }
      }
      @keyframes slideInFromTop{
        0%{
          opacity: 0;
          margin-bottom: -100%;;
        }
        100%{
          opacity: 1;
        }
      }
      @keyframes fadeIn{
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }

}
@media (min-width: 481px) and (max-width: 768px) {
    .text-container,#gallery{
        display: none;
    }

    .d-gallery{
      display: none;
    }



    .gallery-container {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
        font-size: .95em;
        margin: 0;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 80px auto 90px 90px;
        grid-template-areas:
          ". n n n n n n n n n n d"
          "m c c c c c c c c c c a"
          "s c c c c c c c c c c a"
          "s . . . . . . . . . . b";
        }

      .g-container{
        grid-area: c;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: 200px;
        grid-gap: 20px;
        grid-auto-flow: dense;
        overflow: auto;
        margin:0%;
        width: 100%;
        /*padding-right: 20px;  fix box-shadow on right side cutting off*/
      }
      /*scrollbar stuff*/
      .g-container {
          -ms-overflow-style: none;  
          overflow: -moz-scrollbars-none;  
      }
      .g-container::-webkit-scrollbar { 
          display: none;  
      }
      .g-container>div{
        z-index: 1;
        position: relative;
        padding: 0;
        overflow: hidden;
        /* box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
                    5px 5px 25px rgba(0,0,0,.1); */
        transition: all .3s ease-in-out;
      }
      .g-container div img{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        transition: all .6s ease-in-out;
      }
      .g-container>div, .g-container div img{
      /*   transition: all .6s ease-in-out; */
      }
      /*make bIG*/
      .g-container>div:hover, .g-container>div:hover img{
        transform: scale(1.05);
      }
      .g-container>div:hover img{
      /*   transform: scale(1.06); */
      }
      .card{
        padding: 0 !important;
        width: 100%;
        height: 50%;
        bottom: -50%;
        padding: 1em !important;
        box-sizing: border-box;
        background: rgba(255,255,255,.5);
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
      /*   transform: rotate(-90deg) translateX(-100%); */
      /*   transform-origin: 0% 0%; */
      }
      .vertical{
        grid-row: span 2;
      }
      .horizontal{
        grid-column: span 1;
      }
      .big{
        grid-row: span 2;
        grid-column: span 2;
      }

      
    
      .img-pop-up{
        position: fixed;
        display: none;
        align-items: center;
        justify-content:center ;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color:rgba(255, 255, 255, 0.9);
      }
      .img-pop-up img{
        width: 35%;
        border-style: solid;
        border-width: .2rem;
        border-color: rgba(0, 0, 0, 0.8);
        border-radius: 1rem;
      }
    
      .img-pop-up span{
        position:absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        font-size: 4rem;
      }
    
    
    
    
      
      /* Animation Stuff */
      *:not(a){
        animation: .5s ease-out 0s 1 fadeIn;
      }
      @keyframes slideInFromLeft{
        0%{
          transform: translateX(-130%);
        }
        100%{
          transform: translateX(0);
        }
      }
      @keyframes slideInFromRight{
        0%{
          transform: translateX(300%);
        }
        100%{
          transform: translateX(0);
        }
      }
      @keyframes slideInFromBottomActive{
        0%{
          padding-bottom: 300px;
        }
        100%{
        }
      }
      @keyframes slideInFromTop{
        0%{
          opacity: 0;
          margin-bottom: -100%;;
        }
        100%{
          opacity: 1;
        }
      }
      @keyframes fadeIn{
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }



}







/* @media screen and (max-width:992px){
    body{
        overflow: visible; 
        height: auto;
    
    }.text-container{
        display: none;
    }
    #gallery{

        width: 100vw;
        height: auto;
        position: relative;
    }.tile{
        border-radius: 1vmax;
        position: relative;
        margin: auto;
        padding: 20px;
    }.tile:hover{
        transform: none;
    }.tile:hover > img{
        opacity: 1;
        transform: none;
    }.tile > img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 1;
        border-radius: inherit;
        transition:  opacity 800ms ease,
        transform 800ms ease;
    }.tile:nth-child(1) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 0; 
    }.tile:nth-child(2) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-right: 0;
    }.tile:nth-child(3) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 0; 
    }.tile:nth-child(4) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-right: 0;
    }.tile:nth-child(5) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 0; 
    }.tile:nth-child(6) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-right: 0;
    }.tile:nth-child(7) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 0; 
    }.tile:nth-child(8){
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-right: 0;
    }.tile:nth-child(9) {
        background-color: transparent;
        height: 350px;
        width: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 0; 
    }.text-container{
        display: none;
    }h1{
        font-size: 58px;
    }
    #footer{
        position: relative;
    }#gallery{
        display: none;
    }.tab-img{
        display: block;
        height: 100%;
        width: 100%;
        background: black;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }.sec{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content:space-evenly;
        margin-top: 20px;
        margin-bottom: 10px;
    }.items{
        height: 350px;
        width: 250px;
        object-fit: cover;
        border-radius: 18px;
    }.items img{
        height: 350px;
        width: 250px;
        object-fit: cover;
        border-radius: 18px;
    }.text-container{
        display: none;
    }
    
}@media(max-width:567px){
    .text-container{
        display: none;
    }
    .sec{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 10px;
        gap: 20px;
    }
}
@media(max-width:367px){
    .items{
        height: 250px;
        width: 150px;
        object-fit: cover;
        border-radius: 18px;
    }.items img{
        height: 250px;
        width: 150px;
        object-fit: cover;
        border-radius: 18px;
    }
}
@media screen and (max-width:767px){
    #nav-containerid{
        background-color: var(--black);
    }.container-links > a > li{
        color: var(--white);
    }

    
    .text-container{
        display: block;
        width: 100%;
        text-align: center;
        top: 40px;
    }
} */