/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.7rem;
    min-height: 100vh;
    margin: 0;
    padding:0;
    height: 100%;
    background: white;
}

a {
    text-decoration: none;   
 }

ul {
   list-style: none;
    text-decoration: none;   
 }

#wrapper {
margin: 0 2rem 0 2rem;
}

/* Intro Section Styles */
.intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 976px;
}

.intro h1 {
    font-size: 2.8rem;
    font-weight:900;
    color: #454545;
    margin-bottom: 40px;
    margin-top: 6rem;
}

.intro h2 {
    font-size: 1.9rem;
    font-weight: 500;
    color: #454545;
    margin-bottom: 24px;
}

p {
    font-size: 1rem;
    color: #454545;
    margin-top: 0.5rem;
    margin: 1rem;
    line-height: 1.7rem;
}



.paragraph li {
    line-height: 1.7rem;
    margin: 1rem;
}

.intro p {
    font-size: 1.2rem;
    color: #5b5b5b;
    margin-top: 0.5rem;
    line-height: 1.5em;
    max-width: 700px;
}



/*TITLES*/

h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
}





/*HEADERS*/

#header {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 100%;
margin-top: 1rem;
box-sizing: border-box;
}



header h2 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

header h1 {
    font-size: 3.5rem;
    font-weight:900;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

header p {
    font-size: 1.2rem;
    color: #000000;
    font-weight: 500;
}




.download-link {
    display: inline-flex; /* Use flex to align items horizontally */
    align-items: center; /* Center items vertically */
}

.bi-download {
    font-size: 1rem; /* Size of the icon */
    margin-left: 0.3em;
    font-weight: 700;
}

.bi-download:hover {
    transform: none; /* Prevent separate hover effect on the icon */
}



/*Intros*/

section {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.h2-intro  {
    display:flex;
    align-items:center;
    text-align: center;
    justify-content: center;
    padding: 0;
    font-weight: bold;
    margin:auto;
    height:100px;
    width:fit-content;
    line-height: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    }

    .h2-intro p {
       font-size: 1.2rem;
       font-weight: 500;
       color: #0059ff;
        }
    
.h2-intro i  {
        margin: 0.5rem;
        font-size: 1.5rem; /* Increase the size of the icon */
        color: #0059ff; /* Change the color of the icon */
        transition: transform 0.4s ease; /* Add a transition effect */
        transform-origin:center;
    }

.bi-arrow-down-circle:hover  {
        transform: rotate(360deg)
    }

.button a {
    color:#000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    }

.intro i {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    }


.project {
    flex: 1 1 calc(50% - 20px); /* 2 columns on large screens */
    padding: 8px; /* Increased padding for larger project boxes */
    border-radius: 4px;
    box-sizing: border-box; /* Include padding and border in width/height */
    height: auto; /* Set a fixed maximum height for uniformity */
    display: flex; /* Use flexbox to align items */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Space between children */
    overflow: hidden;
    align-items: center;
    transition: transform 0.3s ease; /* Smooth transition */
}

.project-image {
    aspect-ratio: 4/3;
    margin-top: 1rem;
    object-fit: cover;
    width: 100%;
    margin-bottom: 1rem;
}

#hero-mavoie {
    box-shadow: 0 8px 8px -1px rgba(0, 0, 0, 0.08);
}


.project:hover {
    transform: scale(1.05); /* Slightly enlarge the project box */
}

a {
    text-decoration: none;
    color: #000;
    }

.project h3 {
    margin: 8px 0 0;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
    color: #454545;
    text-decoration: none;
}

/* CASE STUDIES */


.case-study {
    margin: auto;
    text-align: left;
    max-width: 992px;
    color: #454545;
}

.case-study h2 {
    font-size: 2rem;
    margin-top: 1.5rem;
}

.case-study h3 {
    font-size: 1.5rem;
    margin-top: 4rem;
}

.case-study p {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-left: 0;
    color: #000;
}

.image-gallery {
    display: flex; /* Use flexbox for layout */
    flex-direction: column;
    align-items: center;
    margin-top: 1rem; /* Space above the image gallery */
}

.image-item {
    text-align: center; /* Center titles below images */
    margin-bottom: 80px;
    margin-top: 80px;
}

.site-image {
    width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
}

.image-item .prototype {
   max-width: 100%;
   height: auto;
}


.image-item p {
    text-align: left;
    font-weight: 600;
    margin-bottom: 40px;
}

.sommaire {
    display: flex; /* Enable Flexbox */
    justify-content:space-between;
    flex-wrap: wrap; /* Allow wrapping */
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
    gap: 32px;
}

.column {
    flex: 1; /* Each column takes equal space */
    box-sizing: border-box; /* Ensure padding and borders are included in total width */
}

/*OSMIA*/


.case-study .osmia h2 {
    color: rgb(26, 169, 92)
    }


/*PARENTS*/
#parents {
    background-color: white;
    display: none;
}

.sommaire h3,p {
    margin: 0;
    padding: 0;
}

.sommaire-clic {
    max-width: 1200px;
    margin: 40px;
    margin-bottom: 80px;
    padding: 32px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}


.sections-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.section {
    cursor: pointer;
    padding: 16px 16px;
    border-radius: 8px;
    background: #f5f5f5;
    transition: all 0.2s ease;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section:hover {
    background: #ebebeb;
    transform: translateY(-4px);
}

.section-title {
    font-weight: 500;
    color: #1a1a1a;

}

.banner {
    background-color: #84AC9F;
    padding: 40px;
    margin-top: 80px;

}

.banner h3 {
    text-align: center;
    margin: 0;
    color: #333333;
}

.banner p {
    text-align: center;
    margin-top: 24px;
}

.image-item .figma-link {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}

#mvp h3 {
    margin-bottom: 32px;
}

#test h3 {
    margin-bottom: 32px;
}

