/* [ 4 ] font-family: 'Monoton', cursive; //!important */ 
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');

body{
    overflow: hidden;
}

/* .black-box Style */
.black-box{
	position: relative;
	width:100%;
	height:100vh;
	background:url('../imgs/black.jpg');
    background-size: cover;
}

/* .Black-box-demo-slider .swiper-container Style */
.Black-box-demo-slider .swiper-container{
	width:80%;
	height:80%;
	background:transparent;
	padding:0px;
	margin:0px;
	border:0px solid #000;
	border-radius:0px;
}
/* .Black-box-demo-slider .swiper-slide Style */
.Black-box-demo-slider .swiper-slide{
	width:100%;
	height:100%;
	background:url('../imgs/slide1.jpg');
	border:0px;
	border-radius:0px;
    overflow: hidden;
}
/* .Black-box-demo-slider .swiper-pagination-bullet Style */
.Black-box-demo-slider .swiper-pagination-bullet{
	width:20px;
	height:20px;
	background-color:#fff;
	border-radius:50% 10%;
	opacity:0.2;
    line-height: 20px;
}
/* .Black-box-demo-slider .swiper-pagination-bullet-active Style */
.Black-box-demo-slider .swiper-pagination-bullet-active{
	background-color:#FD0054;
    color: #fff;
    opacity:1;   
}
/* .Black-box-demo-slider .swiper-pagination-bullets Style */
.Black-box-demo-slider .swiper-pagination-bullets{
	bottom:-30px;
    font-size: 12px;
    
    width: 200px;
    height: 20px;
}


/* Demo Card */
.Info-Card-Container{
    display: flex;
}
.leftBoxContainer,
.RightBoxContainer{
    flex:50%;
    padding: 10px 5px;
    overflow: hidden;
    position: relative;
}
.RightBoxContainer{
    height: 100%;
}
/* Inner Data */
.Info-Card .card-title{
    font-size: 28px;
    color: #fff;
    border-left: 5px solid #fd0054;
    padding-left: 10px;
}
.Info-Card .card-title .Special-title{
    font-weight: 700;
    font-family: 'Monoton', cursive;
}
.Info-Card .card-Sub-title{
    margin-left: 20px;
    margin-top: 10px;
}
.Info-Card .card-Sub-title .icon{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.Info-Card .card-Sub-title .Content{
    display: inline-block;
    border-left: 3px solid #fd0054;
    color: #f9f9f9;
    font-size: 14px;
    padding-left: 10px;
}

/* Inner Cube */
/* .card-view-cube .swiper-container Style */
.card-view-cube .swiper-container{
	width:100%;
	height:100%;
	background:transparent;
	padding:0px;
	margin:0px;
	border-radius:0px;
}/* .card-view-cube .swiper-slide Style */
.card-view-cube .swiper-slide{
	width:100%;
	height:100%;
	background:#fff;
    background-size: cover;
	border-radius:0px;
}
.CubeIneerSliderImage{
    width: 100%;
    height: 100%;
    
}
/* Demo Card Media */
@media(max-width: 991px){
    .Info-Card-Container{
        display: block;
    }
    .leftBoxContainer,
    .RightBoxContainer{
        display: block;
        width: 100%;
        overflow-y: scroll;
    }
    /* Inner Data */
    .Info-Card .card-title{
        font-size: 18px;
    }
    .Info-Card .card-title .Special-title{
        font-weight: 500;
    }
    .Info-Card .card-Sub-title{
        margin-left: 10px;
        margin-top: 5px;
    }
    .Info-Card .card-Sub-title .icon{
        font-size: 12px;
    }
    .Info-Card .card-Sub-title .Content{
        font-size: 12px;
        padding-left: 7px;
    }
    
    /* Inner Cube */
    /* .card-view-cube .swiper-container Style */
    
}



