
nav a {
  text-decoration: none;
  color: black;
  padding: 8px 16px;
  transition: color 0.3s ease;
  transition: opacity 0.2s ease;
  font-weight: 200;
}

nav a:hover{
  opacity: 0.5;
}

nav a.active {
  color: #0079ff;}

.c-container{
  width: 100%;
  background-color: rgba(255, 0, 0, 0);
  bottom: 0;
  height: 100%;
  padding-bottom: 20px;
  position: sticky;
display: flex;
justify-content: center;
z-index: 999;
}

      .c{
        backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.555);
  border: 1px solid #9f9f9f;
  -webkit-backdrop-filter: blur(15px);
  border-radius: 100px;
  transition: 0.5s ease-in-out;
animation: c 1s ease forwards;
display: flex;
justify-content: center;
align-items: center;

}

.c:hover{
  box-shadow: 0 0 15px -4px #0054b5;
  border: 1px solid #004ba1;
}
.navI{
  animation: Csub 0.3s 1.1s ease-in-out forwards;
  opacity: 0;
  transition: 0.3s ease;
}

.navI a{
  color: rgba(255, 255, 255, 0.716);
}

@media only screen and (max-width: 600px) {
  .c-container{
    display: none;
  }
 
  .abtContent {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6; /* Improves readability */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .C3C{
    width: 90%;
    height: 200px;
    border-radius: 15px;
    background-image: url("Images/DSC09363-Enhanced-NR.jpg");
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    }
  .C4C{
width: 90%;
  }
}


@keyframes Csub{
    100%{
opacity: 1;
    }
}

@keyframes c{
0%{
    opacity: 0;
    width: 0px;
    height: 0px;
}
20%{
    opacity: 0.4;
    width: 20px;
    height: 20px;
}
50%{
    opacity: 0.6;
    width: 50px;
    height: 50px;
}
100%{
    opacity: 1;
    width: 400px;
    height: 50px;
}
}

/* Orginal starts here */


/* General Styles */
body {
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: "Poppins", sans-serif;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  h2{
    font-size: 3em;
    font-weight: 300;
    margin: 0.5em 0 0 0;
    color: #508ac9;
    text-shadow: 0 0 5px #0079ff;
  }
  
  /* Typography Classes */
  .poppins-light {
    font-weight: 300;
  }
  
  .poppins-medium {
    font-weight: 500;
  }
  
  .poppins-bold {
    font-weight: 700;
  }
  
  /* Main Image Section */
  .mainImg {
    background-image: url("Images/DSC03365.jpg");
    background-size: cover;
    aspect-ratio: 4015 / 2094;
    display: flex;
    justify-content: end;
    background-position: center;
  }
  
  /* Header Section */
  .webh {
    text-align: center;
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.4s;
    justify-content: right;
    z-index: 2;
    display: flex;
    padding: 20px;
    mix-blend-mode: difference;
  }
  
  .webh img {
    width: 5em;
    height: auto;
    transition: width 0.4s;
    opacity: 100%;
    margin-right: 3vw;
    transition: all 0.4s;
    z-index: 2;
    cursor: pointer;
  }
  

  /* Releases Section */
  .releases-container {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 71.43%, rgb(0, 0, 0));
    background-color: rgba(7, 23, 37, 0.83);
    }
  
  .rlsText {
    margin-top: .5em;
    font-weight: 300;
    font-size: 3em;
    text-shadow: #56647a 10px 0 50px;
  }
  
  .rlsToggle {
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: row;
    padding: 0.2vw;
    width: auto;
    height: auto;
    background-color: #000000;
    border: 2px #56647a solid;
    justify-content: center;
    font-weight: 300;
    font-size: .8em;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .slctBox {
    width: auto;
    padding: 0 1vw;
    border-radius: 50px;
    background-color: #000; /* Default background */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transitions */
    position: relative; /* For smooth movement */
  }
  
  /* Active state */
  .rlsToggle .slctBox.active {
    background-color: #56647a; /* Active background color for selected option */
  }
  
  /* Smooth transition between the selected options */
  .rlsToggle .slctBox:first-child.active {
    z-index: 1; /* Ensure the first item (Singles) is on top when active */
  }
  
  .rlsToggle .slctBox:not(.active) {
    background-color: #000; /* Default background for unselected option */
  }
  
  .rlsToggle .slctBox {
    flex-grow: 1; /* Allow the boxes to take equal width */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .singles{
  display: flex;
  
  
  }
  .card{
    display: flex;
    width: auto;
    height: auto;
    background-color: #00000000;
    border: #56647a 2px solid;
    flex-direction: row;
    gap: 1vw;
    border-radius: 2em;
  }
  
  .cardText{
    align-items: start;
    justify-content: center;
    display: flex;
    font-weight: 700;
    flex-direction: column;
    text-align: start;
    padding:  0 0 0 2vw;
  }
  .abt {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .abtDiv {
    padding: 1vw;
    width: 80%;
    height: auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    border-radius: 35px;
    margin: 2vw;
    border: #003282 2px solid;
    box-shadow: 0 0 55px -6px #004178a1;
    z-index: -1;
  }
  
  .abtImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-right: .8rem; /* Adds space between the image and the text */
  }
  
  .abtContent {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6; /* Improves readability */

  }
  .C3C{
    border-radius: 15px;
    background-image: url("Images/DSC09363-Enhanced-NR.jpg");
    background-size: cover;
    background-position: center;
    }

@media only screen and (max-width: 900px) {
 
  .abtContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .C3C{
    width: 85%;
    height: 200px;
    }
  .C4C{
width: 90%;
margin-top: 10px;
text-align: center;
  }
  .endmob{
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .abtContent {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;

  }
  .C3C{
    width: 23%;
    height: auto;
    margin-right: 8px;

    }
  .C4C{
width: 77%;
  }
}


  .contact {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4015 / auto;
    z-index: 1;
  }

  .eff-CS{
    z-index: 2;
    background: radial-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 1) 71.43%, rgb(0, 0, 0));    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("Images/DSC04173.jpg");
    background-size: cover;
    background-position: center;
    background-color: #cccccc00; /* Optional transparent background */
  }
  .contact::before {
    background-color: rgba(255, 255, 255, 0.5); /* Light semi-transparent background */
  }
  
  
  .contact-container {
    position: relative;
    width: 80%;
  
  }
  

  
  @media only screen and (min-width: 600px) {
    .cntDetails {
      display: flex;
      flex-direction: row;
    }

  }
  
  .cntContent1{
    width: 40%;
  }
  
  .bookings{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top:2em;
 }
  
  .form-container {
    margin: 1em;
    text-align: center;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid rgb(74, 74, 74);
    background-color: rgb(16, 16, 16);
  }
  
  .form-container h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0.9em;
    color: rgba(255, 255, 255, 0.8);
  }
  
  form {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  
  form input, form textarea {
    display: block;
    width: 95%;
    margin: .1em;
    padding:  0.6em;
    border-radius: 25px;
    background: #43434353;
    -webkit-backdrop-filter: blur(10px);
    border: none;
    outline: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(104, 104, 104);  
    font-family: "Poppins", sans-serif;
    font-weight: 200;
  }
  
  form textarea {
    resize: none;
  }

  form ::placeholder{
    color: rgb(201, 201, 201);
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding-left: 0.2em;
  }
  
  .subBtn{
    padding: 0 3em 0 3em;
    border-radius: 3em;
    font-family: "Poppins";
    font-weight: 200;
    border: none;
    width: auto;
    height: 3em;
    margin-top: 1.2em;
    margin-bottom: 1em;
    font-size: 14px;
    box-shadow: 0 0 19px -4px #003e85;
    border: 1px solid #004ba1;
    cursor: pointer;
    background-color: #0079ff;
    color: black;
    transition: 0.3s ease;
  }

  .subBtn:hover{
    opacity: 0.5;
  }
  .subBtn:active{
    opacity: 0.2;
  }
  @media only screen and (max-width: 600px) {
    .singles{
      flex-direction: column;
    }
    .abtDiv{
      padding: .5em;
      width: 85%;
      height: auto;
      background-color: rgba(255, 0, 0, 0);
      border-radius: 35px;
      margin: 3vw;
      border: #003282 2px solid;
    box-shadow: 0 0 55px -6px #004178a1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .abtImg {
      height: 6em;
      border-radius: 20px;
      float: left; /* Ensures the image floats to the left */
      margin-right: .8rem; /* Adds space between the image and the text */
    }
    
    .abtContent {
      width: 100%;
      font-size: .8em;
      font-weight: 300;
      line-height: 1.6; /* Improves readability */
      overflow: hidden; /* Ensures container handles floated content properly */
    }
    h2{
      font-size: 3em;
  text-align: center;
    }
    .mainImg{
      aspect-ratio: 1000/2000;
    }
    .logo {
      opacity: 100%;
      width: 1.5em;
      height: auto;
      margin-top: -4vw;
      margin-right: -3vw;
      transition: all 0.4s;
    }
    .cntDetails{
      display: flex;
      flex-direction: column;
    }
    .cntContent1{
      width: 100%;

    }
    .cntText h2{
      text-align: start;
    }


    .bookings{
      display: flex;
      width: 100%;
      justify-content: center;
      flex-direction: row;

    
    }
    .form-container {
      width: 90%;
    }
    
  }
  .cntContent1 button{
    background-color: rgb(0, 0, 0);
border: 1px solid grey;
width: auto;
height: auto;
border-radius: 100px;
display: flex;
justify-content: start;
align-items: center;
padding: 0 8px 0 0px;
cursor: pointer;
margin-top: 8px;
transition: 0.5s ease;
  }

  button img{
    width: 28px;
    opacity: 1;
    }

  button p{
    margin: 0;
    color: white;
    font-family: Poppins;
    font-weight: 200;
    transition: 0.5s;
  }
  button:hover p{
    color: #0077ff; 
  }
  button:hover img{
opacity: 0.5;
  }
  button img{
transition: 0.3s ease;      }
  .cntContent1 button:active{
    border: 1px solid #76B4FF;
  }
  .cntContent1 button:hover{
    box-shadow: 0 0 19px -4px #003e85;
    border: 1px solid #004ba1;

  }

  .eff-CS2{
    background-image: url("Images/DSC05923.jpg");
background-size: cover;
background-position: center;

}


.eff-CS3{
background: radial-gradient(rgb(22 36 50 / 31%) 24.13%, rgb(0 0 0 / 75%) 80.5%, #000000);
    
}

.spimg{
  transform-style: preserve-3d;
  width: 300px; height: 350px;
  filter: drop-shadow(0 0 30px rgb(39, 78, 107));}

  
  form input:focus {
    border: 1px solid #ffffff !important;
    outline: none !important;
  }


form input {

  transition: 0.3s;
}