:root {
  --primary: rgb(127, 218, 9);
  --secondary: rgb(96, 168, 1);
  --for2: #333;
  --for: black;
  --for1: #212121;
  --background: #fff;
  --bg1: #ececec;
  --bg2: #c6c6c6;
  --mid: #808080;
  --poppins: "Manrope", sans-serif;
  --cormo: "Cormorant Garamond", serif;
  --snapred:#FF2341;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  cursor: none !important;
  font: var(--poppins);
  background-color: var(--background);
}

.no-scroll {
  overflow: hidden;
  min-height: 100%;
}

.framer-mask {
  height: 36px;
  width: 148px;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(/Assets/resume.svg);
  background-repeat: no-repeat;
  z-index: 10;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
}

#__framer-badge-container {
  display: none !important;
}

.cursormain {
  height: 32px;
  width: 32px;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 110;
  transition: 0.1s;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: difference;
}
.cursormain p {
  opacity: 0;
}

.cursormainhide {
  opacity: 0;
}

.cursorsmall {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--primary);
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 110;
  pointer-events: none;
}

.cursorsmallhide {
  opacity: 0;
}

.glowcursor {
  height: 128px;
  width: 128px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.glowcursorshow {
  opacity: 1;
}

.glowcursorshowb {
  opacity: 1;
  mix-blend-mode: multiply;
}

.navlink-grow {
  height: 10rem;
  width: 10rem;
  background-color: var(--primary);
  border: none;
  z-index: 49;
  transform-origin: center;
  overflow: hidden;
  mix-blend-mode: normal;
  animation: pulse2 0.5s infinite alternate;
}
@keyframes pulse2 {
  from {
    box-shadow: 0px 0px 0px 0px rgb(127, 218, 9);
  }
  to {
    box-shadow: 0px 0px 0px 20px rgba(127, 218, 9, 0.5);
  }
}

.hovered-navlink {
  transform: scale(1.2);
  position: absolute;
  color: white;
  z-index: 1100;
  overflow: hidden;
}

.icon-grow {
  transform: scale(2);
  transform-origin: 100% 100%;
  background-color: var(--primary);
  mix-blend-mode: normal;
  border: none;
  z-index: 100;
  animation: pulse infinite 1s;
  animation-direction: alternate;
}
@keyframes pulse {
  from {
    box-shadow: 0px 0px 0px 0px rgb(127, 218, 9);
  }
  to {
    box-shadow: 0px 0px 0px 10px rgba(127, 218, 9, 0.5);
  }
}

.hovered-icon {
  transform: scale(1.5);
  position: relative;
  z-index: 111;
}

.ripple {
  animation: pulse 0.5s 2 alternate;
}
@keyframes pulse {
  from {
    box-shadow: 0px 0px 0px 0px rgb(127, 218, 9);
  }
  to {
    box-shadow: 0px 0px 0px 10px rgba(127, 218, 9, 0.5);
  }
}

.viewcursor-hover {
  height: 96px;
  width: 96px;
  background-color: var(--background);
  border: none;
  mix-blend-mode: normal;
}
.viewcursor-hover p {
  opacity: 1;
  font-family: var(--poppins);
  font-size: 16px;
  letter-spacing: 6px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 100;
  transform: translate(21px, 38px);
}

.link-grow {
  height: 64px;
  width: 64px;
  transition: 0.4s;
  transition-property: height, width;
}

.buttonlink {
  cursor: none;
}

iframe.buttonlink.preloader {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  border: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  color: inherit;
  cursor: none;
}

a:hover {
  transition: 0.4s;
}

p {
  font-family: var(--poppins);
}

H3 {
  font-family: var(--poppins);
}

.darkc {
  color: var(--for2);
}

.lightc {
  color: var(--bg1);
}

.whitec {
  color: white;
}

.blackc {
  color: #000000;
}

.title {
  font-family: var(--poppins);
  font-size: 3vw;
  letter-spacing: 2px;
}

.pad {
  padding: 0 10vw;
}

section {
  position: relative;
  padding: 20vh 6vw 12vh 6vw;
  overflow: hidden;
}

button {
  cursor: none !important;
  height: 6vh;
  background-color: white;
  width: 20vw;
  color: #333;
  font-size: 16px;
  font-weight: 900;
  border-radius: 0;
  border: 2px solid #333;
  justify-items: center;
  text-align: center;
  font-family: var(--poppins);
}

.buttondark {
  color: #fff;
  border: 2px solid #fff;
  color: #fff;
  font-family: var(--poppins);
  font-weight: 400;
  background-color: var(--for);
  justify-items: center;
  text-align: center;
  vertical-align: center;
  align-items: center;
  display: inline-block;
}

.buttondark:hover {
  border: 2px solid var(--primary);
  background-color: var(--primary);
}

button:hover {
  background-color: var(--for2);
  color: var(--background);
  transition: 0.2s;
}

.button:hover {
  background-color: var(--primary);
  transition: 0.2s ease-in;
}

#hero {
  height: 100vh;
  width: 100%;
  background-color: var(--for);
  padding: 0px;
  /*
  @keyframes scroller {
    0%{
    height: 0px; 
    transform: translateY();   
    }
    50%{
      height: 200px;
      transform: translateY(0px);
    }
    80%{
      height: 50px;
      transform: translateY(150px);
    }
    100%{
      height: 0px;
      transform: translateY(200px);
    }
  }

  @keyframes scroller {
    from{
    transform: translateY();    

    }
    to{
      transform: translateY(150px);
    }
  }
  */
}
#hero #defaulttext {
  opacity: 1;
}
#hero #scorpio:hover ~ .herotext1 {
  opacity: 1;
  transition: opacity 1s;
}
#hero #herocentermain:hover ~ #juggletext {
  opacity: 1;
  transition: opacity 1s;
}
#hero #herocenter:hover ~ #herotext1 {
  opacity: 1;
  transition: opacity 1s;
}
#hero .herotext0 {
  color: white;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  opacity: 0;
  transition: opacity 1s;
}
#hero .herotext1 {
  opacity: 1 !important;
}
#hero svg:hover .aboutmetext {
  opacity: 0;
}
#hero #stars {
  position: absolute;
  width: 90vw;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
