.line-wrap{display: flex;align-items: center; padding-bottom: 100px; float: right;}
.line-dot{width: 13px;height: 30px;border-radius: 7px;background-color:#b97e2f;display: inline-block;}
.line{width: calc(100% - 15px);height: 3px;background-color: #b97e2f;display: inline-block;}

/* .text-color{
    font-family: RedHatDisplay;
    font-size: 20px;
} */
  .text-black{
    font-size: 35px;
/*    letter-spacing: px;*/
    font-family: PlayfairDisplay;
    color: #050506;
  }


  section-row1{
    position: absolute;
    left: 80%;
    padding-top: 80px;                
    height: 120px;
  /* border: 3px solid green; */
  }
  .rounded-text {
    width: 15.625rem;
    height: 15.625rem;
    text-transform: uppercase;
    transform: rotate(-103deg);
    color: #fff;
    font-weight: bold;
    z-index: 1;
    font-family: 'cousine',monospace;
    /* margin-right: 50px; */
  }
  /* .white {
    fill: #fff;
  }
  .yellow {
    fill: #ffda2a;
  }
  .green {
    fill: #00d3b9;
  } */
  .red{
    fill: red;
  }
  @keyframes rotating {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  .rotating {
    animation: rotating 20s linear infinite;
  }
  .coloring {
    animation: coloring 12s linear infinite;
  }
