

body
{
	background: #000000;
	color: #999;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1{
    background: #000000;
	color: #999;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
    text-align: center;

}
.navbar {
    background-color: #333;
    overflow: hidden;
    display: flex;
    justify-content: flex-end; 
  }

  .navbar a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .navbar a:hover {
    background-color: #ea5c5cfa;
    color: #333;
  }

/* start all section */
#home,
#home .fp-slide,
#home .fp-tableCell,

#work,
#work .fp-slide,
#work .fp-tableCell,

#about,
#about .fp-slide,
#about .fp-tableCell,

#contact,
#contact .fp-slide,
#contact .fp-tableCell,

#portfolio,
#portfolio .fp-slide,
#portfolio .fp-tableCell,

footer,
footer .fp-slide,
footer .fp-tableCell
{
    height: auto !important;
}

/* end all section */

/* start all heading */
h1,h2,h3,h4,h5
    {
        color: #ffffff;
        font-weight: bold;
    }
/* end all heading */

/* start all section */
#work, #about, #portfolio, #contact
    {
        padding-top: 100px;
        padding-bottom: 120px;
    }
/* end all section */

/* start simpletextrotator */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/* end simpletextrotator */
 

/* start home */       
#home
	{
        background-size: cover;
        background-repeat: no-repeat; 
        padding-top: 120px;
        padding-bottom: 140px;
        text-align: center;
        opacity: 0.7;
	}

#home h2
    {
        padding-bottom: 10px;
    }
#home .btn
    {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        margin-top: 40px;
        padding-top: 18px;
        transition: all 0.4s ease-in-out;
    }
#home .btn:hover
    {
        background: #D43F52;
        border-color: transparent;
    }
/* end home */

/* chatgpt */
#About {
  background: #000000;
  padding: 50px 0; 
  min-height: 100vh; /* Ensure it covers the full viewport height */
  box-sizing: border-box; /* Include padding in the element's total height */
}



/*#About {
  background: #000000;
  padding: 50px 0; 
  height: 100vh; 
  overflow-y: auto; 
}*/

#About h2 {
  text-align: center;
  color: #ffffff; 
}

#About .media {
  margin-top: 30px;
}

#About .media .fa {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #D43F52;
  font-size: 24px;
  margin-right: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px; /* Changed to match height */
  text-align: center;
  transition: all 0.4s ease-in;
}

#About .media .fa:hover {
  background: #ffffff;
  cursor: pointer;
}

#About .media .media-heading {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

    /* start skills */
/* Container for the skills section */

.container1 {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

/* Section title*/ 
.headings1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

/* General bar styling */
.bars {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bars i {
  font-size: 2em;
  margin-right: 10px;
}

.info {
  flex: 1;
  font-weight: bold;
  margin-right: 10px;
}

.progress-line {
  width: 60%;
  height: 10px;
  background: #e0e0e0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.progress-line::after {
  content: attr(data-progress) ''; /* Display percentage */
  position: absolute;
  top: 50%; /*Adjust to center the percentage vertically */
  transform: translateY(-50%);
  height: 100%;
  width: var(--progress-width);
  background: #D43F52;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
}

/* Specific bar progress */
.bars:nth-of-type(1) .progress-line::after {
  --progress-width: 90%;
}

.bars:nth-of-type(2) .progress-line::after {
  --progress-width: 80%;
}

.bars:nth-of-type(3) .progress-line::after {
  --progress-width: 85%;
}

.bars:nth-of-type(4) .progress-line::after {
  --progress-width: 75%;
}

.bars:nth-of-type(5) .progress-line::after {
  --progress-width: 80%;
}

.bars:nth-of-type(6) .progress-line::after {
  --progress-width: 70%;
}

.bars:nth-of-type(7) .progress-line::after {
  --progress-width: 80%;
}

.bars:nth-of-type(8) .progress-line::after {
  --progress-width: 60%;
}

.bars:nth-of-type(9) .progress-line::after {
  --progress-width: 65%;
}

.percentage-label {
  margin-left: 10px;
  font-weight: bold;
  color: #D43F52;
}


.progress-bar {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 10;
}

.path {
  fill: none;
  stroke: #D43F52;
  stroke-width: 10;
  stroke-dasharray: 502;
  stroke-dashoffset: var(--stroke-dashoffset);
}

.percentage {
  position: relative;
  top: -120px;
  font-size: 1.5em;
  font-weight: bold;
}

.text {
  margin-top: -80px;
  font-size: 1em;
}


@keyframes slideRight{
  0% {
      transform: translateX(-100px);
      opacity: 0;
  }
  100%{
      transform: translateX(0px);
      opacity: 1;
  }
} 
@keyframes slideLeft{
  0% {
      transform: translateX(-100px);
      opacity: 0;
  }
  100%{
      transform: translateX(0px);
      opacity: 1;
  }
} 

@keyframes slideTop{
  0% {
      transform: translateY(-100px);
      opacity: 0;
  }
  100%{
      transform: translateY(0px);
      opacity: 1;
  }
} 

@keyframes slideBottom{
  0% {
      transform: translateY(-100px);
      opacity: 0;
  }
  100%{
      transform: translateY(0px);
      opacity: 1;
  }
} 



/* Responsive styles */
@media (min-width: 600px) {
  .image-container {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); 
  }
}

@media (min-width: 768px) {
  .image-container {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); 
  }
}

