* {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background: #dfe3ee;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #222;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
  }
  .hidden {
    display: none;
  }
  .invisible {
    visibility: hidden;
  }
  .arya-container::after {
    clear: both;
    content: "";
    display: table;
  }
  .center-container::after {
    clear: both;
    content: "";
    display: table;
  }
  .ka-center-container::after {
    clear: both;
    content: "";
    display: table;
  }
  .clearfix {
    clear: both;
  }
  h1 {
    font-size: 3rem;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
  }
  h2 {
    font-size: 2.2rem;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
  }
  p {
    font-size: 1rem;
  }
  a {
    text-decoration: none;
  }
  .arya-container {
    width: 75%;
    margin: 10px auto;
    text-align: center;
    background: #6497b1;
    border-radius: 20px;
    float: none;
    border: 2px solid gray;
  }
  .arya-container h1 {
    margin: 3px;
  }
  .center-container {
    width: 55%;
    margin: 10px auto;
    text-align: center;
    background: #6497b1;
    border-radius: 20px;
    float: left;
    border: 2px solid gray;
  }
  .right-container {
    width: 22%;
    margin: 3px 2px;
    text-align: center;
    float: left;
  }
  .left-container {
    width: 22%;
    margin: 3px 2px;
    text-align: center;
    float: left;
  }
  .fancy-left-container {
    width: 12%;
    margin: 3px 2px;
    text-align: center;
    float: left;
  }
  .ka-left-container {
    width: 17%;
    margin: 3px 2px;
    text-align: center;
    float: left;
  }
  .ka-center-container {
    width: 65%;
    margin: 10px auto;
    text-align: center;
    background: #6497b1;
    border-radius: 20px;
    float: left;
    border: 2px solid gray;
  }
  .ka-center-containerC {
    width: 65%;
    margin: 10px auto;
    text-align: center;
    background: #6497b1;
    border-radius: 20px;
    float: none;
    border: 2px solid gray;
  }
  .site-title {
    background: #03396c;
    padding: 0 0 1px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/21%);
  }
  .site-title img {
    width: 500px;
    padding-top: 5px;
  }
  .top-link {
    margin-top: 5px;
  }
  .top-link a {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #f9f9f9;
    background: #047ffe;
    color: #fff;
    border-radius: 4px;
    opacity: 0.7;
  }
  .top-link a:hover {
    opacity: 1;
  }
  .menusection {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    -webkit-box-shadow: 8px 0 17px 0 rgb(0 0 0/28%);
    -moz-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 8px 0 17px 0 rgb(0 0 0/28%);
    background: #078cff;
    padding: 4px;
    display: none;
    z-index: 999;
  }
  .menusection .close {
    position: absolute;
    right: -45px;
    top: 10px;
    font-size: 18px;
    padding: 10px 17px;
    border: none;
    background: #fd1d1d;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3;
  }
  .menusection h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
  }
  .menusection h2 a {
    color: #fff;
  }
  .bookmarks {
    overflow: scroll;
    height: 85%;
    padding-right: 3px;
    background: 0 0;
  }
  .bookmarks a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
    backface-visibility: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
  }
  .bookmarks a:hover {
    background: #fff;
    color: #000;
  }
  .thenitesharya-text {
    margin-top: 10px;
  }
  .input-box {
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    background: #fff;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  #thenitesharya-text {
    resize: none;
    border: none;
    outline: none;
    width: 98%;
    height: 35px;
    padding: 1%;
    font-size: 1.5em;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .thenitesharya-text .clear {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #de0707;
    font-size: 20px;
    padding: 7px 5px;
    line-height: 1.5;
    background: 0 0;
    border: none;
    z-index: 99999;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
  }
  .clear:hover {
    font-size: 25px;
  }
  .settings {
    float: right;
    margin: 7px;
  }
  input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 5px 0;
  }
  .settings input {
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    width: 220px;
  }
  input::placeholder {
    color: #888;
    opacity: 1;
  }
  input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="range"]:focus {
    outline: none;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 6.4px;
    cursor: pointer;
    background: #078cff;
    border-radius: 1.3px;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 2px;
    background: #078cff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #078cff;
  }
  input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6.4px;
    cursor: pointer;
    background: #078cff;
    border-radius: 1.3px;
  }
  input[type="range"]::-moz-range-thumb {
    border: 1px solid #078cff;
    height: 25px;
    width: 25px;
    border-radius: 2px;
    background: #078cff;
    cursor: pointer;
  }
  input[type="range"]::-ms-track {
    width: 100%;
    height: 6.4px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
  }
  input[type="range"]::-ms-fill-lower {
    background: #fff;
    border-radius: 2.6px;
  }
  input[type="range"]::-ms-fill-upper {
    background: #fff;
    border-radius: 2.6px;
  }
  input[type="range"]::-ms-thumb {
    height: 25px;
    width: 25px;
    border-radius: 2px;
    background: #078cff;
    cursor: pointer;
  }
  input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
  }
  input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
  }
  .fixedtop,
  .thenitesharya-text {
    position: sticky;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 999;
    width: 100%;
  }
  .post-header,
  h3.post-title.entry-title {
    display: none;
  }
  .aryafontsmain,
  .aryafontslist {
    float: left;
    width: 100%;
  }
  .center2 {
    width: 45%;
    display: inline-block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .centerkawaii2 {
    width: 32%;
    display: inline-block;
    align-items: center;
    margin: 5px auto;
    padding: 5px;
    background: #818181;
    border-radius: 7px;
    color: #f5f5f5;
  }
  .centerkawaii3 {
    width: 32%;
    display: inline-block;
    align-items: center;
    margin: 5px auto;
    padding: 5px;
    background: #818181;
    border-radius: 7px;
    color: #f5f5f5;
  }
  .center3 {
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 20px;
    width: 95%;
    background: #005073;
  }
  .rightSide,
  .leftTop,
  .leftDown,
  .rightTop,
  .rightDown {
    display: flex;
    margin: 10px auto;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 20px;
    max-width: 100%;
    background: #6497b1;
  }
  .leftTop1 {
    display: flex;
    margin: 10px auto;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 20px;
    max-width: 100%;
    background: #6497b1;
  }
  .fancy_fonts {
    background-color: #cff;
    margin: 10px;
    padding: 10px;
  }
  .fancy_fonts1 {
    background-color: gray;
    color: #fff;
    margin: 10px;
    padding: 10px;
    text-align: left;
    font-size: medium;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
  }
  .fancy_fonts1 h2,
  fancy_fonts2 h2 {
    margin: 10px;
    padding: 10px;
    float: none;
  }
  .fancy_fonts2 {
    background-color: #e6ecff;
    margin: 10px;
    padding: 10px;
    text-align: left;
    justify-items: center;
    font-size: medium;
    border-radius: 10px;
    letter-spacing: 0.5px;
  }
  #name2rows {
    display: inline-block;
  }
  .aryafonts {
    position: relative;
    margin: 3px auto;
    padding: 0;
    display: block;
    width: 95%;
  }
  .aryafontsmain h2 {
    color: #000000;
    font-weight: 300;
    margin: 0;
    padding: 5px;
    font-size: 20px;
    text-align: left;
  }
  .aryafonts span {
    background: #078cff;
    color: #fff;
    position: absolute;
    padding: 2px 5px;
    left: 10px;
    top: -10px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    display: none;
  }
  .aryafonts p {
    margin: 3px 5px;
    padding: 3%;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    float: left;
    background: #23272a;
    color: #fff;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .aryafonts:hover p {
    color: #ff1493;
    border-color: #0f0;
  }
  .aryafonts:hover span {
    display: block;
  }
  .aryafontslist .aryafonts:last-child {
    padding-bottom: 1%;
  }
  .aryafonts button {
    background: #fff;
    color: #078cff;
    border: 1px solid #078cff;
    border-radius: 3px;
    position: absolute;
    padding: 8px 6px;
    top: 10px;
    right: 16px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .arya-container:after,
  .center-container:after,
  .ka-center-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .homelinks {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    background: #fff;
  }
  .homelinks a {
    background-color: #ffffe6;
    color: #3498db;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    justify-content: center;
    padding: 7px 13px;
    text-align: center;
    white-space: nowrap;
  }
  .homelinks a:hover {
    background-color: #2980b9;
    color: #fff;
  }
  .homecenter1 {
    width: 30%;
    float: left;
  }
  #footer-seo-sec img {
    max-width: 100%;
  }
  #footer-sec {
    background: #fff;
    border-top: 1px solid #e6e6e6;
  }
  #footer-sec p {
    font-size: 1em;
    color: #555;
  }
  .copyright-area {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #000;
    color: #ffffff82;
    margin-top: 15px;
  }
  .randomgen {
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0/21%);
    border: none;
    display: inline-block;
    float: right;
    padding: 10px 15px;
    bottom: 35%;
    right: 0;
    position: fixed;
    border-radius: 3px 0 0 3px;
    color: #078cff;
    cursor: pointer;
    display: none;
  }
  .randomgen:hover,
  #scroll:hover {
    background: #078cff;
    color: #fff;
  }
  #scroll {
    background: #fff;
    display: none;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 10px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    color: #078cff;
    background: antiquewhite;
  }
  p.copied {
    position: fixed;
    width: 260px;
    right: 0;
    top: 50%;
    background: #078cff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
    z-index: 99999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
  }
  p.copied span {
    float: left;
    width: 100%;
  }
  p.copied .text {
    background: 0 0;
    color: #fff;
    border: none;
    width: 100%;
  }
  .aload {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
  }
  .aload span {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }
  .aload span:nth-child(1),
  .aload span:nth-child(2) {
    left: 0;
  }
  .aload span:nth-child(3) {
    left: 1.5em;
  }
  .aload span:nth-child(4) {
    left: 3em;
  }
  @keyframes reveal {
    from {
      transform: scale(0.001);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes slide {
    to {
      transform: translateX(1.5em);
    }
  }
  .aload span:nth-child(1) {
    animation-name: reveal;
  }
  .aload span:nth-child(2),
  .aload span:nth-child(3) {
    animation-name: slide;
  }
  .aload span:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
  }
  #load-more {
    font-size: 20px;
    padding: 8px 10%;
    border: 2px solid #078cff;
    color: #078cff;
    margin: 10px 0 5px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    outline: none;
    border-radius: 3px;
  }
  #load-more:hover {
    background: #078cff;
    color: #fff;
  }
  .infinite-scroll-last {
    font-size: 20px;
    margin: 2px 0;
    padding: 2px 0;
  }
  .page-load-status {
    text-align: center;
    color: #777;
    float: left;
    width: 100%;
  }
  p.aryapage,
  .blog-feeds {
    display: none;
  }
  .inputSection__form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    background: #000;
  }
  .inputSection__form input,
  .inputSection__form button {
    font-size: 1rem;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    margin: 0 5px;
  }
  .inputSection__form input {
    width: calc(100% - 60px);
  }
  .inputSection__form button {
    min-width: auto;
    min-height: auto;
    cursor: pointer;
    background-color: #32cd32;
    color: #fff;
    letter-spacing: 0.3px;
  }
  .inputSection__form button:hover {
    background-color: #ffad33;
  }
  #GTbtn {
    font-size: 1rem;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    min-width: 48px;
    min-height: 48px;
    cursor: pointer;
    background-color: #32cd32;
    color: #fff;
    letter-spacing: 1.35px;
  }
  #GTbtn:hover {
    background-color: #ffad33;
  }
  .topheader {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #e4daf5;
    min-height: 200px;
    color: #fff;
  }
  .top-wrap {
    overflow: hidden;
    position: relative;
    min-height: 200px;
  }
  .top-bg {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .top-content {
    position: relative;
    color: #fbf2a9;
    margin: 25px 0;
  }
  .top-content h1 {
    font-size: 2.5rem;
  }
  .GTsection {
    margin-top: 20px;
    padding: 10px;
    background-color: #e4daf5;
    min-height: 200px;
  }
  .GTsection p {
    float: left;
  }
  .inputSection__form #wInput {
    position: relative;
    margin: 10px;
    height: 40px;
    width: 40px;
  }
  .inputSection__form label {
    color: gray;
  }
  .generateSection {
    padding-top: 10px;
    margin: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #f9f9f9;
    border-radius: 10px;
    width: 95%;
    background: #536976;
  }
  .generateSection h2 {
    padding-bottom: 20px;
  }
  .generateSection a,
  .generateSection a:hover,
  .generateSection a:focus {
    color: #fff;
    text-decoration: none;
  }
  ol {
    word-break: break-all;
    font-size: 1.15rem;
  }
  ol > ul {
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  ul > li {
    margin-top: 10px;
  }
  .offscreen {
    position: absolute;
    left: -10000px;
  }
  .hidden {
    display: none;
  }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.5rem;
    }
    .resp-sharing-button {
      padding: 2px 15px;
    }
    .settings {
      margin: 5px 5px 0;
    }
    .thenitesharya-text {
      box-shadow: 0 -2px 4px 0 rgb(0 0 0/21%);
      background: #fff;
      right: 0;
      left: 0;
      z-index: 999;
    }
    .site-title img {
      width: 270px;
    }
    .menusection {
      width: 70%;
    }
    #scroll {
      right: 0;
    }
    .site-title {
      height: 40px;
    }
    .top-content h1 {
      font-size: 1.3rem;
    }
    #thenitesharya-text {
      width: 96%;
      padding: 2%;
      border-radius: 3px;
      font-size: 17px;
    }
    .settings input {
      width: 180px;
    }
    .aryafontsmain {
      padding: 10px 0;
      overflow: hidden;
    }
    .aryafonts span {
      display: none;
    }
    .aryafontsmain h2 {
      padding: 0;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
    }
    .aryafonts p {
      font-size: 17px;
      width: 97%;
      padding: 2%;
    }
    .aryafonts button {
      padding: 5px 10px;
      top: 5px;
      right: 8px;
    }
    #footer-sec {
      margin: 0 5px;
    }
    #footer-sec img {
      width: 100%;
    }
    .homecenter1 {
      width: 95%;
      float: left;
    }
    .center2 {
      width: 90%;
      display: inline-block;
      align-items: center;
    }
    .center2 p {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }
    .centerkawaii2 {
      width: 45%;
      display: inline-block;
      align-items: center;
    }
    .centerkawaii3 {
      width: 95%;
      display: inline-block;
      align-items: center;
    }
    .centerkawaii2 p,
    .centerkawaii3 p {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }
    .arya-container,
    .center-container,
    .ka-center-container {
      width: 90%;
      float: none;
    }
    .right-container {
      width: 90%;
      margin: 10px 20px;
    }
    .left-container,
    .ka-left-container,
    .fancy-left-container {
      display: none;
    }
    .top-wrap {
      min-height: 100px;
    }
  }
  body#layout .hidden,
  body#layout .invisible {
    display: inherit;
  }
  body#layout .navigation {
    display: none;
  }
  body#layout .page,
  body#layout .sidebar_top,
  body#layout .sidebar_bottom {
    display: inline-block;
    left: inherit;
    position: relative;
    vertical-align: top;
  }
  body#layout .page {
    float: right;
    margin-left: 20px;
    width: 55%;
  }
  body#layout .sidebar-container {
    float: right;
    width: 40%;
  }
  body#layout .hamburger-menu {
    display: none;
  }
  .langdropdown {
    float: left;
    position: relative;
    display: inline-block;
  }
  .langdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .langdropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .langdropdown a:hover {
    background-color: #ddd;
  }
  .show {
    display: block;
  }
  