body {
  margin: 20px auto;
}

h2,span{
  font-family: montserrat,helveticaneue,helvetica neue,helvetica-neue,Helvetica,Arial,sans-serif;

}

#galleria {
  height: 500px;
 
}

 .line{
    width: 150px;
    height: 1.7px;
    background-color: #e1e1e1;
  }

  .s_line{
    width: 57px;
/*    height: 1.7px;*/
    margin-top: 27px;
    opacity: 30%;
    border: 1px solid black ;
    transform: rotateZ(90deg);
  }

  .detailP{
    opacity: 80%;
    font-size:15px;
  }

  .circle{
    display: inline-block;
    background-color: #219ebc;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }

  .icon_entry{
    height: 100%;
    width: 100%;
  }

  .icon_entry_1{
    position: absolute;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
  }

  .icon_entry_2{
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    font-size: 15px;
  }



/* Share Links */

:root {
  --body: #1b1d36;
  --card: #232546;
  --icons: #2f315c;
  --hover: #ea4c89;
  --button-hover: #ff5722;
  --link-color: #5b60bf;
  --shadow: 0 0 5px var(--hover), 0 0 25px var(--hover), 0 0 50px var(--hover),
    0 0 100px var(--hover);
}

.cardLinks {
/*  min-height: 10%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--body);
}

.cardLinks {
  background: var(--card);
/*  height: 30.3rem;*/
  width: 30.1rem;
  padding: 4rem;
/*  display: flex;*/
/*  flex-direction: start;*/
  font-family: system-ui;
  border-radius: 0.6rem;
}
.cardLinks h2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}
.cardLinks .links {
  display: flex;
  list-style: none;
  gap: 1rem;
  margin-top: 1.5rem;


}

.cardLinks .links a {
  color: #fff;
  display: block;
  height: 3rem;
  width: 3rem;
  text-decoration: none;
  display: flex;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: box-shadow 0.2s, background 0.3s;
  background: var(--icons);
}

.cardLinks .links a:hover {
  background: var(--hover);
  box-shadow: var(--shadow);
}
.cardLinks .clipboard {
/*  margin-top: 20px;*/
  width: 100%;
}
.cardLinks .clipboard__copy {
  background: var(--body);
  width: 50%;
  margin-top: 1.3rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0.4rem;
}
.cardLinks .clipboard__copy__link {
  font-size: 1rem;
  color: #fff;
}
.cardLinks .clipboard__copy__button {
  font-size: 1rem;
  color: var(--link-color);
  text-decoration: none;
  position: relative;
  z-index: 4;
}
.cardLinks .clipboard__copy__button::before {
  content: "";
  width: 0;
  height: 0.1rem;
  position: absolute;
  background: var(--button-hover);
  bottom: 0.1rem;
  transition: width 0.3s;
  will-change: width;
  left: 0;
  z-index: -1;
}
.cardLinks .clipboard__copy__button:hover::before {
  width: 100%;
}

@media only screen and (max-width: 430px){
  .line{
    margin: 0 auto !important;
    width: 100px;
    height: 1.7px;
    background-color: #e1e1e1;
  }

}

@media only screen and (max-width: 512px){
 

  #content{
     margin-left: 0px !important;
  }
}



@media only screen and (max-width:600px){
  .cardLinks .links{
    margin-right: 10px !important;
  }

  .cardLinks h2{
    font-size: 1rem;
  }


  .cardLinks{
    width: 90% !important;
    margin:0 auto;
  }

  .clipboard h2{
    font-size: 1rem;
  }

  .clipboard .buttonCopyToClipboard{
    padding:0px !important;
    margin-left: 10px !important;
  }

/*Button Icon*/
  cardLinks .links a {
  color: #fff;
  display: block;
  height: 3rem;
  width: 3rem;
  text-decoration: none;
  display: flex;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: box-shadow 0.2s, background 0.3s;
  background: var(--icons);
}

}

.copyClipboardIcon{
  display: none;
}

@media only screen and (max-width: 991px){
  .copyClipboardIcon{
    display: block !important;
  }

  .clipboard{
    display: none;
  }
}

