@import "vendor/font-awesome/css/font-awesome.min.css";



.profile-card{

  overflow: hidden;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px #00000070;
}

.top-section{
  padding: 130px 20px;
  background: rgb(67, 69, 112);
  background: radial-gradient(
    circle,
    rgba(67, 69, 112, 1) 3%,
    rgba(35, 36, 57, 1) 60%
  );
}



.pic{
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 20px;
  border: 2px solid #2c3e50;
  border-radius: 50%;
  padding: 8px;
  position: relative;
}

.name{
    font-family: 'Indie Flower', cursive;
}

.pic:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #2c3e50;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 50%;
  animation: wave 1.5s infinite linear;
}

@keyframes wave {
  to{
    transform: scale(1.5);
    opacity: 0;
  }
}

.pic img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.name{
  color: #f1f1f1;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*
.name:hover{
  color: #f13a11;
} */

.tag{
  font-size: 18px;
  color: #222;
}

.bottom-section{
  background: #f1f1f1;
  padding: 60px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
}

.border{
  width: 1px;
  height: 20px;
  background: #bbb;
  margin: 0 30px;
}

.bottom-section span{
  font-size: 14px;
  display: block;
}

.social-media{
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  z-index: 1;
}

.social-media i{
  width: 60px;
  height: 60px;
  background: rgb(67, 69, 112);
  background: radial-gradient(
    circle,
    rgba(67, 69, 112, 1) 3%,
    rgba(35, 36, 57, 1) 60%
  );
  border-radius: 50%;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 60px !important;
  margin: 0 10px;
  position: relative;
}

.social-media i:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(67, 69, 112);
  background: radial-gradient(
    circle,
    rgba(67, 69, 112, 1) 3%,
    rgba(35, 36, 57, 1) 60%
  );
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s linear;
}

.social-media i:hover:after{
  transform: scale(1.4);
  opacity: 0;
}

.social-media i:hover{
  color: #f13a11;
}

.aboutdillip{
  text-align: center;
  margin-top: 10px;
}

.about-image{
 border-radius: 5%;
}

.abouthr{

background-color: #f13a11;
}

.footerhr{

  background-color: #f13a11;
}

.copyright-text{
  color: #f13a11;
}

.empty{
  border: 1px 0 white;
  padding: 50px;
}

/* ---- start of text display */

.scroll1{
  color: #f13a11;
  font-size: 30px;
}

.texteffect{
  margin: 1px;
  background-color: #343F4F;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}


.txtefct {
  text-align: center;
  display: table;
  padding-left: 100px;
  margin-left: 25px;
  height: 50vh;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
  .pre-text {  display: inline;  font-weight: 600;  }
}

.overflow {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 750px;
  display: -webkit-inline-box;
}

#text-animate > h2 {
  font-weight: 400;
  display: inline;
  position: absolute;
  margin-top: 5;
  opacity: 0;
  animation: textAnimation 8s ease-in-out infinite;
}

#text-animate > h2:nth-child(2) {  animation-delay: 2s;  }
#text-animate > h2:nth-child(3) {  animation-delay: 4s;  }
#text-animate > h2:nth-child(4) {  animation-delay: 6s;  }
#text-animate > h2:nth-child(5) {  animation-delay: 8s;  }

@keyframes textAnimation {
  0% {  opacity: 1;  top: 35px;  }
  8% {  opacity: 1;  top: 0;  }
  17% {  opacity: 1;  top: 0;  }
  25% {  opacity: 1;  top: -35px;  }
  100% {  opacity: 1;  top: -35px;  }
}

/* ---- end of text display */

.aboutme{
  width: 90%;
  height: 100%;
  border: 1.5px solid #f13a11;
  background-color: #666666;
  padding: 25px;
  text-align: left;
  margin: auto;
  margin-top: 25px;
}

.text{

color: white;
}

.abt-2{
 text-align: center;
 text-color: #f13a11;
}

.abt-hr{
  border: 2px solid #f13a11;
  width: 250px;
}

.skills{
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skills1{
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  vertical-align: middle;
}

.skilld{
  display: inline-block;
  border: 1px solid #f13a11;
  float: left;
  padding: 10px;
  height: 75px;
  width: 250px;
  text-align: center;
  margin: auto;
}

.skilld:hover{
  background-color: #f13a11;
  color: white;
  font-weight: bolder;
}

.linescroll{
  border: 1px solid #f13a11;
  border-left: none;
  border-right: none;
  padding: 5px;
  margin: 25px;
}

.linescroll{
  font-size: 12px;
 background: -webkit-linear-gradient(#f13a11, #f13a11);
 -webkit-background-clip: text;
 -webkit-text-fill-color: #f13a11;
}

/*<!-------2nd section -------->*/




.home1 {
display: grid;
  grid-template-columns: 45% 50%;
  place-items: center;
  gap: 50px;
  background: rgb(67, 69, 112);
  background: radial-gradient(
    circle,
    rgba(67, 69, 112, 1) 3%,
    rgba(35, 36, 57, 1) 60%
  );


  padding: 90px;
}


@media only screen and (max-width: 600px){
  .home1{
   display: flex;
   flex-direction: column;

      gap: 50px;
      background: rgb(67, 69, 112);
      background: radial-gradient(
        circle,
        rgba(67, 69, 112, 1) 3%,
        rgba(35, 36, 57, 1) 60%
      );

  }
}


.description1 {
  color: #fff;
  padding: 10 50px;
}

.description1 > h1 {
  font-family: "Tilt Neon", sans-serif;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 50px;
}

.gradient-text {
  font-family: "Tilt Neon", sans-serif;
  background-image: linear-gradient(
    90deg,
    rgb(118, 167, 63) 0%,
    rgb(51, 143, 118) 40%,
    rgb(55, 141, 167) 50%,
    rgb(117, 152, 242) 70%,
    rgb(144, 118, 236) 100%
  );
  color: transparent;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
}

.description1 > p {
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: white;
}

.users-color-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.item {
  max-width: 120px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5),
    inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}

.item:nth-child(1) {
  background-color: #67d7e1;
  border-radius: 50% 50% 0 50%;
}

.item:nth-child(2) {
  border-radius: 50% 50% 0 0;
}

.item:nth-child(3) {
  background-color: #6cc164;
  border-radius: 50%;
}

.item:nth-child(4) {
  border-radius: 0 0 0 50%;
}

.item:nth-child(5) {
  border-radius: 0 50% 50% 0;
}

.item:nth-child(6) {
  background-color: #8071a8;
  border-radius: 0 50% 50% 50%;
}

.item:nth-child(7) {
  border-radius: 50% 50% 0 50%;
}

.item:nth-child(8) {
  background-color: #fe7519;
  border-radius: 50% 0 0 50%;
}

.item:nth-child(9) {
  background-color: #f5bec3;
  border-radius: 0 50% 50% 0;
}

.item:nth-child(10) {
  border-radius: 50%;
}

.item:nth-child(11) {
  background-color: #fcd659;
  border-radius: 50% 0 50% 50%;
}

.item:nth-child(12) {
  border-radius: 50% 0 0 0;
}

.item {
  animation: fadeIn 0.5s linear 1 forwards;
  animation-delay: calc(0.2s * var(--i));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
