@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap'); 

body {
    background: #f1f1f1;
    font-family: 'Nanum Gothic', sans-serif;
    color: #333;
}

a {
    color: #9a1510;
}

a:hover {
}

a.btn {
    background-color: #980211;
    border-color: #980211;
    color: #fff;
}

a.btn:hover {
    background: #980211;
    border: 1px solid #980211;
    opacity: .6;
}

ul strong, ol strong {
    color: #9a1510;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #9a1510;
}

h2 {
    color: #9a1510;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #9a1510;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    background: #000;
    box-shadow: 0px 20px 20px 20px rgb(207 207 207 / 45%);
}

header .navbar-brand img {
    width: 380px;
}

#hometop {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#hometop h3 {
    color: #9a1510;
    margin-bottom: 0;
}

#hometop ul {
    margin-bottom: 10px !important;
    padding: 20px;
}

#hometop ul li {
}

#hometop ul li a {
    color: #000;
    text-decoration: none;
}

#hometop ul li a:hover {
    color: #9a1510;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
}

article section#firstextlabel {
}

article section#firstextlabel h2 {
}

article section#mainpagelistinfo {
    background: #ff6800;
}

article section#mainpagelistinfo h2 {
    color: #fff;
    padding-top: 30px;
    text-transform: uppercase;
}

article section#lastextdetails {
    padding-top: 30px;
}

#leftnavone {
}

#leftnavone h3 {
    padding-left: 15px;
}

#leftnavone ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#leftnavone ul li {
}

#leftnavone ul li a {
    text-decoration: none;
    color: #333;
}

#leftnavone ul li a:hover {
    color: #9a1510;
}

#itemfree {
    color: #9a1510;
    font-size: 26px;
    font-weight: 700;
}

#itemfree h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    padding-top: 10px;
}

#itemfree span {
    font-size: 30px;
    color: #9a1510;
}

#itemrating {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 23px;
}

footer {
    padding: 50px 0;
    background: #fff;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #1d2730;
    text-decoration: none;
}

.gdetails {
    margin: 20px 0 50px;
    border: 1px solid #fff;
    width: 100%;
    background: #000000;
}

.gdetails td,.gdetails th {
    font-size: 14px;
    padding: 12px 20px
}

.gdetails td {
    color: #fff;
    border: 1px solid #fff
}

.gdetails td .icon-img {
    display: inline;
    margin-right: 10px
}

.reviewgdetailsdetls td:first-child {
    font-weight: 500
}

.gdetails td,.gdetails th {
    border-bottom: 1px solid #fff;
    padding: 15px
}

#mainlistmiddle {
    margin-bottom: 20px;
}

#mainlistmiddle img {
    margin-bottom: 20px;
}

#mainlistmiddle a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#mainlistmiddle a:hover{
    color:#9a1510;
}

@media (min-width: 769px) {
}
