﻿/*_________________SLIDERS____________________*/
.carousel-item {
    position: relative;
}

.slider-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center text vertically */
    /*padding: 1% 0 0 5%;*/
    color: #ffffff;
    z-index: 2;
}

.divider {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    /*width: 29px;*/
}

.slide-title {
    font-family: Georgia, serif;
    font-size: 2.6vw; /* Large font size for desktop */
    line-height: 2vw;
    margin-bottom: 2.2vw;
    white-space: nowrap;
}

.slide-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vw; /* Medium font size for desktop */
    /*line-height: 26px;*/
}

.slide-link {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2vw; /* Font size for the link */
    display: inline-block;
    margin-top: 1.6vw;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    /*border-radius: 50%;*/
    background-size: 60%;
    opacity: 0; /* Hide the arrows initially */
    transition: opacity 0.3s ease; /* Add a smooth transition effect */
}

.carousel:hover .carousel-control-prev-icon,
.carousel:hover .carousel-control-next-icon {
    opacity: 1; /* Show the arrows when hovering over the carousel */
}

    .carousel-control-next, .carousel-control-prev {
        z-index: 3;
        width: 7%;
    }

.carousel-caption {
    position: absolute;
    top: 1.25rem;
    right: 15%;
    left: 15%;
    color: #fff;
    text-align: initial;
    padding-top: 1.5vw;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    /* For medium to large screens, reset the divider and content positioning */
    .slide-title {
        font-size: 3.1vw;
    }

    .slide-text {
        font-size: 2.0vw;
    }

    .slide-link {
        font-size: 2.1vw;
    }

    .carousel-caption {
        padding-top: 3.0vw;
    }
}

/*@media (max-width: 1200px){*/
    /*.slider-content{
        top: 1.5rem;
    }*/
/*}*/

.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
}

/*________________________________________________*/
/*.body-content a {
    color: #a92727;
    text-decoration: none;
}*/

.body-content p:not(.slider-container p) {
    color: #01619b;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.slide-link:hover {
    text-decoration: underline;
}

#indexrow {
    margin: 0;
}

#sincerely {
    font-weight: 500;
}

#imgSignature {
    margin-left: 20px
}

#clerkName {
    font-weight: 500;
    margin-bottom: -2px;
}

#office {
    font-weight: 500;
    margin-top: 0px;
}

#logoImg {
    width: 70px !important;
    padding-right: 12px;
}

#JuryImportantMessageModal.modal {
    backdrop-filter: blur(10px);
}

#JuryImportantMessageModal .modal-content {
    background-color: white;
}

#JuryImportantMessageModal .modal-header {
    border-bottom: none;
}

#JuryImportantMessageModal .modal-content .btn-close {
    opacity: 1;
    margin-top: -45px;
    margin-right: -10px;
}

#JuryImportantMessageModal .modal-content {
    padding: 10px;
    border-radius: 20px;
}

    #JuryImportantMessageModal .modal-content img {
        margin-right: 15px;
        width: 140px;
        align-self: center;
    }

#textRed {
    color: red;
}

#textMessage {
    font-size: 22px;
}

.desktop-image{
    min-width: 100% !important;
}