.video-prototype {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video-prototype .image-item {
    width: 30%;
}

/*SPOTIFY*/

#spotify {
    display: none;
}

.spotify {
    line-height: 1.5;
    min-height: 100vh;
    background-color: #021323;
    color: #dddddd;
}

.spotify p {
    color: #dddddd;
    font-weight: 300;
    font-size: 1.1rem;
    margin-top: 20px;
}

.spotify h1 {
    color: #dddddd;
    margin-bottom: 80px;
    margin-top: 2rem;
}

.spotify h2 {
    background: linear-gradient(130deg,#5364FF , #a015b0 );
    background-clip: text;
    color: transparent; /* Make the text color transparent */
    margin: 0;
    padding: 0;
}

#h2-center {
    text-align: center;
    line-height: 2.5rem;
    margin-top: 200px;
    margin-bottom: 40px;
    max-width: 290px;
    margin: auto;
}

#h2-left {
   text-align: left;
   margin-top: 120px;
   margin-bottom: 40px;
}

.intro-flex {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    object-fit: cover;
    width: 100%;
    margin-bottom: 1rem;
    z-index: 1;
    margin-bottom: 120px;
    gap: 8rem;
    align-items: center;
}

.intro-flex h2 {
    flex: 1;
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    line-height: 3.2rem;
}

.flex-text {
    width: 60%;
}

.flex-image {
    width: 40%;
}

.intro-flex img {
    width: 100%;
    height: auto;
}

.intro-flex p {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    margin: 0;
    margin-top: 34px;
}

.flex-section {
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: center;
    text-align: left;
    align-items: center;
    margin-top: 40px;
}

.flex-section img {
    width: 50%;
    height: auto;
    margin: 0;
}

.div-center {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 200px;
}

.div-center p{
    text-align: center;
    max-width: 600px;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 2rem;
}

.spotify .image {
    width: 100%;
    margin-bottom: 80px;
    background-color: inherit;
}

.flex-image-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin-top: 200px;
}

.flex-image-left img {
    width: 50%;
    height: auto;
    z-index: 1;
    margin-right: 120px;
}


.flex-image-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin-top: 200px;
}

.flex-image-right img {
    width: 50%;
    height: auto;
    z-index: 1;
    margin-left: 120px;
}

.div-center img {
    width: 40%;
    height: auto;
    margin: auto;
    margin-top: 60px;
}   

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

/*CIRCLES BACKGROUND*/

.flex-section::before {
    content: '';
    position: absolute;
    background: rgba(117, 84, 237, 0.43); /* Light background with transparency */
    z-index: 0; /* Place behind the content */
    filter: blur(90px);
    opacity: 1;
    border-radius: 50%;
    overflow: visible;
}

