@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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,800;1,900&display=swap');

* {
    font-family: 'Work Sans', sans-serif !important;
}


.bg-dark {
    background-color: rgba(51, 50, 50, 1) !important;
}

/*Intro*/

.text-rose-400 {
    color: #ed7769;
}

.text-sky-300 {
    color: #73b8b5;
}

.text-red-500 {
    color: #e21d39;
}

.text-yellow-400 {
    color: #d8b482;
}

.text-gray {
    color: gray;
}

/*Home images*/
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}


.hover-4 img {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hover-4-description {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 0 1rem;
    z-index: 99;
    transform: translateX(-1.5rem);
    opacity: 0;
    transition: all 0.3s;

}

.hover-4:hover::after {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

/*Scroll*/
.scroll{
    color:#fff;
    margin-top:100px;
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5,76%,62%,.8);

}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    border-radius: 10rem;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
}

.height{
    height:3000px;
}



.accordion-item
{
    background: none !important;
}

.accordion-flush .accordion-item:first-child  {
    border-bottom: 0;
}

.btn-link {
    color: gray;
    outline: none !important;
  box-shadow: none !important;
}

.btn-link:hover {
    color: lightgray;
}