
.releases-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    margin-top: 30px;
    background-color: 40px;

}
  
.picture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap:30px;
  justify-items: center;
  background-color: rgba(0, 0, 0, 0.433);
  padding: 5% 8%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.picture-grid a{
  text-decoration: none;
}

.picture-grid img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  cursor: pointer !important;
  transition: transform 0.5s, border-radius 0.5s; 
}
  
  .picture-grid img:hover{
    border-radius: 15px;
    
  }
  
  .gird-image-container{
    transition: scale 0.5s;
  }

  .gird-image-container:hover{
    scale: 1.1;
  }
  
  @media (max-width: 1000px) {
    .picture-grid {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
    }
  }
  
  @media (max-width: 790px) {
    .picture-grid {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 15px;
      column-gap:15px;
    }
      .picture-grid img {
        width: 160px;
        height: 160px;
      }
    }
  


  @media (max-width: 300px) {
    .picture-grid {
      grid-template-columns: repeat(1, 1fr);
    }

  }



  #songmodal{  
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-out;
    overflow-x: hidden;
  }
 
  


  .songmodalbg{
    position: fixed;
    z-index: -1;
    filter: blur(4px);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .songmodal .page-definition{
    margin-top: 3%;
  }

  .songmodal .container{
    margin-bottom: 14%;
    padding-bottom: 0%;
  }
  
@media (max-width: 900px) {
  .container h3{
    font-size: 18px;
    width: 100%;
  }
}

  .orderdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2.5%;
  }

  @media screen and (max-width: 768px) {
    .orderdiv{
      margin-top: 20px;
    }
  }

  .orderdiv label{
    color: white;
    font-weight: 1000;
  }

  .orderdiv select{
  padding:3px 2% 3px 1%;
  margin-left: 5px;
  background-color: rgb(220, 220, 220);
  color: rgb(0, 0, 0);
  font-weight: 700;
  }




  
#preloader{
position: fixed;
height: 100%;
width: 100%;
z-index: 10000;
display: flex;
justify-content: center;
align-items: center;
  /* ... existing styles ... */
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999;
}


.preload{
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 7%;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .preload{
    bottom: 12%;
  }
}

.zoompic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease-in-out;

-webkit-user-select: none; /* Safari, Chrome */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE, Edge */
user-select: none; /* Standard syntax */
pointer-events: none;
transition: transform 2s ease-in-out;
aspect-ratio: 16/9;
}



.zoompic.animate {
  transform: scale(5.2);
}

.zoompic.scaled-up {
  display: none;
}

.preloader-hide{
  display: none;
}

#preloader p{
  color: #ffffff;
  position: absolute;
  font-weight: 1000;
  opacity: 0.5;
  -webkit-user-select: none; /* Safari, Chrome */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE, Edge */
user-select: none; /* Standard syntax */
}

.african{
  top: 34%;
  left: 20%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
}

#preloader span{
  opacity: 0.9;
  color: #fcdf5c;
}

.treasure{
  bottom: 34%;
  right: 20%;
  font-size: 80px;
}

.africanthe{
top: 32%;
left: 26%;
  font-size: 50px;
  letter-spacing: 8px;
  opacity: 0.8;
}


@media screen and (max-width: 768px) {
  .african{
    font-size: 40px;
    top: 12%;
    left: auto;
    align-self: center;
  }
  .africanthe{
    font-size: 30px;
    top: 10%;
    left: auto;
  }
  .treasure{
    font-size: 40px;
    top: 17%;
    bottom:auto;
    right:auto;
  }
  #preloader p{
    opacity: 0.7;
  }
  .zoompic{
    filter: blur(2px) brightness(70%);
  }
}


.treasure.animate{
  animation: slide-right 1s forwards;
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}


.slideleft.animate {
  animation: slide-left 1s forwards;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}


.title-tag.animate-title {
  animation: slide-down 1s forwards;
}

.dropdownefx.animate-title{
  animation: slide-down 1s forwards;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}


/* EMAIL FORM */

.emailsubscribtion{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5% 0;
  background-image: linear-gradient(#020106,#000000f2);
  background-size: cover;
  background-position: right;
  background-repeat:no-repeat;
}

.emailpic {
  animation: saturatePulse 3s ease-in-out infinite;
}

@keyframes saturatePulse {
  0% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.5);
  }
  100% {
    filter: saturate(1);
  }
}


.emailsub-container{
  width: 70%;
  background-color: rgb(29, 29, 29);
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: #ffffff09 -4px 9px 10px;
  transition: all 0.3s ease-in-out;
}

.emailsub-container:hover{
  scale: 1.05;
}



.emailsub-left{
  width: 40%;
  
}

.emailpic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.7s ease-in-out;
}

.emailsub-right{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5% 0;

}



.navinpic li a.hover-animate {
  letter-spacing: 2px;
  font-weight: 700;
}

.navinpic li a.hover-animate::after {
  width: 100%;
}



.email-headings h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 1000;
  color: #fcdf5c;
  flex-direction: column;
  margin-bottom: 2%;
}

.email-headings h3{
    text-align: center;
    font-size: 30px;
    color: #eadea6;
    letter-spacing: 1px;
}

.email-headings p{
  color: white;
  text-align: center;
  font-size: 19px;
  margin-top: 20px;
padding: 0 15%;
}

@media screen and (max-width: 768px) {

  .emailsub-container{
    width: 80%;
  }


  .email-headings h1{
    font-size: 20px;
    margin-top: 1%;
  }
  .email-headings h3{
    font-size: 16px;
    margin-top: 4%;
  }
  .email-headings p{
    font-size: 16px;
    padding: 0 1%;
  }

  .sub-button{
    padding: 5px 8px;
    font-size: 12px;
  }
  .emailpic{
  object-position: 50% 0%;
  }
}


.emailsub-right form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.emailsub-right form input{
  width: 90%;
  height: auto;
  margin-top: 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fcdf5c;
  font-size: 20px;
  color: white;
  margin-left: 10px;
}

.emailsub-right form input:focus{
  outline:none;
  border-bottom: 2px solid #498ec6;
}

.sub-button{
padding: 10px 20px;
font-size: 16px;
font-family:"Josefin Sans", sans-serif;
font-weight: 700;
cursor: pointer;
background-color: #fcdf5c; /* 44a0b0 */
border: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
margin-top: 30px;
}

.sub-button:hover{
background-color: #44a0b0;
color: white;
}

.sub-button:active{
  background-color: #3b6d96;
  color: white;
}

#popupsub {
  width: 60%;
  background-color: rgb(29, 29, 29);
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: #ffffff1a -4px 9px 10px;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90000;
  display:none;
 
}

@media screen and (max-width: 768px) {
  #popupsub {
    width: 90%;
  }
  
}

.popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.781);
  z-index: 1;
}

#close-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

body.popup-open {
  overflow: hidden;
}

/* Successful Submit */

.successful-submit{
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(29, 29, 29);
  z-index: 1;
  padding: 20px 20px;
  border-radius: 14px;
  box-shadow: #ffffff1a -4px 9px 10px;
}

.successful-submit h1{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 1000;
  color: #fcdf5c;
}



.sub-text{
  font-size: 18px;
  color: #faf5e0;
}

.sub-textii{
  font-size: 16px;
  margin-top: 6px;
  color: white;
}

.successful-submit a{
  text-decoration: none;
  color: #43a8fa;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}


