@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
--primary-color: #a90a86a3;
--primary-color-rgb: 169, 10, 134, 0.64;
--secondary-color: #828080;
--secondary-color-rgb: 130, 128, 128;
--bg-color: #EAE9E1;
--body-font: "Roboto";
--body-font-color:#404040;
--body-font-size: 18px;
--title-font-color:#222222;
--title-font-weight: bold;
}

html,body,section{
    background: var(--bg-color);
}

.header-light #mainmenu>li>a{
    font-weight: bold;
}

footer{
    padding: 80px 0;
}

.text-fit,.d-menu-1 li a{
font-weight: 500;
}

.subtitle{
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    background: rgba(255, 255, 255, .2);
    padding: 2px 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.d-skills-bar .d-bar .d-progress-line{
    background: #ddd;
}

a.btn-main,
a.btn-main:hover,
a.btn-line,
input.btn-line{
    color:#ffffff;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.de-marquee-list .d-item-txt{
    font-size: 40px;
    line-height: 1.6em;
    margin: 0 40px;
    color:#ffffff;
}

.de-marquee-list .d-item-txt:nth-child(even){
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: 0;
}

.de-marquee-list .d-item-circle {
    transform: translateY(0px);
    background: var(--primary-color);
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before{
    color:#000000;
}