::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #01161e;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1ea7bb, #00e1ff);
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #00e1ff, #1ea7bb);
  box-shadow: 0 0 10px #00e1ff88;
}

header.sticky .header_bottom {
    background-color: rgb(8 13 20 / 90%) !important;
}

h5 strong{color:#e4bc43 !important;}

.content, .content .container, .full_width {
    background-color: transparent !important;
}

.fraseHome span {
    background: linear-gradient(90deg, #d4af37, #f1c86b);
    font-size: 75px;
    padding: 0px 5px;
    font-weight: 600;
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Cormorant Garamond', sans-serif;
}

.fraseHome{
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -2px;
    }

.goldFrase{    background: linear-gradient(90deg, #d4af37, #f1c86b);
    color: #000;
    font-weight: 800;
    display: inline-block;
    padding: 20px;
    border-radius: 11px;}

.gradientItalic {background: linear-gradient(90deg, #d4af37, #f1c86b); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;}