/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

header {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

section {
    padding: 20px 0;
}

h2 {
    color: #333;
}

.roles-list ul {
    list-style-type: square;
    padding-left: 20px;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}














.nav-for-slider .swiper-slide {
    cursor: pointer;
    margin-right: 0 !important;
  }
  .swiper-wrapper {
    height: auto;
  }
  .nav-for-slider .swiper-slide img {
    border: 2px solid transparent;
    border-radius: 28px;
  }
  .nav-for-slider .swiper-slide-thumb-active img {
    border-color: rgb(79 70 229);
  }
  
.lightbox {
display: none;
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow:hidden;
background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-image {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
}
.close {
color: #fff;
font-size: 3em;
position: absolute;
top: 20px;
right: 30px;
cursor: pointer;
}
.gallery {
width: 90vw;
max-width: 1200px;
margin: 0 auto;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.gallery img {
max-width: 100%;
cursor: pointer;
}
.gallery img:hover {
max-width: 100%;
cursor: pointer;
}





