*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Slider-Main-Container{
    width: 1245px;
    background-color: gray;
    margin: auto;
    position: relative;
    font-family: 'Poppins', sans-serif;
}


.Allslider-Con{
    width: 100%;
    position: relative;
}

.myslider {
    width: 100%;
    height: 430px;
    overflow: hidden;
    display: none;
    position: relative;
}

.myslider .textInfo-area {
    width: 519px;
    position: absolute;
    left: 130px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
}

.myslider h1{
    font-size: 28px;
    line-height: 1.2em;
}

.myslider .textInfo-area .IndexPageBtn-Btn1 {
    border-radius: 28px;
    padding: 5px 40px;
    background-color: var(--seCcolors--IndexCol2);
    color: white;
    margin-top: 19px;
    font-size: 18px;
}

.Mask-bg{
 z-index: 1;
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: black;
 opacity: 0.3;
}

.PrevNext-Btn-Con a{
    text-decoration: none;
}

.slide-Btn-Prev, .slide-Btn-Next {
    position: absolute;
    top: 30%;
    font-size: 90px;
    user-select: none;
    color: #ffff;
    transition: 0.1s;
    cursor: pointer;
    z-index: 5;
}

.slide-Btn-Prev.Prev2, .slide-Btn-Next.Next2 {
    font-size: 50px;
}

/* .slide-Btn-Prev:hover, .slide-Btn-Next:hover{
    color: --seCcolors--IndexCol2;
} */

.slide-Btn-Prev{
    left: 20px;
}

.slide-Btn-Next{
    right: 20px;
}

.PrevNext-Btn-Con::before{
    content:'';
    width: 100%;
    /*height: 400px;*/
    position: absolute;
    left: 0;
    z-index: 4;
}


.dotsbox{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 6;
    bottom: 30px;
    color: #ffff;
    cursor: pointer;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffff;
    border-radius: 40%;
    margin: 0 15px;
    cursor: pointer;
}

.active, .dot:hover{
    border-color: rgb(255, 255, 255);
}

.dot2 {
    width: 12px;
    height: 12px;
    border: 2px solid #ffff;
    border-radius: 40%;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.dot2.active {
    background-color: #b761dd;
}

.fade{
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    0%{opacity: 0.8;}
    100%{opacity: 1;}
}

.txt {
    position: absolute;
    top: 33%;
    left: 15%;
    color: #ffff;
    font-size: 20px;
    animation-name: Ekome1;
    animation-duration: 2s;
    z-index: 3;
}

.txt h1{
    font-size: 51px;
    margin: 0px 0 22px;
}

.txt p{
    font-weight: 700;
    font-size: 20px;
}

.myslider2 .textInfo-area {
    top: 35% !important;
}

.myslider2 .textInfo-area .IndexPageBtn-Btn1 {
    background-color: var(--section-colors--EPCol5);
    padding: 6px 18px;
    font-size: 12px;
}

@keyframes Ekome1 {
    0% {left: 25%;}
    100% {left: 15%;} 
}

.myslider img {
    transform: scale(1.3, 1.3);
    animation-name: EkomeImg;
    animation-duration: 30s;
    position: relative;
    object-fit: cover;
    object-position: 46% 22%;
}

@keyframes EkomeImg {
    0% {transform:scale(1,1);}
    100%{transform:scale(1.3,1.3);}
}



@media screen and (max-width:800px) {
    .Slider-Main-Container {
        width: 100%;
        height: 231px;
        overflow: hidden;
    }

    .Myslider{
        height: 500px;
    }

    .txt{
        line-height: 25px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-name:Ekome2;
        animation-duration: 2s;
    }

    @keyframes Ekome2 {
        0% {top: 25%;}
        100% {top: 50%;} 
    }

    .txt h1{
        font-size: 50px;  
    }

    .txt p{
        font-size: 23px; 
    }

    .myslider img {
        object-fit: cover;
        object-position: 66% 22%;
    }

    .myslider {
        width: 100%;
        height: inherit;
        overflow: hidden;
        display: none;
        position: relative;
    }

    .myslider .textInfo-area {
        width: 380px;
        position: absolute;
        left: 91px;
        top: 90px;
    }

    .myslider h1 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .slide-Btn-Prev, .slide-Btn-Next {
        top: 77px;
        font-size: 48px;
    }

    .myslider .textInfo-area .IndexPageBtn-Btn1 {
        padding: 5px 25px;
        font-size: 14px;
    }

    .dotsbox {
        top: 200px;
        bottom: unset;
    }
    
    .Allslider-Con.party .dotsbox{
        top: 280px;
    }

    .Allslider-Con.party .slide-Btn-Prev, .Allslider-Con.party .slide-Btn-Next {
        top: 115px;
    }
}
