  	/* Modal styles */
    .modal {
      display: none;
      position: fixed;
      /* z-index: 1; */
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.4);
    }
  
    .modal-content {
      display: block;
      margin: auto;
      width: 80%;
      max-width: 800px;
    }
    
    .close {
      position: absolute;
      top: 10px;
      right: 10px;
      color: white;
      font-size: 30px;
      font-weight: bold;
      cursor: pointer;
    }
  
    /* Image styles */
    .col-2 {
      cursor: pointer;
    }
  




.bg-black{
    background-color: black;
}
h2,h3,h4,h5{
    text-transform: uppercase; 
     font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto Slab', serif;}
    p{
        font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
    }

.theme-btn1 a {
    position: absolute;
    bottom: 0%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #E9CB7D, #0a0a0a);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
  }

  .btn-orange{
    background-color: #ff9326;
  }
  .btn-green{
    background-color: #b2d413;
  }

  .btn-orange:hover{
    background-color: #fa9b3b;
  }
  .btn-green:hover{
    background-color: #c2e71a;
  }

.heading-font{
    font-size: 17px;
}
.text-font{font-size: 15px;}
.w-100{width:100% !important;}
.border{border: 1px solid red;}



