.banner-background {
    background-image: url(../images/banner.jpg);
}

.background-transparent {
    background-color: rgba(0, 0, 0, 0.6);
}

.profile-image {
    border-radius: 100%;
    background: #f4c430;
    padding: 18px;
    width: 115px;
    height: 115px;
}

#google_translate_element {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

.profile-image img {
    max-width: 100%;
}

.background-primary {
    background-color: #f4c430;
    color: #660000;
    font-weight: 600;
    position: relative;
}

.background-primary:hover {
    background-color: #fff;
}

.rupee-text {
    position: absolute;
    top: -18px;
    right: -18px;
    background: #660000;
    color: #fff;
    border-radius: 100%;
    padding: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    font-size: 14px;
}

.footer-backgrund {
    background: rgba(0, 0, 0, 0.8);
}

.background-about {
    background-color: #2c1316;
    background-image: url(../images/about.jpg);
    background-size: cover;
}

.bg--about {
    background: #f4c430;
    ;
}

.text-brown {
    color: #660000;
}

.ytr-logo .navbar-brand svg {
    max-width: 180px;
    max-height: 180px;
}

.timier-font {
    font-size: 24px;
}

.timier-font span {
    display: inline-block;
    line-height: 33px;
}

.foo-holder {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .ytr-logo .navbar-brand svg {
        max-width: 100px;
        max-height: 100px;
    }

    .ytr-logo {
        justify-content: center;
    }

    .timier-font {
        font-size: 15px;
        line-height: 10px;
    }

    .rupee-text {
        top: -22px;
        right: -10px;
    }

    .timier-font span {
        display: inline-block;
        line-height: 20px;
    }
}