:root {
    --color-primary : #ff5e57;
}


@media screen and (max-width: 992px) {
	.box-comming-soon{
		width: 100% !important;
	}
	.count-down{
		margin-top: 35px !important;
	}
	input[name="subscribe"]{
		width: 100% !important;
	}
	.count-down-social {
	    width: 50% !important;
	}
	.container-fluid {
		height: initial !important;
		background-size: unset !important;
	}
	.submit-subscribe{
		right: 5% !important;
	}

	.count-down-description p {
		display: none !important;
	}

	.box-comming-soon {
		height: 88vh !important;
		position: relative !important;
	}

	.count-down-title h3 {
		font-size: 30px !important;
	}

	.count-down-item {
		margin-right: 0 !important;
		flex: 0 0 49.5% !important;
		max-width: 51% !important;
		width: 25% !important;
		padding: 5px !important;
	}

	.box-comming-soon {
		background-color: rgba(11, 13, 19, 0.4) !important;
		border: 0 !important;
	}
}


.container-fluid{
	display: flex;
	height: -webkit-fill-available;
	font-family: Poppins;
	background-repeat: no-repeat; 
	background-size: cover;
	padding: 0 !important;
}	
.container-fluid:before {
    content: "";
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    position: absolute;
}
.box-comming-soon{
	margin: auto;
    padding: 30px;
    background-color: rgba(11, 13, 19, 0.8);
    border: 1px solid #222;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 3;
    height: fit-content;
}
.count-down{
	padding: 25px;
	border-radius: 8px;
	margin-top: 35px;
}
.count-down-item {
    border: 1px solid;
    text-align: center;
    margin-right: 15px;
    flex: 0 0 22.5%;
}
.count-down-item h3{
	color: var(--color-primary);
	font-weight: 700;
	font-size: 35px;
	margin: 0;
	min-height: 57px;
	position: relative;
	top: 10px;
}
.count-down-item p{
	margin: 0;
	font-size: 15px;
	color: #7f8c8d;
	text-shadow: 0px 0px 0.5px #7f8c8d;
	text-transform: uppercase;
}
.count-down-title h3{
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 10px;
}
.count-down-description p{
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	position: relative;
	top: 20px;
}
.count-down-subscribe{
	padding: 0;
}
#subscribe {
	text-align: center;
    padding-top: 30px;
}
input[name="subscribe"]{
	width: 80%;
	padding-left: 15px;
	font-size: 16px;
	height: 44px;
	background-color: rgba(54, 54, 63, 0.90);
	border: 1px solid #333;
	color: #fff;
}
input[name="subscribe"]:focus{
	outline: none;
}
.submit-subscribe{
	color: var(--color-primary);
	position: absolute;
	right: 13%;
	top: 40px;
	font-size: 23px;    width: 25px;
}
.count-down-social {
	width: 15%;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}
.count-down-social a {
   font-size: 20px;
   margin: auto;
   transition: 0.1s all;
   color: #fff;
   background: #9E9E9E;
   padding: 7px;
   opacity: 1;
}
.count-down-social img {
	margin: auto;
	transition: 0.1s all;
	filter: brightness(0%);
	width: 18px;
	height: 18px;
}
.facebook-icon:hover{
	filter: brightness(100%);
	cursor: pointer;
}
.instagram-icon:hover{
	filter: brightness(100%);
	cursor: pointer;
}
.linkedin-icon:hover{
	filter: brightness(100%);
	cursor: pointer;
}
.twitter-icon:hover{
	filter: brightness(100%);
	cursor: pointer;
}
.lds-css{
	position: absolute;
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
	top: -4px;
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
    position: absolute;
    width: 18Px;
    height: 18px;
    top: 2px;
    left: 8px;
    border-radius: 50%;
    border: 2.3px solid #c7c7c7;
    border-color: #c7c7c7 transparent #c7c7c7 transparent;
    -webkit-animation: lds-dual-ring 0.8s linear infinite;
    animation: lds-dual-ring 0.8s linear infinite;
}
.lds-dual-ring {
    width: 18px !important;
    height: 18px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.errors{
    margin-top: 36px;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}
.errors img{
    width: 16.9px;
     height: 15.1px;
     object-fit: contain;
     margin-top: -2px;
}
.errors span{
    width: 170px;
     height: 19px;
     font-family: "avenir-book", sans-serif;
     font-size: 14px;
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.36;
     letter-spacing: normal;
     text-align: center;
     color: #000000;
     margin-left: 9px;
}

.bootstrap-select .btn:focus{
    outline: none !important;
}

.loader{
	color: #576bcd;
	position: absolute;
	right: 18%;
	top: 45px;
	font-size: 15px;
}
.alert-danger, .alert-success{
	width: 80%;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	background-image: linear-gradient(to bottom,rgba(242, 222, 222, 0.15) 0,rgba(231, 195, 195, 0.02) 100%);
}
.success{
	display: none;
}
.count-down-logo{
	height: 182px;
}
.count-down-logo img{
	    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 410px;
    top: 10px;
    height: 182px;
    object-fit: cover;
}
.copyright{
	font-size: 11px;
	position: relative;
	left: -15px;
	right: 0;
	margin: auto;
	top: 15px;
}
.alert-danger, .alert-success{
	font-size: 15px;
}

#particles-js {
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    background: url(../img/bg/bg.JPEG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(11, 13, 19, 0.8);
}

.container-fluid {
	position: fixed;
	z-index: 3;
}

.marge-r-15 {
	margin-right: 0 !important;
}

.count-down-title span {
	color: var(--color-primary);
}

.social-networks {
	padding: 125px 0 20px 0;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.marge0 {
	margin: 0;
}

.pad0 {
	padding: 0;
}

.wh1 {
	width: 100%; 
	height: 100%;
}






