lottie-player{ 
    position: relative;
    top: 0;
    left: 20%;
    width: 60%;
}
footer{
    display: none;
}
.error404-main {
    position: relative;
    height: 100%;
    min-height: 80vh;
}
.error-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
}
.error404-logo-text {
    font-size: 227px;
    font-weight: 700;
    color: #48c3d9;
    line-height: 1.1;
    padding-bottom: 15px;
    margin-block: 0;
}
.error404-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 20px;
}
.notfound-text {
    font-size: 60px;
    font-weight: 300;
    color: #48c3d9;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-block: 0;
}
.error-text {
    font-size: 30px;
    font-weight: 300;
    color: #878787;
    line-height: 1.2;
    margin-block: 0;
    width: 100%;
}
.error-home-btn {
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    background-color: #1596ac;
    font-size: 20px;
    border: 0;
    text-decoration: none;
    margin-block: 24px 10px;
    display: block;
    width: fit-content;
    margin-inline: auto;
    cursor: pointer;
}
.error-home-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}
.error404gif-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .error404-logo-text {
        font-size: 150px;
        padding-bottom: 0px;
        line-height: 0;
    }
    .error404gif-img {
        max-width: 120px;
    }
    .notfound-text {
        font-size: 42px;
    }
    .error-text {
        font-size: 24px;
    }
    .error-home-btn {
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .error404-logo-text {
        font-size: 150px;
        padding-bottom: 0px;
        line-height: 0;
    }
    .error404gif-img {
        max-width: 120px;
    }
    .notfound-text {
        font-size: 42px;
    }
    .error-text {
        font-size: 24px;
    }
    .error-home-btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .error404-logo-text {
        font-size: 150px;
        padding-bottom: 0px;
        line-height: 0;
    }
    .error404gif-img {
        max-width: 120px;
    }
    .notfound-text {
        font-size: 42px;
    }
    .error-text {
        font-size: 24px;
    }
    .error-home-btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .error404-logo-text {
        font-size: 100px;
        padding-bottom: 0px;
        line-height: 0;
    }
    .error404gif-img {
        max-width: 75px;
    }
    .notfound-text {
        font-size: 30px;
    }
    .error-text {
        font-size: 18px;
    }
    .error-home-btn {
        font-size: 14px;
    }
    .error-container {
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .error-text,
    .error-container {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
}
