@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
*{
    margin: 0;
    padding: 0;
    font-family:'Montserrat',Arial ;
}
h1, h2, h3, .poppins span{
  font-family:  'Poppins', sans-serif !important;
}
.poppins span{
    font-weight: 600;
}
a{
    all:unset;
}
body{
    background-color: rgba(0,0,0,0.9);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2em;
}
body::-webkit-scrollbar{
    display: none;
}
#xwrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.background-image-container{
    height: 860px;
    width: 100vw;
    max-width: 1700px;
    margin-inline: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.background-image-container .backgrounds{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.header-content img{
    display: block;
    height: 80px;
}
@media only screen and (max-width:800px) {
    .header-content img{
        height: 60px;
    }
}
@media only screen and (max-width:600px) {
    .header-content img{
        height: 50px;
    }
}
.header{
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255,255, 255, 0.1)); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    background:linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.6)), url(/images/Freedom.webp);
    padding-block: 10px;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}
.background-image-container .backgrounds .backgrounds-main{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
 }
#mw-top{
    position: relative;
    padding-top: 100px;
}
.container,.mwt-content, .mwt-icon, .mwt-icon img{
    height: 100%;
}
.mwh-logo{
    display: flex;
    justify-content: center;
}
.mwh-logo img{
    height: 80px;
}
#xheader .container #xheader_menu{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
#xheader .container .header_menu-list{
    display: flex;
    list-style: none;
    gap: 0 20px;
}
#xheader .container .header_menu-list li a{
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.mwt-icon{
   height: 400px;
}
#xsearch{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.xhashtag, .search-content{
    width: 600px;
}
.xhashtag{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    font-size: 15px;
}
.xhashtag a{
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xhashtag span{
    color: rgba(255, 255, 255, 0.9);
}
#search-form{
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
#search-form .search-submit, #search-form .search-input{
    border-radius: 40px;
    font-size: 16px;
}
#search-form .search-input{
    height: 20px;
    width: calc(100% - 50px);
    padding: 15px;
    border: none;
    border: 1px solid rgba(0,0,0,0.8);
}
#search-form .search-input:focus{
    border: none;
    outline: none;
}
#search-form .search-submit{
    border: 1px solid rgba(0,0,0,0.8);
    color: rgba(0,0,0,0.9);
    cursor: pointer;
    /* padding: 13px 17px; */
    width: 55px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#action-button{
    /* margin-top: 20px; */
    height: 50px;
    width: 80%;
    margin-inline: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
a.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0.9);
    font-weight: 600;
    cursor: pointer;
}
.share-buttons-block{
    width: 90%;
    margin-inline: auto;
    margin-top: 20px;
    display: flex;
    padding: 1%;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
}
.share-buttons-block .sbb-title{
    padding-inline: 20px;
    border-left: 2px solid #faa300;
}
.bottom-container-a-a-a{
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    max-width: 1500px;
    margin-inline: auto;
}
.inner-div-la-a{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mw-body, #xfooter-about{
    line-height: 2em;
    padding: 20px 0;
    max-width: 1000px;
    padding-inline: 10px;
    /* width: 95vw; */
    margin-inline: auto;
}
.mw-body-right{
    padding: 20px 10px;
}
@media only screen and (max-width:1400px) {
    .mw-body{
        width: 75%;
    }
}
.mw-body-right h3{
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.5s;
}
.language-l-a{
    display: flex;
    height: 3rem;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    width: calc(100% - 20px);
    cursor: pointer;
    margin-block: 5px;
    border-radius: 10px;
    transition: all .5s;
}
.language-l-a:hover h3{
    color: #faa300;
}
.language-l-a img{
    height: 100%;
    width: auto;
    border-radius: 50%;
}
.language-options{
    margin-block: 10px;
}
.language-options:has(.language-l-a:hover) > .language-l-a:not(:hover){
    opacity: 0.8;
    transform: scale(0.95);
  }
  
h1, h2, h3{
    line-height: 1.2cm;
    margin-block: 10px;
    color: rgba(255, 255, 255, 0.9);
}
h1{
    line-height: 1.2cm;
    font-size: 2rem;
}
@media only screen and (max-width:1000px){
    h1{
        line-height: 1cm;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:1000px){
    h1{
        line-height: 0.7cm;
        font-size: 1rem;
    }
}
.mw-body p{
    color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width:1550px){
    .background-image-container .backgrounds .backgrounds-main, #action-button{
        width: 90%;
    }
}
@media only screen and (max-width:1400px){
    .background-image-container .backgrounds .backgrounds-main{
        width: 100%;
    }
}
@media only screen and (max-width:900px){
    .background-image-container .backgrounds .backgrounds-main{
        display: none;
    }
    .background-image-container{
        height: 700px;
    }
    .xhashtag{
        font-size: 14px;
    }
    #xmain-wrapper{
        padding-block: 10px;
    }
    .share-buttons-block{
        font-size: 12px;
    }
    h1, h2, h3{
        font-size: 16px;
    }
    .mw-body p, .mw-body li{
        font-size: 13px;
    }
    #xheader_menu{
        font-size: 13px;
    }
}