@media (min-width: 992px) {
  .image-container {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); 
  }
}

@media (min-width: 1200px) {
  .image-container {
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
  }
}

#portfolio .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .portfolio-thumb {
    position: relative;
    overflow: hidden;
  }

  .portfolio-thumb img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }

  .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .portfolio-thumb:hover .portfolio-overlay {
    opacity: 1;
  }

  .portfolio-overlay h4 {
    font-size: 20px;
    text-align: center;
  }



/* start portfolio */
.filter-btn {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-btn:hover {
  background-color: #D43F52; 
  color: #fff;
}

#portfolio
    {
        background: #000000;
        text-align: center;
    }
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #D43F52;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        padding-top: 60px;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        cursor: pointer;
        opacity: 0.8;
        transform: scale(0.9);
    }
 #portfolio .btn
    {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        width: 180px;
        height: 60px;
        margin-top: 40px;
        padding-top: 18px;
        transition: all 0.4s ease-in-out;
    }
#portfolio .btn:hover
    {
        background: #D43F52;
        border-color: transparent;
    }

/* end portfolio */
/*portfolio-details */
.project-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  .project-details {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px; /* Adjust width as needed */
  }

  .project-details h2 {
    margin-bottom: 10px;
  }

  .project-details img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .project-details p {
    margin-bottom: 10px;
  }

  .project-details .btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #D43F52;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .project-details .btn:hover {
    background-color: #af2c3e;
  }

  /* end details */
/* start contact */

#contact address
    {
      padding-bottom: 18px;
    }
	
#contact .contact-title
    {
		font-size: 24px;
		font-weight: bold;
        padding-bottom: 20px;
		color: #ffffff;
    }
#contact .fa
    {
        border: 2px solid #ffffff;
        border-radius: 50%;
        color: #D43F52;
        width: 50px;
        height: 50px;
        line-height: 45px;
        text-align: center;
        margin-right: 20px;
    }
#contact .form-control
    {
        background: transparent;
        border: 2px solid #999;
        border-radius: 0;
        box-shadow: none;
        color: #ffffff;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #D43F52;
        border: 2px solid transparent;
        color: #ffffff;
        font-weight: bold;
        transition: all 0.4s ease-in-out;
    }
#contact input[type="submit"]:hover
    {
        background: #ffffff;
        color: #D43F52;
    }
/* end contact */

/* start footer */
footer
    {
        border-top: 1px solid #090909;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer hr
    {
        width: 100px;
    }
/* end footer */

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        border-radius: 50%;
        color: #606060;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        text-align: center;
        margin-right: 10px;
    }
.social-icon li a:hover
    {
        color: #D43F52;
    }
/* end social icon */
