* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  cursor: none;
}

html {
  background-color: black;
}

@font-face {
  src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2") format("woff2");
  font-family: "Meta";
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
p {
  color: white;
}

main {
  background: url('../Images/background.gif');
  overflow: hidden;
}


  .header-after-animation {
    position: fixed;
    overflow: hidden;
  }

.section-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-padding: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width:950px) {
  .section-container {
    scroll-snap-type: y mandatory;
  }
}
@media screen and (max-width:800px) {
  .section-container {
    scroll-padding: 100px;
  }
}

.section-container::-webkit-scrollbar {
  display: none;
}

/* /////////////////////////////////////////preloader//////////////////////////////////////////////////// */

.start-loader img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}

.disappear {
  animation: vanish 1.3s forwards;
}

@keyframes vanish {
  100% {
    opacity: 0;

    visibility: hidden;
  }
}

/* /////////////////////////////////////////header//////////////////////////////////////////////////// */
header {
  background-color: black;
}

.header-after-animation {
  animation: 1s forwards;
  position: absolute;
  width: 100%;
  z-index: 15;
}

nav {
  display: flex;
  height: 8vh;
  padding: 1% 6%;
  justify-content: space-around;
  align-items: center;

}

nav img {
  width: 100px;
  border-radius: 10px;
  padding: 10px;
}

nav img:hover {
  box-shadow: 0 0 20px 0 rgba(255, 254, 254, 0.3);
  transition: 0.5s;
}

.nav-links {

  display: flex;
  justify-content: flex-end;
  width: 30%;
}

.nav-links li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.nav-links li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links li:hover::after {
  width: 100%;
}
.burger {
  display: none;
}

.burger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* /////////////////////////////////////////section one//////////////////////////////////////////////////// */
/* HOME PAGE section one*/

.container-one {
  scroll-snap-align: start;
  resize: none;
}

.homepage-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  resize: none;
}

.homepage-card .img {
  width: 100%;
  height: 100vh;
  padding: 120px 70px;
  background: hwb(0 95% 3% / 0.5) url('../Images/code3.gif');
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.2);
  resize: none;
}
.main-area .container {
  height: 50vh;
  max-height: 50vh;
  width: 100%;
  padding: 0 0 3%;
  justify-content: left;
  align-items: end;
  display: flex;
  font-family: 'Bebas Neue', cursive;
  resize: none;
}
.text {
  padding: auto;
  font-weight: 900;
  font-size: 4.5em;
  color: #f44336;
  text-shadow: 4px 4px #fff;
  overflow: hidden;
  white-space: normal;

}

.dud {
  color: #757575;
}

/* /////////////////////////////////////////section two//////////////////////////////////////////////////// */
#confetti-canvas {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

