/* Base Styles */
/*.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}*/

/* Clear floats after the columns */
/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/
.hideIt{
  display: none!important;
}
.showIt{
  display: initial;
}
.cookies {
  position: fixed;
  bottom: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  margin: auto;
  z-index: 9999999;
  align-items: center;
  left: 10px;
}

.cookies-content {
  display: flex;
  width: 100%;
  padding: 5px 12px;
  gap: 20px;
  border-radius: 0.3rem;
  text-align: center;
  background-color: white;
  flex-direction: row;
  justify-content: center;
  filter: opacity(0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: 'Montserrat';
  align-items: center;
}
.cookies-content button {
  background-color: black;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 0.3rem;
  font-size: 14px;
  cursor: pointer;
}

.popup-heading {
  font-family: Taviraj;
  font-size: 32px;
  text-align: center;
  color: #1b1a1a;
  padding: 10px 0px 20px;
}

.book-gb-btn {
  background: #353939;
  text-decoration: none;
  color: white;
  padding: 14px 0px;
  font-size: 20px;
  width: 160px;
  border-radius: 5px;
  text-align: center;
  display: block;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}


.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: #fafafa;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  border-radius: 5px;
  width: 25%;

  margin: 0 auto; 
  padding: 18px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.modal-content h2{
  text-align: center;
  padding-top: 10px;
  font-family: 'Montserrat';
  font-weight: 100;
  margin: 20px 0px;
  font-size: 25px;
  font-family: sans-serif;
}

.modal-content .optionBox select {
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.modal-content .optionBox select option{
  display: flex;
  justify-content: center;
  text-align: center;
}

.reqBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: black;
  border-radius: 5px;
  color: whitesmoke;
  height: fit-content;

  margin: 25px auto;

  width: fit-content;


}

.reqBtn a{
  text-decoration: none;
  color: whitesmoke;
  font-weight: 400;
  font-size: 15px;

  font-family: sans-serif;


  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background-color: black;
  border-radius: 5px;
  color: whitesmoke;
  height: fit-content;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}


#status-true{
  display: none;
  border-color: #c3e6cb;
  color: #155724;
  padding: 10px 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

#status-true span:nth-child(1) i{
  color: #155724;
  font-size: 30px;
}

#status-true span:nth-child(2){
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
}

#status-true span:nth-child(3){
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 10px;
}


#status-false{
  display: none;
  color: red;
  padding: 10px 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

#status-false span:nth-child(1) i{
  color: red;
  font-size: 30px;
}

#status-false span:nth-child(2){
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
}

#status-false span:nth-child(3){
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 10px;
}


#gtdBtn{
  display: none;
  background-color: black;
  color: whitesmoke;
  padding: 8px 13px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  font-size: 16px;
  font-family: sans-serif;
}


@media screen and (max-width: 1280px){
  .modal-content {
    margin: 0 auto;
    width: 50%;
    padding: 18px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }
}


@media screen and (max-width: 799px){
  .cookies {
    position: fixed;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    margin: auto;
    z-index: 9999999;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
}
  .cookies-content {
    display: flex;
    width: 98vw;
    padding: 5px;
    gap: 8px;
    border-radius: 0.3rem;
    text-align: center;
    background-color: white;
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 12px;

    font-family: 'Montserrat';
    align-items: center;
}

  .modal-content {

    margin: 0 auto;  /* Remove the default margin */
    width: 50%;
    padding: 18px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }

  .modal-content h2{
    font-size: 20px;
  }

  .modal-content .optionBox select {
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding: 15px;
    text-align: center;
  }

  .modal-content .optionBox select option{
    display: flex;
    justify-content: center;
    text-align: center;
  }

}

@media screen and (max-width: 600px){
  .modal-content {
    margin: 0 auto;  /* Remove the default margin */
    width: 80%;
    padding: 18px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }
}
