body { margin: 0; padding: 0; background-color: #fff; }
a, a:hover { text-decoration:none; }
input:focus{ outline:unset !important; box-shadow:unset !important; }

.h-toggle-btn { display:none; }

/* Search bar css  start  */

.is-search-icon {
    border-radius: 8px;
    border: 0;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 0;
    background-color: #fff;
}

#is-search-input-5354 {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    height: 34px;
    padding: 0 20px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FFF;
    background: #FFF;
}
/* Search bar css  end  */



/* header css start */
.nsfw-header-wapper { position:relative; z-index:1000; background: #270719; }
.top-header-wapper { display: flex; align-items: center; justify-content: space-between; }
.header-nav-left { display:flex; align-items:center; gap:10px; }
.header-nav-menu ul { margin: 0; padding: 0; }
.header-nav-menu ul li { display: inline-block; list-style-type: none; }
.header-nav-menu ul li a {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 29px 12px;
    display: block;
}
.header-nav-menu ul li:first-child a { padding-left:0; }
.header-nav-menu ul li:last-child a { padding-right:0; }
.header-nav-right .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    height: 34px;
    padding: 0 20px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FFF;
    background: #FFF;
}
.btn-search-submit {
    border-radius: 8px;
    border: 0;
    padding: 7px 12px;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 0;
    background-color: #fff;
}
/* header css end */

/* footer css start */
.footer-wapper { background: #270719; color: #fff; padding: 40px 0;}
.footer-wapper .col-lg-12:first-child { padding-bottom:32px; }
.footer-left { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center;}
.footer-left a { max-width: 100%; }
.footer-left a img { max-width: 200px; }
.Copyright-text { margin-top: 12px; }
.Copyright-text p {
    color: rgba(255, 255, 255, 0.90);
    font-family: Golos Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0;
}
.Copyright-text p:nth-child(1) { margin-bottom:20px; }
.contact-us-btn {
    border-radius: 8px;
    border: 1px solid #FFF;
    opacity: 0.8;
    color: #FFF;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    display: inline-block;
    max-width: 116px;
    width: 100%;
    height: 41px;
    text-align: center;
}
.contact-us-btn:hover { color:#fff; }
.footer-menu-wapper { max-width:120px; width:100%; }
.footer-right { display: flex; flex-flow: row wrap; justify-content:space-between; }
.Copyright-text { max-width:362px; width:100%; }
.footer-menu { display: flex; padding: 0; margin: 0 0 0; list-style-type: none; }
.footer-menu li { margin-right: 25px; }
.footer-menu li:last-child { margin:0; }
.footer-menu li a {
    color: #FFF;
    font-family: Golos Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-disclosure{
    color: rgba(255, 255, 255, 0.90);
    font-family: Golos Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.32px;
    max-width: 842px;
    width: 100%;
}
.footer-disclosure a { color:#fff; }
/* footer css end */

@media(max-width:1240px){
    .footer-disclosure { max-width:752px; }
}
@media(max-width:1199px){
    .footer-disclosure { max-width:582px; }
    .Copyright-text { max-width:340px; }
}
@media(max-width:991px){
    /* header css start */ 
    .nsfw-header-wapper { padding:20px 0; }
    .header-nav-right { display:none; }
    .h-toggle-btn{ display: block; }
    .header-nav-left { justify-content:space-between; width:100%; }
    .h-toggle-btn {
        margin-right: 0;
        width: 18px;
        height: 16px;
        position: relative;
        -webkit-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        transition: .5s ease-in;
        cursor: pointer;
        display: inline-block;
    }
    .h-toggle-btn .line-card {
        width: 100%;
        height: 2px;
        background:#fff;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    .h-toggle-btn .line-card:nth-child(2) { margin: 4px auto; }
    #h-toggle-btn.open .one { transform: rotate(45deg) translate(2px, 5px); }
    #h-toggle-btn.open .two { opacity: 0; }
    #h-toggle-btn.open .three { transform: rotate(-45deg) translate(3px, -7px); }
    #h-sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        right: 0;
        width: 0;
        height: 100vh;
        margin-left: 0;
        background: #270719;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: hidden;
        opacity: 0;
        top: 81px;
    }
    .m-overlay-bg { display: none; position: fixed; width: 100%; height: 100%; background: rgba(86, 86, 86, 0.4); z-index: 1000; transition: all 0.5s ease-in-out; }
    .m-overlay-bg.h-bg-active { display: block; width: 100%; left: auto; top: 0; cursor: pointer; }
    .open-nav { overflow: hidden; }
    #h-sidebar-wrapper.h-menu-active { width:270px; opacity: 1; visibility: visible; }
    .header-nav-menu ul { padding-top:20px; }
    .header-nav-menu ul li { display:block; }
    .header-nav-menu ul li a { padding:10px 20px; } 
    .header-nav-menu ul li:first-child a { padding-left:20px; }
    .header-nav-menu ul li:last-child a { padding-right:20px; }
    /* header css end */

    /* footer css start */
    .footer-left { padding: 0; gap:20px; }
    .footer-left a { text-align: center; }
    .Copyright-text p { text-align: left; }
    .footer-right { padding: 10px 0 0; }
    .footer-menu li a { display: flex; justify-content: center; }
    .footer-right p { text-align: left; }
    .Copyright-text { margin-bottom:20px; margin-top:0; }
    .footer-disclosure, .Copyright-text { max-width:100%; }
    .footer-menu-wapper  { flex-wrap:wrap; gap:10px; }
    /* footer css end */
}
@media(max-width:767px) {
    .footer-left { flex-flow: row wrap;align-items: flex-start; }
    /* footer css start */
    .footer-menu { flex-direction:column; order: 3; }
    .footer-menu-wapper { align-items: flex-start; order: 2; display: flex;}
    .footer-menu li { margin:0; }
    .footer-menu li { padding:8px 0; text-align:left; }
    .footer-menu li a { justify-content:flex-start; }
    /* footer css end */
}
@media(min-width:1300px) {
    .container.w-1296 { width:1296px; }
}