*{
    text-decoration:solid;
}
.body{
    text-align: center;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    background-color: #e8e8ee;
}
.navbar{
    /*
    background: rgb(0,23,36);
background: linear-gradient(90deg, rgba(0,23,36,0.570378164757885) 0%, rgba(9,21,121,1) 35%, rgba(0,212,255,1) 100%);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
    */
    display: inline-flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);

}
/*
.navbar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navdiv{
    display:flex; 
    align-items: center;
    justify-content: space-between;
}
.navbar li{
    margin: 13px;
}
.navbar li a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 9px 10px; 
    color: white;
    font-size: 80%;
    font-weight: 530;
  }
  .navbar li a:hover {
    background-color:rgb(43, 43, 151);
    transition: 0.8s;
  }
    */
   /* Style for the navbar container */
.navbar {
    display: flex; /* Use flexbox to arrange items in a row */
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    align-items: center; /* Center items vertically within the navbar */
    background: linear-gradient(90deg, rgba(0,23,36,0.570378164757885) 0%, rgba(9,21,121,1) 35%, rgba(0,212,255,1) 100%);;
}

/* Style for each navbar item */
.navbar li {
    margin: 0; /* Remove default margin */
}

/* Style for links in the navbar */
.navbar li a {
    color: white;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 6px;
    z-index: 1;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 15px;
}

/* Style for the hover effect */
.navbar li a:not(.is-active):hover {
    color: rgb(77, 77, 246);
}

/* Underline effect for links */
.navbar li a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color:#fff;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: 0.3s;
}

/* Navbar indicator styling */
.navbar-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    transition: 0.4s;
    border-radius: 8px 8px 0 0;
}
.navbar ul {
    display: flex;
    list-style-type: none;
    padding: 5;
    margin: 9;
}



p{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;    
    font-size: 25px;
    font-weight: 900;
    color: black;
    font-style:normal;
    text-align: center;

}
.date {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:black;
    font-style:normal;
    text-align:center;
}

 .hchair{
    text-decoration: underline;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color: rgb(23, 46, 201); 
}
.hchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}

.conferencechair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left; 
    color:rgb(23, 46, 201);
}
.conferencechairname{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}
.cchair{
    text-decoration:underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
.cchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}
.tchair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
.tchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}

.equipe-log {
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color: rgb(23, 46, 201);
}



/* Styling for the Logistics Team section */
.equipe-lognames {
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}

/* Additional adjustments for the 'Logistics team' heading */





.fchair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
.fchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}

.cschair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
.cschairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}



.pchair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
.pchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}
.tchairnames{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 100;
    color:black;
    font-style: normal;
    text-align: left;
}
.tchair{
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color:rgb(23, 46, 201);
}
/* Container to hold the scientific chair names */
.scientificchairs-container {
    display: flex; /* Flexbox layout */
    justify-content: space-between; /* Positions children to the left and right */
    padding: 20px; /* Adds padding around the entire container */
}

/* Styling for the heading (Scientific Chairs) */
.scientificchair {
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    color: rgb(23, 46, 201); 
}

/* Left side content (scientific chair names) */
.scientificchairnames {
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: black;
    font-style: normal;
    text-align: left;
    margin-left: -350px; /* Small space from the left edge */
    width: 45%; /* Makes this section take 45% of the width */
}

/* Right side content (scientific chair names) */
.scientificchairnames2 {
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: black;
    font-style: normal;
    text-align: left;
    margin-left: 25px; /* Small space from the left edge */
    width: 45%; /* Makes this section take 45% of the width */
}


.speakerstext{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.text{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.texts{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    text-align: left;
    margin-bottom: -50px;
}
.register{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    font-weight: 150;
    font-style: normal;
    text-align: left;
}
.textcommittee{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    font-weight: 150;
    font-style:oblique;
    text-align: center;
}
.contain{
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}

body {
    background: url('./images/back1.jpg') no-repeat center ;
    
    background-size: cover;

}


#imagecontainer{
    display: flex;
    justify-content: center;
    align-items: center;

}

#imagecontainer{
    height: 160px;
    width:100%;
}
.logo{
    height: 100%;
    width: 80%;
    padding-right: 30%;
    margin-top: -10%;
    margin-bottom: -10%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
#homee{
    position: relative;
    min-height: 5vh;
    display: flex;
    justify-content:space-between;
    flex-direction: row;
}
#home .homeinfo .textt h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    
}
.homeinfo{
    display: flex;
    padding-left: 340px;
}
   

.contactinfo {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
}

.icon {
    margin-right: 10px; }

.texto {
    font-weight: bold;
    color:black;
}

.icon i {
    font-size: 30px; 
}






img{
    mix-blend-mode: multiply;
    margin: 100px 0 0 315px;
    height: 300px;
    
}

