.test-wrap2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.pp04 span {
    text-align: left;
    font: italic normal bold 34px/51px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.pp04 {
    text-align: left;
    font: italic normal 300 34px/51px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.pp002 {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 536px;
    margin-top: 15px;
}

.detail1-banner1 {
    height: 379px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ban-dtl-main1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ban-dtl-main1 h1 {
    text-align: left;
    font: normal normal normal 34px/35px Copperplate;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.ban-dtl-main1 span {
    text-align: left;
    font: normal normal bold 34px/35px Copperplate;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.ban-dtl-main1 p {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 536px;
    margin-top: 19px;
}
.content-dtl{
    display: flex;
    gap: 53px;
}
img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
    display: flex;
    gap: 40px;
    bottom: 76px;
}

/* Hide the images by default */
.mySlides {
    display: none;

}
.mySlides{
    width: 496px;
    height: 507px;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    display: flex;
    flex-direction: column;

}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    width: 108px;
    height: 111px;
}

.column img {
    width: 108px;
    height: 111px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;

}

.active,
.demo:hover {
    opacity: 1;
    /* border: 8px solid #000000; */
}

.dt-wrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dt-right h1 {
    text-align: left;
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.dt-right h2 {
    text-align: left;
    font: normal normal 300 19px/29px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 4px;
    margin-bottom: 53px;
}

.dt-right p {
    text-align:left;
    font: normal normal 300 15px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 17px;
}

.dt-right p span {
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.dt-right a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 50px;
    background: #FFD800 0% 0% no-repeat padding-box;
    border-radius: 67px;
    opacity: 1;
    text-align: center;
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    transition: 0.4s;
    margin-top: 36px;
}
.dt-right a:hover{
    background: #000000;
    color: #FFD800;
}
@media (max-width:760px){
    .ban-dtl-main1 p{
        width: 100%;
    }
    .container {
        flex-direction: column;
    }
    .row {
        display: flex
    ;
        flex-direction: row;
        gap: 21px;
    }
    .mySlides{
        width: 100%;
        height:auto;
    }
    
    .mySlides img {
        width: 100%;
        height:auto;
        object-fit: cover;
    }
    .pp002 {
        width: 100%;
    }
    .content-dtl{
        flex-direction: column;
        gap: 10px;
    }
}