.card1s-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .card1 {
    margin: 30px auto;
    width: 200px;
    height: 200px;
    border-radius: 30px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
  }

  .imgf{
    width: 25%;
    
  }
  
  .card1 .card1_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
  }
  
  .card1 .card1_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
  }
  
  .card1 .card1_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: -80px;
    height: 40px;
  }
  
  .card1:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
      -5px -5px 30px 15px rgba(0,0,0,0.22);
  }
  
  .cardhome:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
      -5px -5px 30px 15px rgba(0, 0, 0, 0.48);
  }

  .title-white {
    color: white;
  }
  
  .title-black {
    color: rgb(240, 164, 1);
  }
  .title-blue {
    color: rgb(6, 94, 153);
  }
  
  @media all and (max-width: 500px) {
    .card1-list {
      /* On small screens, we are no longer using row direction but column */
      flex-direction: column;
    }
  }
  
  
  
  /*
  .card {
    margin: 30px auto;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
    transition: 0.4s;
  }
  */

  hr.new1 {
    
    border-top: 3px dotted rgb(249, 249, 249);
    border-radius: 4px;
  }

  /*Self typing css*/
  /* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: rgb(3, 88, 145);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .10em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 80% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }

}

.overflow {
  background-color: rgb(230, 235, 236);
  width: auto;
  height: 800px;
  overflow: scroll;
}

div.ex3 {
  background-color: #add8e6;
  width: 110px;
  height: 110px;
  overflow: auto;
}

.projectlogos{
  border-radius: 50%; 
  margin-left: 25%; 
  margin-top: 5%;
  margin-bottom: 2%;
  width:50%;
}

.lessonlogos{
  border-radius: 50%; 
  width:2em;
  float: inline-start;
}

.advert{
  background-image: url("https://www.helloskola.cz/gymnazium/wp-content/uploads/sites/3/2022/05/20210921_131240-scaled.jpg");
background-size: contain;
background-repeat: no-repeat;
}

.star-progress {
  width: 100%;
  background-color: #e0e0e0;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #007bff;
  transition: width 0.3s ease-in-out;
}

.progress-label {
  color: #000;
  font-weight: bold;
  margin-top: 5px;
}


.imgLink { border: none; background: none; }
.imgLink img
{
  height: 8rem;
}
.imgLink:active img, .imgLink:focus img
{
  height: 16rem;
}

.split-background {
  background: linear-gradient(90deg, #ff5733 50%, #3498db 50%);
  height: 100vh; /* Adjust the height as needed */
}


body {
  background-color: #eee
}

.card {
  background-color: #fff;
  border: none
}

.form-color {
  background-color: #fafafa
}

.form-control {
  height: 48px;
  border-radius: 25px
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #35b69f;
  outline: 0;
  box-shadow: none;
  text-indent: 10px
}

.c-badge {
  background-color: #35b69f;
  color: white;
  height: 20px;
  font-size: 11px;
  width: 95px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px
}

.comment-text {
  font-size: 13px
}

.wish {
  color: #35b69f
}

.user-feed {
  font-size: 14px;
  margin-top: 12px
}

/* Image gallery*/

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
