@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@100..900&display=swap');

@font-face {
  font-family: 'icon';
  src: url('icon.woff') format('woff');
  font-style: normal;
}


/*============= Fix =============*/


header #full_menu ul #image img {
  margin: 0 auto;
}

a.home-link,
div.blog-feeds,
.post-title {
  display: none;
}

.wrapper {
  margin: auto;
  max-width: 1000px;
}

img {
  pointer-events: none;
}



/*============= Fonts Area End =============*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

:root {
  --primary: #b5f7f2;
}

::-moz-selection {
  background: var(--primary);
  color: #333;
}

::selection {
  background: var(--primary);
  color: #333;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #fcfcfc;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

html::-webkit-scrollbar {
  width: 0px;
}

html::-webkit-scrollbar-track {
  background: #222;
}

html::-webkit-scrollbar-thumb {
  background: var(--primary);
}

body {
  color: #fff;
  overflow: hidden;
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif;
  background-color: #121212;
  background-image: url('../dist/imgs/halftoneDot.svg');
  background-size: 100px 100px;
}



.circle {
  --circle-size: 45px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 1px solid white;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
  z-index: 999999999999;
}



:root {
  --header_height {
    height: 700;
  }

  --yellowColor {
    color: #edff54;
  }
}

img {
  width: 100%;
}


a {
  text-decoration: none;
  color: #ccc;
}


/* ---------------Preloader------------- */

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: #E4FF00;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader .pl {
  width: 6em;
  height: 6em;
}

#loader .pl__ring {
  animation: ringA 2s linear infinite;
}

#loader .pl__ring--a {
  stroke: #2a2d2a;
}

#loader .pl__ring--b {
  animation-name: ringB;
  stroke: #121212;
}

#loader .pl__ring--c {
  animation-name: ringC;
  stroke: #333333;
}

#loader .pl__ring--d {
  animation-name: ringD;
  stroke: #2a2d2a;
}


/* Animations */
@keyframes ringA {

  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {

  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {

  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

header {
  padding: 25px 0;
  background: #111;
  position: relative;
}

header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('./bgTimeline.png');
  background-size: cover;
  background-position: center;
  /* filter: blur(8px); */
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  user-select: none;
}

nav#nav_menu {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  align-items: center;
  justify-content: space-around;
}

nav#nav_menu .logo {
  display: block;
}

nav#nav_menu .logo img {
  width: 150px;
  overflow: hidden;
}

nav#nav_menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav#nav_menu li {
  margin-left: 30px;
}

nav#nav_menu ul.menu a {
  display: inline-flex;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  color: #E4FF00;
  font-family: "Lexend Peta", serif;
  font-weight: 600;
  letter-spacing: -4px;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}



nav#nav_menu ul.menu a:focus,
nav#nav_menu ul.menu a:hover {
  color: #fff;
}

nav#nav_menu ul.menu a:focus:after,
nav#nav_menu ul.menu a:hover:after {
  width: 100%;
  left: 0%;
}

nav#nav_menu ul.menu a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #dbeb65;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}



@media only screen and (min-width: 480px) {

  #mobileMenu,
  #menuToggle {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  #line {
    display: none !important;
  }

  header {
    padding: 20px;
    margin: 0;
    width: 100%;
    height: auto;
  }

  nav#nav_menu {
    border: none !important;
    display: flex;
    margin: 0 auto;
  }

  nav#nav_menu .menu {
    display: none !important;
  }

  ul#mobileMenu.show {
    max-height: 240px;
  }

  ul#mobileMenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #e4ff00;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    z-index: 999;
    display: block;
    border-radius: 15px;
    filter: drop-shadow(6px 12px 10px #1d2000);

  }

  ul#mobileMenu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #b5c900;
    margin-left: 0px;
    padding: 15px;
  }

  ul#mobileMenu li a {
    display: block;
    color: black;
  }

  ul#mobileMenu li a::first-letter {
    font-family: 'icon';
    font-size: 26px;
  }

  #menuToggle {
    z-index: 99999999;
  }

  #menuToggle .toggle {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #e4ff00;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
  }

  #menuToggle .toggle span {
    position: absolute;
    height: 3px;
    width: 40px;
    background-color: #222500;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
  }

  #menuToggle .toggle span:nth-child(1) {
    transform: translateY(-10px);
    width: 15px;
    left: 10px;
  }

  #menuToggle .toggle span:nth-child(2) {
    transform: translateY(10px);
    width: 25px;
    left: 10px;
  }


  #menuToggle .toggle.toggle.hover span:nth-child(1) {
    width: 30px;
    transform: translateY(0px) rotate(45deg);
    transition-delay: 0.125s;
  }

  #menuToggle .toggle.toggle.hover span:nth-child(2) {
    width: 30px;
    transform: translateY(0px) rotate(315deg);
    transition-delay: 0.125s;
  }

  #menuToggle .toggle.hover span:nth-child(3) {
    transform: translateX(60px);
  }

}


