* {
  font-family: "Montserrat", sans-serif; 
  box-sizing: border-box; 
}

.skills {
  padding-top: 10px; /* Add top padding */
  padding-bottom: 10px; /* Add bottom padding */
}

.skills-html {font-size: x-large; background: url('/Images/Back.jpg');
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;}
.skills-css {font-size: x-large; background: url('/Images/Back.jpg');
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;}
.skills-js {font-size: x-large; background: url('/Images/Back.jpg');
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;}
.skills-react {font-size: x-large; background: url('/Images/Back.jpg');
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;}

body {
  height: 100vh;
  background-image: url("/Images/background1.jpg");
}

body h2 {
  line-height: 60px;
}

body h5 {
  align-items: last baseline;
  line-height: 40px;
}

body :any-link {
  background: transparent;
  text-decoration: none;
}

body h6 {
  align-items: last baseline;
  line-height: 30px;
}

body.dark {
  background: var(--dark-2);
  color: white;
}

body.dark a{
  background: var(--dark-2);
  color: white;
}

body .carousel-inner {
  background-color: transparent;
}

body.dark .carousel-inner {
  background-color: transparent;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("/Images/Mainbackground.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
 
.hero-h1 {
  font-size: 50px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.511); 
  background: url('/Images/Back.jpg');
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content
}

.hero-p {
  font-size: 25px;
}

.hero-text .nav-link-hero {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.hero-text .nav-link-hero:hover {
  background-color: rgb(255, 116, 118);
  color: white;
}

nav {
  display: block;
  justify-content: center;
}

#navbar a {
  text-decoration: none;
  color: rgb(255, 116, 119);
  background: transparent;
}

#navbar a:hover{
  width: 10%;
  font-size: 20px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0); 
  background: url('/Images/Back.jpg');
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;
}

nav a {
  text-decoration: none;
  color: black;
}

input {
  visibility: hidden;
}

#toggle-button:checked + label {
  background: var(--light-0);
}

:root {
  --light-0: #f8f9fa;
  --light-1: #e9ecef;
  --light-2: #dee2e6;
  --dark-0: #495057;
  --dark-1: #343a40;
  --dark-2: #212529;
}

label {
  background: var(--dark-1);
  border-radius: 0.5rem;
  cursor: pointer;
  height: 1.1rem;
  position: relative;
  left: 80%;
  width: 2.25rem;
}

label .sun-moon {
  background: var(--light-1);
  border-radius: 50%;
  height: 0.85rem;
  margin: 0.15rem;
  transition: transform 0.3s ease;
  width: 0.75rem;
}

#toggle-button:checked + label .sun-moon {
  background-color: var(--dark-1);
  transform: translateX(1.25rem);
}

section {
  display: block;
  padding: 3%;
  text-align: center;
}

section h2 {
  margin: 0 auto;
}

#carouselExample.carousel.slide {
  background-color: transparent;
  color: transparent;
}

.carousel-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}

ul {
  text-align: left;
  display: inline-block;
}

.photo-profile {
  position: relative; 
  width: 10%;
  height: 10%;
  margin-top: -50px;
  padding: 3px 3px;
  border-radius: 100%;
  background: url('/Images/Back.jpg');
  -webkit-background-clip: border-box;
  background-clip: border-box;
  animation: back 100s linear infinite;
}

@keyframes back {
  100%{
        background-position: 2000px 0;
  }
}

.cv-support {
  margin-top: 20px;
}

.contact-links {
  font-size: medium;
  background: transparent;
  background-color: transparent;
  color: transparent;
}

a.btn.contact-details {
  background-color: transparent;
}

.contact-links a {
  font-size: medium;
  background: transparent;
  background-color: transparent;
}

.contact-links i {
  font-size: x-large;
  background-color: transparent;
}

.contact-links :hover{
  width: 10%;
  font-size: 20px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0); 
  background: url('/Images/Back.jpg');
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
  width:max-content;
}

.end {
  text-align: center;
  color: rgb(255, 116, 118);
}

.talk-to-me {
  margin-top: -50px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0); 
  background: url('/Images/Back.jpg');
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: back 100s linear infinite;
}
