@font-face {
	font-family: "CaviarDreams";
	src: url("../fonts/caviardreams-webfont.woff") format("woff"),
	url("../fonts/caviardreams-webfont.woff2") format("woff2"),
	url("../fonts/caviardreams.ttf") format("truetype");
}

*{
	font-family: "CaviarDreams";
}

.n-bg-img{
	background-image: url("../img/pattern-biru.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.n-bg-blue {
	background-color: rgba(45, 48, 88, 1);
}

.n-bg-grey {
	background-color: rgba(219, 217, 217, 1);
}

.n-bg-orange{
	background-color: rgba(252, 180, 82, 1);
}

.n-bg-light-red {
	background-color: rgba(238, 101, 113, 1);
}

.n-bg-red {
	background-color: rgba(238, 51, 63, 1);
}

.n-bg-light{
	background-color: rgba(255, 255, 255, 1);
}

.n-bg-light-blue{
	background-color: rgba(95,170,179,1);
}

.n-bg-transparent{
	background-color: transparent;
}

.n-bg-yellow{
	background-color: rgba(230, 199, 28, 1);
} 

.text-red{
	color: rgba(238, 51, 63, 1);
}

.text-blue{
	color: rgba(45, 48, 88, 1);
}

.text-light-blue{
	color: rgba(95,170,179,1);
}

.text-light{
	color: #fff;
}

.text-orange{
	color: rgba(252, 180, 82, 1);
}

.text-light-red{
	color: rgba(238, 101, 113, 1);
}

.text-yellow{
	color: rgba(230, 199, 28, 1);
}

.text-strip{
	text-decoration: line-through;
	text-decoration-color: rgba(255, 255, 255, 0.8);
} 

.circle{
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: white;
	padding: 2px;
	z-index: 14;
}

.package-container{
	margin-top: -43px;
	padding: 50px 5px 5px 5px;
	z-index: -14;
	border-radius: 12px 12px 0px 0px;
	min-height: 320px;
	width: 250px;
	background-color: #2A4047;
	position: relative;
}

.package-container span{
	font-size: 30px;
}

.package-container sup{
	font-size: 15px;
}

.package-footer{
	border-radius: 0px 0px 12px 12px;
	height: 50px;
	width: 250px;
	background-color: #2A4047;
}

.package-button{
	width: 80px;
	height: 50px;
	background-color: #0b161c;
	position: relative;
	border-bottom: 10px solid #fff;
}

.package-button a button{
	margin-top: -10px;
	width: 100%;
	text-decoration: none;
	border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 4px;
	text-align: center;
}

.package-list{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	align-content: center;
}

.package-container .price{
	height: 100px;
}

.package-list .item{
	text-align: left;
	width: 100%;
	float: left;
	border-bottom: 1px solid white;
}

.package-list .item .icon{
	width: 10%;
	padding: 2px;
	font-size: 15px;
}

.package-list .item .text{
	width: 84%;
	padding: 2px;
	font-size: 15px;
}

.discount-tag{
	position: absolute;
	top: 80px;
	left: -25px;
	display: block;
	width: 50px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	line-height: 1;
}

.discount-tag .text-white{
	font-size: 12px;
}

.discount-tag .text-dark {
	font-size: 20px;
	font-weight: bold;
}

.btn-custom-info{
    color: #fff;
    background-color: rgba(45, 48, 88, 1);
    border-color: rgba(45, 48, 88, 1);
}

.btn-custom-info:hover{
	color: #fff;
	background-color: rgba(20, 23, 63, 1);
	border-color: rgba(20, 23, 63, 1);
}

.btn-custom-light{
    color: rgba(20, 23, 63, 1);
    background-color: #fff;
    border-color: #fff;
}

.btn-custom-light:hover{
	color: #fff;
	background-color: rgba(20, 23, 63, 1);
	border-color:  #fff;
}

.btn-custom{
	border-radius: 25px;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
}

.btn-submit{
	width: 100%;
	text-align: center;
    color: #fff;
    background-color: rgba(45, 48, 88, 1);
    border-radius: 25px;
	font-weight: bold;
	padding: 10px 20px;
}

.btn-submit:hover{
	color: #fff;
	background-color: rgba(20, 23, 63, 1);
	cursor: pointer;
}

.btn-custom-small{
	position: fixed;
	right: 10px;
	top: 10px;
	width: auto;
	height: 30px;
    color: rgb(104, 108, 177);
    font-size: 16px;
    padding: auto;
    z-index: 2;
}

.btn-custom-small:hover{
	color: rgb(188, 190, 220);
	cursor: pointer;
}

/*Scroll Bar*/

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(1,1,3,0.3);
  	-webkit-box-shadow: inset 0 0 6px rgba(1,1,3,0.3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3e416a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {	
  background: #3e416a; 
}

/* List */
.list-container {
	width: auto;
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 30px 8px ;
}

.list-container::-webkit-scrollbar{
	height: 4px;
	background: transparent;
}

.filter-item-container{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.list-container .list-item {
	width: 150px;
	height: 250px;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	background-color: #fcfcfc;
	transition-duration: 0.5s;
	overflow: hidden;
	vertical-align: middle;
}

.filter-items {
	width: 150px;
	height: 250px;
	padding: 5px;
	margin: 10px;
	background-color: #fcfcfc;
	transition-duration: 0.5s;
}

.list-container .list-item:hover {
	transform: rotate(-1deg) scale(1.1);
	-webkit-transform: rotate(-1deg) scale(1.1);
	-ms-transform: rotate(-1deg) scale(1.1);
	transition-duration: 0.5s;
	background-color: rgba(245,245,245,1);
	cursor: pointer;
}

.filter-items:hover {
	transform: rotate(-1deg) scale(1.1);
	-webkit-transform: rotate(-1deg) scale(1.1);
	-ms-transform: rotate(-1deg) scale(1.1);
	transition-duration: 0.5s;
	background-color: rgba(245,245,245,1);
	cursor: pointer;
}

.item-shadow{
	-moz-box-shadow:    4px 4px 2px rgba(68,68,68,0.4);
	-webkit-box-shadow: 4px 4px 2px rgba(68,68,68,0.4);
	box-shadow:         4px 4px 2px rgba(68,68,68,0.4);
}

.navbar-brand{
	font-size: 30px;
}

.jumbotron{
	padding-top: 75px;
	height: auto;
	background-image: linear-gradient(to bottom, rgba(45, 48, 88, 1), rgba(65, 68, 108, 1));
}

.jumbotron .container-fluid{
	color: #fff;
}

.sticker{
	height: auto;
	width: auto;
	align-content: center;
}

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

.slogan .display-4{
	font-size: 25px;
}

.n-img{
	padding: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.custom-ts{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	white-space: normal;
}

.custom-ts-light{
	text-shadow: 1px 1px 4px rgba(255,255,255,0.7);
	white-space: normal;
}

.panel {
	margin: 10px;
	width: auto;
	height: auto;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.panel .header{
	padding: 10px;
	background-color: #3e416a;
	color: white;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #3e416a;
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
}

.panel .price{
	margin-top: 30px;
	margin-bottom: 30px;
	color: rgba(238, 51, 63, 1);
	font-size: 27px; 
	font-weight: bold;
}

.panel .benefit{
	/* margin-left: 30px;
	margin-right: 30px; */
	padding: 20px;
	text-align: left;
	font-size: 18px;	
}

.panel .link {
	width: 100%;
	padding: 10px;
	background-color: #3e416a;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #3e416a;
	border-radius: 0 0 20px 20px;
}

.panel .link:hover{
	background-color: #fff;
	color: #3e416a;
	cursor: pointer;
}

.section{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
}
/* 
.carousel .carousel-item{
	height: 250px;
}

.carousel-item img{
	min-height: 250px;
} */

.carousel-control-prev .fa-arrow-left, .carousel-control-next .fa-arrow-right{
	color: #3e416a;
	font-size: 40px;
}

.c-img{
	max-height: 300px;
	width: auto;
}

.logo-img{
	width: auto;
	max-height: 30px;
	margin: 1px;
}

.footer{
	background-color: rgba(20, 23, 63, 1);
	color: #fff;
	padding-top: 30px;
}

.footer-bottom{
	background-color: black;
	color: #fff;
	padding: 4px;
}

.form-container{
	margin: 10px;
	padding: 10px;
	width: auto;
	height: auto;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.social-container{
	margin: 10px;
	padding: 10px;
	width: auto;
	height: auto;
}

.social-container .social-item{
	margin: 10px;
	align-content: flex-start;
}

.social-item a img{
	width: 60px;
	height: auto;
}

.social-item a img:hover{
	transition-duration: 0.5ms;
	transform: rotate(-1deg) scale(1.1);
	-webkit-transform: rotate(-1deg) scale(1.1);
	-ms-transform: rotate(-1deg) scale(1.1);
}

.btn-scroll{
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 10px;
	padding: 10px;
	font-size: 30px;
	color: #3e416a;
	background-color: rgba(219, 217, 217, 0.5);
	border-radius: 20px;
}

.btn-scroll:hover{
	background-color: rgba(219, 217, 217, 1);
	cursor: pointer;
}

.btn-cart{
	position: fixed;
	right: 10px;
	bottom: 50%;
	margin: 10px;
	padding: 10px;
	font-size: 25px;
	color: rgba(238, 51, 63, 1);
	background-color: rgba(219, 217, 217, 0.5);
	border-radius: 30px;
}

.btn-cart:hover{
	background-color: rgba(219, 217, 217, 1);
	cursor: pointer;
}

.tryout-title{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 1 ;
	padding: 4px;
	background-color: #3e416a;
	color: white;
}

.tryout-title .font-italic {
	font-size: 12px;
}

.tryout-title p {
	margin-bottom: 0 !important;
}

.tryout-title .timer{
	font-size: 18px;
	font-weight: bold;
	color: rgba(238, 51, 63, 1);
}

.tryout-title h4{
	font-size: 16px;
	margin-bottom: 0px;
}

.tryout-container{
	width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 110px;
	margin-top: 100px;
	border: 3px solid #3e416a;
	border-radius: 20px;
	background-color: #fff;
	color: black;
	-moz-box-shadow:    4px 4px 2px rgba(68,68,68,0.4);
	-webkit-box-shadow: 4px 4px 2px rgba(68,68,68,0.4);
	box-shadow:         4px 4px 2px rgba(68,68,68,0.4);
}

.tryout-container label {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 10px;
	border: solid 4px rgba(240, 240, 240, 0.8);
}

.tryout-container input[type="radio"] {
	display: none;
}	

.tryout-container input[type="radio"]:checked + label {
	border: solid 4px #3e416a;
	border-radius: 0;
}

.tryout-container input[type="radio"]:hover + label {
	border: solid 4px #3e416a;
	border-radius: 0;
	cursor: pointer;
}

.n-nav{
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100px;
	border: 1px solid #8c8b8b;
	padding: 10px;
	background-color: #3e416a;
	color: white;
	-moz-box-shadow:    4px 4px 2px rgba(68,68,68,0.4);
	-webkit-box-shadow: 4px 4px 2px rgba(68,68,68,0.4);
	box-shadow:         4px 4px 2px rgba(68,68,68,0.4);
}

.n-nav .number-container{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	max-height: 45px;
}

.n-nav h4{
	font-size: 12px;
	margin-bottom: 0px;
}

.n-nav-btn{
	margin: 4px;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 8px;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	color: #3e416a; 
	-moz-box-shadow:    4px 4px 2px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 4px 4px 2px rgba(0,0,0, 0.8);
	box-shadow:         4px 4px 2px rgba(0,0,0, 0.8);
}

.n-nav-btn:hover{
	transform: scale(1.05);
	cursor: pointer;
}

.n-nav-btn.selected{
	background-color: rgba(45, 48, 88, 1) !important;
	color: white !important;
	border-color: white !important; 
}

.n-nav-btn.not-selected{
	background-color: rgba(238, 51, 63, 1) !important;
	color: white !important;
	border-color: white !important;
}

.n-nav-btn.hesitate{
	background-color: rgba(230, 200, 28, 1) !important;
	color: white !important;
	border-color: white !important;
}

.scrl-auto{
	overflow: auto;
}

.question-container .answer{
	margin-top: 10px;
}

.fa-flag, .fa-arrow-right, .fa-arrow-left {
	font-size: 30px;
}

.fa-flag:hover{
	cursor: pointer;
}

.fa-arrow-right:hover, .fa-arrow-left:hover {
	color: rgba(45, 48, 88, 1);
	cursor: pointer;
}

.panel-rules{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 10px;
	align-content: center;
	background-color: white;
	z-index: 3;
}

.panel-info{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 10px;
	align-content: center;
	background-color: white;
	z-index: 2;
}

.result{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-top: 150px;
	align-content: center;
	background-color: white;
	z-index: 5;
}

input.custom-radio {
    visibility:hidden;
}

label.custom-label {
    cursor: pointer;
}

.auth-container{
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.login-container, .signup-container{
	margin: 10px;
	padding: 10px;
	width: 100vh;
	height: auto;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.solution-container{
	margin: 10px;
	padding: 10px;
	min-width: 300px;
	width: auto;
	height: auto;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.navbar-form{
	background-color: white;
	padding: 5px 5px 5px 15px;
	border: 1px solid black;
	border-radius: 25px;
	margin-left: auto;
}

.n-form-input{
	border: 0;
	max-width: 100%;
}

.page-control{
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	bottom: 8px;
}

.page-control-content{
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	bottom: 65px;
}

.ctrl-filter-content, .ctrl-sort-content{
	background-color: white;
	width: 150px;
	height: auto;
	border: 2px solid grey;
	padding: 8px;
	margin: 2px;
}

.ctrl-filter-content{
	text-align: left;
}

.ctrl-sort-content{
	text-align: right;
}

.ctrl-filter, .ctrl-sort{
	background-color: white;
	width: 100px;
	height: 50px;
	border: 2px solid grey;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}

.ctrl-filter{
	margin: 2px 2px 8px 0px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.ctrl-sort{
	margin: 2px 0px 8px 2px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.ctrl-sort-content label {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 5px;
	border-radius: 10px;
	border: solid 2px rgba(240, 240, 240, 0.8);
}

.ctrl-sort-content input[type="radio"] {
	display: none;
}	

.ctrl-sort-content input[type="radio"]:checked + label {
	border: solid 2px #3e416a;
	border-radius: 0;
}

.ctrl-sort-content input[type="radio"]:hover + label {
	border: solid 2px #3e416a;
	border-radius: 0;
	cursor: pointer;
}

.square-img{
	width:150px;
	height:150px;
	object-fit:cover;
}

@media (min-width: 992px) { 

	.package-container{
		min-height: 280px;
		width: 100%;
	}

	.package-container span{
		font-size: 20px;
	}

	.package-container sup{
		font-size: 10px;
	}

	.package-footer{
		width: 100%;
	}

	.package-container .price{
		height: 60px;
	}

	.package-list .item .icon{
		font-size: 8px;
	}

	.package-list .item .text{
		font-size: 8px;
	}

	.discount-tag{
		width: 35px;
		height: 30px;
		line-height: 0.8;
	}

	.discount-tag .text-white{
		font-size: 7px;
	}

	.discount-tag .text-dark {
		font-size: 12px;
	}

	.n-bg-img-2{
		background-image: url("../img/11.png");
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.n-bg-img-3{
		background-image: url("../img/3.png");
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.btn-custom{
		padding: 10px 20px;
		font-size: 12px;
	}

	.n-bg-img-2{
		background-size: contain;
	}

	.jumbotron{
		height: 100vh;
	}

	.jumbotron .container-fluid{
		height: 100%;
	}

	.slogan{
		padding-top: 200px;
	}

	.sticker{
		height: 550px;
	}
	
	.slogan .display-4{
		font-size: 40px;
	}

	.c-img{
		max-height: 400px;
	}

	.logo-img{
		width: auto;
		max-height: 70px;
	}

	.tryout-title{
		position: static;
		width: 300px;
		height: auto;
		border: 1px solid #8c8b8b;
		border-radius: 20px;
		margin: 10px;
		padding: 10px;
		background-color: #3e416a;
		color: white;
		-moz-box-shadow:    4px 4px 2px rgba(68,68,68,0.4);
		-webkit-box-shadow: 4px 4px 2px rgba(68,68,68,0.4);
		box-shadow:         4px 4px 2px rgba(68,68,68,0.4);
	}

	.tryout-title .font-italic {
		font-size: 15px;
	}

	.tryout-title .timer{
		font-size: 30px;
	}

	.tryout-title h4{
		font-size: 24px;
		margin-bottom: 8px;
	}

	.n-nav{
		position: static;
		border-radius: 20px;
		max-height: 520px;
		padding: 10px 10px 20px 10px;
	}

	.n-nav .number-container{
		overflow: auto;
		max-height: 380px;
	}

	.n-nav h4{
		font-size: 20px;
		margin-bottom: 8px;
	}

	.n-nav-btn{
		margin: 4px;
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding: 4px;
	}

	.tryout-container{
		margin-top: 0;
		margin-bottom: 0;
	}

	.btn-custom-small{
	    font-size: 40px;
	}

	.n-form-input{
		max-width: 120px;
	}
}

/* custom Tag */

hr{
	border: 0; 
	height: 2px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}