.flex-section::after {
    content: '';
    position: absolute;
    background: rgba(179, 33, 237, 0.41); /* Light background with transparency */
    z-index: 0; /* Place behind the content */
    filter: blur(90px);
    opacity: 1;
    border-radius: 50%;
    overflow: visible;
}

.flex-section::before {
    width: 549px; /* Adjust size as needed */
    height: 542px; /* Adjust size as needed */
    top: -50; /* Position it above the section */
    left: 250px; /* Position it to the left */
}

.flex-section::after {
    width: 350px; /* Adjust size as needed */
    height: 350px; /* Adjust size as needed */
    bottom: 50px; /* Position it below the section */
    right: 250px; /* Position it to the right */
}

.animation img {
    margin: 0;
    padding: 20px;
    width: 40%;
    height: auto;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 120px;
}

.image img {
    width:130%;
    height: auto;
}

.flex-image-left .box {
    width: 682px;
    height: 673px;
    z-index: 0;
    position: absolute;
  }
  
  .flex-image-left .box .ellipse {
    position: absolute;
    width: 679px;
    height: 670px;
    top: 0;
    left: 0;
    background-color: #1b215d82;
    border-radius: 339.5px/335px;
    transform: rotate(-179.77deg);
    filter: blur(200px);
    z-index: 0;
  }

  .flex-image-right .box {
    width: 682px;
    height: 673px;
    z-index: 0;
    position: absolute;
  }
  
  .flex-image-right .box .ellipse {
    background-color: rgba(175, 29, 163, 0.41);
    filter: blur(100px);
    border-radius: 254px;
    will-change: auto;
    opacity: 1;
    flex: 0 0 auto;
    height: 420px;
    overflow: visible;
    width: 420px;
    position: absolute;
    transform: rotate(-179.77deg);
    z-index: 0;
    bottom: 80px;
    left: 550px;

}
  
  

/*CARDS*/

.card-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.spotify .card-text {
    backdrop-filter: blur(10px); 
    background-color: rgba(217, 217, 217, 0.09); 
    filter: blur(0px); 
    padding: 30px;
    border-radius: 20px; 
    opacity: 1;
    max-width: 580px;
    z-index: 1;
    position: relative;
    flex:0 0 45%;
    margin: 0;
    justify-content: left;
}

.card-text-left {
        backdrop-filter: blur(12px);
        background-color: rgba(217, 217, 217, 0.09);
        filter: blur(0px);
        padding:30px;
        height: 100%;
        width: 100%;
        border-radius: 26px;
        opacity: 1;
}



/*CATAN*/

.catan h4 {
    color: #4481FA;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 80px; 
    margin-bottom: 8px;
    text-align: left;
 }

 .catan .paragraph {
    margin-top: 120px;
    }

.catan .case-study h3 {
    margin-top: 8px;
    margin-bottom: 24px;
    }

.catan .image-item p {
    text-align: center;
    font-weight: 400;
    color: #7e7e7e;
}

.usability-flex {
    display: flex;
    justify-content: center;
    align-items:left;
}

.catan .image-item {
    text-align: center; /* Center titles below images */
    margin: 0;
}

.catan .columns {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .catan .columns {
        gap: 30px;
        margin-top: 40px;
    }

 .catan h4 {
        margin-top: 20px;
    }

}

.column h4 {
    margin: 0;
    padding: 0;
} 

.catan .column {
    flex: 1;
    text-align: left;  
}

.ui-flex {
    margin-top: 80px;
}

.button-container {
    text-align: center; /* Center the button horizontally */
    margin-top: 8rem; /* Space above the button */
    margin-bottom: 8rem;
    font-family: 'Inter', sans-serif;
}


.next-case-study-button-black {
    display: inline-block; /* Make it an inline block for padding */
    padding: 10px 20px; /* Add padding for a better appearance */
    color: rgb(0, 0, 0); /* Text color */
    text-decoration: none; /* Remove underline from the link */
    border-radius: 5px; /* Rounded corners */
    border: 2px solid black; /* Black stroke */
    font-size: 1rem; /* Font size */
    transition: background-color 0.3s; /* Transition effect for hover */
}

