body {
    background-color: white;
    color: black;
    font-family: "Raleway", sans-serif;
}

.navbar {
    /* background-color: #fed03d; */
    background-color: #fff;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.footer {
    background-color: #3f3f3f;
}

.carousel-inner img {
    height: 600px;
    object-fit: cover;
    object-position: center -220px;
}

.img-about {
    height: 400px;
    object-fit: contain;
}

.about-txt {
    padding-top: 4rem;
    align-items: center;
}

.tc-bg ul {
    list-style-type: disclosure-closed;
    line-height: 2;
}

.one h1 {
    text-align: center;
    padding-bottom: 5px;
}

.one h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
}

.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}


.one1 h1 {
    text-align: left;
    padding-bottom: 5px;
}

.one1 h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 8%;
    margin-left: -14px;
    background-color: #b80000;
}

.one1 h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 8%;
    margin-left: -50px;
    background-color: #b80000;
}


h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
}

.btn-submit{
    background: #b90a1000;
    border: 1px solid #b90a10;
    padding: 5px 24px;
    color: #b90a10;
    border-radius: 5px;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #08080871;
}
.banner-txt {
    position: absolute;
    top: 31%;
    left: 15%;
    color: white;
}

.banner-txt h2 {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 1px 1px 2px pink;
}
.txt-yellow {
    color: #ffe359;
}

.about-container {
    background: #fffef8;
    position: relative;
}


.explore-effect {
    border-radius: 569.539px;
    opacity: 0.3;
    background: #FFC701;
    filter: blur(142.1499938965px);
    width: 570px;
    height: 570px;
    left: -500px;
    top: -10px;
}