/* styles.css */

body {
    margin : auto;
    width : 80%;
    max-width:100rem;
    position: relative; /* Set body position to relative */
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size:1.6rem;
}

html {
    font-size: 62.5%;
}

img {
    width: 100%;
    height: auto;
}

/* header */
header {
    margin-top: 4.1rem; /* Set top margin */
    display: flex; /* Using flexbox to layout header content */
    justify-content: space-between; /* Aligning items to the start and end of the header */
    align-items: center;
}
header span {
    font-family: 'Museomoderno'; /* Apply MuseoModerno font */
    font-size: 3.2rem;
    font-weight: bold; /* Make the font bold */
    color:black;
}
header a {
    text-decoration: none;
    font-family: 'Museomoderno'; /* Apply MuseoModerno font */
    font-size: 3.2rem;
    font-weight: bold; /* Make the font bold */
    color:black;
    
}
header a img{
    width:50%;
    height:50%;
}

header button {
    border:none; background-color:black;
}


footer {
    color: #202020;
    padding: 2rem 2rem 11.1rem 2rem; /* Adjusting the padding */
    text-align: center;
    bottom: 3.09rem; /* Adjusting the bottom gap */
    font-weight: 600; /* Semibold */
    font-size: 2.5rem;
    border-top: 0.1rem solid #A0A0A0; /* Adjusting the border thickness */
    box-sizing: border-box; /* Ensure border doesn't increase element size */
}

#intro-text {
    font-size: 4.9rem; /* Set font size */
    font-weight: 600; /* Set font weight to semibold */
    text-align: center; /* Center-align the text */
    margin-right: auto;
    margin-left: auto;
    width:80%;
}

#intro-text span {
    text-decoration: underline; /* Add underline */
    color: #34C1CA; /* Set text color for HF and SCOPE */
}

.menu {
    background-color: black;
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-container {
    width:80%;
    max-width:100rem;
    margin-left:auto;
    margin-right:auto;
}

.menu-items {
    margin-top:15.5rem; 
    margin-bottom:18.9rem;
}

.menu-items > div {
    text-align: center;
    margin-top: 10rem;
}

.menu span {
    font-size:3.9rem; font-weight:500; color:white;
}

.menu header a {
    font-family: 'Museomoderno'; /* Apply MuseoModerno font */
    font-size: 3.2rem;
    font-weight: bold; /* Make the font bold */
    color:white;
}

.menu a {
    text-decoration: none;
}


.container3 {
    display:flex;
}

.text-container {
    width: 100%;
    height: 13rem; /* Adjust the height of the container */
    overflow: hidden;
    white-space: nowrap;
    display:flex;
    margin-left:auto margin-right auto;
    margin-top:13rem;
}

.text {
    display: inline-block;
    font-size:13rem;
    margin-right:4rem;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(50%); }
    100% { transform: translateX(-50%); }
}


.hide {
    display: none !important;
}

.active span{
    /* Add your highlighting styles here */
    font-weight: bold;
    color: #34c1ca !important; /* Change color to your desired color */
}

.container {
    margin-top:4rem;
}

#activities-container {
    margin-top: 30rem;
    margin-right:auto;
    margin-left:auto;
}

#activities-container > div {
    margin-top:3rem;
    display:flex;
}

#activities-container h2 {
    font-size: 2.4rem;
    font-weight: bold;
}


.outer-container {
    display:flex;
    margin-top:20rem;
    font-size:1.6rem;
}

.outer-container p {
    font-size:1.6rem;
    font-weight:regular;
    color : #4B4B4B;
}

.outer-container h2 {
    margin-top:0;
    font-size:4rem;
    font-weight:600;
}

.outer-container h3 {
    font-size:2.5rem;
    font-weight:500;

}
.outer-container h4 {
    font-size:1.9rem;
    font-weight:500;

}

.heading3 {
    font-size:1.6rem; 
    font-weight:600
}

.role{
    margin-left:18rem; 
    font-size:2.6rem; 
    font-weight:600;
}
  