.ad-unit{
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .large-ad-unit .adsbygoogle{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 970px;
    height: 250px;
  }
  @media only screen and (max-width:980px){
    .large-ad-unit .adsbygoogle{
      width: 750px;
      height: 200px;
    }
  }
  @media only screen and (max-width:760px){
    .large-ad-unit .adsbygoogle{
      width: 320px;
      height: 100px;
    }
  }
  .small-ad-unit .adsbygoogle{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 970px;
    height: 90px;
  }
  @media only screen and (max-width:980px){
    .small-ad-unit .adsbygoogle{
      width: 728px;
      height: 90px;
    }
  }
  @media only screen and (max-width:730px){
    .small-ad-unit .adsbygoogle{
      width: 320px;
      height: 100px;
    }
  }
  .large-ad-unit, .small-ad-unit{
    padding-block: 5px;
  }


  .re-links{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .re-links .ref-links-a{
    display: flex;
    gap: 2px;
  }
  .re-links .ref-links-a a{
    padding: 10px;
  }
  .re-links .ref-links-a a:hover{
    color: #faa300;
    cursor: pointer;
  }

.medium-txt{
    font-size: 16px;
}
.small-txt{
    font-size: 14px;
}
@media only screen and (max-width:1000px){
    .small-txt{
        font-size: 13px;
    }
    .medium-txt{
        font-size: 15px;
    }
}
@media only screen and (max-width:800px){
    .small-txt{
        font-size: 12px;
    }
    .medium-txt{
        font-size: 14px;
    }
}
@media only screen and (max-width:600px){
    .small-txt{
        font-size: 11px;
    }
    .medium-txt{
        font-size: 13px;
    }
}
@media only screen and (max-width:900px) {
    #xwrapper{
        gap: 0;
    }
    .bottom-container-a-a-a{
        flex-direction: column-reverse;
        gap: 0;
    }
    .mw-body-right h2{
        margin: 0;
    }
    .mw-body{
        width: 95%;
        padding: 0;
    }
}
#mw-top .container{
    height: 350px;
    max-width: 80%;
    margin-inline: auto;
    display: flex;
    gap: 10px;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    position: relative;
    z-index: 3;
}
.header-content .main-heading{
    font-size: 6rem;
    line-height: normal;
    color: rgba(255, 255, 255, 0.9);
}
#mw-top .container h1, #mw-top .container h2{
    margin: 0;
}
.main-content-home{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    width: 95%;
}
.main-content-home .description-txt-a-a{
    display: flex;
    gap: 10px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: normal;
}
.main-content-home .description-txt-a-a{
    color: rgba(255, 255, 255, 0.9);
}
.main-content-home .highlight-this{
    display: block;
    color: #faa300 !important;
}
.slide-down-animation{
    animation: dropDown ease 0.5s;
}
@keyframes dropDown {
    0%{
        margin-top: -40px;
    }
}
@media only screen and (min-width:1000px){
    #mw-top::before{
        content: "";
        width: 80%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 10%;
        /* background: url(/web/20240113092613im_/https://animerulz.in/images/sukunaflamearrowremovedbg.png) no-repeat; */
        background-image: url(/images/luffyandzoro.png);
        background-repeat: no-repeat;
        /* border: 2px solid #faa300; */
        filter: brightness(80%) drop-shadow(1px 1px 5px #faa300);
        background-position-x: right;
        /* background-position-y: 100px; */
        background-size: auto 100%;
    }
}
@media only screen and (max-width:1650px){
    #mw-top::before, #mw-top .container, #action-button{
        max-width: 95%;
        width: 95%;
    }
    #mw-top::before{
        left: 2.5%;
    }
}
@media only screen and (max-width:1450px) {
    .xhashtag, .search-content{
        width: 500px;
    }
}
@media only screen and (max-width:1350px) {
    #mw-top .container{
        background-size: 70%;
        background-position-y: bottom;
    }
    .header-content .main-heading{
        font-size: 5rem;
    }
    .main-content-home .description-txt-a-a{
        font-size: 1.2rem;
    }
    .background-image-container{
        height: 700px;
    }
}
@media only screen and (max-width:1250px){
    #mw-top{
        padding-top: 0;
    }
}
@media only screen and (max-width:1150px) {
    #mw-top .container{
        background-position-x: 400px;
    }
}
@media only screen and (max-width:1000px) {
    #mw-top .container{
        background:none;
    }
}
@media only screen and (max-width:900px) {
    .header-content .main-heading{
        font-size: 4rem;
    }
    .main-content-home .description-txt-a-a{
        font-size: 1rem;
    }
}
@media only screen and (max-width:510px) {
    .main-content-home .description-txt-a-a{
        gap: 5px;
    }
    .background-image-container{
        height: auto;
        gap: 0px;
    }
    #xmain-wrapper{
        padding: 0;
    }
    .xhashtag, .search-content, .header-content{
        width: 90%;
        margin-inline: auto;
    }
    .mwh-logo img{
        display: block;
        height: auto;
        width: 60%;
        margin-inline: auto;
    }
    .nav-item:nth-child(5){
        display: none;
    }
    .xhashtag a{
        max-width: 170px;
    }
    #search-form .search-input, #search-form .search-submit{
        padding-block: 10px;
        font-size: 14px;
    }
    .share-buttons-block{
        flex-direction: column;
        gap: 10px;
    }
    #action-button{
        font-size: 14px;
        height: 40px;
    }
    .header-content .main-heading{
        font-size: 3rem;
    }
    .main-content-home .description-txt-a-a{
        font-size: 0.8rem;
    }
    .main-content-home{
        padding: 0;
    }
    .mw-body-right{
        padding-block: 10px;
    }
    #mw-top .container{
        height: auto;
        margin-block: 10px;
    }
}
@media only screen and (max-width:360px){
    #xheader .container .header_menu-list{
        display: none;
    }
}
.mw-body{
    opacity: 1;
}

/*
     FILE ARCHIVED ON 09:26:13 Jan 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:54:46 Apr 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.544
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.014
  esindex: 0.011
  cdx.remote: 19.04
  LoadShardBlock: 191.046 (3)
  PetaboxLoader3.datanode: 99.125 (4)
  PetaboxLoader3.resolve: 174.255 (2)
  load_resource: 112.84
*/