#aboutme {
  padding-top: 2.5%;
  scroll-snap-align: start;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.section-two {
  margin: 3.5% 5% 5%;
  background: #000;
  border-radius: 15px;
  column-gap: 2%;
  height: 75vh;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

#particles {
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-two .aboutme-name {
  position: absolute;
  top: 40%;
  left: 5%;
  height: 5vh;
  width: 33vw;
  padding: 0;
}

.section-two .aboutme-name span {
  color: #f44336;
  font-size: 2rem;
}

.wrapper-aboutme {
  position: absolute;
  top: 30%;
  right: 5%;
  margin: 0;
  padding: 0;
  height: 20vh;
  width: 45vw;
}

.wrapper-aboutme .box-aboutme {
  position: relative;
  box-shadow: 0px 0px 5px 10px rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  margin: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  transform-style: preserve-3d;
  transform: perspective(800px);
}

.section-two .aboutme-aboutme {
  height: 100%;
  padding: 5%;
  margin: 0;
  border-radius: 25px;
}
.section-two .aboutme-aboutme h3 {
  margin: 0;
  padding: 0% 0% 3%;
  border-bottom: 0.5px solid gray;
  text-align: center;
  font-size: 2rem;
}

.section-two .aboutme-aboutme p {
  margin: 0;
  padding: 3% 0% 5%;
  font-size: 1rem;
  text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
           -webkit-box-orient: vertical;
}
@media screen and (min-width:950px) and (max-width:1350px) {
  .section-two .aboutme-aboutme {
    height: 30vh;
  }
}
@media screen and (min-width:350px) and (max-width:850px) {
  .section-two .aboutme-aboutme {
    height: 25vh;
  }
}
.section-two .div-btn {
  position: absolute;
  top: 55%;
  left: 3%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:950px) {

  .section-two .aboutme-name {
    position: absolute;
    top: 15%;
    left: 25%;
    right: 25%;
    height: auto;
    width: 55vw;
    padding: 0;
  }

  .wrapper-aboutme {
    position: absolute;
    top: 43%;
    left: 10%;
    right: 10%;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 75%;
  }

  .wrapper-aboutme .aboutme-aboutme h3 {
    font-size: 2rem;
    text-align: center;
  }

  .wrapper-aboutme .aboutme-aboutme p {
    font-size: 1rem;
  }

  .section-two .div-btn {
    position: absolute;
    top: 25%;
    left: 37%;
    right: 50%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width:600px) {

  .section-two .aboutme-name {
    position: absolute;
    top: 15%;
    left: 25%;
    right: 25%;
    height: auto;
    width: 55vw;
    padding: 0;
  }

  .wrapper-aboutme {
    position: absolute;
    top: 43%;
    left: 10%;
    right: 10%;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 75%;
  }

  .wrapper-aboutme .aboutme-aboutme h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .wrapper-aboutme .aboutme-aboutme p {
    font-size: 0.9rem;
  }

  .section-two .div-btn {
    position: absolute;
    top: 25%;
    left: 37%;
    right: 50%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width:455px) {
  .section-two {
    height: 70vh;
  }

  .section-two .aboutme-name {
    position: absolute;
    top: 10%;
    left: 25%;
    right: 25%;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 0.8rem;
  }

  .section-two .aboutme-name .name-autotype {
    font-size: 1.5rem;
  }

  .wrapper-aboutme {
    position: absolute;
    top: 35%;
    left: 3%;
    right: 5%;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 95%;
  }

  .wrapper-aboutme .aboutme-aboutme h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .wrapper-aboutme .aboutme-aboutme p {
    font-size: 0.78rem;
  }

  .section-two .div-btn {
    position: absolute;
    top: 20%;
    left: 30%;
    right: 40%;
    margin: 0;
    padding: 0;
  }
}

/* /////////////////////////////////////////section three//////////////////////////////////////////////////// */
#experience {
  padding-top: 2%;
}

.section-three {
  margin: 10% 0 15%;
  height: 215%;
  scroll-snap-align: start;
  scroll-margin-top: 2em;
}

@media screen and (min-width:350px) and (max-width:650px) {
  .section-three {
    height: 300vh;
  }
}

.section-three-title {
  width: 100%;
  height: 10vh;
  display: block;
  margin: 0% auto;
  justify-content: center;
  align-items: top;
  padding: 0;
  font-size: 2rem;
  color: white;
  overflow: hidden;
  position: relative;
}

.section-three-line {
  border-bottom: #f44336 5px solid;
  margin: 0% 15%;
}

.section-three-title h3 {
  width: 100%;
  height: 100%;
  padding: 0% 5%;
  position: absolute;
  transform: translateX(100%);
  animation: scrolling 5s linear infinite;
}

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

  100% {
    transform: translateX(-100%);
  }
}

.wrapper {
  width: 100%;
  margin: 50px auto;
  padding: 0 2%;
  position: relative;
}

.wrapper img {
  position: relative;
  top: 0;
  left: 0;

}

.wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.wrapper .row {
  display: flex;
}

.wrapper .row-1 {
  justify-content: flex-start;
}

.wrapper .row-2 {
  justify-content: flex-end;
}

.wrapper .row section {
  margin: 5px;
  background: #737171;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #737171;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
  ;
}

.row-1 section::before {
  right: -7px;
}

.row-2 section::before {
  left: -7px;
}

.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #000;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #f44336;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}

.row-1 section .icon {
  top: 15px;
  right: -60px;
}

.row-2 section .icon {
  top: 15px;
  left: -60px;
}

.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row section .details .title {
  font-size: 22px;
  font-weight: 600;
  color: #f44336;
}

.row section p {
  margin: 10px 0 17px 0;
}

.row section .bottom a {
  text-decoration: none;
  background: #f44336;
  color: #fff;
  padding: 3% 1.5%;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}

@media(min-width: 790px) {
  .row section .bottom a {
    padding: 1.5%;
  }
}

.row section .bottom a:hover {
  transform: scale(0.97);
}

@media(max-width: 790px) {
  .wrapper .center-line {
    left: 40px;
  }

  .wrapper .row {
    margin: 30px 0 3px 60px;
  }

  .wrapper .row section {
    width: 100%;
  }

  .row-1 section::before {
    left: -7px;
  }

  .row-1 section .icon {
    left: -60px;
  }
}

@media(max-width: 380px) {

  .wrapper .center-line,
  .row section::before,
  .row section .icon {
    display: none;
  }

  .wrapper .row {
    margin: 10px 0;
  }
}

/* button design*/
.btn {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.btn:hover {
  border: 1px solid #f44336;
  background: #f44336;
  transition: 0.5s;
}

/* /////////////////////////////////////////section four/////////////////////////////////////////////// */
#section-four {
  padding-top: 7%;
  margin: 0;
  scroll-snap-align: start;
  height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}

.container-sectionfour {
  height: 80vh;
  width: 90%;
}

.container-sectionfour .content {
  display: flex;
  align-items: center;
  justify-content: left;
}

.sphere-container {
  width: 100%;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15%;
}

.tagcloud {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.tagcloud--item:hover {
  color: #f44336;
  font-size: 25px;
}

.glitch {
  width: 450px;
  color: #f44336;
  font-size: 5rem;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width:950px) {
  .container-sectionfour .content {
    flex-direction: column-reverse;
  }

  .sphere-container {
    margin-right: 0;
  }

  .glitch {
    left: 15%;
    margin-bottom: 2%;
    font-size: 3rem;
  }
}


@keyframes noise-anim {
  0% {
    clip: rect(21px, 9999px, 21px, 0);
  }

  5% {
    clip: rect(48px, 9999px, 95px, 0);
  }

  10% {
    clip: rect(97px, 9999px, 24px, 0);
  }

  15% {
    clip: rect(5px, 9999px, 38px, 0);
  }

  20% {
    clip: rect(77px, 9999px, 70px, 0);
  }

  25% {
    clip: rect(83px, 9999px, 91px, 0);
  }

  30% {
    clip: rect(60px, 9999px, 39px, 0);
  }

  35% {
    clip: rect(93px, 9999px, 77px, 0);
  }

  40% {
    clip: rect(79px, 9999px, 7px, 0);
  }

  45% {
    clip: rect(100px, 9999px, 68px, 0);
  }

  50% {
    clip: rect(43px, 9999px, 83px, 0);
  }

  55% {
    clip: rect(62px, 9999px, 68px, 0);
  }

  60% {
    clip: rect(78px, 9999px, 68px, 0);
  }

  65% {
    clip: rect(42px, 9999px, 7px, 0);
  }

  70% {
    clip: rect(73px, 9999px, 90px, 0);
  }

  75% {
    clip: rect(21px, 9999px, 44px, 0);
  }

  80% {
    clip: rect(84px, 9999px, 77px, 0);
  }

  85% {
    clip: rect(68px, 9999px, 8px, 0);
  }

  90% {
    clip: rect(20px, 9999px, 23px, 0);
  }

  95% {
    clip: rect(67px, 9999px, 92px, 0);
  }

  100% {
    clip: rect(49px, 9999px, 83px, 0);
  }
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: yellow;
  background: rgb(0, 0, 0);
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(73px, 9999px, 93px, 0);
  }

  5% {
    clip: rect(50px, 9999px, 21px, 0);
  }

  10% {
    clip: rect(95px, 9999px, 75px, 0);
  }

  15% {
    clip: rect(1px, 9999px, 23px, 0);
  }

  20% {
    clip: rect(61px, 9999px, 95px, 0);
  }

  25% {
    clip: rect(35px, 9999px, 72px, 0);
  }

  30% {
    clip: rect(71px, 9999px, 36px, 0);
  }

  35% {
    clip: rect(1px, 9999px, 53px, 0);
  }

  40% {
    clip: rect(88px, 9999px, 67px, 0);
  }

  45% {
    clip: rect(73px, 9999px, 34px, 0);
  }

  50% {
    clip: rect(64px, 9999px, 40px, 0);
  }

  55% {
    clip: rect(3px, 9999px, 56px, 0);
  }

  60% {
    clip: rect(68px, 9999px, 97px, 0);
  }

  65% {
    clip: rect(39px, 9999px, 81px, 0);
  }

  70% {
    clip: rect(76px, 9999px, 71px, 0);
  }

  75% {
    clip: rect(15px, 9999px, 54px, 0);
  }

  80% {
    clip: rect(38px, 9999px, 84px, 0);
  }

  85% {
    clip: rect(77px, 9999px, 83px, 0);
  }

  90% {
    clip: rect(57px, 9999px, 36px, 0);
  }

  95% {
    clip: rect(34px, 9999px, 71px, 0);
  }

  100% {
    clip: rect(19px, 9999px, 19px, 0);
  }
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: blue;
  background: rgb(0, 0, 0);
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/* /////////////////////////////////////////main end/////////////////////////////////////////////////// */

/* /////////////////////////////////////////Contact Page//////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
#section-five {
  scroll-snap-align: start;
  width: 100%;
  height: 90vh;
  padding: 5%;
}

@media screen and (max-width:450px) {
  #section-five {
    margin-top: 0%;
    height: 130vh;
  }
}

.section-five-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.location {
  position: relative;
  border-radius: 14px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

.location iframe {
  height: 70vh;
  border-radius: 15px;
  filter: saturate(200%);
  touch-action: pan-x pan-y;
  pointer-events: all;
}

.map-area {
  position: absolute;
  width: 15vw;
  height: 5vw;
  top: 1%;
  right: 5%;
  backdrop-filter: invert(100%) blur(10px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
}

.map-area p {
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  color: whitesmoke;
  font-style:oblique;
}

.contact-us {
  width: 80%;
  margin: auto;
}

.contact-us .row {
  display: flex;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 0px;
}

.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 15%;
  color: white;
  transition: 0.25s
}

.contact-col div:hover {
  color: #f44336;
}

.contact-col div .fa {
  font-size: 28px;
  color: #f44336;
  margin: 10px;
  margin-right: 30px;
  transition: 0.25s;
}

.contact-col div p {
  padding: 0;
}

.contact-col div h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 400;
}

.contact-col input,
.contact-col textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #f44336;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

.contact-col button {
  margin: 0;
}

@media screen and (max-width:950px) {
  .section-five {
    height: 100%;
  }
  .section-five-container {
    display: flex;
    flex-direction: column;
  }
  .section-five-container {
    display: flex;
    flex-direction: column;
  }

  .location {
    display: none;
  }
}
/*footer********************************************************************/
footer {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-content:flex-end;
  scroll-snap-align: end;
  height: 35vh;
  text-align: center;
}

@media screen and (max-width:450px) {
  footer {
    height: 45vh;
  }
}

.footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

.footer p {
  padding: 0 4%;
}

.footer-trademark p {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
}
.counter-box{
  margin-top: 10px;
}
.support {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  display: flex;
}
.support a {
  margin: 0 10px;
  color: #fff;
  font-size: 1.8rem;
  backface-visibility: hidden;
  transition: all 150ms ease;
}
.support a:hover {
  transform: scale(1.1);
  color: red;
}
