@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'BlackChancery';
  src: url('/fonts/changery.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logoText {
  font-family: 'BlackChancery', cursive;
}


body {
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;

}



@media only screen and (max-width: 768px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
}

 .nav-link {
            position: relative;
            transition: all 0.3s ease;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background: #301934;
            transition: width 0.3s ease;
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }

.logoText {
            background: #89591A;
            /* background: #B59410; */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }


.logo_color {
  filter: brightness(0) saturate(100%) invert(40%) sepia(91%) saturate(622%) hue-rotate(8deg) brightness(90%) contrast(92%);
}


.logocontainer_color{
    background-color: #49075C;
}
.text_color{
    color: #ffdc73 !important;
}
