﻿.ImageGallery {
    width: 100%;
    height: 300px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.feature-content {
    text-align: center;
}

.quan {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.ImageGallery {
    width: 100%;
    height: 400px;
    object-fit:cover;
}

.fontsize
{
    font-size:22px;
    font-weight:bold;
}
.fontsize2 {
    font-size: 17px;
}
.fontsize3 {
    font-size: 15px;
    font-weight: bold;
}
.header-carousel .header-carousel-item .carousel-caption {
    background: rgba(255, 255,255, 0.1) !important
}
.img-fluid {
    height: 1060px;
}
.img-fluid2 {
    height: 450px;
    object-fit: cover;
    object-position: top;
}
.DivPrize {
    margin-top: -170px;
}

@media only screen and (max-width: 500px) {
    .owl-carousel .header-carousel-item, .owl-carousel .header-carousel-item img{
        height:300px!important;
        width:100%!important;
        margin-top:0!important;
    }
    .ImageGallery {
        height: 300px !important;
    }
    .DivPrize {
        margin-top: 0!important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 980px) {
    .owl-carousel .header-carousel-item, .owl-carousel .header-carousel-item img {
        height: 500px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .ImageGallery {
        height: 300px !important;
    }

    .DivPrize {
        margin-top: 0 !important;
    }
}
#exampleModal2 .modal-dialog {
    max-width: 700px !important;
}
.fontsizeModal1 {
    font-size: 16px;
}
#exampleModal2 .modal-title {
    font-size: 25px;
}
#exampleModal2 .modal-body {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.disabled-link {
    pointer-events: none; /* Disable click events */
    background: gray;
    color: lightgray !important; /* Change color to indicate disabled state */
    text-decoration: none; /* Remove underline */
    cursor: not-allowed; /* Change cursor to indicate not allowed */
}
.btnClose {
    background-color: white;
    border-color: #4cbbbf;
    color: #4cbbbf;
}
    .btnClose:hover {
        background: #4cbbbf!important;
        color: white;
    }

.owl-carousel .header-carousel-item, .owl-carousel .header-carousel-item img {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 50px;
    display: block;
    object-fit: contain;
    transition: 0.5s;
}
.displayCaptionn {
    font-size: 2.8rem;
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}
.bg-breadcrumb {
    background-position: center 93px!important;
}
.EditionClass {
    font-size: 2.2rem;
}
@media only screen and (max-width: 500px) {
    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
        width: 100% !important;
        height:400px!important;
    }
    .displayCaptionn{
        font-size:1.2rem!important;
    }
    .header-carousel .owl-nav .owl-prev {
        width: 55px !important;
        height: 55px !important;
        left: 5px !important;
    }
    .sub-title2 {
        margin-bottom: 2rem !important
    }
    .header-carousel .owl-nav .owl-next {
        width: 55px !important;
        height: 55px !important;
        right: 5px !important;
    }
    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        top: 50% !important;
    }
    
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content{
        width:50%!important;
        margin-top:-30px;
    }
    .bg-breadcrumb {
        background-position: center!important;
    }
    .sub-title3{
        margin-bottom:1.5rem!important;
    }
    .EditionClass {
        font-size: 1.4rem!important;
    }
}
@media only screen and (min-width: 501px) and (max-width: 980px) {
    .bg-breadcrumb {
        background-position: center !important;
    }

    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
        width: 100% !important;
        height: 500px !important;
        object-fit: contain!important;
    }

    .displayCaptionn {
        font-size: 1.5rem !important;
    }

    .header-carousel .owl-nav .owl-prev {
        width: 55px !important;
        height: 55px !important;
        left: 5px !important;
    }

    .sub-title2 {
        margin-bottom: 3rem !important
    }

    .header-carousel .owl-nav .owl-next {
        width: 55px !important;
        height: 55px !important;
        right: 5px !important;
    }

    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        top: 50% !important;
    }

    

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 50% !important;
        margin-top: -30px;
    }
}
/*.owl-nav{
    display:none!important;
}*/

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-prev,
.owl-next {
    background-color: #4cbbbf; /* Adjust background color and opacity */
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
}

    .owl-prev i,
    .owl-next i {
        color: white; /* Adjust arrow color */
        font-size: 24px; /* Adjust arrow size */
    }

    .owl-prev:hover,
    .owl-next:hover {
        background-color: #7a898c; /* Adjust hover background color and opacity */
    }