body {
    color: rgb(33, 37, 41);
    background: #F8F7F1;
}

.container-fluid {
    background: #F8F7F1;
    margin-top: 25px;
}

.navbar {
    background: linear-gradient(#F8F7F1, #F8F7F1), #F8F7F1;
}

.navbar-toggler-icon {
    color: red!important;
    color: var(--bs-secondary-bg);
}

#navcol-1 {
    background: #F8F7F1;
    color: #29706D;
    font-family: Saira, sans-serif;
}

.nav-link {
    color: #29706D;
    font-family: Saira, sans-serif;
    transition: color 0.5s ease, transform 0.5s ease; /* Smooth transition for color and transform */
}

.nav-link:hover {
    transform: translateY(-5px); /* Move text upwards on hover */
    color: #F26440;
}

.navbar-text {
    color: #29706D;
    font-family: Saira, sans-serif;
}

.display-5 {
    font-weight: 600;
    color: #F26440;
    --bs-body-font-size: 2rem!important;
    font-family: MuseoModerno, serif;
}

.my-3 {
    color: #29706D;
    font-family: Saira, sans-serif;
}




#rcnd_btn {
    margin-top: 43px;
    border-radius: 24px;
    color: #29706D;
    border-color: #29706D;
    font-family: Saira, sans-serif;
}

 /* Container for the image and overlay */
 .image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

    /* Container for the image and overlay */
    .image-container {
        position: relative;
        display: inline-block;
        overflow: hidden;
      }
  
      /* Style for the image */
      .image-container img {
        transition: transform 0.3s ease;
      }
  
      /* Overlay styling */
      .image-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(41, 112, 109, 0.8); /* Light color with reduced opacity */
        color: #fff; /* Darker text color for readability */
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease; /* Smooth transition for overlay */
        font-size: 0.8rem;
        padding: 60px;
        text-align: center;
        border-radius: 30px;
        font-family: Saira, sans-serif;
      }
  
      /* Hover effect to show the overlay */
      .image-container:hover .overlay {
        opacity: 1;
      }
  
      /* Optional zoom effect on the image when hovered */
      .image-container:hover img {
        transform: scale(1.05); /* Slight zoom on hover */
      }




/* skill buttons */
.skills {
    color: rgb(0, 0, 0);
    text-align: left!important;
    padding-top: 67px;
}

.insight-title {
    text-align: left;
    border-color: rgb(255, 255, 255);
    color: #29706D;
    margin-right: 20px;
    font-family: Saira, sans-serif;
}

.display-5 {
    font-weight: 600;
    text-align: left;
    color: #F26440;
    margin-top: -3px;
    margin-bottom: 20px;
    font-family: MuseoModerno, serif;
}

.skill-button {
    text-align: left;
    background: #F8F7F1;
    border-radius: 7px;
    padding: 13px 28px;
    margin-bottom: 15px;
    color: #29706D;
    font-family: Saira, sans-serif;
    border: 1px solid #29706D;
    margin-left: 10px; /* Adjust margins as needed */
    position: relative; /* Positioning context for the circle */
    overflow: hidden; /* Prevent overflow */
    transition: background-color 0.5s ease-in; /* Transition for background color */
}

.skill-button:first-child {
    margin-left: 0; /* No margin for the first button */
}

/* Hover effect */
.skill-button:hover {
    background-color: #D1E4E2; /* Change to your desired hover color */
}

a {
    text-decoration: none;
}

/* sm btn hover */

.sm_btn {
background-color: #29706D!important;
border: none;
transition: background-color 0.3s ease, transform 0.6s ease; /* Smooth transition */
} 

.sm_btn:hover {
    background-color: rgba(41, 112, 109, 0.8)!important;
    transform: rotate(360deg) scale(1.1); /* Rotate and scale up */
    animation: bounce 0.6s ease forwards; /* Bounce animation */

}

@keyframes bounce {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1); }
}

/* sm btn hover */

.more_feed {
 transition: background-color 0.3s ease;/* Smooth transition */
}

.more_feed:hover{
    transform: rotate(360deg); /* Rotate and scale up */
    animation: bounce 0.6s ease forwards; /* Bounce animation */
}

@keyframes bounce {
    0% { transform: rotate(0deg) scale(1); }
}



/* order arrow */

.order_arw {
    padding-top: 12px;
    border-radius: 39px;
    width: 50px;height: 50px;
    background: #F26440;
    border-style: none;
    transition: background-color 0.3s ease;/* Smooth transition */
   }
   
.order_arw:hover {
    transform: rotate(360deg); /* Rotate and scale up */
    animation: bounce 0.6s ease forwards; /* Bounce animation */
   }
   

   @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#who_sec {
    margin-right: 49px;
    padding-left: 109px;
    font-weight: 600;
    text-align: left;
    color: #F26440;
    font-family: MuseoModerno, serif;
    border-color: #F26440;
}

#who_sec_p {
    margin-right: 49px;
    padding-left: 109px;
    text-align: left;
    color: #29706D;
    font-family: Saira, sans-serif;
}


#currency{
    font-weight: 100;
    font-size: 1.5rem;
     writing-mode: vertical-rl;
      transform: rotate(-180deg);
}


/* skill buttons */

@media only screen and (max-width: 600px) {
    body {
      text-align: center;
    }

    #center_me {
        text-align: center!important;
    }

    #who_sec {
        margin-top: -50px;
        margin-right: -60px;
    }

    #who_sec_p{
        padding-left: 10px;
        margin-right: auto;
        text-align: center;
    }
  }