
@import url('https://fonts.googleapis.com/css2?family=Allerta&family=Roboto:ital@0;1&family=Varela+Round&display=swap');

body {
  background-color: #000000;
}
.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
  position: relative;
  text-align: center;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}

@media only screen and (min-width: 610px) {
  #logo {
    width: 250px;
  }
 
}
@media only screen and (max-width: 600px) {
  #logo {
    width: 300px;
  }
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
}
@media (max-width: 600px) {
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
}
}
.gallery img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #333;
  transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: 0 0 32px #333;
}
.gallery video:hover {
  box-shadow: 0 0 32px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
.name_text {
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #DFC29E;
  text-shadow: 0.5px 0.5px 4px #DFC29E;
}
.image_contain {
  cursor: pointer;
}
.centered {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
  width: 100%;
  padding-bottom: 5px;
  color: #DFC29E;
  text-shadow: 0.5px 0.5px 4px #DFC29E;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 100%;
}
.column1 {
  float: left;
  padding-top: 10px;
}
@media only screen and (min-width: 900px) {
  .name_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .name_text {
    font-size: 13px;
  }
}

.btn {
  border: none;
  color: #f9d166;
  background: none;
  position: absolute;
  right: 1%;
  padding: 10px 10px;
  font-size: 46px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  margin-top: -60px;
}

.btn_share {
  border: none;
  color: #f9d166;
  background: none;
  border-radius: 50%;
  z-index: 99;width: 30px;
  cursor: pointer;
  float:left;
  /* padding: 5px;
 
 
  margin-top: -60px; */
}
@media only screen and (max-width: 600px) {
  .btn {
    font-size: 40px;
    margin-top: -80px;
  }
}




.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.textbox_class{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.share_btn_submit{
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  text-align: center;
  cursor: pointer;
}

.enquiry_btn{
    float: right;
    cursor: pointer;
    color: #DFC29E;
    text-shadow: 0.5px 0.5px 4px #DFC29E;
}

@media only screen and (max-width: 600px) {
  .enquiry_btn{
    font-size: 14px;
}
}