.section {
    border: 10px  #ccc; 
    padding: 10px; 
    margin-bottom: 10px; 
    transition: border-color 0.3s, box-shadow 0.3s; 
    margin-right: 700px;

}

.section:hover {
    border-color: #333; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}





.image-row {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start;
    flex-wrap: wrap; 
    max-width: 1072px; 
    margin: auto; 
}

.image-row img {
    width: calc(25% - 20px); 
    height: 150px; 
    margin: 10px; 
    object-fit: cover; 
    border-radius: 10px; 
    transition: opacity 0.3s ease; 
    position: relative; 
}

.image-row img:hover {
    opacity: 0.8; 
}

.image-row img::after {
    content: "View Image"; 
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.image-row img:hover::after {
    opacity:0.8; 
    
}

.footerbottom{
    background-color:rgb(129, 204, 248);
    padding: 5px;
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: black;
    margin-bottom: -10px;
    margin-left: -8px;
    margin-right: -8px;
}
.register {
    text-align: center; 
    margin-bottom: 20px; 
}

.construction-image {
    text-align: center; 
    
}

.construction-image img {
    display: block; 
    margin: 0 auto; 
    background-color: transparent; 
}

.homeinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px; 
    padding-left: 30px;
    margin-top: -40px;
}

.ikon {
    font-size: 23px; 
    margin-right:-5px; 
}



footer {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
}

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgb(36, 157, 227); 
    color: white; 
    border-radius: 50%; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    text-decoration: none; 
    transition: background-color 0.3s ease;
}

#back-to-top:hover {
    background-color:rgb(86, 173, 205); 
}

#back-to-top svg {
    fill: currentColor; 
    width: 24px;
    height: 24px;
    vertical-align: middle; 
}
.writing{

    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 27px;
    
    color:black;
    font-style: normal;
    text-align: center;
}
.topics{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    
    color:black;
    font-style: normal;
    text-align: left;
}
.importantdates{

    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    
    color:black;
    font-style: normal;
    text-align: left;

}
.button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
    margin-left: 400px;
}

.button:hover {
    background-color: #0056b3; /* Darker shade of button color on hover */
}
.buttun {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
    margin-left: 450px;
}

.buttun:hover {
    background-color: #0056b3; 

}
.buttan {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: #0377f4; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
    margin-left: 470px;
}

.buttan:hover {
    background-color: #3c85d3; 

}

.buttons{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
    margin-left: 420px;
}
.buttons:hover {
    background-color: #3c85d3; 

}
img, video {
    max-width: 100%;
    height: auto;
}

.writing{
    text-align:justify;
}
.new{
    mix-blend-mode: darken;
    text-align: left; /* Centers the image */
    margin-bottom: 10px; /* Adds space below the image */
    margin-top: -300px;
    width: 100%; 
    max-width: 600px; 
    height: auto;
    margin-left: -200px; 

}
.subopen{
    mix-blend-mode: darken;
    text-align: center; /* Centers the image */
    margin-bottom: 10px; /* Adds space below the image */
    margin-top: -300px;
    width: 100%;
    max-width: 600px; 
    height: auto;
    margin-left: -60px; 
    margin-bottom: 25px;
}
/*
.image-speakers {
    display: flex;
    justify-content: left; /* Align items to the start 
    align-items: left; /* Center the items vertically 
    margin-left: 500px; /* Adjust this value as needed 
    

}

.image-speakers img {
    max-width: 150px; /* Set a maximum width for the image *
    height: auto; /* Maintain aspect ratio 
    margin-right: 20px; /* Space between image and text *
    
}*/
/*
.image-speakers {
    width: 250px; /* Adjust width as needed 
    float: left; /* Float the image container to the left
    padding: 0 20px; /* Padding around the image 
}

.speakerstext {
    max-width: 600px; /* Limit width of the text container 
    text-align: left; /* Align text to the left 
    margin-left: 20px; /* Add space between the image and text 
    overflow: hidden; /* Clear the float 
}*/






   
.icone{
    font-size: 23px; 
    margin-right:-5px;
}
.template-text{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 27px;
    
    color:black;
    font-style: normal;
    text-align: left;
}
.template-button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
    margin-left: 450px;
}

.template-button:hover {
    background-color: #0056b3; 

}
/* Container for each room entry */
.room-container {
    margin: 5px 0;  /* Small vertical space between entries */
  }
  
  /* Style for room label (e.g., Room 1:) */
  .room-label {
    font-weight: bold;
    text-decoration: underline;
    color: rgba(150, 68, 238, 0.743); /* Same color as in your original code */
    margin-right: 5px; /* Adds spacing between the room label and the link */
  }
  
  /* Style for the links */
  .room-link {
    color: blue; /* Make the link blue */
    text-decoration: none; /* Remove underline from the link by default */
  }
  
  /* Hover effect for links (adds underline on hover) */
  .room-link:hover {
    text-decoration: underline;
  }
  