@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
.archivo{font-family: "Archivo Black", sans-serif!important;}
h1, .h1 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar{height: 100px}
.nav-item{color: #0a1f62 !important;
    transition: all 0.25s;
    background: linear-gradient(250deg, #d2b45a, #e2cf95);
    position: relative;}
.text-primary{color:#0a1f62 !important}
.lined{ background-repeat:no-repeat!important;
  background-size: 100%!important; background-image:url(https://imparta.com/images/relief-gol.svg), linear-gradient(160deg, #050f32, #0a1f62) !important;
  margin-top:-100px
}
a, .text-reset{color:#9e8744!important}
a.btn{color:#0a1f62!important; transition: all 0.25s; background: linear-gradient(250deg, #d2b45a, #e2cf95); position: relative}
a.btn:hover{transform: scale(1.02)}
a.btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 1.2em;
    width: 0;
    height: 100%;
    background-color: #e2cf95;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
a.btn:hover:after{
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bg-pearl {
    background: url(https://imparta.com/wp-content/uploads/2024/07/pearl1-scaled.jpg);
    background-size: 100% 100%;
    background-position-y: center;
}