/*##################################################
##### Style sheet for theme ######################
##### Designed by Shashi #########################
##### Template uses jekyll and MDL framework #####
##################################################*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
  text-decoration: none;
}
/*parthiv*/
/*footer*/
.footer {
	background: #181818;
	color: #eaeaea;
	padding: 40px 0 20px;
	text-align: center;
	font-family: 'Roboto', Arial, sans-serif;
	border-top: 3px solid #ff1717;
	width: 100%;
	margin-top: 40px;
}

.footer-social {
	margin-bottom: 20px;
}

.footer-social a {
	display: inline-block;
	margin: 0 12px;
	transition: transform 0.2s;
}

.footer-social a:hover {
	transform: scale(1.15);
}

.footer-social img,
.footer-social svg {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	background: #fff;
	padding: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.footer-credits {
	color: #eaeaea;
	font-size: 0.95em;
	line-height: 1.6;
}

.footer-credits p {
	margin: 8px 0;
}
/*header*/
.header {
  width: 100%;
  background: #191d22; /* or your chosen dark background */
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* subtle shadow, optional */
  overflow: visible;
}

.layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  min-height: 68px;
}
.navigation-container {
  display: flex;
  align-items: center;
  direction: ltr;    /* changed from rtl */
  order: 1;
  width: auto;       /* let it size to content */
}

.navigation {
  display: flex;     /* ensure horizontal layout */
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: auto;       /* let it size to content */
  direction: ltr;
}

.navigation a {
  color: #bdbdbd;
  text-decoration: none;
  margin: 0 10px;
  font-family: 'Archivo Black', Arial, sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap; /* prevent wrapping */
}

.navigation a:hover {
  color: #ff1717;
  border-bottom: 2px solid #ff1717;
  transition: color 0.2s, border-bottom 0.2s;
}

.logo-bg {
  background: #fff;
  border-radius: 8px;
  padding: 2px 2px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
/*parthiv*/



.rsrc{
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

#feed-bar{
  display: block;
  position: relative;
  width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 10%;
    width: 100%;
    height: 80%;
    background-color: rgba(0,0,0,0);
}

#feed-container{
  display: block;
  position: fixed;
  width: 330px;
  z-index: 1;
  right: 0;
  margin-right: 30px;
  bottom: 0;
}

#feed-fb-box{
  display: none;
  position: relative;
  width: 100%;
}

body {
  margin: 0;
}

