﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --dna-font-en: "Work Sans", sans-serif !important;
}
body, p, .card, .ani-list {
    font-family: var(--dna-font-en);
}
body {
    font-size: 1em;
}

p {
     
    font-size: 1.6em;
    font-weight:300;
 
     
}
 
.ani-list {
    
    font-size: 1.5em;
    line-height: 2em;
    font-weight:300;
}



.hb-fill-right-bg::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    transition-duration: 0.3s;
    z-index: -1;
    inset: 0px auto auto 0px;
    width: 0px;
    height: 100%;
    opacity: 1;
}


.hb-fill-right-bg:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


.hb-fill-right-bg:hover {
    color: #fff;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    
}
.card {
    text-align: left;
}

.res .details p {
    color: var(--primary-color);
    padding: 0 15px;
    font-size: 1.2em;
}

.res .details .date-label {
    color: #888;
    font-size: .8em;
}

.objective-text {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 1.5em;
     
    line-height:1.2em !important;
}
.rigDotList {
    display: none;
}

.rigTitle {
    font-size: 3em !important;
    letter-spacing: .05em !important;
    font-family: var(--dna-font-en);
    animation: zoomIn 2s ease-in-out forwards;
}
