

body {
  font-family: "Montserrat";
}

#navTitle {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 1rem;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    /* display: flexbox; */
}

#rectangle {
    width: 27px;
    height: 9px;
    top: 0.625rem;
    left: 0.063rem;
    border-radius: 4.5px;
    background: linear-gradient(96.34deg, #E537B9 0%, #C040DF 100%);
    margin-left: 4vw;
}

#title {
    margin-left: 4vw;
    font-size: 1.4rem;
}

#headerTitle {
    margin-left: 8vw;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

#headerSubtitle {
    margin-left: 8vw;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #858585;
    font-family: Montserrat;
}

  #accordionId1,#accordionId2,#accordionId3 {
    position: relative;
    margin-left: 8vw;
  }

  #heading1,#heading2,#heading3{
    margin-left: 8vw;
  }
  
  .card {
    border: none;
    margin: 1rem;
  }


  .carousel-control-prev,
  .carousel-control-next {
    width: 0px;
    position: absolute;
  }


  @media only screen and (max-width: 480px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      /* display: block; */
      position: absolute; 
      width: 15px; 
      filter: invert(100%);
    
    
    }
}

  @media only screen and (min-width: 480px) {
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      display: block;
      position: absolute; 
      top: 1rem; 
      width: 15px; 
      height: 100%; 
      background-color: rgba(14, 13, 13, 0.84);
      /* background-color: rgba(219, 207, 207, 0.84); */
      border-radius: 1rem;
      filter: invert(100%);
    }
  } 
  

 
  .carousel-control-prev-icon {
    right: 0rem;
  }

  #author {
    display: flex;
    align-items: center;
  }

  #author div {
    margin: 0;
    padding: 0;
  }

  #dot {
    height: 5px;
    width: 5px;
    background-color: rgb(91, 88, 88);
    border-radius: 50%;
  }
  

  img {
    border-top-left-radius: 10px;
    border-top-right-radius:10px;    
    width: 100%;
  }
  
  img:hover {
    filter: brightness(50%);
  }

  .accordion-item {
    border: none;
  }
  

  .accordion-button:not(.collapsed) {
    border: none; 
    outline: none;
    background: transparent;
    color: #737373;
  }

  .accordion-button::after {
    /* display: none; */   
    /* width:100%; */
    /* add the button in front */
  }
 
  

