@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
.container {
    position: absolute;
    /* border: 1px solid black; */
    width:  100%;
   height: 100%;
   margin: 0;
   padding: 0;
   left: 0;
   top: 0;
  }
  
  .element {
    position: absolute;
    /* background-color: #ccc; */
    /* padding: 10px; */
    /* border: 1px solid black; */
  }
  .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 5rem;
    height: 4rem;
    box-sizing: border-box;
}


.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    opacity: 0;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-cover .button {
    position: relative;
    top: 50%;
    width: 82px;
    height: 50px;
    margin: -30px auto 0 auto;
    /* overflow: hidden; */
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 0;
}

.layer {
    width: 100%;
    background-color: transparent;
    border: solid 2px #fff;
    transition: 0.6s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "A";
    position: absolute;
    top: 10%;
    left: 5%;
    width: 40%;
    height: 65%;
    color: #03a9f4;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: .25rem;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.6s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
    content: "A";
    left: auto;
    right: 0;
    background-color: #fff;
}

#button-1 .checkbox:checked~.layer {
    background-color: transparent;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.6s ease all;
}

@keyframes buttonClick {
    0% { transform: scale(1); }
    50% { transform: scale(0.9); }
    100% { transform: scale(1); }
  }
  
  /* Apply the animation to the button */
  #button.clicked {
    animation: buttonClick 0.3s;
  }

  @keyframes flipAnimation {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal content */
.modal-con {
    height: 90%;
    background-color: black;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Close button */
.close {
    color: #faf9f9;
    margin-left: auto;
    font-size: 6.0vh;
    font-weight: bold;
    display: grid;
    border-radius: 50%;
    background: #403e3e;
    width: 6vh;
    height: 6vh;
    margin-right: 30px;
    min-width: 20px;
    place-items: center;
    place-content: center;
    position: absolute;
    z-index: 1;
    right: 0;
    
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
  }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.splash-screen {
    position: fixed;
    z-index: 3;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.loading-text {
    margin-bottom: 20px;
}
.logo_gif {
    width: 500px;
    max-width: 550px;
}

.progress-bar {
    max-width:266px;
    width: 80%;
    height: 23px;
    background-color: #ECF7EF !important;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    width: 0%;
    height: 40px !important;
    background-color: #0A7E33 !important;
    transition: width 0.3s ease;
}

/* .progress-bar {

    max-width: 266px;
    width: 80%;
    height: 12px;
    background-color: #ECF7EF;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    width: 5%;
    height: 100%;
    background-color: #0A7E33;
    transition: width 0.3s ease;
} */
.animate {
    transform: scale(1.1);
    
  }
  img {
    pointer-events: none; 
     -webkit-user-select: none; 
        -moz-user-select: none;
        -ms-user-select: none; 
        user-select: none;
}

.image-container {
    position: relative;
  }
  
  .image-container  {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Initially hide the image */
    transition: opacity 0.5s ease; /* Smooth transition effect */
  }
  
  .image-container:hover  {
    opacity: 1; /* Show the image on hover */
  }



  /* .toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
} */

.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
    
}

.toggle-label {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 30px;
    cursor: pointer;
}

.toggle-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 20px;
    height: 20px;
}

.toggle-input:checked + .toggle-label + .toggle-circle {
    transform: translateX(30px);
}

.toggle-input:not(:checked) + .toggle-label + .toggle-circle .on-icon {
    display: none;
}

.toggle-input:checked + .toggle-label + .toggle-circle .off-icon {
    display: none;
}