#hero #scorpio {
  position: absolute;
  width: auto;
  left: 10vw;
  top: 100px;
}
#hero #orion {
  position: absolute;
  width: auto;
  right: 200px;
  top: 100px;
}
#hero #moon {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 40vh;
  left: 40vw;
  animation: moonmove 30s infinite linear forwards;
  transform: translate(0px, 0px), scale(0.5);
}
@keyframes moonmove {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(100px, -700px);
  }
}
#hero .strokepath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 10s linear infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dashoffset: 1000;
  }
  80% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scaleup {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#hero .logo {
  position: absolute;
  background-image: url(/Assets/png/GB-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  color: var(--mid);
  top: 0px;
  left: 0px;
  padding: 20px 20px !important;
  margin: 30px;
  z-index: 9999;
}
#hero #logofixed {
  color: var(--mid);
  position: fixed;
  mix-blend-mode: difference;
  z-index: 9990;
}
#hero .heromenu {
  position: absolute;
  padding: 10px;
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 1 rem;
  color: white;
  letter-spacing: 3px;
}
#hero .heromenu .heromenu:hover {
  color: white;
}
#hero .heromenu #resume:hover {
  transform: scale(1.5);
}
#hero #resume {
  top: 10px;
  right: 10px;
}
#hero #scrolltext {
  bottom: 20px;
  text-align: end;
  right: 30px;
  font-size: 12px;
  font-weight: 50;
  color: var(--bg1);
}
#hero #scroll {
  position: absolute;
  right: 20px;
  bottom: 0px;
  height: 200px;
  width: 2px;
  background-color: var(--mid);
}
#hero #scroll2 {
  left: 30px;
  bottom: 20px;
  height: 200px;
  width: 2px;
  background-color: var(--primary);
  animation: scroller 2s infinite ease-in-out;
}
@keyframes scroller {
  0% {
    height: 0px;
    transform: translateY();
  }
  40% {
    height: 200px;
    transform: translateY(0px);
  }
  60% {
    height: 200px;
    transform: translateY(0px);
  }
  100% {
    height: 0px;
    transform: translateY(200px);
  }
}
#hero #About {
  position: absolute;
  top: 49vh;
  right: -30px;
  transform: rotate(-90deg);
}

#herocentermain {
  width: 90%;
  height: 75%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
