.header_top {
    background-color: #79564b;
    border-bottom: 1px solid #8e6355;
}

#logo {
    color: #ffea3c;
}

.SubTxt {
    color: white;
    border: 2px solid #8e6355;
    background: rgba(121, 86, 75, 0.66);
}

.txt1,
.txt2,
.txt3 {
    text-shadow: 3px 5px 4px #231a17;
}

.txt2 span {
    background: #ef7f1a;
    border-radius: 10px;
    padding: 0 5px 0 0;
    margin-right: 5px;
}

.card-image {
    /* background: radial-gradient(circle at 50% 120%, #79564b, #0d1f2f 80%, #79564b 100%);*/
}

.card:hover .card-image {
    transform: translateY(-10%);
    box-shadow: 1px 0em 7rem 1rem #8e6355;
}

.card-description {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.card-description>h2 {
    text-shadow: 0px 1px 20px #8e6355;
}

.act-box {
    box-shadow: -15px 10px 20px #212020, 6px 7px 20px #212020, -2px -10px 20px #212020;
    border: 2px solid #49342d;
    background: rgba(103, 74, 70, 0.66);
    ;
}

.header-color {
    background-image: linear-gradient(to bottom, #79564b, #231a17);
}

.go-back {
    background: #735247;
    color: #fff;
}

.go-back:hover {
    color: #fff;
    background: #735247;
}

.rectangle-list a {
    background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}

.rectangle-list a:hover span {
    box-shadow: 0px 0px 15px #8e6355;
}

.rectangle-list span {
    background: #c1d3e4;
    border: 1px solid #aab4bd;
    box-shadow: 0px 0px 3px #8e6355;
}

.footer-bottom {
    border-top: 2px solid #79564b;
}

.cat-list a {
    background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}

.section-heading {
    background-color: #231a17;
    color: #8e6355;
}

.questionTitle {
background-image: linear-gradient(#725147, #332521);
    border: 1px solid #79564b;
}

.quesItem {
    background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}

.quesItemFib {
    background: linear-gradient(to right, #79564b, #063e71 51%, #79564b) var(--x, 0) / 200%;
    border: 1px solid #79564b;
}

.roundNoDarkArea {
    color: #8e6355;
    box-shadow: 0px 0px 62px #8e6355;
}

.slider_item .box-a span {
    background-color: #8e6355;
    color: #231a17;
}

.slider_item .box-a:hover {
    color: #8e6355;
}

.slider_item .box-a:hover span {
    background-color: #231a17;
    color: #8e6355;
}

.activenum {
    color: #8e6355!important;
}

.activenum span {
    color: #8e6355!important;
    background-color: #231a17!important;
}

.slider_arrow__right,
.slider_arrow__left {
    background-color: #79564b;
}

.vidList {
    list-style: none;
    width: calc(18vw - 0px);
    padding: 0 0 0 13px;
    margin: 0;
    float: left;
}

#videoListIs li a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #231a17;
    transition: all .7s ease;
    font-size: calc(0.5vh + 0.5vw);
}

#videoListIs li a:hover {
    color: #79564b;
    border-color: #79564b;
}

#vidListIcon {
    padding: 5px 12px 5px 12px;
    font-size: calc(0.7vh + 0.6vw);
    border-radius: 5px;
    text-decoration: none ! important;
    z-index: 10;
    cursor: pointer;
    background: #79564b;
    color: #FFF;
    margin-left: 0.4vw;
}

#videoListIs::-webkit-scrollbar {
    width: 5px;
}

#videoListIs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

#videoListIs::-webkit-scrollbar-thumb {
    background: #005b78;
    border-radius: 5px;
}

#videoListIs::-webkit-scrollbar-thumb:hover {
    background: #005b78;
}

#mch {
    overflow: hidden;
}

#fib {
    overflow: hidden;
}