@charset "utf-8";
/* CSS Document */
body {
  background-color: #FFFBF3;
  margin: 0px;
  font-family: Gilroy, Helvetica, sans-serif;
}
body {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; /* Customize the scrollbar color */
}
/* Customize the vertical scrollbar */
body::-webkit-scrollbar {
  width: 8px; /* Set the width of the vertical scrollbar */
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); /* Transparent background */
}
body::-webkit-scrollbar-thumb {
  background: #EF5024; /* Orange color */
  border-radius: 8px; /* Rounded corners */
}
/* Hide the horizontal scrollbar */
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 50px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
html {
  font-family: "Gilroy", sans-serif;
}
.navbar {
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.navbar.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(-100%);
  pointer-events: none;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.menu li:hover {
  background-color: #0099cc;
}
.menu-bar {
  height: fit-content;
  display: inline-flex;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.23);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.47);
  align-items: center;
  text-align: center;
  padding: 0 10px;
  margin: 40px 0 0 0;
}
li {
  list-style: none;
  color: white;
  font-weight: bold;
  padding: 12px 16px;
  margin: 0 60px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
li a {
  text-decoration: none;
  color: #8f8f8f;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
li a:hover {
  width: 100%;
  transition: all 0.1s ease-in-out;
  content: attr(data-item);
  color: #EF5024;
}
.introrow {
  position: relative;
  margin-top: 10vh
}
.e1 {
  bottom: 150px;
  right: -30px;
}
.e2 {
  bottom: 100px;
  left: -50px;
}
.e3 {
  top: -150px;
  left: -15px;
}
.e4 {
  top: 150px;
  right: -100px;
}
.topnav {
  display: none;
}
.name {
  font-size: 3vw;
  font-weight: 900;
  margin: 0 0;
  color: #4274B5;
}
.bio1 {
  font-size: 1vw;
  color: #5C5151;
}
.intro {
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
}
.profile {
  margin: 30px 0 30px 0;
  text-align: center;
}
.profilemobile {
  display: none;
}
.dot {
  width: 30vw;
  height: 30vw;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.introOthers {
  display: inline-flex;
}
.bio2 {
  margin: 43px 0 0 20px;
  font-size: 1vw;
}
.bio3 {
  margin: 30px 0 0 20px;
  font-size: 1vw;
}
.checkMeOutBtn {
  margin: 30px 0;
  width: 15vw;
  height: auto;
}
.othersBtn img {
  margin: 0 20px 0 0;
  width: 3vw;
  height: auto;
}
.rectangle {
  height: 95px;
  width: 100vw;
  background-color: #4274B5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rectangle p {
  color: aliceblue;
  padding: 0 15px;
  margin: 0;
  font-size: 0.7vw;
}
.showreel {
  text-align: center;
  height: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.e5 {
  top: 0px;
  left: -50px;
}
.e6 {
  bottom: 50px;
  right: -50px;
}
.e7 {
  bottom: 50px;
  left: -50px;
}
.showreelTitleD {
  text-align: center;
  padding: 0;
}
.showreelTitle {
  margin: 70px 0 -60px 0;
}
.video {
  aspect-ratio: 16 / 9;
}
#gird {
  position: absolute;
  z-index: -1;
  width: 70vw;
}
.showcase {
  text-align: center;
}
.showcaseTitleD {
  text-align: center;
  padding: 0;
  position: relative;
}
.showcaseTitle {
  margin: 15vh 0 10px 0;
}
.showcasecol {
  padding: 0;
  position: relative;
}
.e8 {
  top: 250px;
  left: -50px;
}
.e9 {
  bottom: -200px;
  left: -100px;
}
.e10 {
  top: 160px;
  right: -50px;
}
.e11 {
  bottom: 50px;
  right: -100px;
}
.file {
  position: relative;
  height: 90vh;
  text-align: center;
}
.folder {
  width: 50vw;
  height: auto;
}
.file img {
  position: absolute;
  left: 95px;
}
.btn {
  padding: 10vh;
}
.btn img {
  width: 4vw;
  height: auto;
}
.btn button {
  padding: 4vh 20vh;
  background-color: transparent;
  border: none;
}
#f1 {
  z-index: 10;
}
#f2 {
  z-index: 9;
}
#f3 {
  z-index: 8;
}
#pinkbg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  left: 0;
}
.others {
  text-align: center;
  position: relative;
}
.e12 {
  bottom: 0px;
  right: -80px;
}
.e13 {
  bottom: 0px;
  left: -30px;
}
.e14 {
  top: 100px;
  right: -60px;
}
.e15 {
  top: 240px;
  left: -150px;
}
.othersTitle {
  margin: 90px 0 60px 0;
  padding: 0 26vw;
}
#myCanvas {
  border: none;
}
.contact {
  text-align: center;
  position: relative;
}
.container img {
  position: absolute;
  z-index: -1;
}
.gradientBackDrop {
  mix-blend-mode: multiply;
  bottom: 0;
  left: 0;
}
.mash1 {
  bottom: -50px;
  left: 60px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.mash2 {
  bottom: -50px;
  left: 480px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.mash3 {
  bottom: -50px;
  right: 240px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.letter1 {
  top: 60px;
  left: -60px;
}
.letter2 {
  top: 60px;
  right: -60px;
}
.thanksForWatching {
  margin: 90px 0 60px 0;
  padding: 0 26vw;
}
.contactBtn {
  padding: 30px 0;
}
.btmbtngrp {
  margin: 0 200px;
}
.btmbtn p {
  padding: 0 15px;
}
.btmbtn a {
  z-index: 1;
}
.btmbtn {
  padding: 100px 0;
  font-size: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btmbtngrpMobile {
  display: none;
}
footer {
  background: #111;
  height: 100px;
  width: 100vw;
  background-color: #2CB46B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .showcaseTitle {
    margin: 10vh 0 10px 0;
  }
  .btn {
    padding: 3vh 2vw;
  }
  .file {
    height: 60vh;
  }
  .e9 {
    width: 30vh;
  }
  .e10 {
    top: 10vh;
  }
  .e11 {
    height: 25vh;
  }
}
/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 500px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  body {
    background-color: #FFFBF3;
    margin: 0;
	font-family: Gilroy, Helvetica, sans-serif;
	}
	body {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; /* Customize the scrollbar color */
}
/* Customize the vertical scrollbar */
body::-webkit-scrollbar {
  width: 8px; /* Set the width of the vertical scrollbar */
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); /* Transparent background */
}
body::-webkit-scrollbar-thumb {
  background: #EF5024; /* Orange color */
  border-radius: 8px; /* Rounded corners */
}
/* Hide the horizontal scrollbar */
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
  .menu-bar {
    display: none;
  }
  .topnav {
    display: contents;
  }
  .topnav {
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.47);
    border-radius: 0 0 25px 25px;
  }
  .topnav a {
    color: #EF5024;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
  }
  .back {
    float: left;
    padding: 23px 35px;
  }
  .logo {
    float: right;
    padding: 22px 35px;
  }
  .blank {
    display: none;
  }
  .profilemobile {
    display: block;
    margin: 0;
    padding: 10px;
  }
  .profilemobile img {
    width: 60vw;
    height: auto;
  }
  .profiledesktop {
    display: none;
  }
  .introrow {
    margin-top: 5vh;
  }
  .intro {
    margin: 0;
  }
  .name {
    font-size: 10vw;
  }
  .bio1 {
    font-size: 5vw;
  }
  .bio2 {
    font-size: 3vw;
  }
  .bio3 {
    font-size: 3vw;
  }
  .acheckMeOutBtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .checkMeOutBtn {
    width: 60vw;
    height: auto;
  }
  .othersBtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .othersBtn img {
    width: 10vw;
    height: auto;
    margin: 0 4vw;
  }
  .rectangle {
    height: 65px;
    width: 100vw;
    background-color: #4274B5;
    text-align: center;
    display: block;
  }
  .rectangle p {
    font-size: 10vw;
    display: none;
  }
  .showreelTitle {
    width: 50vw;
    margin: 10vw;
  }
  .showreel {
    padding: 0;
    height: 50vh;
  }
  .showreelvideo {
    padding: 0;
  }
  .video {
    aspect-ratio: 16 / 9;
    padding: 0;
    width: 100vw;
  }
  #gird {
    position: absolute;
    z-index: -1;
    width: 180vw;
  }
  .showcase {
    margin: 10vh 0 0 0;
  }
  .showcaseTitle {
    width: 80vw;
    margin: 20vw 10vw 10vw 10vw;
  }
  .btn {
    padding: 0;
  }
  .btn button {
    padding: 0 5vw;
  }
  .btn img {
    width: 10vw;
  }
  .file {
    padding: 0;
	  height: 50vh;
  }
  .file img {
    left: 0;
  }
  .folder {
    width: 100vw;
    margin: 10vw 0;
  }
  #pinkbg {
    position: absolute;
    z-index: -1;
    width: 300vw;
    height: 72vh;
    left: 0;
  }
  .others {
    position: relative;
    padding: 0;
    text-align: center;
  }
  .othersTitle {
    padding: 0;
    width: 70vw;
    margin: 20vw 14vw 10vw 14vw;
  }
  #myCanvas {
    border: none;
    width: 100vw;
  }
  .contact {
    text-align: center;
    position: relative;
  }
  .container img {
    position: absolute;
    z-index: -1;
  }
  .thanksForWatching {
    margin: 90px 0 40px 0;
    padding: 0;
    width: 74vw;
  }
  .contactBtn {
    padding: 0px 0;
    width: 40vw;
  }
  .btmbtn {
    display: none;
  }
  .btmbtngrpMobile {
    display: block;
  }
  .btmbtnMobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btmbtnMobile img {
    padding: 10px;
  }
  .mash1, .mash2, .mash3, .letter1, .letter2 {
    display: none;
  }
  .e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e10, .e11, .e12, .e13, .e14, .e15 {
    width: 30vw;
  }
  .e1 {
    bottom: -50px;
    right: -30px;
  }
  .e2 {
    bottom: 90px;
    left: -70px;
  }
  .e3 {
    top: 90px;
    left: -10px;
  }
  .e4 {
    top: 250px;
    right: -60px;
  }
  .e5 {
    top: 0px;
    left: -10px;
  }
  .e6 {
    bottom: -20px;
    right: -50px;
  }
  .e7 {
    display: none;
  }
  .e8 {
    top: 50px;
    left: -50px;
  }
  .e9 {
    bottom: -60px;
    left: -20px;
  }
  .e10 {
    top: 160px;
    right: -50px;
  }
  .e11 {
    display: none;
  }
  .e12 {
    bottom: -100px;
    right: -20px;
  }
  .e13 {
    bottom: 0px;
    left: -30px;
  }
  .e14 {
    top: 100px;
    right: -40px;
  }
  .e15 {
    top: 100px;
    left: -30px;
  }
  footer {
    font-size: 3vw;
  }
}