.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}

.selectors {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    margin-left: -150px !important;
    /* align-items: center; */
}

.selectors li:nth-child(4),
.selectors li:nth-child(3) {
    border-left: #176361 1px solid;
}

.selectors li:hover {
    cursor: pointer;
    color: #176361;
}

.selected {
    color: #176361;
}
.section {
    display: none;
}

.active-section {
    display: block;
}
/* video */
/* A modal-container */
.video-iframe {
    max-width: 600px;
    width: 100%;
    max-height: 500px;
    height: 350px;
}

.modal-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
    height: 50%;
}

.video-iframe {
    margin-right: 20px;
}

.close-button {
    position: absolute;
    top: 200px;
    right: 200px;
    color: red !important;
    width: 50%;
    font-size: xx-large;
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.thumbnail {
    cursor: pointer;
}

#img {
    border-radius: 50%;
}
.thumbnail {
    position: relative;
  }
  
  .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  
  .thumbnail:hover .play-button {
    opacity: 1;
  }
  
  .play-button::before,
  .play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .play-button::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
  }
  
  .play-button::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
  }
  

/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {

    .frontImage {
        height: 200px;
    }

    .frontImgTxt {
        color: #fff;
        margin-top: 20px !important;
    }

    .frontImgTxt p,
    .frontImgTxt h1,
    .frontImgTxt h4 {
        width: 60vw !important;
        font-size: xx-small !important;
    }

    .selectors {
        margin-left: -60px !important;
    }

    .selectors li {
        font-size: 20px;
    }

    .newsData {
        border-bottom: 2px solid #176361;
        margin-top: 25px !important;
        width: 100vw;
    }

    .newsData .col-8 {
        width: 100vw;
    }

    .image-container {
        display: none;

    }
}
