.text-blue{
    color: #0d83fd;
}
.text-yellow{
    color: #edbe7b;
}

.main-color{
    color: #edbe7b !important;
}

.main-bg{
    background-color: #ffbb5c !important;
    border: #ebcca2;
}

.main-bg-hover:hover{
    background-color: #d68f31 !important;
    border: #ebcca2;
}


#anim{
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
}

#anim span:nth-child(1) {
    animation-delay: 0s;
}

#anim span {
    position: relative;
    transition: all 0.3sease;
    display: inline-block;
    animation: wave-1 2.4sease infinite;
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
}