.progress-container {
  margin: 10px 0;
  padding: 5px;
  background: #f8f9fa;
  border-radius: 4px;
}

.progress {
  height: 25px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #007bff;
  color: white;
  text-align: center;
  line-height: 25px;
  transition: width 0.3s ease;
}




h2 {
    color: var(--bs-secondary);
    font-size: 17px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
}

h6 {
    color: var(--bs-secondary);
    font-size: 17px;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.form-container {
    max-width: 350px;
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-container input[type="file"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
  font-size: 10px;
  margin-bottom: 10px;
}

.inputeclass {
  width: 150px;
  margin-top: -10px;
  margin-bottom: 10px;
  border: solid 1px var(--bs-primary);
  border-radius: 3px;

}

.form-container button {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: var(--bs-primary);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: solid 2px var(--bs-primary);

}

.form-container button:hover {
  background-color: var(--bs-secondary);
}

.form-container:nth-of-type(odd) {
  background-color: #d4cdcd;
}

.form-container:nth-of-type(even) {
  background-color: #e4e1e1;
}

.map-container {
width: 600px;
height: 250px;
margin-bottom: 5px;
border: solid 1px var(--bs-primary);
border-radius: 5px;
}

.h1-x {
  color: var(--bs-primary);
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 25px;
}

.h4-x {
  color: black;
  font-size: 17px;
}

@media only screen and (max-width: 800px) { 
.map-container {
width: 500px;
height: 250px;
margin-bottom: 5px;
border: solid 1px var(--bs-primary);
border-radius: 5px;
}
}


@media only screen and (max-width: 600px) {


    
    .form-containernew {
        max-width: 200px;
    }


    .form-container input[type="file"] {
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid var(--bs-primary);
        border-radius: 5px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .inputeclass {
        width: 150px;
        margin-top: -10px;
        margin-bottom: 10px;
        border: solid 1px var(--bs-primary);
        border-radius: 3px;

    }
    
    .form-container button {
        display: block;
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 5px;
        background-color: var(--bs-primary);
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
        border: solid 2px var(--bs-primary);

    }
    
    .form-container button:hover {
        background-color: var(--bs-primary);
        border: solid 2px var(--bs-secondary);

    }
    
    .form-container:nth-of-type(odd) {
        background-color: #d4cdcd;
    }
    
    .form-container:nth-of-type(even) {
        background-color: #e4e1e1;
    }

    .map-container {
      width: 400px;
      height: 250px;
      margin-bottom: 5px;
      border: solid 1px var(--bs-primary);
      border-radius: 5px;
  }
    
}


/*/////////////////////////////////////////////////////////*/



/*countup start*/
    
            .countupdiv {
                max-width: 400px;
                margin: 20px auto;
                padding: 20px;
                border: 2px solid #ccc;
                border-radius: 10px;
                background-color: #f9f9f9;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }
    
            #countdownForm {
                max-width: 400px;
                margin: 20px auto;
                padding: 20px;
                border: 2px solid #ccc;
                border-radius: 10px;
                background-color: #f9f9f9;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }
    
            #countdownForm label {
                display: block;
                margin-bottom: 10px;
                font-size: 18px;
                font-weight: bold;
            }
    
            #countdownForm input[type="datetime-local"] {
                width: calc(100% - 22px);
                padding: 10px;
                margin-bottom: 10px;
                border: 1px solid var(--bs-primary);
                border-radius: 5px;
                font-size: 16px;
            }
    
            #countdownForm button {
                display: block;
                width: 100%;
                padding: 12px;
                margin-top: 10px;
                border: none;
                border-radius: 5px;
                background-color: var(--bs-secondary);
                border: solid 2px var(--bs-primary);
                color: white;
                font-size: 16px;
                cursor: pointer;
                transition: background-color 0.3s;
            }
    
            #countdownForm button:hover {
                background-color: var(--bs-primary);
                border: solid 2px var(--bs-secondary);

            }
    
            .headingcount {
                font-size: 20px;
            }
  
  
  
  /*end*/
  

.toggle-button {
    padding: 10px 20px;
    border: none;
    background-color: var(--bs-secondary);
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 250px;
    height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 25px;
}





#searchLocation {
    margin-bottom: 10px;
}


.privacy {
    font-size: 50px;
    margin-top: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.lable1 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e3dfdf;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    border: solid 1px var(--bs-primary);
}

.lable2[type="radio"] {
    margin-left: 10px;
    accent-color: var(--bs-secondary);
}

.forcard {
    border: solid 1px var(--bs-primary);
    width: 300px;
    text-align: center;
}
.forcard1 {
    align-content: center;
}

.form-container .forcard {
  margin-left: auto;
  margin-right: auto;
}



.img-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .logo-overlay {
    position: absolute;
    pointer-events: none;
    padding: 10px; 
  }
  
  
  
  
  
  
  /* Image aspect ratios */
  .horizontal {
    aspect-ratio: 16 / 9;
  }
  
  .square {
    aspect-ratio: 1 / 1;
  }
  
  .new {
    aspect-ratio: 3 / 4;
  }
  
  .vertical {
    aspect-ratio: 9 / 16;
  }
 


  
  /* Modal styles */

