.bar-separator-3{
  height: 3px;
  background-color: #A064F1;
  margin-top: 30px;
  margin-bottom: 30px;
}  

.last-block{
    background-attachment: fixed;
    background-size: cover;
    background-image: url(images-bg/wrist-watches-for-me.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    height: 100vh;
}

.navbar-collapse { flex-grow: 0;}

h1{color: #0EC400;}

h2{color: #A064F1;}

h3{color: #DCAD30;}


li a {
    text-decoration: none;
    color: rgb(13, 110, 253);
}

.nav-link{color: rgb(13, 110, 253);}
.nav-link:hover{color: rgb(13, 110, 253);}

.nav-link{color: rgb(13, 110, 253);}
.nav-link:hover{color: rgb(13, 110, 253);}




li a:hover {text-decoration: none;}

li a {
  position: relative;
}

li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background: #000;
  width: 0;
  transition: 0.3s;
  background-color: rgb(13, 110, 253);
}

li a:hover:after{
width: 100%;    
}

li a.active:after {width: 100%;}


.navbar-nav .nav-link.active       {
    color: rgb(13, 110, 253);
    width: 100%;   
}
.navbar-nav .nav-link.active:hover {color: rgb(13, 110, 253);}