* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: 0;
}

@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* PRELOADER START */
.preloader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #070707;
  z-index: 1000;
}

.preloader:before {
  content: "loading";
  position: absolute;
  font-size: 12em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.03);
}

.preloader .counter {
  position: relative;
  color: #fff;
  font-size: 16em;
  font-weight: 700;
  z-index: 1;
}
.counter:after {
  content: "%";
  font-size: 0.5em;
}

.d_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.active {
  transform: translateY(-100vh);
  transition: ease-in-out 2s;
  transition-delay: 1s;
}
/* PRELOADER END */

body {
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blur_effect {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: #ffffff00;
  opacity: 0;
  backdrop-filter: blur(20px);
}
.blur {
  animation: blur 1s 1 both;
}
.blur_off {
  animation: blurOff 1s 1 both;
}
@keyframes blur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes blurOff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.menu_side {
  position: absolute;
  width: 70px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin-left: 0.3em;
  /* overflow: hidden; */
}

.absolute_center {
  animation: absolute_center 0.7s 1 both;
}
.top_left_zero {
  animation: top_left_zero 0.7s 1 both;
}
@keyframes absolute_center {
  0% {
    top: 0%;
    left: 0%;
    transform: translate(-50%, -72%);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
}

@keyframes top_left_zero {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
  100% {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7em;
}
.icon {
  float: left;
}

.lock_icon {
  position: absolute;
  font-size: 26.2px;
  color: #0e71c6;
  text-align: center;
  border-radius: 20px;
  background: white;
  transform: scale(1.2) translate(-44%, -44%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  transition: all 0.7s ease;
}
.circlel2:hover {
}
.circle {
  border-radius: 100%;
}

@keyframes scaleTo1_2 {
  0% {
  }
  0% {
  }
  100% {
  }
}
.circlel1 {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to top, white, #e8e7e7);
  box-shadow: 0px 4px 3px 0px #aba8a8 inset;
  margin: 10px;
}

.inner_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_btn {
  width: 73px;
  height: 73px;
  box-shadow: -1px 20px 20px 1px #191c1cbf;
  border-width: 0;
  background-color: #f0fff2;
  transition: all 0.25s ease;
  background: linear-gradient(45deg, black, #019b9b);
}
.menu_btn i {
  color: white !important;
}
.circlel2 {
  width: 57px;
  height: 57px;
  box-shadow: 1px 4px 5px 0px grey;
  border-width: 0;
  background-color: #f7f7f7;
  transition: all 0.25s ease;
}
.circlel2:active {
  background-color: white;
}

.menu_icon {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: gray;
}
.circlel2 i {
  background: -webkit-linear-gradient(#2bffef, #023a28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}

.menu_icon:active,
.menu_icon:hover {
  background: -webkit-linear-gradient(#18efdf, #c0003e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.3) rotate(360deg);
}
.active_menu_icon{
  background: -webkit-linear-gradient(#18efdf, #c0003e) !important;
  -webkit-background-clip: text !important;;
  -webkit-text-fill-color: transparent;
  transform: scale(1.3) rotate(360deg);
}

.main_circle {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  /* border: 1px solid #f8f8f8; */
  position: relative;
}
.btn_container {
  z-index: 1;
  position: absolute;
}
.float_circle {
}

/*  */

.menu_btn i {
  transition: all 0.5s ease;
}
.menu_btn i:hover {
  text-shadow: 0px 0px 12px white;
}

.circle-container {
  position: relative;
  width: 5em;
  height: 5em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  margin: 0em auto 0;
}
.nonebg {
}
.circle-container > .menu_element {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.2em;
}
.circle-container > .enlarge:nth-of-type(9) {
  animation: enlarge_circle1 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(2) {
  animation: enlarge_circle2 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(3) {
  animation: enlarge_circle3 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(4) {
  animation: enlarge_circle4 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(5) {
  animation: enlarge_circle5 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(6) {
  animation: enlarge_circle6 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(7) {
  animation: enlarge_circle7 1s 1 both;
}
.circle-container > .enlarge:nth-of-type(8) {
  animation: enlarge_circle8 1s 1 both;
}

/* minimize */
.circle-container > .minimize:nth-of-type(9) {
  animation: minimize_circle1 1s 1 both;
}
.circle-container > .minimize:nth-of-type(2) {
  animation: minimize_circle2 1s 1 both;
}
.circle-container > .minimize:nth-of-type(3) {
  animation: minimize_circle3 1s 1 both;
}
.circle-container > .minimize:nth-of-type(4) {
  animation: minimize_circle4 1s 1 both;
}
.circle-container > .minimize:nth-of-type(5) {
  animation: minimize_circle5 1s 1 both;
}
.circle-container > .minimize:nth-of-type(6) {
  animation: minimize_circle6 1s 1 both;
}
.circle-container > .minimize:nth-of-type(7) {
  animation: minimize_circle7 1s 1 both;
}
.circle-container > .minimize:nth-of-type(8) {
  animation: minimize_circle8 1s 1 both;
}

.enlarge {
}

.circle-container img {
  display: block;
  max-width: 100%;
  filter: grayscale(100%);
  transition: 0.15s;
}

/* .circle-container img:hover, .circle-container img:active {
  filter: grayscale(0);
} */
@keyframes minimize_circle1 {
  0% {
    transform: rotate(45deg) translate(8em) rotate(-45deg);
  }
  100% {
    transform: rotate(45deg) translate(0em) rotate(-45deg);
  }
}
@keyframes minimize_circle2 {
  0% {
    transform: rotate(90deg) translate(8em) rotate(-90deg);
  }
  100% {
    transform: rotate(90deg) translate(0em) rotate(-90deg);
  }
}
@keyframes minimize_circle3 {
  0% {
    transform: rotate(135deg) translate(8em) rotate(-135deg);
  }
  100% {
    transform: rotate(135deg) translate(0em) rotate(-135deg);
  }
}
@keyframes minimize_circle4 {
  0% {
    transform: rotate(180deg) translate(8em) rotate(-180deg);
  }
  100% {
    transform: rotate(180deg) translate(0em) rotate(-180deg);
  }
}
@keyframes minimize_circle5 {
  0% {
    transform: rotate(225deg) translate(8em) rotate(-225deg);
  }
  100% {
    transform: rotate(225deg) translate(0em) rotate(-225deg);
  }
}
@keyframes minimize_circle6 {
  0% {
    transform: rotate(270deg) translate(8em) rotate(-270deg);
  }
  100% {
    transform: rotate(270deg) translate(0em) rotate(-270deg);
  }
}
@keyframes minimize_circle7 {
  0% {
    transform: rotate(315deg) translate(8em) rotate(-315deg);
  }
  100% {
    transform: rotate(315deg) translate(0em) rotate(-315deg);
  }
}
@keyframes minimize_circle8 {
  0% {
    transform: rotate(0deg) translate(8em) rotate(-0deg);
  }
  100% {
    transform: rotate(0deg) translate(0em) rotate(-0deg);
  }
}

/*  */
@keyframes enlarge_circle1 {
  0% {
    transform: rotate(45deg) translate(0em) rotate(-45deg);
  }
  100% {
    transform: rotate(45deg) translate(8em) rotate(-45deg);
  }
}
@keyframes enlarge_circle2 {
  0% {
    transform: rotate(90deg) translate(0em) rotate(-90deg);
  }
  100% {
    transform: rotate(90deg) translate(8em) rotate(-90deg);
  }
}
@keyframes enlarge_circle3 {
  0% {
    transform: rotate(135deg) translate(0em) rotate(-135deg);
  }
  100% {
    transform: rotate(135deg) translate(8em) rotate(-135deg);
  }
}
@keyframes enlarge_circle4 {
  0% {
    transform: rotate(180deg) translate(0em) rotate(-180deg);
  }
  100% {
    transform: rotate(180deg) translate(8em) rotate(-180deg);
  }
}
@keyframes enlarge_circle5 {
  0% {
    transform: rotate(225deg) translate(0em) rotate(-225deg);
  }
  100% {
    transform: rotate(225deg) translate(8em) rotate(-225deg);
  }
}
@keyframes enlarge_circle6 {
  0% {
    transform: rotate(270deg) translate(0em) rotate(-270deg);
  }
  100% {
    transform: rotate(270deg) translate(8em) rotate(-270deg);
  }
}
@keyframes enlarge_circle7 {
  0% {
    transform: rotate(315deg) translate(0em) rotate(-315deg);
  }
  100% {
    transform: rotate(315deg) translate(8em) rotate(-315deg);
  }
}
@keyframes enlarge_circle8 {
  0% {
    transform: rotate(0deg) translate(0em) rotate(-0deg);
  }
  100% {
    transform: rotate(0deg) translate(8em) rotate(-0deg);
  }
}

/* Navigation Side */

#left_side {
  width: 3.5rem;
  min-height: 100vh;
  background: linear-gradient(90deg, #171919, #074340);
  /* margin: 20px 0px; */
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: column;
  float: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 10;
}

.task_ {
  border: 1px solid #0b0d0d;
  width: 3em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 11px 0px #044141 inset;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3em;
}
#Tasks {
  z-index: 5;
}
.task_inner {
  transform: rotate(90deg);
  display: flex;
  position: absolute;
  left: -1em;
}

.task_inner h4 {
  margin-left: 0.4em;
  margin-top: 0.4em;
  color: #7ca3a7;
  font-family: -webkit-body;
}
.task_inner i {
  color: #ffffff;
}

/* Social Network */

.social_networks {
  align-self: flex-end;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  height: 5em;
}
.show_network {
  animation: show_network 0.7s both;
}
.hide_network {
  animation: hide_network 0.7s both;
}
@keyframes show_network {
  0% {
    height: 5em;
  }
  100% {
    height: 20.2em;
  }
}

#network_btn {
}
.rotate180 {
  animation: rotate180 0.7s 1 both;
}

.rotate0 {
  animation: rotate0 0.7s 1 both;
}
@keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes rotate0 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes hide_network {
  0% {
    height: 20em;
  }
  100% {
    height: 5em;
  }
}

.content_word {
  transition: all 0.3s ease;
  animation: dark_to_right 5s infinite both;
  color: rgb(2, 31, 43);
  text-shadow: 3px 2px 13px #014545;
}
@keyframes dark_to_right {
  0% {
    color: rgb(2, 31, 43);
    text-shadow: 3px 2px 13px #014545;
  }
  60% {
    color: rgb(0, 243, 231);
    text-shadow: 3px 2px 13px cyan;
  }
  100% {
    color: rgb(2, 31, 43);
    text-shadow: 3px 2px 13px #014545;
  }
}
.prof {
  color: #00b8a7;
  animation: dark_to_right 5s infinite both;
  animation-delay: 2s;
}
.social_toggle i {
  font-size: 33px;
  margin: 14px 0px;
  color: #f0fff2;
  cursor: pointer;
}

/* social */

ul {
  position: absolute;
  margin: 0;
  padding: 0;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

ul li {
  list-style: none;
  margin: 3px 0px;
}

ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.5s;
}

ul li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

ul li a .fa {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(58px - 30px);
  font-size: 18px;
  color: gray;
  transition: 0.5s;
  /* text-shadow: 3px 3px 3px #222222; */
}
ul li:nth-child(1) a .fa {
  color: #3b5998;
}
ul li:nth-child(2) a .fa {
  color: #00aced;
}
ul li:nth-child(3) a .fa {
  color: black;
}
ul li:nth-child(4) a .fa {
  color: #007bb6;
}
ul li:nth-child(5) a .fa {
  color: darkgreen;
}

ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
  text-shadow: 3px 3px 3px #222222;
}

ul li:nth-child(2) a:hover .fa {
  color: #00aced;
  text-shadow: 3px 3px 3px #222222;
}

ul li:nth-child(3) a:hover .fa {
  color: rgb(33, 33, 33);
  text-shadow: 3px 3px 3px #222222;
}

ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
  text-shadow: 3px 3px 3px #222222;
}

ul li:nth-child(5) a:hover .fa {
  color: green;
  text-shadow: 3px 3px 3px #222222;
}
/* social  end*/

h1,
h2 {
  font-weight: 200;
  margin: 0.4em 0;
}
h1 {
  font-size: 3.5em;
}
h2 {
  color: #888;
  font-size: 2em;
}

#main_side {
  width: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#main_side .content {
  margin-left: 4em;
  z-index: 1;
}

.vh_100 {
  width: 100%;
  height: 100%;
}
.d_none {
  display: none;
}
/*========================= CONTACT====================== */

.sitman {
  width: 12em;
  position: absolute;
  left: 10%;
  bottom: 5%;
  transform: rotateY(180deg);
  filter: drop-shadow(10em -3em 6px black);
  -webkit-filter: drop-shadow(10em -3em 6px black);
}
.sitman img:hover{
  box-shadow: 1px 1px 10px 2px #00000099;
}

.sitman img {
  width: 100%;
  height: 100%;
  /* box-shadow: 1px 1px 10px 2px #00000099; */
  cursor: pointer;
  transition: all 0.3s ease;
}
#main_side .contact {
  z-index: 0;
  overflow-y: scroll;
}
.form_container {
  min-width: 20em;
  min-height: 30em;
  border-radius: 1px;
  margin-top: 5em;
  background-image: linear-gradient(46deg, #000000, rgb(25, 29, 30));
  backdrop-filter: blur(10px);
  box-shadow: 1px 1px 20px 0px #07ffff57;
  border-bottom-right-radius: 40%;
  animation: ShadowblackToAqua 10s infinite both;
}

@keyframes ShadowblackToAqua {
  0% {
    box-shadow: 1px 1px 5px 0px #07ffff57;
  }

  50% {
    box-shadow: 3px 4px 20px 6px #07ffff57;
  }

  100% {
    box-shadow: 1px 1px 5px 0px #07ffff57;
  }
}
box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
  0 0 200px #03e9f4;
.f_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_ {
  width: 100%;
  height: 100%;
}

.form_control:nth-of-type(1) {
  float: right;
}
.form_control:nth-of-type(2) {
  float: left;
}
.form_control {
  margin: 2em;
}
.form_btn {
  float: right;
}

.submit_btn {
  min-width: 6em;
  height: 6em;
  cursor: pointer;
  border-radius: 100%;
  border: 0;
  background-image: linear-gradient(45deg, #000000, #00c4c4);
  color: white;
  box-shadow: -4px 1px 8px 0px #c5faff;
  transition: all 0.26s ease;
  font-family: "ZCOOL XiaoWei", serif;
  margin-right: -1em;
}
.submit_btn:active {
  /* background-image: linear-gradient(45deg, #1c363a, #00fff3); */
  box-shadow: -1px -1px 5px 0px white;
}
.submit_btn:focus {
  outline: none;
}
input[type="text"],
input[type="email"] {
  height: 2em;
  font-family: "PT Sans", sans-serif;
}
/* font-family: 'Modern Antiqua', cursive; */
/* font-family: 'ZCOOL XiaoWei', serif; */

.sticky_note {
  width: 18em;
  height: 25em;
  position: absolute;
  background: linear-gradient(45deg, rgb(128, 175, 177), #f1d400);
  transform: translate3d(20deg);
  box-shadow: 19px 17px 20px 3px black;
  top: 2em;
  right: 2em;
  transform: rotate3d(1, 1, 1, 45deg);
  border-bottom-right-radius: 6px;
  opacity: 0.8;
  transition: all 0.7s ease;
}
.sticky_note i {
  font-size: 31px;
  color: darkred;
  text-align: center;
  position: absolute;
  left: 45%;
  top: -4%;
  transition: all 0.7s ease;
}
.sticky_note .line {
  width: 90%;
  margin-left: 4%;
  margin-top: 1em;
}
.sticky_note .notes {
  margin-top: 4em;
}
.sticky_note .line h4 {
  font-size: 28px;
  color: #410202;
  font-family: "Caveat", cursive;
}
.sticky_note .line h4 span {
  font-size: 15px;
  color: #10205d;

  font-family: "Merienda One", cursive;
}

.sticky_note:hover i {
  top: -1%;
}
.sticky_note:hover {
  transform: rotate3d(1, 1, 1, 5deg);
  opacity: 1;
  z-index: 3;
}
.contact_ {
  height: 100vh;
}

@media screen and (max-width: 1200px) {
  .form_container {
    z-index: 2;
  }
}

.form_input {
  background-image: linear-gradient(to right, black, #1c1c1c);
  text-indent: 10px;
  border: 1px solid #103d43;
  border-radius: 3px;
  transition: all 0.3s ease;
  color: white;
}
.form_input:focus {
  outline: none;
  color: white;
  border: 1px solid #00e2ff;
}

.message_area {
  width: 100%;
  height: 15em;
  resize: none !important;
}

.form_header_text {
  text-align: center;
  color: white;
  font-family: "ZCOOL XiaoWei", serif;
  animation: blackToAqua 10s infinite both;
  transition: all 0.5s ease;
}

@keyframes blackToAqua {
  0% {
    color: #0a2e34;
  }

  50% {
    color: #0ba9c4;
  }

  100% {
    color: #0a2e34;
  }
}

/*========================= SKILLS====================== */
#main_side .skills_ {
  z-index: 0;
  min-height: 100vh;
}
/*========================= PORTFOLIO====================== */
#main_side .portfolio_ {
  background: white;
  min-height: 100vh;
  z-index: 0;
}
/*========================= ABOUT====================== */
#main_side.about_ {
  z-index: 0;
  overflow-y: scroll;
}
/* NEON BTN */

a {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  color: #03e9f4;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.neon_btn:hover {
  background: #03e9f4;
  color: #050801;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 200px #03e9f4;
}
a span {
  position: absolute;
  display: block;
}
a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: for_span1 1s linear infinite;
}

@keyframes for_span1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: for_span2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes for_span2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

a span:nth-child(3) {
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: for_span3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes for_span3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
a span:nth-child(4) {
  left: 0;
  bottom: -100%;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: for_span4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes for_span4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* 
 */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.decor {
  widows: 5em;
  height: 5em;
}

.decor img {
  width: 100%;
  height: 100%;
}

.page_ h1 {
  color: white;
}

.img_ {
  position: absolute;
  width: 8em;
  height: 8em;
  top: 1em;
  right: 1em;
  overflow: hidden;
}

@keyframes rotatePng {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shadow_png {
  width: 2.3em;
  height: 100%;
  background-color: rgb(0, 0, 0);
  box-shadow: 15px 0px 13px 6px rgb(0, 0, 0);
  position: absolute;
  z-index: 1;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 50%;
}
.img_ img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  animation: rotatePng 50s infinite both;

  transform: rotate(0deg);
}

/* ================MEDIA QUERIES============== */
@media screen and (max-width: 480px) {
  .preloader .counter {
    font-size: 10em;
  }
  .foucs_light {
    background: transparent !important;
  }
  .preloader:before {
    font-size: 4em;
  }
  .skills_ {
    overflow: hidden;
    overflow-anchor: visible;
    height: 500px;
    overflow-y: scroll;
    position: relative;
  }

  .form_container {
    margin-top: 0em;
    width: 17em;
    height: 34em;
    min-width: 0;
    min-height: 0;
  }
  .form_control textarea {
    width: 12em;
  }
  .form_control {
    margin: 1em;
  }
  .form_control:nth-child(1) {
    float: left !important;
  }
  .form_control:nth-of-type(4) {
    margin-bottom: 0;
  }
  .form_btn {
    margin-top: 0;
  }
  #main_side .page_ .content_word {
    font-size: 2em;
    height: 4em;
  }
  #main_side .page_ .prof {
    font-size: 1em;
  }
  .bulletin .info {
    margin: 0;
    margin-bottom: 1em;
    margin-top: 9em;
  }

  .bulletin .info .about_desc {
    width: 14em;
  }
  .title_text h1 {
    font-size: 5em !important;
  }

  .bulletin .imgContainer {
    width: 19em !important;
    height: 21em !important;
    margin-top: 2em !important;
  }
  .bulletin .imgContainer {
    /* width: 112%; */
    box-shadow: 0px 0px 20px 6px #150601;
    margin: 0px 1em !important;
  }
  .bulletin {
    align-items: flex-start !important;
  }
}

/* ABOUT SIDE */

.about_card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
  z-index: -2;
  /* position: relative;
  background: black; */
}

.about_desc {
  width: 30em;
  margin-left: 3em;
  margin-top: 2em;
  -webkit-box-reflect: below 10px linear-gradient(transparent, #00000038);
  text-align: center;
}
.about_desc h4 {
  color: rgb(22, 49, 66);
  font-size: 16px;
  letter-spacing: 1px;
  animation: darkToLinght 10s infinite;
}

.about_ {
  overflow-y: scroll;
}

/* ABOUT SIDE END */
::-webkit-scrollbar {
  display: none;
}

@keyframes darkToLinght {
  0% {
    color: rgb(22, 49, 66);
  }
  50% {
    color: rgb(1, 180, 235);
  }
  100% {
    color: rgb(22, 49, 66);
  }
}

/*==========SKILLS============== */

.card_container {
  min-width: 100px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: all 1s;
}

.card_container .card {
  position: relative;
  margin: 20px 0;
  width: 26em;
  height: 30em;
  background: #fff;
  transform-style: preserve-3d;
  transform: perspective(2000px) rotate3d(-3, -1, 0, 17deg);
  box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.5),
    5px 10px 50px 0px rgb(10, 48, 42);
  transition: 1s;
}

.card_container .card:hover {
  transform: perspective(2000px) rotate3d(-1, -1, -1, 0deg) rotate(-3deg);
  box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.card_container .card .img_box {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  transform-origin: left;
  z-index: 1;
  transition: 1s;
}
.card_container .card:hover .img_box {
  transform: rotateY(-135deg);
}
.card_container .card .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.card_container .card .details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
}
.card_container .card .details h2 {
  text-align: center;
}

.on_off_darkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c0c0c;
  position: absolute;
  top: 1em;
  right: 1em;
  background: transparent;
  cursor: pointer;
}
.full_radial {
  display: none;
  background: radial-gradient(
    circle at 50% 41%,
    transparent,
    rgb(0, 0, 0) 100%
  ) !important;
}
.on_off_darkBtn label {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.on_off_darkBtn label .btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  border-radius: 50%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 1), inset 0 -2px 5px rgba(0, 0, 0, 1),
    inset 0 3px 4px rgba(255, 255, 255, 0.5), 0 0 0 2px #000, 0 0 0 5px #0c0c0c,
    0 0 0 5.5px #080808;
}

.on_off_darkBtn label input[type="checkbox"] {
  -webkit-appearance: none;
}

.on_off_darkBtn label .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  color: #0c0c0c;
}

.on_off_darkBtn label input[type="checkbox"]:checked ~ .fa {
  color: #00ffe7;
  text-shadow: 0 0 15px #00a1ff, 0 0 30px #00a1ff;
}

.on_off_darkBtn label input[type="checkbox"]:checked ~ .btn {
  box-shadow: 0 0 0 rgba(0, 0, 0, 1), inset 0 -2px 5px rgba(0, 0, 0, 1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 0 0 2px #000, 0 0 0 5px #0c0c0c,
    0 0 0 5.5px #00a1ff;
}

.foucs_light {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}

.innerSkill {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.bulletin {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bulletin .imgContainer {
  width: 40%;
  height: 70vh;
  margin-right: 17%;
  margin-top: 3%;
}

.open_windows {
  width: 75% !important;
  height: 95vh !important;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -2vh;
}
/* lights */
.title_text h1 {
  color: #111;
  margin: 0;
  padding: 0;
  font-size: 7em;
}

.title_text h1 span {
  font-family: "Bad Script", cursive;
  display: table-cell;
  margin: 0;
  padding: 0;
  animation: light_text 2s linear infinite;
}
@keyframes light_text {
  0%,
  100% {
    color: #fff;
    filter: blur(2px);
    text-shadow: 0 0 10px #00b3ff, 0 0 20px #00b3ff, 0 0 40px #00b3ff,
      0 0 80px #00b3ff, 0 0 120px #00b3ff, 0 0 200px #00b3ff, 0 0 300px #00b3ff,
      0 0 400px #00b3ff;
  }
  5%,
  95% {
    color: #111;
    filter: blur(0px);
    text-shadow: none;
  }
}

.title_text h1 span:nth-child(1) {
  animation-delay: 0s;
}
.title_text h1 span:nth-child(2) {
  animation-delay: 0.25s;
}

.title_text h1 span:nth-child(3) {
  animation-delay: 0.5s;
}

.title_text h1 span:nth-child(4) {
  animation-delay: 0.75s;
}

.title_text h1 span:nth-child(5) {
  animation-delay: 1s;
}

.title_text h1 span:nth-child(6) {
  animation-delay: 1.25s;
}

.title_text h1 span:nth-child(7) {
  animation-delay: 1.5s;
}

.title_text h1 span:nth-child(8) {
  animation-delay: 1.75s;
}

.title_text {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 3%;
}
.info .about_desc {
  width: 20em;
}

/* media */

@media screen and (max-width: 960px) {
  .bulletin {
    justify-content: flex-end !important;
  }
  .open_windows {
    display: none;
  }
  .bulletin .info {
    margin-bottom: 5em;
  }
}

.card_box {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px;
  transition: 0.5s;
  background: #010615;
}
.card_box:hover {
  height: 400px;
}
.card_box .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card_box .img_box img {
  max-width: 100%;
  opacity: 0.1;
  transition: 0.5s;
  height: 290px;
}

.card_box:hover .img_box img {
  opacity: 1;
}
.card_box:before {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -1;
}
.card_box:after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -2;
  filter: blur(40px);
}
.card_box:before,
.card_box:after {
  background: linear-gradient(235deg, #89ff00, #010615, #00bcd4);
}
.card_box:nth-child(2):before,
.card_box:after {
  background: linear-gradient(235deg, #ff005e, #010615, #fbff00);
}
.card_box:nth-child(3):before,
.card_box:after {
  background: linear-gradient(235deg, #772aff, #010615, #2196f3);
}

.card_box .card_content {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  text-align: center;
}
.card_box:hover .card_content {
  opacity: 1;
}
.card_box .card_content h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
}
.card_box .card_content span {
  font-size: 14px;
  color: #fff;
  font-weight: 200;

  letter-spacing: 2px;
}
/*  */

/* PORTFOLIO */

/* .modal_container{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:  0.5s;
  padding: 20px;
} */

.modal_container .modal_content {
  position: relative;
  max-width: 800px;
}

.modal_container .modal_content h2 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.modal_container .modal_content img {
  max-width: 100%;
  display: block;
}

.modal_toggle {
  position: relative;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  background: #111;
}
.active {
  filter: blur(20px);
  pointer-events: none;
  user-select: none;
}

.modal_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
.active_popup {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.inner_portfolio {
  width: 100%;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.gallery {
  background: #010101;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: auto;
  height: auto;
  margin: 10em auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: scroll;
  position: relative;
  height: 100vh;
}
.container .box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 10px;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.26s ease-in-out;
  cursor: alias;
  transform: scale(0.9);
  box-shadow: 0 0 14px 4px #2a756554;
  animation: shadow_dark_to_neon calc(0.5s * var(--countBox)) infinite;
  animation-delay: calc(0.3s * var(--g));
  transition: all 0.3s ease;
}

.container .box .imgBox {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.container .box .imgBox img {
  max-width: 100%;
  transition: transform 2s;
  height: 100%;
}

@keyframes shadow_dark_to_neon {
  0% {
    box-shadow: 0 0 14px 4px #2a756554;
    transform: scale(0.9);
  }
  50% {
    box-shadow: 0 0 14px 4px #12fdf134;
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 14px 4px #2a756554;
    transform: scale(0.9);
  }
}
.container .box:hover .imgBox img {
  transform: scale(1.2);
}

.container .box:hover {
  animation: alternate;
  box-shadow: 0 0 14px 4px #24d4bd;
  transform: scale(1.2);
  z-index: 1;
  margin-left: 5em;
  margin-right: 5em;
  margin-top: 5em;
  margin-bottom: 5em;
}
.container .box .details {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(28, 194, 194, 0.58);
  transform: scaleY(0);
  transition: transform 0.5s;
}
.container .box:hover .details {
  transform: scaleY(1);
}

.container .box .details .content_gallery {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}

.container .box .details .content_gallery h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ff0;
}

.vawy_contaienr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000;
  height: 5em;
  position: absolute;
}
.wavy {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  margin-top: 3em;
}

.wavy span {
  position: relative;
  display: inline-block;
  color: #ddf9ff;
  font-size: 3em;
  animation: wavy 5s ease-in-out infinite both, blackToAqua 10s infinite both;
  animation-delay: calc(0.5s * var(--i));
  font-family: "ZCOOL XiaoWei", serif;
}

@keyframes wavy {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  40%,
  100% {
    transform: translateY(0px);
  }
}

.back_line {
  background: #e3e0e000;
  width: 100%;
  height: 12em;
}

/*  */
.img_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_img {
  width: 320px;
  height: 420px;
  margin-top: 1em;
}

.main_img img {
  width: 100%;
  height: 100%;
}
.thumb_img_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}
._thumb {
  width: 60px;
  height: 100px;
  float: left;
  margin: 0 1em;
  cursor: pointer;
}
.thumb_img_container ._thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: rotate3d(1, 1, 1, 55deg);
}

.thumb_img_container ._thumb img:hover {
  box-shadow: 2px 1px 17px 0px #05ffb4;
  transform: rotate3d(1, 1, 1, 0deg);
}
