/* ********************************* START HERE********************************************** */


.column-wrap{
    font-family: "Roboto", sans-serif;
}

.column-wrap h1{
	font-weight: 900;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
    color: #2D2D32;
    
}


.box .download-section .eye-img,.download-img{
    cursor: pointer;
}

.box .download-section .eye-img:hover{
    background-color: #000000;
    color: white;
    transition: 0.4s;
}

.box .download-section .download-img:hover{
    background-color: #000000;
    color: white;
    transition: 0.4s;
}


/* form  */

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

.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}

.popup-content h2 {
    text-align: center;
}

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

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"] {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #f0e266;
    color: black;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

button:hover {
    background-color: black;
    color: #f0e266;
    transition: 0.4s;
}

button:focus {
    outline: none;
}

.disabled {
    opacity: 0.5; /* Example styling to visually indicate disabled state */
    pointer-events: none; /* Prevents clicks on disabled element */
  }

  /* .image-section{
    height: 245px;
  }

  .image-section img{
    height: 100%;
  } */

  