* {
    margin: 0;
    padding: 0;
}

.fixed-button {
    position: fixed;
    right: 2vh;
    bottom: 5vh;
    z-index: 999;
}
.res-fixed-button{
    display: none;
}
.result {
    background: rgb(21, 24, 219);
    background: linear-gradient(180deg, rgb(120, 144, 188) 21%, rgb(38, 52, 158) 100%);
    border-bottom: 3px solid #12F920;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;}

.btn-download {
    background: linear-gradient(-45deg, #1a0ec0, #1c0255, #023642, #000000, #130372e8);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    text-transform: uppercase;
    border-radius: 100px;
    transition: .3s;
    font-weight: bolder;
    color: white !important;
    padding: 13px 10px;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.brown-bg {
    background-color: #010F23;
}
.sec-bg{
    background-color: #FCF6F6;   
}
.sec-bg p{
    text-align: justify!important;
}

.carousel-inner {
    height: 60vh;
}

.carousel-inner .carousel-item img {
    height: 60vh;
    object-fit: fill;
}

.social-menu ul{

    display: flex;
    justify-content: center;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    /* position: r
    elative; */
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: #51D05F;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #2EA1D9;
}

.clickable:hover{
    color: #efe00a !important;
    border-bottom: 5px dashed rgb(179, 224, 15);
}
  



  @keyframes glowing {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

