@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesLight';
    src: url('/fonts/coves/CovesLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesBold';
    src: url('/fonts/coves/CovesBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

html, body {
    height: 100%;
}

/* FOOTER */

.div-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-center-2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-center-3{
    display: flex;
    justify-content: center;
}

.footer-background > * {
    position: relative;
    z-index: 1;
}

.footer-background{
    position: relative;
    background-color: #333333;
    z-index: 1;
}

.footer-background::before {
    position: absolute;
    content: '';
    background-image: url('../img/owlcarousel/celhix_carousel_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.3; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 0;
}

.footer-background p{
    font-family: 'Inter';
    color: white;
}

.footer-image-logo img{
    object-fit: contain;
    width: 180px;
}

.footer-background .row{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-list ul li{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-list h3{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Inter";
}

.footer-background a{
    font-family: 'Inter';
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.footer-background a:hover{
    color: #39A78E  !important;
}

.contact-list img{
    object-fit: contain;
    width: 13px;
    margin-right: 4px;
}

ul li::marker {
    color: #39A78E;
}

.arion-design p{
    font-family: 'Inter';
    font-size: 14px;
}

.arion-design-images p{
    font-family: 'Inter';
    font-size: 14px;
}

.arion-design-images img{
    object-fit: contain;
    width: 18px;
    margin-top: 0;
    margin-right: 10px;
    padding-top: 0;
}

.arion-footer{
    display: flex;
    justify-content: end;
}

.arion-footer-rights{
    display: flex;
    justify-content: center;
}

.arion-footer-show{
    display: block;
}

.arion-footer-responsive{
    display: none;
}

.text-teal {
  color: #39A78E
}