body {
  /* overflow: hidden; */
  margin: 0%;
  padding: 0%;
  background-color: black;
}
#intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.Name {
}
.Texting {
      text-align: center;
    font-family: "Bruno Ace", sans-serif;
    font-style: normal;
    font-size: 40px;
    height: min-content;
    font-weight: bolder;
    color: white;
    cursor: default;
    transition: 1s 
ease-in-out;
}
.Texting:hover {
  transition: 1s ease-in-out;

  color: rgb(166, 0, 243);
  Explore {
    font-size: 10px;
  }
}
.Texting:hover ~ .Explore {
  color: #ccc#333;
}
.motive_in_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Motive {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Motive2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Explore {
  color: white;
  font-family: "Bruno Ace", sans-serif;
  font-size: 80px;
  transition: 1s ease-in-out;
}
.Explore2 {
  color: white;
  font-family: "Bruno Ace", sans-serif;
  font-size: 40px;
  transition: 1s ease-in-out;
}
.Explore3mob {
        display: none;
    }
.Explore:hover {
  /* color: rgb(255, 0, 0); */

  text-shadow: 0 0 60px #00ffcb;
  transition: 1s ease-in-out;
}
.Explore2:hover {
  /* color: rgb(255, 0, 0); */

  text-shadow: 0 0 60px #00ffcb;
  transition: 1s ease-in-out;
}
h1.Explore {
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.Next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

.button {
    min-width: 150px;
    min-height: 30px;
    font-family: "Bruno Ace", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #4fd1c5;
    background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 0px 0px 24px 15px rgba(79, 209, 197, 0.64);
    transition: all 0.3s 
ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(150px + 12px);
  min-height: calc(40px + 12px);
  border: 6px solid #00ffcb;
  box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.button:hover,
.button:focus {
  color: #313133;
  transform: translateY(-6px);
}

button:hover::before,
button:focus::before {
  opacity: 1;
}

button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #00ffcb;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

button:hover::after,
button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
/* section2 */
#I_do {
  background-color: #ffffff;
  height: 100vh;
}
.About_Me {
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}
.My_pic_parell {
  padding: 30px;
  display: block;
  position: relative;
  width: 40vh; /* Adjust as needed */
  height: 40vh; /* Adjust as needed */
  transform: skewX(50deg);
  overflow: hidden;
}
.my_pic {
  position: absolute;

  width: 100%;
  height: 100%;
  box-shadow: 0px 50px 30px black;
  transform: skewX(-50deg);
}
.Me_word {
  padding-left: 200px;
  padding-right: 200px;
}
.Me_word h1 {
  font-size: 90px;
  font-family: "Bruno Ace", sans-serif;
  color: #313133;
  transition: 1s ease-in-out;
}
.Me_word h1:hover {
  transition: 0.3s ease-in-out;
}
#Details {
  font-size: 20px;
  font-family: "Bruno Ace", sans-serif;
  color: #313133;
}
#ic {
  animation: rotate 1s linear infinite;
}
.par_fill {
  width: 70px;
  height: 50vh;
  display: inline-block;
  background: rgb(255, 102, 0);
  border: none;
  box-shadow: -30px 20px 20px rgb(39, 39, 39);
  transform: skewX(30deg);
  transition: 1s ease-in-out;
}
.par_fill:hover {
  box-shadow: 0px 0px 0px rgb(39, 39, 39);
  transition: 0.1s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.My_Skills {
  width: 100%;
  height: 50vh;
  padding: 0%;
  background-image: url("Images/Default_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.My_Skills ul {
  height: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  align-items: center;
  padding: auto;
  justify-content: space-evenly;
  list-style: none;
}
.My_Skills li {
  display: flex;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-family: "Bruno Ace", sans-serif;
  cursor: pointer;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
.My_Skills ul li:hover {
  color: rgb(240, 82, 42);
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/* new des  */

.circle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #00ffcb;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 10;
  box-shadow: 0px 0px 8px 0px #a9e5fd inset, 0px 0px 24px 0px #3bd8ff,
    0px 0px 8px 0px #ffffff42;
  animation: rotateTriangle 2s linear infinite;
}



/* end new des  */
@media only screen and (max-width: 1780px) {
  
  .par_fill {
    width: 5vh;
    height: 50vh;
    display: inline-block;
    background: rgb(255, 102, 0);
    border: none;
    box-shadow: -30px 20px 20px rgb(39, 39, 39);
    transform: skewX(30deg);
    transition: 1s 
ease-in-out;
}
 .Me_word {
    padding-left: 128px;
    padding-right: 112px;
}
}
@media only screen and (max-width: 1540px) {
  .Explore2 {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 24px;
    transition: 1s ease-in-out;
  }
     .Me_word {
        padding-left: 93px;
        padding-right: 77px;
    }
    .My_pic_parell {
    padding: 30px;
    display: block;
    position: relative;
    width: 30vh;
    height: 30vh;
    transform: skewX(50deg);
    overflow: hidden;
}
}
@media only screen and (max-width: 1400px) {
  .Me_word h1 {
    font-size: 41px;
    font-family: "Bruno Ace", sans-serif;
    color: #313133;
    transition: 1s 
ease-in-out;
}
#Details {
    font-size: 16px;
    font-family: "Bruno Ace", sans-serif;
    color: #313133;
}
    .par_fill {
        width: 4vh;
        height: 46vh;
        display: inline-block;
        background: rgb(255, 102, 0);
        border: none;
        box-shadow: -30px 20px 20px rgb(39, 39, 39);
        transform: skewX(30deg);
        transition: 1s 
ease-in-out;
    }
}
@media only screen and (max-width: 1150px) {
  .Texting {
    text-align: center;
    font-family: "Bruno Ace", sans-serif;
    font-style: normal;
    font-size: 34px;
    height: min-content;
    font-weight: bolder;
    color: white;
    cursor: default;
    transition: 1s 
ease-in-out;
}
  .Explore {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 54px;
    transition: 1s ease-in-out;
  }
  .Explore2 {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 18px;
    transition: 1s ease-in-out;
  }
  .par_fill {
       display: none;
    }
}

@media only screen and (max-width: 700px) {
  .Texting {
    font-family: "Bruno Ace", sans-serif;
    font-style: normal;
    font-size: 21px;
    height: min-content;
    font-weight: bolder;
    color: white;
    cursor: default;
    transition: 1s ease-in-out;
  }
  .Explore {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 36px;
    transition: 1s ease-in-out;
  }
  .Explore2 {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 14px;
    transition: 1s ease-in-out;
  }
}

@media only screen and (max-width: 550px) {
  .My_pic_parell {
    padding: 30px;
    display: block;
    position: relative;
    width: 20vh;
    height: 20vh;
    transform: skewX(50deg);
    overflow: hidden;
}
  .About_Me {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
    .Texting {
        font-size: 23px;
    }
      .Explore {
        color: white;
        font-family: "Bruno Ace", sans-serif;
        font-size: 32px;
        transition: 1s 
ease-in-out;
    }
      .Explore2 {
        color: white;
        font-family: "Bruno Ace", sans-serif;
        font-size: 10px;
        transition: 1s 
ease-in-out;
    }
}
@media only screen and (max-width: 860px) {
  .My_Skills ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_Me {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  
  .Texting {
    font-family: "Bruno Ace", sans-serif;
    font-style: normal;
    height: min-content;
    font-weight: bolder;
    color: white;
    cursor: default;
    transition: 1s ease-in-out;
  }

  

  .Me_word {
    padding-left: 30px;
    padding-right: 10px;
  }
  .Me_word h1 {
    font-size: 50px;
    font-family: "Bruno Ace", sans-serif;
    color: #313133;
    transition: 1s ease-in-out;
  }
  .Me_word h1:hover {
    transition: 0.3s ease-in-out;
  }
  #Details {
    font-size: 20px;
    font-family: "Bruno Ace", sans-serif;
    color: #313133;
  }
  .par_fill {
    display: none;
  }
}
/* iphone se  */
@media only screen and (max-width: 375px) {
  .My_Skills ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_Me {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .Me_word {
    padding-left: 30px;
  }
  .Texting {
    font-size: 19px;
  }

  h1.Explore {
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .My_pic_parell {
    padding: 30px;
    display: block;
    position: relative;
    width: 20vh;
    height: 20vh;
    transform: skewX(50deg);
    overflow: hidden;
}
  .Me_word h1 {
        margin: 0px;
        font-size: 25px;
        font-family: "Bruno Ace", sans-serif;
        color: #313133;
        transition: 1s 
ease-in-out;
    }
        #Details {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .My_Skills li {
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-family: "Bruno Ace", sans-serif;
    cursor: pointer;
    font-size: 23px;
    transition: 0.3s 
ease-in-out;
}
}
@media only screen and (max-width: 430px) {
  .My_Skills ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_Me {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  
.My_pic_parell
 {
    padding: 30px;
    display: block;
    position: relative;
    width: 20vh;
    height: 20vh;
    transform: skewX(50deg);
    overflow: hidden;
}
  .my_pic:focus .My_Skills {
    height: 896px;
  }
  .Texting {
    font-size: 19px;
  }
  .Explore {
    color: white;
    font-family: "Bruno Ace", sans-serif;
    font-size: 27px;
    transition: 1s ease-in-out;
  }
  .Explore2 {
    display: none;
  }
  .Explore3mob {
        color: white;
        font-family: "Bruno Ace", sans-serif;
        font-size: 20px;
        transition: 1s 
ease-in-out;
        display: block;
        text-align: center;
    }
  
  .Next {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}
  
}
/* .bruno-ace-regular {
    font-family: "Bruno Ace", sans-serif;
    font-weight: 400;
    font-style: normal;
  } */
/* display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; */