.next-case-study-button-purple {
    display: inline-block; /* Make it an inline block for padding */
    padding: 10px 20px; /* Add padding for a better appearance */
    color: #5364FF; /* Text color */
    text-decoration: none; /* Remove underline from the link */
    border-radius: 5px; /* Rounded corners */
    border: 2px solid #5364FF; /* Black stroke */
    font-size: 1rem; /* Font size */
    transition: background-color 0.3s; /* Transition effect for hover */
}
.next-case-study-button-purple:hover {
    background-color: #5364FF; /* Darken background color on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
    color: #fafafa;
}
.next-case-study-button-black:hover {
    background-color: #000000; /* Darken background color on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
    color: #fafafa;
}


.button {
    display: inline-block; /* Make the link behave like a block element */
    padding: 10px 20px; /* Add padding for a button-like appearance */
    background-color: #000000; /* Button background color */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.3s ease; 
    margin-top: 1em;
}

#button-black {
    display: inline-block; /* Make the link behave like a block element */
    padding: 10px 20px; /* Add padding for a button-like appearance */
    background-color: #000000; /* Button background color */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.3s ease; 
}



.button:hover {
    background-color: #2f2f2f; /* Darken background color on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
}



.work-flex {
    display: flex;
      flex-wrap: wrap;
      gap: 20px;
}

.work-flex .project {
  flex: 1 1 calc(50% - 10px); /* 2 columns, subtracting half the gap */
  box-sizing: border-box;
}

.work-flex.center-last {
  justify-content: center;
}


.contact {
    display: flexbox;
    background-color: none;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    margin-bottom:60px;
    align-items: center;
}


.contact img {
  width: 150px;
  height: 150px;
}

/*ABOUT*/


#about h1, h2, h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

#about .intro{
    display: flex;
    align-items: center; /* Align items vertically centered */
    justify-content: space-between;
    margin: auto;
    text-align: center;
    margin-top: 4rem;
}

.intro-content h1 {
   line-height: 3rem;
   margin-left: 2rem;
}

.intro-content {
    display: flex;
    flex-direction: row; /* Align items in a row */
    align-items: center; /* Center items  */
    justify-content: center;
    width: 100%;
    margin-bottom: 4rem;
    margin: auto, 0;
}

.intro-content a {
    margin-right: 2rem;
}

.intro-content img {
   width: 72px;
   height: 72px;
   max-width: 100%;
}

@media (max-width: 768px) {
    .intro-content {
        flex-direction: column; /* Stack items vertically on smaller screens */
        max-width: 100%; /* Full width on smaller screens */
    }

    .intro-content img {
        margin-left: 0; /* Remove margin on smaller screens */
        margin-top: 1rem; /* Add some margin above the image */
    }
}

.about-flex {
    display: flex; /* Use flexbox for layout */
    align-items: center;
    justify-content: space-between;
}


.linkedin-section {
    display: flex;
    flex-direction: column; /* Stack the image and paragraph vertically */
    align-items: center; /* Center items horizontally */
    text-align: center; /* Center text */
    margin-right: 4rem;
    
}

.linkedin-section img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.cv {
    width:  80%;
    }
    


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

.linkedin-description {
    margin-top: 10px; /* Space above the paragraph */
    line-height: 1.5em; /* Adjust line height for better readability */
    width: 100%; /* Set a specific width (adjust as needed) */
    text-align: left;
}

.linkedin-description p {
   margin-bottom:16px;
}

.download-resume{
   justify-content: center;
   text-align: center;
   padding: 8px;
   margin: 1 auto;
}

#download-resume img {
    width: 120px;
    height: 120px;
    max-width: 100%;

}

#download-resume {
    margin-top: 5rem;
   margin-bottom: 5rem;
}

.email  {
    display: flex;
    flex-direction: column;
    align-items: center;
    }



/* RESPONSIVE DESIGN */


/*other*/

