li.nav-item.nav-scrollbar-item:nth-last-child(1) a {
color: #fff;
background-color: #935f37;
font-weight: 500;
border-radius: 4px;
border-bottom: none;
}
li.nav-item.nav-scrollbar-item:nth-last-child(1) a:hover {

background-color: #ca9d66;
}
li.nav-item.nav-scrollbar-item:nth-last-child(1) .nav-link::before {
    border-color: red;
    border-style: unset;
}

.h1start h1 {
font-size: 2vw;
}
@media only screen and (min-width: 1280px){
	
.h1start {
    top: 250px;
    left: 125px;
    position: relative;
    background-color: #ffffff94;
    width: 524px;
    padding: 29px;
}
}
@media only screen and (max-width: 1024px){
    .h1start {
    top: 250px;
    left: 125px;
    position: relative;
    background-color: #ffffff94;
    width: 524px;
    padding: 29px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 1080px){
.h1start {
    top: 43px;
    left: 7px;
    position: relative;
    background-color: #ffffff94;
    width: 524px;
    padding: 29px;
}
.h1start h1 {
    font-size: 3vw;
}}