
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #222222;
  color: #dbd8d8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.sect-pt4 {
  padding-top: 4rem;
}

/*--/ Title  /--*/
.title-box {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}


.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #dddddd;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-left: auto;
  margin-right: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: end;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 80%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 78, 78, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4e4e4e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0078ff;
}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
.home {
  height: 100vh;
  position: relative;
  color: #fff;
}

.home .home-content {
  text-align: center;
  position: absolute;
}

.home .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.home .home-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .home .home-title {
    font-size: 4.5rem;
  }
}

.home .home-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home .home-subtitle {
    font-size: 2.5rem;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-me {
  background: #dddddd;
  color: #1B1B1B;
}

.about-me a{
  color: rgb(167, 0, 0)
}

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects {
  color: #1e1e1e
}
.projects a{
  color: rgb(167, 0, 0)
}


/*--------------------------------------------------------------
# Technology
--------------------------------------------------------------*/
.tiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  justify-content: center; 
}

.tile {
  display: flex;
  border: 2px solid #2413bb;
  border-radius: 10px;
  box-shadow: 3px 3px #4e4e4e;
  padding: 10px;
  margin: 6px;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}

.tile-image {
  flex-basis: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-image img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}
.tile-content {
  flex-basis: 67%;
  padding-left: 10px;
}
.tile-title h3 {
  margin: 0;
  padding: 2px;
}
.tile-body p {
  margin: 0;
  color: #1e1e1e
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.floating-footer {
  position: fixed; /* Fixed position */
  left: 0;
  bottom: 0; /* Align to bottom */
  width: 100%; /* Full width */
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background */
  color: white; /* Text color */
  text-align: center; /* Center the text */
  padding: 10px 0; /* Some padding */
  z-index: 1000; /* High z-index to float above other content */
}