body{
    background: #1c1c1c;
    font-family: 'IBM Plex Sans';
}
.main-content{
    padding-left: 2rem;
    padding-right: 4rem;
    position: relative;
}
.header{
    /* margin-top: 30px; */
}
.logo{
    width: 250px;
}
.avatars img{
    width: 80%;
}
.mantra{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #D29D38;
    margin-bottom: 20px;
}
.content{
    margin-top: 30px;
}
.updation{
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.coming-soon{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    color: #D29D38;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.know{
    border: 1px solid #897527;
    background: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
}
.know:hover{
    background: #D29D38;
    color: #000;
}
.footer{
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.contact span{
    font-size: 15px;
    border-bottom: 3px solid #7A0D0E;
    padding-bottom: 4px;
    display: inline-block;
}
.footer-first{
}
.temple-bg{
    position: absolute;
    bottom: -40px;
    z-index: -1;
}
.temple-bg img{
    max-width: 80%;
    opacity: .7;
}

@media (max-width:767px) {
    .main-content{
        padding-left: 0;
        padding-right: 0;
    }
    .avatars img{
        width: 100%;
        margin-bottom: 30px;
    }
    .header{
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .logo{
        width: 230px;
    }
}
@media (max-width:1198px) {
    .updation{
        margin-bottom: 10px;
        font-size: 30px;
    }
    .mantra{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .coming-soon{
        font-size: 35px;
        margin-bottom: 30px;
    }
}