.main-header {
    background-color : rgb(255, 255, 255);
    padding-left: 10px;
 
    position : fixed;
    top : 0px;
    left : 0px;
    right : 0px;
    height : 60px;
}
body {
    margin : 0;
    font-family : 'Inter',sans-serif;
}

.header-info {
    text-align: left;
    color: rgb(218, 193, 191);
    padding : 0px;
    margin : 14px;
    position :absolute;
    left : 0px;
}
.header-info a {
    padding: 0;
    text-decoration: none;
    margin-left: 60px;
}
.header-info a:hover {
    background-color: transparent;
}

nav {
    position : absolute;
    right : 0;
    display: flex;
}

nav :hover {
    color :hsla(224, 62%, 60%, 0.199);

    
}
nav a {
    text-decoration: none;
    color : rgb(37, 37, 37);
    padding :  15px;
    float : left;
}
.abtme-cot {
    background-color: rgb(194, 194, 194);
    margin : 40px;
    padding: 10px;
    justify-content :left;
     color : rgb(37, 37, 37);
    border-radius: 5px;
    box-shadow:  2px 3px;
}

.project-idv {
    text-decoration: none;
}
/* a:hover {
    background-color: burlywood
} */
.logo {
    position : absolute;
    width: 40px;
    margin: 6px 13px;
}
main {
    margin-top : 60px;
}
/* #jumbotron {
    width : 100%;
} */
.jumbotron {
    padding : 20px;
    text-align : center;
    background-color : rgb(255, 255, 255);
    width: 100%;
}
.header-flex {
    display : flex;
    justify-content: space-around;
    padding : 0;
}
.jumbotron-title {
    color : rgb(37, 37, 37);
    font-size: 30px;
    padding-bottom: 20px;
}
.jumbotron-text {
    color : rgb(37, 37, 37);
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 8px solid rgb(244, 162, 97);
}
.jumbotron-img { 
    height: 300px; 
}
.mini-text-flex {
    display: flex;
    justify-content: flex-start;
}
.mini-text {
    color : rgb(37, 37, 37);
    text-align: left;
    margin-right: 5px;
}
.fa-hand-point-up {
    color: aliceblue;
    font-size: 20px;
  }
.icon-down {
    display: none;
}
.fa-hand-point-down {
    color: rgb(37, 37, 37);
    font-size: 20px;
}
button {
    background-color: rgb(255, 255, 255);
    border-style: none;
}
.video-item {
    display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

button:hover {
    cursor: pointer;
    transform: translateY(5px) ;
}
.main-content {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding : 20px;
  justify-content: center;
}

.content-youtube .item-video {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}

.content-youtube iframe {
  flex: 1 1 45%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  border: none;
}

.content-maps .maps .location iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
  border: none;
}

aside {
    max-width: 18%;
    max-height: 800px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px gainsboro;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    background-color: snow;
}

.aside-title {
    margin-top: 50px;
    font-size: 25px;
    border-top: 5px solid rgb(38, 70, 83);
    border-radius: 5px;
} 

.profile-picture {
    border-style: solid;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 0 40px gainsboro;
}
.content {
    display : flex;
    justify-content: center;
}


article {
    max-width: 100%;
}
.article-title {
   text-align: center;
   font-size: 30px;
   margin: 50px 0 30px;
}

.project-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}
  
  
  .project {
    margin: 10px 30px;
    border-bottom: 10px solid #e76f51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px gainsboro;
  }

.project-title :hover {
    margin: 10px;

}
  
  .project-title {
    color: #e76f51;
    font-weight: bold;
  }
  
.maps {
    padding: 10px;
}
.location{
    display: flex;
}
.video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 4px gainsboro;
}
iframe {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px gainsboro;
}
footer {
    background-color: rgb(255, 255, 255);
}
.center-footer {
    margin: 0 20px;
}
.main-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.info-top {
    text-align: center;
    width: 100%;
   color : rgb(37, 37, 37);
}
.info-center {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid rgb(46, 46, 46);
     color : rgb(37, 37, 37);
}
.social-media {
    display: flex;
    justify-content: center;
}
.social-media a {
    padding: 7px;
}
.fa-instagram-square, .fa-globe, .fa-envelope {
    padding: 5px;
    font-size: 30px;
    color: rgb(37, 37, 37);
}
.toggle {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.btn {
    background-color: transparent;
}

.button:hover {
    cursor: pointer;
}

.green {
    color: green;
}

.red {
    color: red;
}

ul , li {
    position: relative;
}
input {
    width: 70%;
    border: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(38, 70, 83);
    height: 40px;
    margin: 0;
    padding: 5px;
}
.addBtn {
    /* height :30px; */
    width : 30%;
    padding : 6px;
    background-color : rgb(38,70,83);
    margin : 0;
    cursor : pointer;
    color : snow;
    height : 40px;
    border-radius: 5px;
    font-size :10px;
}
.coding-language-list {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.coding-language-item {
    margin: 5px;
    padding: 10px;
    background-color: rgb(38, 70, 83);
    color: snow;
    text-align: left;
}
.close {
    position: absolute;
    right : 0;
    top: 0;
    padding: 0 5px;
    color : tomato;
    font-family: 'Fredoka One', cursive;
    cursor: pointer;
    font-size : 20px;
}
/* .addBtn { */
    /* width : 30%; */
    /* padding: 6px; */
    /* background-color : rgb(38, 70, 83); */
    /* margin: 0; */
    /* cursor : pointer; */
    /* color: snow; */
    /* height : 40px; */
    /* border-radius : 5px; */
    /* font-size: 10px; */
/* } */
.search-tags-list {
    list-style : none;
    margin:30px 0;
    padding : 0;
}
.search-tags-item {
    margin: 5px;
    padding: 10px;
    background-color: rgb(38, 70, 83);
    color: snow;
    text-align: left;
}
.close {
    position : absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    color: tomato;
    font-family: 'Fredoka One', cursive;
    cursor: pointer;
    font-size: 20px;
}

.jumbotron {
    animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px; /* Optional: adds rounded corners which looks nice with shadows */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Optional: adds a subtle default shadow */
}

 .project:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}