.mainSlider svg{
    width: 25px;
}

/* css slider */
.slider{
    height: 400px;
    margin-top: 0px;
    position: relative;
    background-color: #000000;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: 2s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    }
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider .list .item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider .list .item .content2 {
    align-items: flex-start;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.mainSlider h1, .mainSlider h2 {
    font-size: 85px;
    margin: 0;
    z-index: 5;
    font-family: "Josefin Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    line-height: normal;
    letter-spacing: -1px;
    font-weight: 700;
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
.slider .list .item .sliderImg{
       -webkit-transition: 14s;
    -moz-transition: 14s;
    -o-transition: 14s;
    -ms-transition: 14s;
    transition: 14s;
}
.slider .list .item.active .sliderImg{
    -webkit-transition: 14s;
    -moz-transition: 14s;
    -o-transition: 14s;
    -ms-transition: 14s;
    transition: 14s;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
/* .slider .list .item.active span:nth-child(1), */
.slider .list .item.active .headingBx img,
.slider .list .item.active .headingBx h1,
.slider .list .item.active .headingBx h2,
.slider .list .item.active .sliderPera,
.slider .list .item.active .slideBTN{    
    opacity: 0;
    animation: showContent 1s 1s ease-in-out 1 forwards;
}
.slider .list .item.active .headingBx img{ 
    /* animation-delay: 0.4s; */
}
.slider .list .item.active h2{ 
    /* animation-delay: 0.8s; */
}
.slider .list .item.active .sliderPera{ 
   /*  animation-delay: 1.2s; */
}
.slider .list .item.active .slideBTN{ 
    /* animation-delay: 1.6s; */
}


.arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}
.arrows button {
    background-color: #ffffff12;
    border: none;
    width: 45px;
    height: 45px;
    padding: 30px;
    border-radius: 50px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.arrows button img {
    width: 25px;
}
.sliderPera {
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 20px 0 5px;
    font-size: 28px;
    z-index: 7;
    font-family: "Josefin Sans";
    display: inline-block;
    color: #ffffff;
}
.content.content3 .headingBx {
    text-align: center;
}
.imgRes {
    max-width: 100%;
}
.logoImgRes {
    width: 50px !important;
    height: 34px !important;
    margin-bottom: 30px;
}
.slideBTN {
    z-index: 9;
    background-color: rgb(255, 68, 0);
    text-transform: capitalize;
    display: inline-block;
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 54px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    padding-left: 40px;
    border-radius: 50px;
    padding-right: 40px;
    padding-top: 3px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
}
.slideBTN:hover {
        background-color: #ffffff;
        color: rgb(255, 68, 0);
}
.arrows {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    transition: all .3s ease;
}

.content.content1 {
    text-align: center;
}

.mobileShow {
    display: none;
}
.arrows .sliderArrow{
	position: absolute;
}

@media screen and (max-width: 1400px) {
    .slider .list .item .content {
        width: 80%;
    }
    }

@media screen and (max-width: 1200px) {
    .mainSlider h1, .mainSlider h2 {
        font-size: 75px;
    }
.slider .list .item .content {
    width: 80%;
}
.arrows {
    padding: 0 25px;
}
}

@media screen and (max-width: 1024px) {
.mainSlider h1, .mainSlider h2 {
    font-size: 65px;
}
.slider .list .item .content {
    width: 70%;
}
}

@media screen and (max-width: 991px) {
    .mainSlider h1, .mainSlider h2 {
        font-size: 50px;
    }
    .slider .list .item .content {
        width: 70%;
    }
    }

    @media screen and (max-width: 991px) {
    .mainSlider h1, .mainSlider h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .mainSlider h1, .mainSlider h2 {
        font-size: 40px;
    }
}




@media screen and (max-width: 575px) {
    .slider .list .item .content {
        width: 90%;
    }
    .arrows {
       display: none;
    }
    .arrows button {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
    .mobileShow {
        display: block;
    }
    .desktopShow {
    display: none;
    }
    .mainSlider h1, .mainSlider h2 {
         font-size: 32px;
    line-height: normal;
    }
    .sliderPera {
            padding: 15px 0 0px;
    font-size: 22px;
    }
    .slideBTN {
        line-height: 42px;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logoImgRes {
        width: 40px;
        height: 24px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) and (min-width: 360px) {
	.slider {
    	height: 510px;
	}
}
@media screen and (max-width: 393px) {
	.slider {
    	height: 450px;
	}
}