#herocentermain #herocenter {
  position: relative;
}
#herocentermain #cloud_left {
  animation: cloudl 10s ease-in-out infinite alternate;
}
@keyframes cloudl {
  from {
    transform: translateX(0px);
  }
  from {
    transform: translateX(-100px);
  }
}
#herocentermain #cloud_right {
  animation: cloudr 10s ease-in-out infinite alternate;
}
@keyframes cloudr {
  from {
    transform: translateX(0px);
  }
  from {
    transform: translateX(50px);
  }
}
#herocentermain #levi {
  position: absolute;
  animation: levitate 2s ease-in-out infinite alternate;
}
@keyframes levitate {
  from {
    transform: translatey(0px);
  }
  to {
    transform: translatey(-25px);
  }
}
#herocentermain #shadow {
  animation: shadow 2s infinite alternate;
}
@keyframes shadow {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
#herocentermain #plant {
  animation: levitate 2s ease-in infinite 1s alternate;
}
#herocentermain #orbs {
  position: absolute;
  transform-origin: 51% 50%;
  animation: orbs 30s linear infinite normal;
}
@keyframes orbs {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#herocentermain #orbs #DSLR {
  position: absolute;
  transform-origin: 68% 61%;
  animation: orb 30s linear infinite;
}
#herocentermain #orbs #gamepad {
  position: absolute;
  transform-origin: 50.5% 29%;
  animation: orb 30s linear infinite;
}
#herocentermain #orbs #Telescope {
  position: absolute;
  transform-origin: 33.5% 41%;
  animation: orb 30s linear infinite;
}
#herocentermain #orbs #Repair {
  position: absolute;
  transform-origin: 66.5% 41%;
  animation: orb 30s linear infinite;
}
#herocentermain #orbs #paint {
  position: absolute;
  transform-origin: 34.5% 60%;
  animation: orb 30s linear infinite;
}
#herocentermain #orbs #compass {
  position: absolute;
  transform-origin: 51% 72%;
  animation: orb 30s linear infinite;
}
@keyframes orb {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

#who {
  height: auto;
  position: relative;
}
#who #mydp {
  background-color: var(--for1);
  background-image: url(/Assets/img/gauravborra\ 2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#what {
  height: auto;
  width: auto;
  position: relative;
  background-color: var(--for);
  color: var(--background);
  padding: 32vh 6vw 0vh 6vw;
  text-align: center;
}
#what h2 {
  text-align: center;
  color: var(--background);
  margin: 7vw 0 3vw 0;
  font-family: var(--poppins);
  font-weight: 300;
}

.recent-work {
  background-color: var(--for);
  position: relative;
  text-align: center;
  padding: 0 0 8vw 0;
}
.recent-work H2 {
  color: white;
}
.recent-work #__framer-badge-container {
  display: none !important;
}
.recent-work .ticker {
  margin: 0 0 8vh 0;
  height: 625px;
}

#skills {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#skills H2 {
  display: block;
  position: normal;
}

#skill {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 20px;
}

.skill {
  position: relative;
  height: 10vh;
  width: auto;
  align-self: center;
  text-align: start;
  display: flex;
  flex-direction: column-reverse;
}
.skill H3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 2vw;
}
.skill .skillhide {
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0px;
  background-color: var(--bg1);
}
.skill .skillhover {
  height: 4px;
  bottom: 0px;
}

#softwares {
  padding-top: 0px;
  padding-bottom: 6vw;
  margin-top: -3vw;
}
#softwares #sketch {
  background-image: url(/Assets/img/software-logo/sketch.png);
}
#softwares #figma {
  background-image: url(/Assets/img/software-logo/Figma.png);
}
#softwares #invision {
  background-image: url(/Assets/img/software-logo/invision.png);
}
#softwares #XD {
  background-image: url(/Assets/img/software-logo/XD.png);
}
#softwares #PS {
  background-image: url(/Assets/img/software-logo/Photoshop.png);
}
#softwares #AIlogo {
  background-image: url(/Assets/img/software-logo/Illustrator.png);
}
#softwares #AElogo {
  background-image: url(/Assets/img/software-logo/After-Effects.png);
}
#softwares #PPlogo {
  background-image: url(/Assets/img/software-logo/Premiere.png);
}
#softwares #IDlogo {
  background-image: url(/Assets/img/software-logo/Indesign.png);
}
#softwares #zeplin {
  background-image: url(/Assets/img/software-logo/zeplin.png);
}
#softwares #abstractlogo {
  background-image: url(/Assets/img/software-logo/Abstract.png);
}
#softwares #VSCode {
  background-image: url(/Assets/img/software-logo/VS-Code.png);
}

