﻿.contBodyDetails {
    display: flex;
    justify-content: space-evenly;
    margin: 40px 0px;
}

.content-body {
    margin-top: 0px !important;
}

.textTagUl {
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.textTagUlLi {
    list-style: none;
    white-space: nowrap;
    padding: 4px;
}

    .textTagUlLi a {
        color: #5E673C !important;
        text-align: start;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
        border-bottom: 1px solid #5E673C;
        text-overflow: ellipsis;
    }

.textTagUlCenter {
    /*display: grid;*/
    /*grid-template-columns: repeat(6, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.divEvents {
    display: flex;
    margin: auto 0;
    gap: 22px;
}

.divEventsImage {
    display: flex;
    margin: auto 0;
}

    .divEventsImage img {
        width: 24px;
        height: 24px;
    }


@media(max-width: 1200px) {
    .textTagUl {
        grid-template-columns: repeat(4, 1fr);
    }

    .textTagUlCenter {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:1000px) {
    .galleryItems video {
        width: 100% !important;
        height: auto !important;
    }

    .textTagUl {
        grid-template-columns: repeat(3, 1fr);
    }

    .textTagUlCenter {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:991px) {
    .listTitle p {
        padding: 0px !important;
        font-size: 7px !important;
        margin-right: -50px;
    }

    .listTitle span {
        font-size: 10px !important;
    }

    .numberlistTitle {
        font-size: 12px;
    }

    .listTitle p {
        font-size: 10px !important;
    }
}

@media(max-width:768px) {
    .rowList {
        display: none !important;
    }

    .title-rows-home h2, .title-rows-home p, .contBodyTitle {
        text-align: justify;
        text-align-last: center;
    }

    .calendarTop {
        margin-top: 2% !important;
    }

    .content-header img, .galleryItems img {
        height: auto !important
    }

    .contBodyDesc {
        font-size: 12px;
    }

    .contBodyTitle {
        font-size: 13px !important;
    }

    .contBodyDetails {
        display: none !important
    }

    .divEvents {
        display: block;
    }

    .textTagUl {
        grid-template-columns: repeat(2, 1fr);
    }

    .divEventsImage {
        justify-content: center;
    }
}

@media(max-width:420px) {
    .pipeCust {
        display: none
    }
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-item {
    color: #262626;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    align-items: center;
    display: grid;
}

.grid-item1, .grid-item4 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.grid-item2, .grid-item5 {
    margin: 20px 0;
    grid-column-start: 2;
    grid-column-end: 3;
}

.grid-item3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.grid-item6 {
    grid-column-start: 1;
    grid-column-end: 4;
}

.main-header_area-2 {
    padding-left: 15px !important;
    padding-right: 40px !important;
}

.mobile-menu {
    padding-right: 30px !important;
}

.center, .content-header p {
    text-align: center;
}

img, video {
    width: 100%;
}

.content-header {
    margin-top: 1rem;
    text-align: center
}

    .content-header img {
        width: auto;
        height: 500px;
        margin-bottom: 26px;
    }

.sub-content {
    margin-top: 70px;
}

.mobile-version {
    display: none;
}

@media(max-width:768px) {
    .mobile-version {
        display: block;
    }

    .sub-content {
        margin-top: 30px;
        display: block;
    }

    .container {
        padding: 0;
    }
}

.listTitle p {
    font-weight: normal;
    padding: 0 1rem;
    margin-right: -40px;
    white-space: nowrap;
}


/*.listTitle:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}*/

.listTitle {
    font-size: 14px !important;
    font-weight: 400 !important;
}

    .listTitle span {
        margin-left: -20px;
        padding: 1rem;
    }

.listTitle {
    height: 40px;
    /*    background: #FFFCF7;
    margin-top: 4px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6rem;
}

.content-body {
    margin-top: 42px;
}

    .content-body .contBodyTitle {
        font-size: 1.6rem;
        color: #262626;
        margin: 1.6rem 0;
    }

.contBodyDesc {
    text-align: justify;
    font-weight: normal !important;
    font-size: 1.4rem !important;
    margin-top: 4rem;
}

.carContPrev {
    left: 0px !important;
    right: unset
}

.carContNext {
    right: 0px !important;
    left: unset
}

.carousel-control-prev-icon {
    background-image: url('../../../../../Images/pic/rightSliderE.webp');
}

.carousel-control-next-icon {
    background-image: url('../../../../../Images/pic/leftSliderE .webp');
}

.divider {
    height: 25px;
    width: 1px;
    background: #606060;
}

.galleryItems {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

    .galleryItems img, .galleryItems video {
        width: auto;
        height: 500px;
    }



.calendarTop {
    font-size: 13px;
    margin: 0px;
}

.subTitleTop {
    margin: 0px;
}

.titleTop {
    font-size: 16px;
    font-weight: bold;
}

.hrCus {
    border: 0.5px solid #606060;
    opacity: 0.3;
}

.numberlistTitle {
    background: #E6DBD1;
    color: #000000 !important;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #f6f1eb &:hover

{
    background-color: #E6DBD1 !important;
}

}

.widthTittle {
    width: 96% !important;
    background: #FFFCF7;
    margin-top: 4px;
}

/*.numberlistTitle:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
    transition: all 1500ms;
}*/

.numberlistTitle a {
    font-weight: normal;
}

.rowList {
    margin: 0px !important;
    margin-bottom: 4px !important;
    flex-wrap: nowrap;
    &:hover

{
    cursor: pointer;
}

}

.rowList:hover .listTitle {
    background-color: rgba(255, 252, 247, 0.5);
}

.rowList:hover .numberlistTitle {
    background-color: rgba(230, 219, 209, 0.4);
    transition: all 0.4s;
}

.rowList:active .numberlistTitle {
    background-color: #A49990 !important;
}




.widthTittle {
    margin-top: 0 !important;
}

.numberlistTitle {
    width: 40px;
    height: 40px;
}
