body {
    padding-top: 50px;
    padding-bottom: 00px;
    background-color: #f6f6f6;
    width: 100%; /* Ensure content takes up the full width */
    white-space: nowrap; /* Prevent line breaks */
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    box-sizing: border-box; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  
  .full {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgb(245, 152, 226);
    
  }
  
  .navbar {
    z-index: 9999;
    background-color: rgb(245, 152, 226);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
  }
  
  .btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  }
  
  .btn-lnk {
    position: absolute;
    bottom: 15px;
  }
  
  .btn-lnk0 {
    left: 30px;
  }
  
  .btn-lnk1 {
    right: 30px;
  }
  

  #nav-bar ul li:hover::after {
    width: 100%;
  }
  
  #nav-bar ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #607D8B;
    width: 0;
    transition: width 0.2s;
  }
  
  .max {
    max-width: 1300px;
    margin: auto;
    padding-bottom: 15px;
  }
  
  .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #about {
    width: 100vw;
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 50px;
  }
  
  #about .desc {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
  }
  
  .icon-me {
    text-align: center;
    font-size: 5em;
    color: rgba(134, 15, 106, 0.7);
    padding-top: 20px;
    padding-bottom: 25px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.30);
  }
  
  .icon-contact {
    text-align: center;
    font-size: 7.5em;
    color: rgba(152, 110, 110, 0.4);
    padding-top: 10px;
    padding-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  }
  
  .icon-contact a {
    color: rgba(152, 110, 110, 0.4) !important;
  }
  
  #portfolio {
    background-color: #f6f6f6;
    width: 100vw;
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  
  #portfolio .desc {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
  }
  
  #contact {
    width: 100vw;
    height: 100vh;
    background-image: url(http://2am.ninja/img/stars.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
  }
  
  .tagline1 {
    font-family: 'lato', sans-serif;
    font-size: 2em;
    font-weight: 300;
    font-style: italic;
    color: #bbb;
    text-align: left;
    padding-top: 30px;
    text-shadow: 1px 1px black;
  }
  
  .tagline2 {
    margin-top: 70px;
    font-family: 'lato', sans-serif;
    font-size: 6em;
    letter-spacing: 7px;
    line-height: 0.95em;
    font-weight: 100;
    color: white;
    text-align: left;
    text-shadow: 1px 1px black;
    padding-top: 10px;
  }
  
  .tagline3a, .tagline3b, .tagline3c {
    font-family: 'courier', sans-serif;
    font-size: 1.75em;
    font-style: italic;
    color: #f6e6e6;
    text-align: left;
    line-height: 1em;
    text-shadow: 1px 1px black;
  }
  
  .tagline3a {
    padding-top: 50px;
  }
  
  .tagline3b {
    padding-left: 30px;
  }
  
  .line {
    height: 3px;
    width: 100px;
    position: relative;
    top: -12px;
    display: inline-block;
    background-color: #999;
  }
  
  .line.about {
    background-color: rgba(101, 21, 21, 0.54);
  }
  
  .line.portfolio {
    background-color: rgba(184, 24, 24, 0.54);
  }
  
  .line.contact {
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  .section-title {
    font-family: 'lato', sans-serif;
    font-size: 3.5em;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .section-title.about {
    color: rgba(0, 0, 0, 0.54);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
  }
  
  .section-title.portfolio {
    color: rgba(0, 0, 0, 0.54);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
  }
  
  .section-title.contact {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.99);
  }
  
  .section-banner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  
  .project-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.75em;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 1px;
    color: #666;
    text-align: center;
  }
  
  .project-headings {
    font-family: 'Open Sans', sans-serif;
  }
  
  .project-body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  
  .project {
    border-width: thin;
    border-color: #ccc;
  }
  
  .intro {
    height: 100vh;
    width: 100%;
  }
  

  
  /*section {
    width: 100%;
    margin: 0;
    max-width: none;
    background-color: #000;
    height: 100vh;
  }*/
  
  #social-footer {
    width: 100%;
    text-align: center;
    color: white;
    background-color: black;
  }
  
  #social-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #social-footer ul li {
    display: inline;
    padding: 0.4em;
  }
  
  #social-footer a {
  /*  color: #939393 !important; */
    color: white !important;
  }
  
  .blacktext {
    color: black;
  }
  
  footer {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1% 5%;
    text-align: center;
    background-color: #000;
    opacity: 1;
    z-index: 100;
    a {
      font-weight: 500;
      text-decoration: none;
    }
  }
  
  
  a.fa {
    text-decoration: none
  }
  
  a:link {
    text-decoration: none !important;
    outline: 0;
  }
  
  .fa-stack {
    margin: -2px;
  }
  
  .copyright {
    padding-bottom: 0px;
    padding-top: 5px;
    color: #555;
  }
  
  #down {
    position: absolute;
    opacity: 0.20;
    left: 50%;
    bottom: 10%;
    cursor: pointer;
  }
  
  .card {
    position: relative;
    width: 300px;
    height: 365px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
    cursor: pointer;
  }
  
  .card img {
    width: calc(300px - 0px);
    height: calc(365px - 45px);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.16);
    border-bottom-width: 1px;
  }
  
  .card_front, .card_back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: inherit;
    height: inherit;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    border-color: #666;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.9s ease-in-out;
    transition: transform 0.9s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
  }
  
  
  .card_front:hover, .card_back:hover {
    left: -4px;
    top: -4px;
    box-shadow: 4px 4px 10px 0px rgba(142, 60, 60, 0.5);
  }
  
  .card_front {
    background-color: white;
  }
  
  .card_back {
    background-color: #fafffc;
    -webkit-transform: rotateY(179deg);
    -ms-transform: rotateY(179deg);
    transform: rotateY(179deg);
  }
  
  .card.effect_click.flipped .card_front {
  
    -webkit-transform: rotateY(-179deg);
    -ms-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
  }
  
  .card.effect_click.flipped .card_back {
  
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  
  .highlight {
    opacity: 0.6;
  }
  
  .highlight:hover {
    opacity: 1;
  }
  
  
  
  @media only screen and (max-width: 768px) {
    #contact {
      background-attachment: scroll;
    }
  

    .section-title {
      font-size: 2.6em;
    }
  
    .line {
      height: 2px;
      width: 70px;
      position: relative;
      top: -10px;
      display: inline-block;
      background-color: #666;
    }
  
    .icon-me {
      font-size: 7.5empx;
      padding-top: 10px;
      padding-bottom: 15px;
    }
  
    .icon-contact {
      font-size: 4.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  
  
  
  /* Default styles for larger screens */
.navbar-inverse {
  background-color: #333;
  border-color: #b63030;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

/* Styles for smaller screens (mobile) */
@media (max-width: 767px) {
  .navbar-inverse {
      background-color: #333; /* Change the background color for mobile */
  }

  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav>li>a {
      color: #fff; /* Change text color for mobile */
  }
}

body {
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
}
  


@media only screen and (max-height: 939px) {
  #contact {
    background-attachment: scroll;
  }

  #twoam {
    background-size: cover
  }

  

  .section-title {
    font-size: 2.6em;
  }

  .line {
    height: 2px;
    width: 70px;
    position: relative;
    top: -10px;
    display: inline-block;
    background-color: #666;
  }

  .icon-me {
    font-size: 7.5empx;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .icon-contact {
    font-size: 4.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


/* Default styles for larger screens */
.navbar-inverse {
  background-color: #8e1313;
  border-color: #6a5454;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
}


/* Specific styles for smaller height screens (adjust as needed) */
@media only screen and (max-height: 939px) {
  #contact,
  #twoam {
    background-attachment: scroll;
  }


  .line {
    height: 2px;
    width: 70px;
    position: relative;
    top: -10px;
    display: inline-block;
    background-color: #666;
  }

  .icon-me {
    font-size: 7.5em;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .icon-contact {
    font-size: 4.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}



/* Adjustments for smaller screens */
@media (max-width: 767px) {
  #twoam {
    max-width: 100%;
    background-attachment: scroll;
    height: 60vh; /* Adjust the height for better visibility on small screens */
  }


  .section-title {
    font-size: 2.6em;
  }

  .line {
    height: 2px;
    width: 70px;
    position: relative;
    top: -10px;
    display: inline-block;
    background-color: #666;
  }

  .icon-me {
    font-size: 7.5em;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .icon-contact {
    font-size: 4.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Default styles for larger screens */
#about {
  width: 100vw;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 50px;
}

#about .desc {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

/* Adjustments for smaller screens */
@media (max-width: 767px) {
  #about {
    background-attachment: scroll;
    padding-top: 10px; /* Adjust the top padding for better spacing */
    padding-bottom: 30px; /* Adjust the bottom padding for better spacing */
  }

  #about .desc {
    font-size: 1em; /* Adjust the font size for better readability on small screens */
  }
}
/* Default styles for larger screens */
#portfolio {
  background-color: #f6f6f6;
  width: 100vw;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 50px;
}

#portfolio .desc {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

/* Adjustments for smaller screens */
@media (max-width: 767px) {
  #portfolio {
    background-attachment: scroll;
    padding-top: 10px; /* Adjust the top padding for better spacing */
    padding-bottom: 30px; /* Adjust the bottom padding for better spacing */
  }

  #portfolio .desc {
    font-size: 1em; /* Adjust the font size for better readability on small screens */
  }
}

#twoam {
  width: 100%;
  height: 100vh;
  /* background-image: url("images/my.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; */
  background-color: rgb(85, 5, 62);
  color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Adjustments for smaller screens */
@media (max-width: 767px) {
  #twoam {
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    height: 60vh;
    width: 190%;
    margin: 0;
    padding: 0;/* Remove any padding on the right side */
    left: 0;
    right: 0;
  }

  .row.me {
    text-align: center; /* Center the entire row on smaller screens */
  }

  .col-xs-offset-5,
  .col-sm-offset-6,
  .col-xs-7,
  .col-sm-6 {
    text-align: center; /* Align text to the center on smaller screens */
  }

  
  .tagline2  {
    text-align: center; /* Center the text on smaller screens */
    font-size: 2.3em; /* Adjust font size for better readability on mobile */
    font-family: 'lato', sans-serif;
    letter-spacing: 2px;
    font-weight: 100;
    color: white;
    text-align: left;
    text-shadow: 1px 1px black;
    padding-top: 10px;
    align-items: left;
  }
  .tagline1{
    text-align: center; /* Center the text on smaller screens */
    font-size: 1em; /* Adjust font size for better readability on mobile */
    font-family: 'lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
    color: white;
    text-align: left;
    text-shadow: 1px 1px rgb(30, 2, 18);
    padding-top: 20px;

  }

  .tagline3a,
  .tagline3b,
  .tagline3c {
    text-align: center; /* Center the text on smaller screens */
    font-size: 1.2em; /* Adjust font size for better readability on mobile */
    font-family: 'courier', sans-serif;
    font-style: italic;
    color: #f6e6e6;
    text-align: left;
    line-height: 1em;
    text-shadow: 1px 1px black;
  }
}