.modal {
  background: rgba(31, 31, 31, 0.808);
  z-index: 9999;
  width: 100%;
  height: 100vh; /* Add this to make the modal full screen height */
  margin-left: auto;
  margin-right: auto;
  position: fixed; /* Add this to make the modal overlay */
  top: 0;
  left: 0;
}

.img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center; /* Add this to center the image horizontally */
}

.img-container img {
  max-width: 90vw; /* Set max width to 90% of viewport width */
  max-height: 90vh; /* Set max height to 90% of viewport height */
  border-radius: 10px;
  object-fit: contain; /* Change to contain to display full image */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: solid 1px white;
}

.img-container .logo-overlay {
    border: none;
}

.slide11 {
  position: absolute;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(46, 46, 46, 0.7);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  color:  var(--bs-secondary) !important;
  font-size: 2rem;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 99999;
  margin-top: 20px;
  bottom: 10px  ;
}

.slide11:hover {
  background: rgba(15, 14, 28, 0.9);
}

.slide11 i {
  color: #ccc;
}


.prev11 {
  left: 14%;
}

.next11 {
  right: 14%;
}







  
  
  /* Buttons styles */
  /* Grid styles */
  
  .btn8 {
    padding: 10px 16px;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    border: solid 1px var(--bs-secondary);
    color: var(--bs-primary);
    font-weight: 900;
  }
  
  .btn8:hover {
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
  }
  
  .header8 {
    text-align: center;
  }
  
  .row8 {
    display: flex;
    flex-wrap: wrap;
    padding: 4px;
    margin: 1%;
  }
  
  .column8 {
    flex: 25%;
    padding: 0 3px;

  }
  
  .column8 img {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    border-radius: 5px;
  }

  .column8 .square, .vertical, .horizontal{
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Nice shadow */
    cursor: pointer;
        border: solid 1px #0000005d;

  }
  
  .hidebt {
    display: none !important;
  }
  
  
  
  
  .h5size {
    font-size: 12px;
  }
  
  
  

  
  
  /* Language End */
  




  
/***************    <!-- Video Start -->      *************/



/* Video Start */

.video-container {
  width: 90%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
  margin-top: 40px;
}
.video-wrapper {
  width: 90%;
  height: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.play-button-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: auto;
 pointer-events: none;

#circle-play-b {
  cursor: pointer;
  pointer-events: auto;

svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
}
}

.play-button-wrapper2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
 
 #circle-play-b2 {
   cursor: pointer;
   pointer-events: auto;
 
 svg {
   width: 100px;
   height: 100px;
   fill: #fff;
   stroke: #fff;
   cursor: pointer;
   background-color: rgba(black, 0.2);
   border-radius: 50%;
   opacity: 0.9;
 }
 }
 }

 .play-button-wrapper3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
 
 #circle-play-b3 {
   cursor: pointer;
   pointer-events: auto;
 
 svg {
   width: 100px;
   height: 100px;
   fill: #fff;
   stroke: #fff;
   cursor: pointer;
   background-color: rgba(black, 0.2);
   border-radius: 50%;
   opacity: 0.9;
 }
 }
 }


 
 .play-button-wrapper4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
 
 #circle-play-b4 {
   cursor: pointer;
   pointer-events: auto;
 
 svg {
   width: 100px;
   height: 100px;
   fill: #fff;
   stroke: #fff;
   cursor: pointer;
   background-color: rgba(black, 0.2);
   border-radius: 50%;
   opacity: 0.9;
 }
 }
 }

@media only screen and (max-width: 600px) {
.video-container {
  width: 90%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
  margin-top: 0px;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
video {
  width: 100%;
  height: 100%;
  border-radius: 5px;    
}
.play-button-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
pointer-events: none;
}
#circle-play-b {
  cursor: pointer;
  pointer-events: auto;

svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
}
}



/* Video End */


#language-toggle {
  background: none;
  border: none;
  color: #fff;
}



/* Image grid container */
#image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* Always 3 columns */
  gap: 15px;
  margin-top: 20px;
  padding: 10px;

}

/* Image item container */
.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;

}

/* Styling for the uploaded image */
.uploaded-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the area */
  transition: transform 0.3s ease-in-out;
}

/* Container for the buttons */
.button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  gap: 10px; /* Space between the buttons */
}

/* Styling for buttons */
.image-item button {
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  transition: background 0.3s, transform 0.2s ease;
}

.image-item button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

/* Button styling for delete and change actions */
.delete-btn {
  border-color: red;
  color: red;
}

.change-btn {
  border-color: blue;
  color: blue;
}

.image-item button:focus {
  outline: none;
}



/* Style for the upload image form container */
#changeImageFormContainer {
  position: fixed;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Semi-transparent background */
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top of other elements */
}


@media (max-width: 768px) {
  #image-grid {
      grid-template-columns: repeat(4, 1fr); /* 2 columns on smaller screens */
  }
}
@media (max-width: 480px) {
  #image-grid {
      grid-template-columns: repeat(3, 1fr); /* 2 columns on smaller screens */
  }
}

