/*---swiper---*/
.home_banner {
    width: auto;
}

/*---bullet control bar--- Peter*/
.control-bar {
    position: absolute;
    z-index: 2;
    top: auto;
    right: -10%;
    bottom: 10px;
    left: 0;
    margin: inherit;
    padding-top: 10px;
    height: 40px;
    margin-bottom: 5px;
}

.control-bar {
    position: absolute;
    margin: auto;
}

.control-button,
.control-pagination {
    position: relative;
    float: left;

}

.control-button {
    width: 40%;
    padding-right: 20px;

}

/*---Play Stop button Position---Peter*/
.swiper-button {
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    float: right;

}

.home_banner_swiper .swiper-pagination {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 13px;
    top: -1px;
    height: 24px;
    position: relative;
    /*margin: auto;*/
    /*height: auto;*/
    /*text-align: match-parent;*/
    padding-top: 6px;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
    margin-bottom: 0;
}

/*---Image of playStop Button---Peter*/
.swiper-button-play {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-color: #410001;
    border-radius: 4px;
    padding: 0px;
    box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 1);
    background-color: white;
}

.swiper-button-play::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    color: #410001;
    border-left: 6px solid;
    top: 4px;
    left: 7px;
}


.swiper-button-pause {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-color: #410001;
    border-radius: 4px;
    padding: 0px;
    box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 1);
    background-color: white;                
}

.swiper-button-pause::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
    border-color: #410001;
}

/*---Adding focus for when tabbing----20220310*/
.swiper-button:focus-visible {
    /* border-color: #410001; */
    outline: 5px solid ;
    /* box-shadow: 0 0 0 2px #410001 inset; */
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
    background: #000000;
}
/* .swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
    background: #00b7f7;
} */

/*---End---20220310*/

@keyframes grow {
    from {
        box-shadow: 0px 0px 1em #000;
    }
    to {
        box-shadow: 0px 0px 3em #000;
    }
}

/*---Adding shadow on swiper-bullet----20220305*/
.home_banner_swiper .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0px 7px 0.5em;
    transition: background-color 100ms, color 100ms;
    opacity: 1;
    border-radius: 100%;
    opacity: 0.25;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.swiper-pagination-bullet:focus-visible {
    outline: 5px solid #fff;
    background-color: #888484cc;
    opacity: 1;
}

/*!*---bottom slider---*!*/
.home_banner_swiper .home_banner_custom {
    background-size: cover;
    background-repeat: no-repeat;
}

/*!*---Add-img-gradient_Peter---*!*/
.img-gradient {
    width: 100%;
    width: 100%;
}

.img-gradient::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(360deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255,0) 30%)*/
}

.uploadedImage {
    width: 100%;
}

.swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
    outline: 3px solid #ffffff;
    opacity: 1.0;
}


@media all and (min-width:1024px) {
    .uploadedImage {
        /* position: relative;
        top: -60px */
    }
}