a img{
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.mdl-textfield--expandable {
  width: auto;
}

/* .fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
} */

.mobile-title {
  display: none !important;
}

.logo-image {
  height: 42px;
  width: auto;
}



.header .material-icons {
  color: #767777 !important;
}

.header .mdl-layout__drawer-button {
  background: transparent;
  color: #767777;
}

.header .mdl-navigation__link {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

.navigation-container {
  /* Simple hack to make the overflow happen to the left instead... */
  direction: rtl;
  order: 1;
  width: 420px;      /* reduced from 500px */
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation {
  /* ... and now make sure the content is actually LTR */
  direction: ltr;
  justify-content: flex-end;
  width: 670px;      /* reduced from 800px */
}

.search-box.is-focused + .navigation-container {
  opacity: 0;
  width: 100px;
}

.navigation .mdl-navigation__link {
  display: inline-block;
  height: 60px;
  line-height: 68px;
  background-color: transparent !important;
  border-bottom: 4px solid transparent;
}

.navigation .mdl-navigation__link:hover {
  border-bottom: 4px solid #ff1717;
}

.search-box {
  order: 2;
  margin-left: 16px;
  margin-right: 16px;
}

.more-button {
  order: 3;
}

.logo-font {
  font-family: 'Love Ya Like A Sister', cursive;
  line-height: 1;
  color: #f5f5f5;
  font-weight: 500;
}

.slogan {
  font-size: 100px;
  padding-top: 160px;
}

.sub-slogan {
  font-size: 61px;
  padding-top: 24px;
}

.create-character {
  font-size: 50px;
  padding-top: 320px;
  font-family: 'PT Mono', monospace;
}

.create-character a {
  text-decoration: none;
  color: #767777;
  font-weight: 300;
}

.robo-link {
  text-decoration: none;
  color: #8bc34a !important;
}

.robo-link:hover {
  color: #7cb342 !important;
}

.robo-link .material-icons {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.robo-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

.robo-alt-link:hover {
  color: #00bfa5 !important;
}

.robo-alt-link .material-icons {
  position: relative;
  top: 6px;
}

.main-footer {
  background-color: #212121;
  padding-top: 30px;
  margin-top: 0px;
  position: relative;
}

.main-footer a:hover {
  color: #ff1717;
}

.main-footer .mdl-mega-footer--top-section::after {
  border-bottom: none;
}

.main-footer .mdl-mega-footer--middle-section::after {
  border-bottom: none;
}

.main-footer .mdl-mega-footer--bottom-section {
  position: relative;
}

.main-footer .mdl-mega-footer--bottom-section a {
  margin-right: 2em;
}

.main-footer .mdl-mega-footer--right-section a .material-icons {
  position: relative;
  top: 6px;
}

.robo-link-menu:hover {
  cursor: pointer;
}

.scl-btn {
	width: 50px;
	height: 50px;
	padding: 0.1;
	margin: 0;
}

.scl-btn-yt {
	width: 50px;
	height: 50px;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0;
}

/* Hamburger styles */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  position: absolute;
  top: 18px;
  right: 24px;
  height: 32px;
  width: 36px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 200;
}

.nav-toggle-label span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ff1717;
  border-radius: 2px;
  margin-bottom: 6px;
  transition: 0.3s;
}

@media (max-width: 900px) {
  #feed-bar{
    display: none;
  }

  #feed-container{
    display: none;
  }

  #feed-fb-box{
    display: none;
  }

  .header {
    background-color: white;
  }

  .navigation-container {
    display: none;
  }

  .title {
    display: none !important;
  }

  .mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    /*top: 12px;*/
    left: 50px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .search-box.is-focused ~ .mobile-title,
  .search-box.is-focused + .navigation-container + .mobile-title {
    opacity: 0;
  }

  .more-button {
    display: none;
  }

  .search-box.is-focused {
    width: calc(100% - 48px);
  }

  .search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .hero-section {
    height: 350px;
  }

  .slogan {
    font-size: 36px;
    margin: 0 16px;
    padding-top: 45px;
  }

  .sub-slogan {
    font-size: 20px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .create-character {
    padding-top: 130px;
    font-size: 20px;
  }

  .create-character img {
    height: 12px;
  }

  /* .fab {
    display: none;
  } */

  .main-footer .mdl-mega-footer--bottom-section {
    display: none;
  }

  .navigation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background: #191d22;
    padding: 12px 0;
  }
  .navigation {
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
  }
  .navigation a {
    margin: 8px 16px;
    font-size: 1.1em;
    border-bottom: none;
    color: #fff;
    width: 100vw;
    display: block;
  }

  .footer {
    padding: 24px 4vw 12px;
    font-size: 1em;
    text-align: center;
  }
  .footer-social img,
  .footer-social svg {
    width: 28px;
    height: 28px;
  }
  .footer-credits {
    font-size: 0.95em;
  }

  .nav-toggle-label {
    display: flex;
  }
  .navigation-container {
    display: none !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background: #191d22;
    padding: 12px 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 150;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .nav-toggle:checked + .nav-toggle-label + .navigation-container {
    display: flex !important;
  }
  .navigation {
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
  }
  .navigation a {
    margin: 8px 16px;
    font-size: 1.1em;
    border-bottom: none;
    color: #fff;
    width: 100vw;
    display: block;
  }
}

/* Responsive Navbar for Mobile (like home.css) */
@media (max-width: 800px) {
  .layout-header {
    flex-direction: column;
    padding: 0 12px;
    min-height: 56px;
  }
  .navigation-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .navigation a {
    margin: 0 8px;
    font-size: 1em;
    padding: 6px 0;
    display: inline-block;
  }
  .logo-image {
    height: 36px;
  }
}

/* Hide hamburger and checkbox by default (desktop) */
.nav-toggle,
.nav-toggle-label {
  display: none;
}

/* Show hamburger on mobile only */
@media (max-width: 900px) {
  .nav-toggle-label {
    display: flex;
  }
  .nav-toggle {
    display: block;
    position: absolute;
    left: -9999px; /* Hide the checkbox itself off-screen */
  }
}