@media only screen and (max-width: 1024px) {
  .m-hidden {
    display: none;
  }
  html, body {
    height: 100%;
  }
  #hammenu {
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 16px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
  }
  #overlay-content {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    overflow: hidden;
  }
  #menu-button {
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 16px;
    z-index: 99;
    pointer-events: none;
    left: 50%;
    background: var(--for1);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(127, 218, 9, 0.9);
  }
  .menu-button {
    transform: translateX(-50%) scale(0);
    transition: ease-in-out 0.3s;
  }
  .menu-grow {
    transition: ease-in-out 0.3s;
    transform-origin: 50% 50%;
    transform: translateX(-50%) scale(50);
  }
  #close-menu {
    position: fixed;
    bottom: 24px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
  }
  .hidden-menu {
    display: none;
  }
  .show-menu {
    display: block;
  }
  #menulist {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    position: absolute;
    grid-gap: 5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #menulist .menu-items {
    font-family: var(--poppins);
    font-size: 10vw;
    color: var(--background);
    opacity: 0;
  }
  #menulist .menu-items:hover {
    color: var(--primary);
  }
  @keyframes menu-items {
    0% {
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    1.3% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 237.02, 0, 1);
    }
    2.55% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 182.798, 0, 1);
    }
    4.1% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
    }
    5.71% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.596, 0, 1);
    }
    8.11% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
    }
    8.81% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 21.84, 0, 1);
    }
    11.96% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.825, 0, 1);
    }
    12.11% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    15.07% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -12.662, 0, 1);
    }
    16.12% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
    }
    27.23% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
    }
    27.58% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.121, 0, 1);
    }
    38.34% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    40.09% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.291, 0, 1);
    }
    50% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.048, 0, 1);
    }
    60.56% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
    }
    82.78% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
  }
  .menu-items:nth-of-type(1) {
    animation: menu-items 0.3s 0.2s ease-in-out forwards;
  }
  .menu-items:nth-of-type(2) {
    animation: menu-items 0.3s 0.4s ease-in-out forwards;
  }
  .menu-items:nth-of-type(3) {
    animation: menu-items 0.3s 0.6s ease-in-out forwards;
  }
  .menu-items:nth-of-type(4) {
    animation: menu-items 0.3s 0.8s ease-in-out forwards;
  }
  .menu-items:nth-of-type(5) {
    animation: menu-items 0.3s 1s ease-in-out forwards;
  }
  .menu-icons {
    animation: menu-items 0.3s 1s ease-in-out forwards;
  }
  .menu-icons {
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
  }
  .menu-icons a {
    margin-right: 20px;
  }
  .menu-icons .call-menu {
    transform: translateY(-50px);
  }
  .hidden-m {
    display: none;
  }
  button {
    width: 80vw;
    height: 8vh;
    display: none;
  }
  .buttondark {
    color: #fff;
    border: 2px solid #fff;
    color: #fff;
    background-color: #333;
    justify-items: center;
    text-align: center;
    vertical-align: center;
    align-items: center;
    display: inline-block;
  }
  .buttondark:hover {
    color: #333;
    background-color: #fff;
  }
  .herotext {
    font-size: 2vh;
  }
  #hero {
    height: 100%;
    width: 100%;
    padding: 0px;
  }
  #hero #herocentermain {
    width: 100%;
  }
  #hero #Work {
    position: absolute;
    bottom: 16px;
    left: 0px;
    transform: rotate(0deg);
  }
  #hero #contact {
    bottom: 16px;
    right: 20px;
  }
  #hero #scroll {
    position: absolute;
    right: 8px;
    height: 200px;
  }
  #hero #stars {
    position: absolute;
    width: 190vw;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    top: 100px;
  }
  #hero #scorpio {
    transform: scale(0.5);
    left: -16vw;
    top: 5vh;
  }
  #hero #orion {
    transform: scale(0.5);
    right: -2vw;
    top: 5vh;
  }
  #hero #moon {
    width: 48px;
    height: 48px;
  }
  #hero .siconhero {
    display: none;
  }
  #hero .logo {
    font-size: 6vh;
    position: absolute;
  }
  #who {
    height: auto;
  }
  #who #aboutme {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #who .aboutme {
    align-self: center;
  }
  #who #mydp {
    height: 80vw;
    width: 80vw;
  }
  #who .subhead {
    text-align: center;
  }
  #who .workgrid {
    display: none;
  }
  section {
    padding: 10vh 10vw 6vh 10vw;
  }
  .pad {
    padding: 0 10vw;
  }
  #what {
    text-align: center;
    padding: 16vh 6vw 0vh 6vw;
  }
  #what H2 {
    margin: 16vw 0 10vw 0;
  }
  #what .workgrid div {
    background-color: var(--mid);
  }
  #what .workgrid-m {
    margin: 60px 0px;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    align-self: center;
    grid-gap: 30px;
  }
  #what .workgrid-m .collection {
    height: 80vw;
    width: 80vw;
    background-image: url(/Assets/img/headphone-popup.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-self: center;
    align-self: center;
    position: relative;
  }
  #what .workgrid-m .collection .colloverlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.3s;
  }
  #what .workgrid-m .collection .colloverlay .title {
    position: absolute;
    opacity: 1;
    color: white;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .recent-work {
    position: relative;
    text-align: center;
    padding: 0 0 8vw 0;
  }
  .recent-work H2 {
    color: white;
  }
  .recent-work .ticker {
    margin: 0 0 4vh 0;
    height: 304px;
  }
  #skills {
    min-height: 760px;
    position: relative;
  }
  #skill {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
  }
  #skill H3 {
    font-size: 2vh;
    font-weight: 300;
    margin: 20px 0 20px 0;
    display: block;
  }
  .skillhover {
    width: 100%;
  }
  #softwares {
    height: -moz-fit-content;
    height: fit-content;
  }
  #software {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-column-gap: 20px;
  }
  .software {
    width: auto;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .softlogo {
    width: 100%;
    max-width: 180px;
    height: 90px;
  }
  #love {
    position: relative;
    height: auto;
    text-align: center;
    background-color: var(--for);
  }
  #love #hobbies {
    width: 100%;
  }
  #love .hobby {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  #love .hobby div {
    width: 100%;
  }
  #love .hobby .hobbypic {
    grid-column: 1/3;
    background-image: url(/Assets/img/gauravborra.jpg);
    background-position: center;
    background-size: cover;
  }
  #love .hobby {
    height: 80vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  #love .hobbypic {
    background-color: var(--for1);
  }
  #love .hobbyinfo {
    justify-self: center;
    align-self: center;
    text-align: center;
  }
  #touch {
    padding: 6vh 0 0 0;
  }
  #touch span {
    font-size: 22px;
    overflow-wrap: break-word;
  }
  #touch .subhead {
    display: block;
    margin: 3vh 0px;
    padding: 0 3vh;
  }
  #touch .touchbg {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    text-align: center;
    background-color: var(--for);
    color: var(--background);
  }
  #touch .touchbg span {
    color: var(--primary);
    overflow-wrap: break-word;
  }
  #touch .touchbg h2 {
    padding: 6vh 3vh 1vh 3vh;
    font-size: 3vh;
    font-weight: 300;
    color: var(--background);
  }
  #footer {
    height: auto;
    color: white;
    background-color: var(--for1);
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: var(--poppins);
  }
  #footer .social {
    display: inline-block;
    width: 100%;
  }
  #footer .ficon {
    fill: white;
    height: auto;
    width: 20px;
    margin: 6vh 10px;
  }
  #footer h4 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    font-family: var(--poppins);
  }
  #footer .fcollection {
    display: none;
    padding: 5vh 4vw;
    color: var(--background);
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  #footer .fcollection h4:nth-child(odd) {
    justify-self: start;
    text-align: start;
  }
  #footer .fcollection h4:nth-child(even) {
    justify-self: end;
    text-align: end;
  }
  #footer .fcollection H5 {
    font-family: var(--poppins);
    grid-column: 1/3;
    justify-self: center;
    color: var(--mid);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  #footer #footinfo {
    text-align: center;
    left: 2vw;
    bottom: 1.5vw;
  }
  #footer #footinfo div {
    padding: 6px;
  }
  #footer #footinfo .phoneicon {
    background-image: url(/Assets/Svg/whatsapp.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  #footer #footinfo a h4 {
    display: inline-block;
    font-size: 12px;
    color: var(--background);
    transform: translateY(-11px);
    margin: 0 10px;
  }
  #footer #footinfo .emailicon {
    background-image: url(/Assets/Svg/mail.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .interest {
    margin: 10vh 0;
    color: white;
  }
  footer {
    height: 14vh;
    color: white;
    text-align: center;
    width: 100%;
    background-color: black;
    bottom: 0px;
  }
  footer p {
    padding: 2vh 0 5vh 0;
    margin: 0px;
  }
  #insta {
    padding: 4vw 6vw;
    z-index: 1;
    opacity: 0.99;
  }
  .pagefooter {
    min-height: 100px;
    position: relative;
  }
  .pagefooter .footinfo {
    display: inline-block;
    margin-left: 50px;
    position: absolute;
    bottom: 0px;
  }
  .pagefooter svg {
    width: 20px;
    height: 20px;
    margin: 20px;
    fill: var(--background);
  }
  .pagefooter .social {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .pagefooter .ficon {
    fill: var(--background);
    height: auto;
    width: 20px;
    margin: 15px;
  }
  .pagefooter .ficon:hover {
    fill: white;
  }
}
@media only screen and (min-width: 441px) {
  #skill {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
  }
  #skill H3 {
    font-size: 2vh;
    margin: 20px 0 20px 0;
    display: block;
  }
  #software {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-column-gap: 20px;
  }
  .fcollection {
    padding: 5vh 4vw;
    color: var(--background);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .fcollection h4:nth-child(odd) {
    justify-self: start;
    text-align: start;
  }
  .fcollection h4:nth-child(even) {
    justify-self: end;
    text-align: end;
  }
  .fcollection H5 {
    font-family: var(--poppins);
    grid-column: 1/3;
    justify-self: center;
    color: var(--mid);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 810px) {
  .recent-work .ticker {
    margin: 0 0 8vh 0;
    height: 420px;
  }
}
/* normal laptops*/
@media (min-width: 1025px) {
  .hidden-l {
    display: none;
  }
  #menulist {
    display: grid;
    grid-gap: 1vw;
    grid-template-columns: 1fr;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #menulist .menu-items {
    font-family: var(--poppins);
    font-size: 5vw;
    color: var(--background);
    opacity: 0;
  }
  #menulist .menu-items:hover {
    color: var(--primary);
  }
  @keyframes menu-items {
    0% {
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    1.3% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 237.02, 0, 1);
    }
    2.55% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 182.798, 0, 1);
    }
    4.1% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
    }
    5.71% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.596, 0, 1);
    }
    8.11% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
    }
    8.81% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 21.84, 0, 1);
    }
    11.96% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.825, 0, 1);
    }
    12.11% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    15.07% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -12.662, 0, 1);
    }
    16.12% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
    }
    27.23% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
    }
    27.58% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.121, 0, 1);
    }
    38.34% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    40.09% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.291, 0, 1);
    }
    50% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.048, 0, 1);
    }
    60.56% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
    }
    82.78% {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
  }
  .menu-items:nth-of-type(1) {
    animation: menu-items 0.3s 0.2s ease-in-out forwards;
  }
  .menu-items:nth-of-type(2) {
    animation: menu-items 0.3s 0.3s ease-in-out forwards;
  }
  .menu-items:nth-of-type(3) {
    animation: menu-items 0.3s 0.4s ease-in-out forwards;
  }
  .menu-items:nth-of-type(4) {
    animation: menu-items 0.3s 0.5s ease-in-out forwards;
  }
  .menu-items:nth-of-type(5) {
    animation: menu-items 0.3s 0.6s ease-in-out forwards;
  }
  .menu-icons {
    position: absolute;
    display: block;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
  }
  .menu-icons a {
    margin-right: 50px;
  }
  .menu-icons {
    animation: menu-items 0.3s 1.2s ease-in-out forwards;
  }
  #hammenu {
    height: 48px;
    width: 48px;
    position: fixed;
    top: 32px;
    z-index: 99;
    right: 32px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
  }
  #overlay-content {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
  }
  #menu-button {
    height: 48px;
    width: 48px;
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 99;
    pointer-events: none;
    background: var(--for1);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(127, 218, 9, 0.9);
  }
  .menu-button {
    transform: translateX(-50%) scale(0);
    transition: ease-in-out 0.5s;
  }
  .menu-grow {
    transition: ease-in-out 0.5s;
    transform-origin: 50% 50%;
    transform: translateX(-50%) scale(100);
  }
  #close-menu {
    position: fixed;
    top: 40px;
    z-index: 99;
    right: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
  }
  .hidden-menu {
    display: none;
  }
  .show-menu {
    display: block;
  }
  #aboutme {
    height: 90vh;
    width: 100%;
    display: grid;
    opacity: 0.99;
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }
  .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 36%;
    height: 10px;
    width: 30%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    transition-duration: 0.3s;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }
  #hero .siconhero {
    height: auto;
    width: 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  #hero .siconhero .hicon {
    height: 20px;
    width: 20px;
    fill: var(--background);
    margin: 15px 0;
  }
  #hero #Work {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
  }
  #hero #contact {
    position: absolute;
    top: 51vh;
    left: -20px;
    transform: rotate(90deg);
  }
  #who .aboutme {
    height: 100%;
    text-align: left;
    display: contents;
  }
  #who p {
    padding: 0 60px;
    font-size: 4vh;
    justify-self: center;
    text-align: left;
    line-height: 130%;
  }
  #what .workgrid {
    margin: 60px 0 60px 0;
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    grid-gap: 10vh;
  }
  #what .workgrid-m {
    display: none;
  }
  .collection {
    height: 35vw;
    width: 35vw;
    background-image: url(/Assets/img/headphone-popup.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-self: center;
    align-self: center;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    position: relative;
  }
  .collection .colloverlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
  }
  .collection .colloverlay .title {
    position: absolute;
    opacity: 1;
    color: white;
    text-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    left: 23%;
    top: 36%;
    transform: translate(-50%, -50%);
    transform: translateZ(100px);
    transition: 0.2s;
  }
  .collection:hover .colloverlay {
    opacity: 1;
  }
  #skills {
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  #skills H2 {
    display: block;
    position: normal;
  }
  #skill {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
  }
  #skill H3 {
    display: inline-block;
    font-family: var(--poppins);
    font-weight: 300;
    vertical-align: end;
    font-size: 1.4vw;
  }
  .skill {
    position: relative;
    height: 6vw;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .skill .skillhide {
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0px;
    background-color: var(--bg1);
  }
  .skill .skillhover {
    height: 4px;
    width: 0%;
    bottom: 0px;
    background-color: var(--primary);
    transition: 0.1s ease-in;
  }
  #skill :hover .skillhover {
    width: 100%;
    transition: 0.1s ease-in;
  }
  #softwares {
    height: -moz-fit-content;
    height: fit-content;
  }
  #software {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .software {
    min-height: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #love {
    position: relative;
    background-color: var(--for);
    text-align: center;
  }
  #love .glowcursor {
    mix-blend-mode: multiply;
  }
  #love h2, #love span {
    color: white;
  }
  #love Span {
    margin-top: 5vw;
  }
  #love .interest {
    margin: 10vh 0;
  }
  #love #hobbies {
    width: 100%;
  }
  #love .ticker-love {
    height: 720px;
  }
  #love .hobby:nth-child(odd) {
    margin: 100px 0 100px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  #love .hobby:nth-child(odd) .hobbypic {
    height: 100%;
    background-image: url(/Assets/img/gauravborra.jpg);
    background-position: center;
    background-size: cover;
  }
  #love .hobby:nth-child(odd) .hobbyinfo {
    justify-self: center;
    text-align: center;
    align-self: center;
    padding: 60px;
  }
  #love .hobby:nth-child(even) {
    margin: 100px 0 100px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  #love .hobby:nth-child(even) .hobbypic {
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/3;
    grid-auto-rows: auto;
    background-image: url(/Assets/img/gauravborra.jpg);
    background-position: center;
    background-size: cover;
  }
  #love .hobby:nth-child(even) .hobbyinfo {
    padding: 60px;
    text-align: center;
    justify-self: end;
    align-self: center;
  }
  #love .hobby {
    height: 80vh;
    width: 100%;
  }
  #love #photolove {
    background-image: url(/Assets/img/Love/photbg.png);
  }
  #touch {
    padding: 20vh 0 0 0;
    min-height: 300px;
  }
  #touch .subhead {
    display: block;
  }
  #touch .touchbg {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    text-align: center;
    background-color: var(--for);
    color: var(--background);
    padding-bottom: 2vw;
  }
  #touch .touchbg span {
    color: var(--primary);
  }
  #touch .touchbg h2 {
    padding: 4vw 0 1vw 0;
  }
  #touch .touchbg .icons {
    width: 40px;
    height: 32px;
    margin: 20px;
    fill: var(--background);
  }
  #insta {
    padding: 0vw 6vw 4vw 6vw;
    z-index: 1;
    opacity: 0.99;
  }
  #footer {
    color: white;
    background-color: var(--for1);
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: var(--poppins);
    text-align: center;
  }
  #footer .social {
    display: inline-block;
    margin: 1vw;
  }
  #footer .ficon {
    fill: var(--background);
    height: auto;
    width: 25px;
    margin: 20px;
  }
  #footer h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    justify-self: end;
    margin: 0px;
    font-family: var(--poppins);
  }
  #footer .fcollection {
    position: absolute;
    right: 2vw;
    bottom: 1vh;
    color: var(--background);
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: end;
    z-index: 0;
  }
  #footer .fcollection H5 {
    margin: 0px;
    font-family: var(--poppins);
    grid-column: 3/4;
    justify-self: end;
    color: var(--mid);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  #footer #footinfo svg {
    width: 24px;
    height: 24px;
    margin: 20px;
    fill: var(--background);
  }
  #footer #footinfo .social {
    display: inline-block;
    right: 20px;
  }
  #footer #footinfo .ficon {
    fill: var(--background);
    height: auto;
    width: 20px;
    margin: 15px;
  }
  #footer #footinfo .ficon:hover {
    fill: var(--primary);
  }
  #footer #footinfo #footinfo {
    text-align: left;
    position: absolute;
  }
  #footer #footinfo #footinfo div {
    margin: 6px;
  }
  #footer #footinfo .phoneicon {
    background-image: url(/Assets/Svg/phone.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  #footer #footinfo h4 {
    display: inline-block;
    transform: translateY(-11px);
    margin: 0 10px;
  }
  #footer #footinfo .emailicon {
    background-image: url(/Assets/Svg/mail.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  footer {
    color: white;
    text-align: center;
    width: 100%;
    background-color: black;
    bottom: 0px;
  }
  footer p {
    padding: 2vh 0;
    margin: 0px;
  }
  .pagefooter .footinfo {
    display: inline-block;
    margin-left: 50px;
  }
  .pagefooter svg {
    width: 20px;
    height: 20px;
    margin: 20px;
    fill: var(--background);
  }
  .pagefooter .social {
    position: absolute;
    display: inline-block;
    right: 20px;
  }
  .pagefooter .ficon {
    fill: var(--background);
    height: auto;
    width: 20px;
    margin: 15px;
  }
  .pagefooter .ficon:hover {
    fill: var(--primary);
  }
  .pagefooter #footinfo {
    text-align: left;
    position: absolute;
  }
  .pagefooter #footinfo div {
    margin: 6px;
  }
}
/* high res laptop/desktop */
@media (min-width: 1367px) {
  #who {
    height: auto;
    background-color: var(--background);
    position: relative;
  }
  #who H1 {
    top: 5vh;
    right: 10vw;
  }
  #who #mydp {
    background-color: var(--for1);
    background-image: url(/Assets/img/gauravborra\ 2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #aboutme {
    height: 64vh;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
  #skills {
    position: relative;
  }
  #skills H2 {
    display: block;
    position: normal;
  }
  #skill {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
  }
  #skill .skill {
    height: 6vw;
    display: flex;
    flex-direction: column-reverse;
  }
  #footer {
    min-height: 26vh;
  }
  #footer .fcollection {
    position: absolute;
    right: 2vw;
    bottom: 1vh;
    color: var(--background);
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: end;
  }
  #footer .fcollection H5 {
    font-family: var(--poppins);
    grid-column: 3/4;
    justify-self: end;
    color: var(--mid);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }
}
/* Tablets 
@media only screen and (max-width: 767px) {

}
}






//@media (min-width: 1025px) and (max-width: 1366px) {
*/
.card {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translatez(35px);
  transition: transform 200ms ease-out;
  text-align: center;
}

.parallax_fore {
  position: relative;
  height: 100%;
  top: 14px;
  right: -10px;
  height: 110%;
}

.parallax_bg {
  bottom: -200px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  transform-origin: 50% 50%;
  transform: scale(1.5);
  transform: translateZ(-50px);
  z-index: 0;
}/*# sourceMappingURL=main.css.map */