.inner-container1 {
    display:flex;
    flex-direction: column;
    width:25%;
    
}


.spacer {
    width: 5%; /* Adjust the width as needed */
    height: 0; /* Ensures the spacer doesn't take up any vertical space */
}

.inner-container2 {
    display:flex;
    flex-direction: column;
    width:40%;
}


.skinroutine-div {
    display:flex;
}

#skill-tag{
    border: 2px solid #000;
    background-color: #EEE;
    padding:5px;
}

.duration {
    
    font-size: 2rem;
    font-weight: medium;
    color: #8B8B8B;
}

.activity-content {

    width:60%;
    font-weight: 400;
    font-size: 2rem;
}

.description {
    margin-top: 0.5rem;
}

#languages h2 {
    margin-top: 15.625rem;
    font-size: 2.4rem;
    font-weight: bold;
}

#skills{
    margin-top:8.9rem;
}

.skills-container {
    
    display:flex;
    width:100%;
    flex-direction:row;
}

.skills-container div{
    width:50%;
    font-weight:400;
}

.skills-container h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .skills-container h3 {
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 1rem;
  }

  .skill-list {
    width:50%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex:wrap;
    font-size:2rem;
    
  }

  .skill-list li {
    display: inline-block;
    border: 0.1rem solid #000;
    background-color: #EEE;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  ul.a {
    list-style-type: circle;
    font-weight:300; 
    color:#4B4B4B;
    
  }
  ul.a li {
    margin-bottom:1rem;
  }

  /* Input styles */
  .form-group input,
  .form-group textarea 
  {
    width: 100%; /* Make inputs take up full width */
    padding : 1rem; /* Add some padding for better appearance */
    border: 0.1rem solid #ccc; /* Add a border */
    border-radius: 2rem; /* Add border radius */
    box-sizing:border-box;
  }
  
  /* Placeholder styles */
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #999; /* Placeholder text color */
    box-sizing:border-box;
  }

  /* Button styles */
  button[type="submit"] {
    width: 100%; /* Make button take up full width */
    padding: 1rem; /* Add some padding */
    border: none; /* Remove border */
    border-radius: 2rem; /* Add border radius */
    background-color: #34C1CA; /* Set background color */
    color: #fff; /* Set text color */
    cursor: pointer; /* Add cursor pointer on hover */
  }
  
  button[type="submit"]:hover {
    background-color: #258e98; /* Darken background color on hover */
  }


  ul.b {
    margin-left:2rem;
    list-style-type: square;
    font-weight:300; 
    color:#4B4B4B;
}

ul.b li{
    margin-bottom:1rem;
}

.dot {
    width: 2rem;
    height: 2rem;
    background-color: #34c1c4;
    border-radius: 50%; /* To make it a circle */
    margin-right: 1rem; /* Adjust spacing between the dot and text */
}

.circle {
    width: 0.5rem; /* Adjust size as needed */
    height: 0.5rem; /* Adjust size as needed */
    background-color: #34C1CA;
    border-radius: 50%; /* Makes it a circle */
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; /* Adjust as needed */
}

@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .activity-container {
        margin-right:auto;
        margin-left:auto;
        width:100%;
        /* Your mobile-specific CSS rules here */
        flex-direction: column; /* Example: Change flex direction to column */
    }

    .activity-content{
        width:100%;
    }
    html{
        font-size:60%;
    }
    
    .skills-container{
        flex-direction:column;
        width:100%;
    }
    .outer-container{
        flex-direction:column;   
    }
    .inner-container1{
        width:100%;
    }
    .inner-container2{
        width:100%;
    }
    .outer-container h3{
        margin-left:0;
    }
    .skill-list{
        width:100%;
    }
    .container3{
        flex-direction:column;
    }

    .role{
        margin-bottom:2rem;
        margin-left:0;
    }
    #intro-text {
        font-size: 3rem; /* Set font size */
        font-weight: 600; /* Set font weight to semibold */
        text-align: center; /* Center-align the text */
        margin-right: auto;
        margin-left: auto;
        width:80%;
    }
  }