/* Add the following styles to your existing CSS */

/* Footer Styles */
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1% 5%;
  text-align: center;
  background-color: #1a1515;
  opacity: 0.9; /* Adjust opacity as needed */
  z-index: 100;
}

footer a {
  font-weight: 500;
  text-decoration: none;
  color: white;
}

/* Add any additional styles for your footer content here */

/* Example styles for social icons in the footer */
#social-footer {
  width: 100%;
  text-align: center;
  color: white;
  background-color: black;
  padding: 20px 0; /* Adjust padding as needed */
}

#social-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#social-footer ul li {
  display: inline;
  padding: 0.4em;
}

#social-footer a {
  color: white !important;
}



#feedimg{

  width: 50rem;
  height: auto;

  border-radius: 20px;
  box-shadow:15px 10px rgb(106, 104, 105);

}

.desc {
  width: 80%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.desc p {
  margin: 0;
  line-height: 1.6;
  justify-content: center;
}

.desc span {
  display: block;
  margin-bottom: 10px;
}

.desc span b {
  color: #333;
}

    /* Mobile styling */
    @media (max-width: 600px) {
      .desc {
          width: 100%;
          padding: 15px;
          font-size: 14px;
      }

      .desc p {
          line-height: 1.4;
      }

      .desc span {
          margin-bottom: 8px;
      }

      #feedimg{

        width: 30rem;
        height: auto;
      
        border-radius: 20px;
        box-shadow:15px 10px rgb(106, 104, 105);
      
      }

  }


  @keyframes gradient-text {
    0% { color: #e365c6; }
    20% { color: #e982d1; }
    30% { color: #ee61cd; }
    50% { color: #e47dd7; }
    75% { color: #eec7e9; }
    100% { color: #af8caf; }
  }

  @keyframes gradient-text2 {
    0% { color: #c9d3d9; }
    20% { color: #9ab9e3; }
    30% { color: #d9e9ef; }
    50% { color: #8aeace; }
    75% { color: #e7d6e7; }
    100% { color: #e5ecd4; }
  }

.tagline2 {
    animation: gradient-text 4s infinite;
    font-weight: bold;
  }

.tagline2 span{
  animation: gradient-text2 4s infinite;;
}


  @keyframes rotate-emoji {
    60% {
      transform: rotate(40deg);
    }
    70% {
      transform: rotate(50deg);
    }
  }

#myimg{
  
    display:inline-block;
    width:100%;
    height:150px;
    max-width:200px;
    border-radius:50%;
    box-shadow:0 0 2px rgba(0,0,0,0.5);
    transition:all 0.5s ease-in-out;
  
}