
body {font-family: 'Raleway', sans-serif;overflow-x: hidden;font-family: "Galindo", sans-serif;font-family: "Bricolage Grotesque", sans-serif;/* font-family: "Roboto Slab", serif; */}

h1 {/* font-family: Rozha One; *//* font-family: 'Pacifico', sans-serif; */font-weight: 700;font-size: 5em;color: #0027ff;margin-left: -3px;margin-bottom: 10px;margin-top: -12px !important;font-family: "Bricolage Grotesque", sans-serif;/* font-family: "Spicy Rice", serif; */}

h3 {
    font-size: 1.5em;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}

p {font-size: 1.1em;}

.left h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
}

.sidebar {
    display: block;
    width: 150px;
    height: 100vh;
    background: #ffffff;
    float: left;
    border-right: 1px solid #e7e7e7;
    position: relative;
}

.rooms {margin-top: 33px;list-style: none;padding: 0;}

.rooms li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: .96em;
  position: relative;
  padding-left: 40px;
}

.rooms li.active {
  background-image: linear-gradient(90deg,#fff,hsla(0,0%,99.4%,.6588235294117647),#f3f3f3);
  font-weight: 500;
  color: #2042ff;
}

.kaka {
    display: inline-block;
    width: 45px;
    height: 50px;
    background: #fdcc74;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: -5px -20px 0px -14px #444, -16px -13px 0px -16px #444, -18px -5px 0px -16px #444, -11px -22px 0px -16px #444, -5px -25px 0px -16px #444, 5px -20px 0px -16px #444, 15px -15px 0px -16px #444, 17px -5px 0px -16px #444;
    position: relative;
    top: 20px;
    left: 15px;
    cursor: pointer;
  }

  .kaka:after {
  content: '';
  width: 3px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 11px;
  top: 18px;
  box-shadow: 18px 0 0 #000;
}

.kaka:before {
  content: '';
  height: 10px;
  width: 14px;
  position: absolute;
  bottom: 13px;
  left: 14px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -8px -17px 0px -3px #000, 10px -17px 0px -3px #000;
  transition: .06s ease-in-out;
}

.kaka:hover:before {background: #fff;box-shadow: -8px -19px 0px -3px #000, 10px -21px 0px -3px #000;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;height: 15px;width: 18px;left: 13px;bottom: 11px;animation: aaaaa .15s infinite;}

.kaka:hover:after {
  
}


.chat {display: block;padding: 25px;width: 45%;/* border-right: 1px solid #e7e7e7; */height: 100vh;float: left;position: relative;}

.chat ul {max-width: 500px;font-size: 1em;font-weight: 500;color: #535353;list-style: none;padding: 0;}

.chat ul li {
  padding: 10px 19px;
  position: relative;
}

.chat ul li:before {
  content: '';
  position: absolute;
  width: 12px;
  border-top: 1px solid #d1d1d1;
  left: 2px;
  top: 22px;
}

.cta {
    text-align: center;
    padding: 50px;
}

.cta a {
    color: inherit;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    border-radius: 3px;
    color: #2042ff !important;
    font-size: 14px;
    margin: 10px;
    font-weight: 500;
    display: inline-block;
}

.pulse {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0e7509;
  animation: pulsing 2s infinite;
  transition: all 0.2s;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  border: 2px solid #fff;
}

.pulse:hover {
  --blue: rgba(209, 167, 160,.65);
  --transparentBlue: rgba(209, 167, 160,0);
}

.pulse:active {
  transform: scale(1.5);
}

@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 #0e7509;
  }
  70% {
    box-shadow: 0 0 0 0px #0e7509;
  }
  to {
    box-shadow: 0 0 0 4px #0e750900;
  }
}

.rainbow-text{
  position: relative;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
  overflow: hidden;
  /* text-shadow: 0 2px 4px rgba(0,0,0,0.5); */
  padding: 2px 4px 0px;
  margin: 0px 0px 0px;
  line-height: 1.3;
}
.rainbow-text::before{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  bottom:0;
  left: -140%;
  background: white repeating-linear-gradient(90deg, #2042ff 0%, #f44336 16.66666%, #673AB7 33.33333%, #2042ff 50.0%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: move 28s linear infinite;
  background: white repeating-linear-gradient(90deg, #fdcc74 0%, #f44336 16.66666%, #2042ff 33.33333%, #fdcc74 50.0%);
}

@keyframes move{
  0%{transform: translateX(0);}
  100%{transform: translateX(50%);}
}

@supports not (mix-blend-mode: multiply) {
  .rainbow-text{
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  background: white repeating-linear-gradient(90deg, #14ffe9, #ffc800, #ff00e0, #14ffe9);
    text-shadow: none;
  }
  .rainbow-text::before{ content: none; }
}

.red {
  background-image: url('../img/hearts.gif');
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
  filter: opacity(0.5) drop-shadow(0 0 0 red);
  margin-left: -10px;
  margin-right: -15px;
  margin-top: -40px;
  position: relative;
  top: 14px;
}

.post {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
}

.post input {
    width: 100%;
    border: none;
    padding: 15px 25px;
    border-top: 1px solid #e7e7e7;
    font-weight: 500;
    background: #f9f9f9;
    font-size: .97em;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.toolbar {position: absolute;top: 0;right: 0;padding: 10px 20px;}

.toolbar img {
  height: 26px;
  margin: 5px 8px;
  opacity: .4;
  cursor: pointer;
}


.task {
  display: inline-block;
  width: calc(55% - 150px);
  height: 100vh;
  position: relative;
  box-shadow: -2px 0px 5px #e1e1e1;
  padding: 20px;
  padding-top: 80px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.task form {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

.task form input {
  float: left;
  width: 100%;
  line-height: 24px;
  box-sizing: border-box;
  border: none;
  background: #f9f9f9;
  padding: 15px 20px;
  border-bottom: 1px solid #e7e7e7;
}

.task #submit {
  float: right;
  width: 15%;
  min-width: 66px;
  font-size: 20px;
  background-color: #ccc;
  border: 2px solid #ccc;
  border-radius: 3px; 
  font-family: 'Raleway', sans-serif;
  outline: none;

}

.task #submit:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.task #submit:focus {
  outline: none;
}

.task ol {
  clear: both;
  padding: 10px 10px;
  box-sizing: border-box;
  list-style-position: inside;
}

.task ol li {
  width: 100%;
  clear: both;
  font-weight: 500;
  /* border-bottom: 1px solid #e7e7e7; */
  padding: 6px 5px;
}

.task ol li span {
}

.task .remove {
  float: right;
  cursive;
  line-height: 1rem;
  font-size: 0.7rem;
  box-sizing: border-box;
  width: 15%;
  min-width: 66px;
  background-color: #d64d4d;
  border: 2px solid #d64d4d;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s;
  display: none;
}

.task .remove:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.task .done {
  text-decoration: line-through;
  color: #003366;
}

@media (max-width: 400px) {
  .task form input {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .task form #submit {
    width: 100%;

  }
}

.task h3 {
    position: absolute;
    transform: rotate(270deg);
    font-size: 4em;
    left: -187px;
    top: 40%;
    color: #efefef;
    height: 85px;
    overflow: hidden;
    z-index: -1;
}

.todo {
}

.todo {
    /* border-bottom: 1px solid #e7e7e7; */
    display: block;
    position: relative;
    padding: 30px;
    /* border-right: 1px solid #e7e7e7; */
    box-shadow: 0 1px 2px #adacac, 2px 3px 8px 0 #cccccc2b;
    margin: 1%;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    border-left: 2px solid #FFEB3B;
    background-repeat: no-repeat;
    font-size: .96em;
    width: 30%;
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.todo div {width: 100%;display: block;font-weight: 500;color: #444;line-height: 1.4;}

.todo p {margin-bottom: 0px;font-size: 1em;font-weight: 500;line-height: 1.3;padding-left: 25px;padding-right: 15px;position: relative;}

.todo p input {
    position: absolute;
    left: 0;
    top: 3px;
}

.todo a {color: #2142ff !important;margin-right: 0;text-decoration: none;font-weight: 600;}

.todo span {background: #0e93071f;padding: 3px 6px;color: #0e9307;font-size: 14px;display: inline-block;float: left;}

.todo .tags {display: block;padding: 15px;display: none;}

.todo a img {
  height: 21px;
}

.round {
  width: unset !important;
  display: inline !important;
  position: absolute;
  left: 10px;
  top: 28px;
}

.round label {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  cursor: pointer;
  height: 17px;
  left: -4px;
  position: absolute;
  top: -21px;
  width: 17px;
  z-index: 1;
}

.round label:after {
  border: 2px solid #2042ff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 9px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.todo:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  /* background: #FFEB3B; */
  top: -20px;
  right: -20px;
  border-radius: 50%;
}

.imag {
  border-top: none;
  background-image: none;
  box-shadow: none;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0;
  text-align: center;
}

.stage {
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  height: 250px;
  overflow: hidden;
  z-index: -1;
}

.stage img {
  position: absolute;
  max-height: 150px;
}

.img1 {
  animation: moving 12s;
  bottom: -17px;
  left: -302px;
  z-index: 11;
}

.img2 {
  animation: movingback 29s;
  animation-delay: 6s;
  bottom: -6px;
  right: -302px;
  max-height: 170px !important;
  z-index: 1;
}

.img3 {
  animation: movingback 20s;
  animation-delay: 12s;
  right: -302px;
  max-height: 130px !important;
  bottom: -19px;
}

.img4 {
  animation: moving 22s;
  animation-delay: 21s;
  bottom: -45px;
  left: -302px;
  z-index: 0;
}

.img5 {
  animation: moving 20s;
  animation-delay: 22s;
  bottom: 55px;
  left: -302px;
  max-height: 60px !important;
}

.img6 {
  animation: moving 20s;
  animation-delay: 23s;
  bottom: 115px;
  left: -302px;
  max-height: 60px !important;
}

.img7 {
  animation: moving 20s;
  animation-delay: 29s;
  bottom: -4px;
  left: -302px;
  max-height: 80px !important;
}

.img8 {
  animation: moving 18s;
  animation-delay: 33s;
  bottom: -16px;
  left: -302px;
  max-height: 190px !important;
  transform: scaleX(-1);
  z-index: -5;
}

.img9 {
  animation: moving 20s;
  animation-delay: 35s;
  bottom: 126px;
  left: -302px;
  max-height: 140px !important;
  z-index: -5;
}


@keyframes moving {
  from {
    left: -302px;
  }
  to {
    left: 125%;
  }
}

@keyframes movingback {
  from {
    right: -302px;
  }
  to {
    right: 128%;
  }
}

@keyframes aaaaa {
  0% {
    height: 15px;
    width: 32px;
    left: 7px;
    bottom: 8px;
    box-shadow: -16px -28px 0px -5px #000, 14px -28px 0px -5px #000;
  }
  50% {
    height: 14px;
    width: 32px;
    bottom: 8px;
    left: 7px;
    box-shadow: -16px -28px 0px -5px #000, 14px -28px 0px -5px #000;
  }
  100% {
    height: 15px;
    width: 32px;
    left: 7px;
    bottom: 8px;
    box-shadow: -16px -28px 0px -5px #000, 14px -28px 0px -5px #000;
  }  
}


@media only screen and (max-width: 1000px) {
  body {
      overflow: auto;
  }  
  h1 {
    line-height: 1 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 68px;
    background: linear-gradient(to right, blue , red) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  .sidebar {height: auto;width: 100%;}
  .chat {
    width: 100%;
    height: unset;
  }
  .task {
    width: 100%;
    height: auto;
    padding-bottom: 220px;
    box-shadow: none;
    padding-top: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rooms li {
      width: 25%;
      float: left;
      text-align: center;
      background: #fff !important;
      padding: 10px !important;
      border-top: 1px solid #d7d7d7;
      border-bottom: 1px solid #d7d7d7;
      min-height: 55px;
      margin-bottom: 20px;
  } 

  .rooms span {
    display: none;
    
  }

  .rooms img {
      position: unset !important;
      width: 30px !important;
  }

  .rainbow-text::before {display: none;}  

  .post input, .task form input {

    display: none;
  }

.todo {padding: 30px;margin: 3%;width: 94%;}

.toolbar {display: none;}

.rooms li {
  width: 33%;
}
  
.rooms li.active {
   border-bottom: 4px solid;
}

.stage {
    position: relative;
    margin-top: 100px;
    margin-bottom: -50px;
}

}

.rooms a {
    color: #000;
    text-decoration: none !important;
}

.presence {
    font-size: 13px;
    margin-left: 2px;
    position: relative;
    top: 18px;
}

.rooms img {
    width: 24px;
    position: absolute;
    left: 10px;
    top: 9px;
    opacity: .5;
}

.targetDiv {display: none;}

.contact {
    text-align: center;
    margin-top: 60px;
    font-weight: 600;
}

.contact img {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  margin: 10px;
  padding: 5px;
}

.pankaj2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    background: #5397ba;
    background-repeat: no-repeat;
    background-position: top left;
    background-position: top -190px left -70px;
    background-image: url(../img/bg.webp);
}

.pankaj2:before {
  content:'';
  height: 250px;
  width: 250px;
  background-image: url(../img/bird.gif);
  background-size: 200px;
  animation: diagonal-movement 11s linear;
  z-index: 9999;
  left: 160%;
  pointer-events: none;
  position: absolute;
  background-repeat: no-repeat;
}


.smoke {
    position: absolute;
    left: 750px;
    height: 70px;
    width: 200px;
    animation: diagonal-move 322s linear infinite;
    top: 180px;
}

.smoke:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    background: linear-gradient(45deg,#9bb7ff,transparent);
    transform: rotate(218deg);
    top: 20px;
    left: -65px
}

.smoke:before {
    content: "";
    background-image: url(../img/smoke.gif);
    height: 70px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .7;
    left: -10px;
    top: -15px
}

@keyframes diagonal-move {
    0% {
        transform: translate(20vw,20vw) rotate(-9deg)
    }

    100% {
        transform: translate(2000px,1200px)
    }
}

.smoke4 {
    position: absolute;
    left: 750px;
    height: 70px;
    width: 200px;
    animation: diagonal-move 300s linear infinite;
    top: 180px;
}

.smoke4:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    background: linear-gradient(45deg,#77b7d7,transparent);
    transform: rotate(218deg);
    top: -70px;
    left: -65px
}

.smoke4:before {
    content: "";
    background-image: url(../img/smoke.gif);
    height: 70px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .7;
    left: -10px;
    top: -105px
}

@keyframes diagonal-move4 {
    0% {
        transform: translate(20vw,20vw) rotate(-14deg)
    }

    100% {
        transform: translate(2000px,1200px)
    }
}

@keyframes diagonal-move2 {
    0% {
        top: 0;
        left: 300px;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        top: 300px;
        left: -500px
    }
}

.smoke2 {
    position: absolute;
    width: 19px;
    height: 29px;
    opacity: 1;
    left: 250px;
    top: 220px;
    background-image: url(../img/smoke2.gif);
    background-size: cover
}

@keyframes diagonal-movement {
    0% {
        left: -15%;
        top: 35%
    }

    100% {
        left: 160%;
        top: -65%
    }
}

@keyframes diagonal-mobile {
    0% {
        left: -15%;
        top: 35%
    }

    100% {
        left: 160%;
        top: 5%
    }
}

@keyframes diagonal-movement {
    0% {
        left: -15%;
        top: 35%
    }

    100% {
        left: 160%;
        top: -65%
    }
}

@keyframes diagonal-mobile {
    0% {
        left: -15%;
        top: 35%
    }

    100% {
        left: 160%;
        top: 5%
    }
}
.portfolio {
  /* margin-left: 40%; */
}
.portfolio h1 {
  font-size: 4em;
  color: #CDDC39;
  letter-spacing: -3px;
  margin-bottom: 35px;
  text-shadow: 5px 15px 2px #00000038;
}

.pankaj2 h4 {
    font-family: 'Raleway';
    font-size: 1.2em;
    line-height: 1;
    color: #FFEB3B;
    margin-top: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    font-weight: 500;
    position: relative;
}

.sub {
  display: flex;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.section {
  flex: 0 0 25%; /* Takes exactly 1/3rd of the space */
  align-self: flex-start; /* Aligns content to the top */
  margin-right: -1px;
}

.pankaj2 h3 {
    font-family: 'Raleway';
    font-size: 1.3em;
    line-height: 1;
    color: #ffffff;
    margin-top: 20px;
    margin: 15px 0;
    padding: 0;
    font-weight: 300;
    /* font-family: Dela Gothic One; */
    text-align: left;
    letter-spacing: 0;
    margin-top: 30px;
    font-family: Rozha One;
    border-bottom: 2px solid;
    display: inline-block;
}

.pankaj2 ul {
  padding: 0;
}

.pankaj2 ul li {
  color: #FFEB3B;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 10px;
}

.pankaj2 h4:before  {
  content:'';
  position: absolute;
  left: -30px;
  width: 20px;
  border-top: 1px solid #FFEB3B;
  top: 10px;
}
.pankaj2 ul li:before  {
  content:'';
  position: absolute;
  left: 0;
  width: 5px;
  border-left: 3px solid #FFEB3B;
  top: 7px;
  height: 10px;
}
.pankaj2 a {
  color: inherit;
  text-decoration: none;
}

.pankaj3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    background: #5397ba;
    background-repeat: no-repeat;
    background-position: top left;
    background-position: top -190px left -70px;
    background-image: url(../img/bg.webp);
}

.pankaj4 {
    /* overflow: hidden; */
    /* background: #fff; */
    /* display: flex; */
    /* height: 100vh; */
    /* align-items: center; */
}

.pankaj4 .left {
  text-align: center;
  padding: 50px;
  position: relative;
  width: 100%;
}
.vid-wrap {
    display: inline-block;
    position: relative;
    color: #707e93;
    font-size: 1.2em;
}
.vid-wrap:before {
  content:'Content design with love - web, AI, graphic, video';
  position:absolute;
  width: 150px;
  text-align:left;
  top: 400px;
  line-height: 1.2;
  left: -90px;
  animation: float 2.5s ease-in-out;
  animation-iteration-count: infinite;
  z-index:999999;
}
.vid-wrap:after {
  content:'Toolkit - SEO, content, press relations, paid, email mktng';
  position: absolute;
  width: 150px;
  text-align: right;
  top: 400px;
  line-height: 1.2;
  right: -90px;
  animation: float 2.5s ease-in-out;
  animation-iteration-count: infinite;
  z-index:999999;
}
.vid-wrap .message:before {
  content:'Product manager and UI/UX Design 8 years';
  position:absolute;
  width: 150px;
  text-align:left;
  line-height: 1.2;
  left: -150px;
  animation: float 2.5s ease-in-out;
  animation-iteration-count: infinite;
  z-index:999999;
  top: 140px;
}
.vid-wrap .message:after {
  content:'Product marketing leadership and strategy for 17 years';
  position: absolute;
  width: 150px;
  top: 140px;
  line-height: 1.2;
  right: -150px;
  animation: float 2.5s ease-in-out;
  animation-iteration-count: infinite;
  z-index:999999;
  text-align: right;
}
.vid-wrap .birds:before {
  content:'';
  position:absolute;
  text-align:left;
  line-height: 1.2;
  color: #3c5e44;
  font-size:15px;
  z-index:999999;
  height: 100px;
  width: 100px;
  background-size: contain;
  /* background-image: url(../img/bird2.gif); */
  background-repeat: no-repeat;
  bottom: -15px;
  right: 0px;
  filter: grayscale(1);
  /* background: linear-gradient(to right, #ffffff00, #ffffff); */
}
.vid-wrap .birds:after {
  content:'';
  position:absolute;
  text-align:left;
  line-height: 1.2;
  color: #3c5e44;
  font-size:15px;
  z-index:999999;
  height: 100px;
  width: 100px;
  background-size: contain;
  /* background-image: url(../img/bird2.gif); */
  background-repeat: no-repeat;
  bottom: -9px;
  left: 0px;
  transform: scalex(-1);
  filter: grayscale(1);
  /* background: linear-gradient(to right, #ffffff00, #ffffff); */
}
.vid-wrap video {
  /* width: 500px; */
  max-width: 100%;
}

.earth {
  margin: 0 auto;
  max-width:unset;
  text-align:center;
}
.mist {
    position: absolute;
    height: 120px;
    background: #fff;
    display: block;
    width: 100%;
    margin-top: -170px;
}
.earth p {
    width: 300px;
    line-height: 1.21;
    margin: 0 auto;
    color: #0027ff;
    margin-bottom: -50px;
    margin-top: 20px;
}
.work {
  margin-top: -140px;
  z-index: 1111;
  position: relative;
}
.work  p {
    font-weight: 400;
    font-family: "Spicy Rice", serif;
    font-size: 1.4em;
    color: #0027ff;
    position: relative;
}
.work  a {
    font-weight: 400;
    font-size: 1.1em;
    color: #292929;
    position: relative;
}
.work  p:after {
  content:'';
  left: 0;
  right: 0;
  position: absolute;
  top: -50px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  height: 1000px;
  pointer-events: none;
  z-index: -1;
}

.work h2 {
  margin-bottom: 50px;
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-size: 3em;
}

.work ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.work ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  position: relative;
  height: 50px;
}

.work ul li:after {
  content:'';
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  bottom: -1px;
  position: absolute;
  top: 0;
  left: -1700px;
  right: -1700px;
  pointer-events: none;
}

/* Container for the two divs */
.pankaj4 {
   /* Make container full height of viewport */
   align-items: center; /* Vertically center the contents */
   /* max-width: 1366px; */
   margin: 0 auto;
   /* overflow-x: hidden; */
}
.pankaj4 h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 1.7em;
  width: 400px;
  margin: 30px auto;
  line-height: 1;
  max-width: 100%;
}

/* Div 1 styles */
.left {
  
   /* Example color */
}

/* Div 2 styles */
.right {
   /* This makes it take up the remaining space */
   /* Example color */
}
.resume {
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 20px 0;
}
.resume a {
    color: #0027ff !important;
    padding: 10px 18px;
    margin: 5px;
    box-shadow: 0 2px 3px #969dcd;
    text-align: center;
    width: 210px;
    display: inline-block;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pankaj h4 {
  
}
/* Media query for mobile devices */
@media (max-width: 768px) {
  .pankaj4 {
    flex-direction: column; /* Stacks divs vertically */
    overflow-x: hidden;
  }

  .left {
    width: 100%; /* Makes div1 full width on mobile */
  }
  .sub {
      display: block;
  }
  .section {
     /* Takes exactly 1/3rd of the space */
     /* Aligns content to the top */
     width: 100vw;
     flex: unset;
     align-self: unset;
     margin-right: unset;
     display: block;
     width: 100%;
     margin-top: 20px;
  }
  .vid-wrap {
      font-size: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 80px;
  }
  .vid-wrap video {
      /* width: 500px; */
      max-width: 160%;
  }  
  .vid-wrap:before {left: -35px;z-index: 99999999;width: 100px;}
  .vid-wrap:after {right: -35px;z-index: 99999999;width: 100px;}  
  .vid-wrap .message:before {
      left: -15px;
      top: 10px;
  }
  .vid-wrap .message:after {
      right: -10px;
      top: -50px;
  }
  .pankaj4 {
      overflow-x: hidden;
  }  
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-7px)
    }

    50% {
        transform: translateY(-4px)
    }

    75% {
        transform: translateY(-9px)
    }

    100% {
        transform: translateY(0)
    }
}