.fist {
    border: 1px solid #5d290e;
    height: 160px;
    background-color: #5d290e;
    border: none;
    position: relative;
    bottom: 40px;
}

.snndv {
    border: 1px solid #5d290e;
    height: 160px;
    position: relative;
    bottom: 200px;
    left: 25px;
    border-top: none;
    border-bottom: none;
    z-index: -1;
}

.thrdz {
    border: 1px solid #5d290e;
    height: 160px;
    position: relative;
    left: 25px;
    bottom: 200px;
    border-top: none;
}

.clrpars {
    color: #fff;
    text-align: center;
    line-height: 1.2;

}

.clrparwt {
    color: #5d290e;
    text-align: center;
    line-height: 1.2;
}

.alphedz {
    font-size: 24px;
    text-transform: uppercase;
}

.ttbar {
    height: 50px;
    background-color: #5d290e;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    right: 75px;
    top: 20px;
}
.txtdz{
    position: relative;
    top: 38px;
    width: 90%;
}
.alpars{
    font-size: 15px;
    color: #000;

}

.gpadj {
    height: 360px;
}
#bkbtnw{
    color: #fff;
    padding: 10px 15px;
    border-radius: 32px;
    background-color: #ec538b;
    border: none;
    transition: 0.3s ease;
}
#bkbtnw:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #5d290e;
    font-weight: bold;

}
.imgzd{
    height: 130px;
    padding: 10px;
    transition: 0.3s ease;
    
}
.imgzd:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  
    
}
.mpgp{
    height: 500px;
}
.nav-tabs .nav-link {
    border: none; /* Remove borders */
    margin: 0 10px; /* Add margin for spacing */
}
.nvitem.active {
    background-color: #5d290e !important;
    color: #fff !important;
}
.nvitem{
    color: #000 !important;
    border-radius: 5px;
    border: 1px solid #571a1a !important;
}
.tbcnt{
    border: none !important;
}
.navbar.scrolled {
    background-color: #571a1ae3; /* Change this to your desired color */
    transition: background-color 0.3s ease; /* Optional: Add a transition for smoothness */
}
.bgftr{
    background-color: #571a1a;
}

.bvryuu{
    text-align: center;
    border-right: 1px solid #fff;
}
#goTopBtn{
    background-color: #77452a;
}

.bnryx{
    position: absolute;
    top: 20%;

}
.lstdiv{
    text-align: center;
}
.bantxt{
    color: #661313;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:770px) {
    .bnryx{
        position: absolute;
        top: 10%;
    
    }
    .bantxt{

        font-size: 20px !important;
        
    }
}


@media screen and (max-width:600px) {
    .bantxt{
        font-size: 10px !important;
    }
    .bnryx{
        position: absolute;
        top: 5%;
    
    }
    .btn-bktf{
        padding: 5px 7px !important;
        font-size: 10px;
    }
    .fist {
        height: 300px;
        position: relative;
        bottom: -30px !important;
        width: 85%;
    }
    .bvryuu{
        margin-top: 20px !important;
    }
    

    .snndv {
        position: relative;
        left: 0px !important;
        bottom: 290px;
        border-top: 1px solid #5d290e;
        height: 320px;

    }

    .thrdz {
        position: relative;
        left: 0px !important;
        bottom: 290px !important;
        height: 300px;
    }

    .clrpars,
    .clrparwt {
        font-size: 13px;
    }

    .dmgz {
        margin-top: 15px;
    }

    .gpadj {
        height: 670px;
    }
    .ttbar{
        position: relative;
        right: 0 !important;
        top: 0;
    }
    .txtdz{
        width: 100%;
        top: 10px !important;
    }
    .bgdwn{
        margin-top: 18px;
    }
}