@import url("https://fonts.googleapis.com/css2?family=Amita:wght@700&display=swap");

#project img {
  width: 100%;
}

.jaishreeram {
  padding: 100px 0px 0px 0px;
}

.firstslider {
  background-image: url(images/fullformal.png);
  background-position: center;
  background-size: 100% 75%;
}

.secondslider {
  background-image: url(images/editing.png);
  background-position: center;
  background-size: 85% 80%;
}

#sidelogo {
  width: 7%;
  margin-left: 10%;
}

#sec1 {
  float: right;
}

#sec2 {
  float: left;
}

#divider {
  width: 100%;
}

#downloadresume {
  z-index: 99;
  cursor: pointer;
}

.dualbtn {
  margin-right: 20px;
}

#ud {
  font-weight: bolder;
}

.wordpress_project {
  margin-top: -200px !important;
}

.item {
  width: 70%;
}

.owl-dots {
  display: none !important;
}

#form_section_iamge_bg {
  background-color: #1a1a1a;
}

.blink {
  animation: blinker 1.5s linear infinite;
  color: rgb(231, 251, 10);
  font-family: sans-serif;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.technology_section_margin {
  margin-top: -100px;
  z-index: -1;
}

/* button css start */

/* <button class="button-85" role="button">Button 85</button> */

/* CSS */
.button-85 {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: rgb(131, 58, 180);
  background: linear-gradient(
    90deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 2%;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #c56a10,
    #d0db07,
    #eaff06,
    #00ffd5,
    #002bff,
    #7a00ff,
    #001eff,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f804;
  left: 0;
  top: 0;
  /* border-radius: 2%; */
}

/* button css end */

/* TEXT ANIMATION */
.wrapperss {
  display: grid;
  place-items: center;
  margin-top: 40px;
}

#blink_heading {
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 85px;
  margin: 0;
  text-shadow: 0 0 5px #ddd, 0 0 10px #ddd, 0 0 15px #ddd, 0 0 20px #ffffff;
  animation: animate 7s linear infinite;
}

#blink_heading span {
  text-shadow: 0 0 5px #03bcf4, 0 0 10px #03bcf4, 0 0 15px #03bcf4,
    0 0 20px #03bcf4;
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0% {
    color: #fff;
  }

  25% {
    color: #eff92d;
  }

  50% {
    color: #1303f4;
  }

  75% {
    color: rgb(255, 0, 0);
  }

  100% {
    color: #c7058a;
  }
}

/* text rotation start */
.waviy {
  position: relative;
}

.waviy span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  animation: flip 2s infinite;
  animation-delay: calc(0.2s * var(--i));
}

@keyframes flip {
  0%,
  80% {
    transform: rotateY(360deg);
  }
}

/* text rotation end */

/* media query */

/* Styles for Desktop */
@media only screen and (min-width: 1200px) {
  /* Your desktop styles go here */
}

/* Styles for Tablets */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Your tablet styles go here */
}

/* Styles for Mobile Devices */
@media only screen and (max-width: 767px) {
  #blink_heading {
    font-size: 50px;
  }

  .firstslider {
    background-position: center;
    background-size: 100% 45%;
  }

  .secondslider {
    background-position: center;
    background-size: 100% 50%;
  }

  .jaishreeram {
    padding: 0px 0px 0px 0px;
  }

  .dualbtn {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  #colrev {
    flex-direction: column-reverse;
  }

  #sec2 {
    float: none;
  }

  #sidelogo {
    width: 17%;
    margin: 0px;
  }

  #loags {
    font-size: 27px;
  }
}

#myAudio {
  display: none;
}

#floatingButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #eaff04;
  color: #000000;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* ////////////  my project css latest start here ///////////////////////// */

#project img {
  width: 100%;
}

/* From Uiverse.io by dovatgabriel */
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #eaff04;
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.7em;
  text-align: center;
  text-indent: 15px;
  border: none;
  border-radius: 10px;
}

.buttonDownload:hover {
  background-color: #acbb05;
  color: rgb(0, 0, 0);
}

.buttonDownload:before,
.buttonDownload:after {
  content: " ";
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

.buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}

.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 1px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 1s linear infinite;
  animation-play-state: paused;
}

.buttonDownload:hover:before {
  border-color: #cdefbd;
}

.buttonDownload:hover:after {
  border-top-color: #cdefbd;
  animation-play-state: running;
}

@keyframes downloadArrow {
  0% {
    margin-top: -7px;
    opacity: 1;
  }

  0.001% {
    margin-top: -15px;
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    margin-top: 0;
    opacity: 0.4;
  }
}

/* From Uiverse.io by andrew-demchenk0 */
.button12 {
  position: relative;
  width: 240px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #eaff04;
  background-color: #eaff04;
  overflow: hidden;
}

.button12,
.button__icon12,
.button__text12 {
  transition: all 0.3s;
}

.button12 .button__text12 {
  transform: translateX(22px);
  color: #000000;
  font-weight: 600;
}

.button12 .button__icon12 {
  position: absolute;
  transform: translateX(180px);
  height: 100%;
  width: 55px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button12 .svg {
  width: 20px;
  fill: #fff;
}

.button12:hover {
  background: #ff0000;
}

.button12:hover .button__text12 {
  color: transparent;
}

.button12:hover .button__icon12 {
  width: 240px;
  transform: translateX(0);
}

.button12:active .button__icon12 {
  background-color: #146c54;
}

.button12:active {
  border: 1px solid #146c54;
}
