@font-face {
    font-family: "Roboto";
    src: url("/images/font/robotoRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("/images/font/robotoMedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoLight";
    src: url("/images/font/robotoLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFFFFE;
}

*,
::after,
::before {
    box-sizing: border-box;
}
.fs-7 {
    font-size: 0.8rem!important;
}

.container-tellubase {
    max-width: 100vw;
    overflow: hidden;
}

.ctn-btn {
    width: 250px;
    text-align: center;
}

.bkg-d1 {
    min-height: 100vh;
}

.bkg-d2 {
    background-color: #00124D;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bolder;
    line-height: 1;
}

.card-tools {
    width: 22rem;
}

.card-title {
    font-weight: bolder;
}

.card-text {
    font-size: 1rem;
}

.ctn-btn button {
    margin-top: 35px;
    width: 10rem;
    height: 55px;
    font-size: 23px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.text-info {
    color: #949EBE !important;
}

.elementor-icon {
    background-color: #00124D;
    fill: #ffffff;
    color: #ffffff;
    font-size: 45px !important;
    padding: 20px;
    border-radius: 12px;
}

.elementor-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    display: block;
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform;
}

.elementor-animation-shrink:hover {
    transform: scale(0.9);
}

.img-logo {
    width: 75%;
    max-width: 350px;
}

.img-footer {
    max-height: 1.5rem;
    margin-top: 2rem;
}

/* .carousel-item img {
    max-height: 250px;
} */

@media only screen and (max-width: 768px) {

    /* For mobile phones */
    body {
        background-color: #FFFFFE;
    }

    .button-mobile {
        visibility: inherit;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 1rem;
    }

    .button-mobile button {
        width: 110px;
        border-radius: 0.6rem;
        height: 3rem;
        font-size: 16px;
        text-align: center;
        background-color: #00124D;
        color: #FFFFFE;
    }
}