#buttons {
  display: flex;
  max-width: 340px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 60px;
}



#buttons a {
  width: 130px;
  height: 36px;
  overflow: hidden;
  border: none;
  color: #222;
  background: none;
  position: relative;
  padding-bottom: 2em;
  cursor: pointer;
  display: block;
  background: #e4ff00;
  border-radius: 8px;
  padding-top: 8px;
  padding-left: 10px;
  transition: .5s ease-in-out;
  letter-spacing: -1px;
  text-transform: uppercase;
  box-shadow: 3px 3px 0px 0px rgb(81, 90, 0, .4);
}

#buttons a:first-child{
  width: 170px;
}

#buttons a:hover{
  background: #faffd3;

}

#buttons a > div,
#buttons a > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

#buttons a:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: currentColor;
  display: none;
  transition: transform 0.25s ease-out;
}

#buttons a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#buttons a .clone > *,
#buttons a .text > * {
  opacity: 1;
  font-size: 1.3rem;
  transition: 0.2s;
  margin-left: 4px;
}

#buttons a .clone > * {
  transform: translateY(60px);
}

#buttons a:hover .clone > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#buttons a:hover .text > * {
  opacity: 1;
  transform: translateY(-60px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#buttons a:hover .clone > :nth-child(1) {
  transition-delay: 0.15s;
}

#buttons a:hover .clone > :nth-child(2) {
  transition-delay: 0.2s;
}

#buttons a:hover .clone > :nth-child(3) {
  transition-delay: 0.25s;
}

#buttons a:hover .clone > :nth-child(4) {
  transition-delay: 0.3s;
}

#buttons a svg {
  width: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(50deg);
  transition: 0.2s ease-out;

}

#buttons a:hover svg {
  transform: translateY(-50%) rotate(90deg);
}



/* =================== Main area =============== */


#video_gallery {
  margin-top: 30px;
  margin-bottom: 80px;
}


.video_gallery {
  max-width: 1900px;
  width: 95%;
  grid-gap: 10px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 533px));
  gap: 20px;
  justify-content: center;
}

#shorts_gallery {
  margin: 0 auto;
  padding: 50px 0;
}

#shorts_gallery span {
  font-size: 54px;
  font-family: "Lexend Peta", serif;
  font-weight: 900;
  letter-spacing: -12px;
  color: #e4ff00;
  text-transform: uppercase;
  display: block;
  padding-left: 50px;
  text-align: center;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #111;
}

#shorts_gallery span#shorts_gallery_title_mobile{
  font-size: 40px;
  letter-spacing: -4px;
  padding-left: 0;
  display: none;
}



#shorts_gallery .shorts_gallery_first_row{
  max-width: 1900px;
  width: 95%;
  grid-gap: 10px;
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 533px));
  gap: 20px;
  justify-content: center;
}

#shorts_gallery .shorts_gallery_secound_row{
  max-width: 1900px;
  width: 95%;
  grid-gap: 10px;
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 533px));
  gap: 20px;
  justify-content: center;
}





/* =================== Main area End =============== */

#lets_work_btn_wrapper{
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 40px;
  padding-top: 5px;
  bottom: 0;
  opacity: 0;
  transition: .6s;
}

#lets_work_btn {
  width: 140px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: rgb(161, 255, 20);
  border-radius: 30px;
  color: rgb(19, 19, 19);
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
  padding-left: 8px;
  transition-duration: .5s;
  margin: 0 auto;
  margin-bottom: 30px;
}

#lets_work_btn .svgIcon {
  height: 25px;
  transition-duration: 1.5s;
}

#lets_work_btn .bell path {
  fill: rgb(19, 19, 19);
}

#lets_work_btn:hover {
  background-color: rgb(192, 255, 20);
  transition-duration: .5s;
}

#lets_work_btn:active {
  transform: scale(0.97);
  transition-duration: .2s;
}

#lets_work_btn:hover .svgIcon {
  transform: rotate(250deg);
  transition-duration: 1.5s;
}












#line {
  border-bottom: 1px solid #444;
}

/*-----------Copyright area---------------*/



#information {
  background: #222;
  position: relative;
  z-index: 9;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #aaa;
  padding: 20px 0;
  border-radius: 10px 10px 0px 0px;
}