@media (max-width: 768px) {

    .sections-container {
        flex-direction: column;
    }
    
    .section {
        width: 100%;
    }

    header h1 {
        font-size: 2rem;
    }



    .project {
        flex: 1 1 100%;
        margin-bottom: 24px;
    }

    .project-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 1rem;
        aspect-ratio:inherit;
    }

    .image-item {
        max-width: 100%;
        margin-top:2rem;
    }


    .video-prototype .image-item {
        width: 60%;
        margin-top:2rem;
    }

    .sommaire {
        margin-bottom: 40px;
    }

    .about-flex {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center items */
        width: 100%;
    }

    .cv, .linkedin-section {
        width: 100%; /* full width smaller screens */
        margin: auto;
    }

    .cv img {
        width: 100%; /* Adjust width for smaller screens */
    }

    .linkedin-pic img{
        width: 100%; /* Adjust width for smaller screens */
    }

    .project h3 {
        margin-top: 8px;
    }

    
    .sommaire {
        flex-direction: column; /* Stack columns vertically */
    }

    .catan .paragraph {
        margin-top: 40px;
    }

    .catan h4 {
        margin-top: 32px;
    }

    .columns{
        flex-direction: column;
        width: 100%;
    }


    /* Spotify Responsive */

    .spotify h1 {
        font-size: 2.5rem; /* Reduce font size for headers */
        margin-bottom: 40px; /* Adjust margin */
    }

    .spotify h2 {
        font-size: 1.5rem; /* Reduce font size for subheadings */
        line-height: 1.7rem;
    }

    #h2-center {
        margin-top: 4.5rem;
    }
    
    #h2-left {
        margin-top: 4.5rem;
    }
    .flex-text {
        width: 100%;
    }

    .flex-image {
        width: 100%;
        height: auto;
    }

    .spotify p {
    font-size: 16px;
    }

    .intro-flex {
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center align items */
        margin:0;   
        gap: 2rem; 
    }


    .intro-flex img {
        width: 80%; /* Reduce image width */
        height: auto; /* Maintain aspect ratio */
        margin: 20px 0; /* Add margin for spacing */
    }

    .flex-section {
        flex-direction: column; /* Stack flex items vertically */
        align-items: center; /* Center align items */
    }

    .flex-section img{
        width: 80%;
    }

     .flex-image-left, .flex-image-right {
        max-width: 100%;
        margin-top:5rem;
        flex-direction: column; /* Stack images and text vertically */
        align-items: center; /* Center align items */
    }


    .div-center {
        margin-top: 5rem; /* Adjust top margin */
    }


    .animation img {
        width: 100%;
    }
    
    .disiz img {
        width: 100%;
    }

    .disiz {
        margin: 7rem 0 7rem 0;
        }

    .div-center img {
        width: 100%;
        margin-top: 0;
    }  

    .box {
        display: none;
    }

    .flex-image-left img,
    .flex-image-right img {
        width: 80%; /* Reduce width of images */
        margin: 0; /* Remove margins */
    }    
}
    /* Media Query to remove background circles on small screens */
@media (max-width: 768px) {
    .flex-section::before,
    .flex-section::after {
        display: none; /* Hide the circles */
    }
}   

@media (max-width: 768px) {
    .card-container { /* Change to the actual class used for your cards */
        flex-direction: column;
        align-items: center; /* Center align cards */
        width: 100%; /* Ensure they take full width */
    }

    .card-container .right-card {
        max-width: 100%; /* Adjust width as needed */
        margin: 0;
        position: relative;
    }
    
    .card-container .left-card {
         max-width: 100%; /* Adjust width as needed */
         margin: 0;
         position: relative;
     }
}
      
    
    
    /* Disable hover effects on mobile */
    @media (max-width: 768px) {
        .project:hover {
            transform: none; /* Disable hover effect */
        }
    
        .button:hover {
            background-color: #000000; /* Keep the original background color */
            transform: none; /* Disable hover effect */
        }
    
        .bi-arrow-down-circle:hover  {
            transform: none; /* Disable hover effect */
        }
    
        .logo img {
            width: 22px;
            height: auto;
        }
    }


.logo {
 display: flex;
 align-items: center;
}

.logo img {
    width: 40px;
    height: auto;
}



/* Responsive Layout */

/* SLIDER */

  .slider-container {
    width: 80%; /* Adjust width as needed */
    max-width: 600px; /* Maximum width */
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition */
}

.slide {
    min-width: 100%; /* Each slide takes full width of the container */
    display: none; /* Hide all slides by default */
}

.slide.active {
    display: block; /* Show the active slide */
}

.slider-nav {
    position: absolute;
    bottom: 10px; /* Position the arrows below the images */
    left: 50%;
    transform: translateX(-50%); /* Center the arrows */
    display: flex;
    justify-content: center;
    width: 100%;
}

.previous, .next {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    margin: 0 10px; /* Space between arrows */
    padding: 5px 10px; /* Padding for buttons */
    border-radius: 5px; /* Rounded corners */
}

.previous:hover, .next:hover {
    background: rgba(255, 255, 255, 1); /* Change background on hover */
}





