

  


  .block-one {
    width: 100%;
    height: 95%;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 8px;
  }
 
  
  
  .block-two {
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 20px;
    margin: auto;
    margin-top: 20px;
    background-image: url(/6.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 200px, 200px;
    background-color: white;
  }
  .cora {
    width: 50%;
    height: 50%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
  }
  .cora img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .link2 {
    width: 90px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: var(--extra);
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: var();
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Righteous", cursive;
  }
  
  
.talk{
    width: 50%;
    height: 92px;
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--font13);
    background-color: var(--lock);
    backdrop-filter: none;
    padding: 2px;
    font-weight: 500;
    color: var(--textcolor2);
    cursor: pointer;
    transition: ease-in-out 0.2s;
}
  
  #flat{
    width: 100%;
  }

  .k1{
    left: -0px;
    top: 33%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .k2{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: -0px;
    top: 33%;

  }
.k3{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -0px;
    top: 33%;
}
  
  /* .cora:hover >.talk{
    color: gold;
  }  */
  
  @media screen and (max-width : 500px) {
    .block-two{
      height: 250px;
    }
  }
  
  
  
  