/*
Template Name: Coming Soon
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

:root {
	--border_light:#25282e;
	--red:#ec0606;
	--bg_black_transparent:#000000ed;
	--bg_black_transparent_light:#9e9e9e1f
}
body{
	font-family: "Poppins", serif;
	background-image: url(../image/bg_1.jpg);
	background-position: center center;
	background-size: cover;
}
ul{
	list-style:none;
	padding:0;
}
h1, h2, h3, h4, h5 {
	  font-family: "Libertinus Sans", sans-serif;
	  font-weight: 600 !important;
}
a{
	color: var(--bs-gray-900);
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: var(--red);
}
a:focus{
	text-decoration:none;
	color: var(--red);
}

.link:hover{
	text-decoration:none;
	color: var(--red)!important
}
.link:focus{
	text-decoration:none;
	color: var(--red)!important;
}
.button{
	transition: 0.3s;
	padding: 14px 36px 14px 36px;
	display: inline-block;
	color:var(--bs-white);
	background:var(--red);
}

.button:hover{
	background:var(--bs-white);
	color:var(--red);
}

.button:focus{
	background:var(--bs-white);
	color:var(--red);
}

.bg_black_transparent {
    background: var(--bg_black_transparent);
}
.bg_black_transparent_light {
    background: var(--bg_black_transparent_light)!important;
}
.bg_red {
    background: var(--red);
}
.col_red {
    color: var(--red);
}
p{
	color:var(--bs-white);
	line-height:1.8em;
}
.family_1{
	 font-family: "Libertinus Sans", sans-serif;
}
.font_50{
	font-size:70px;
}
.form-control {
	box-shadow: none;
	height: 48px;
}
.form-control:focus{
	box-shadow:none;
	 border: 1px solid var(--border_light);
}
.border_light {
    border: 1px solid var(--border_light);
}
::placeholder {
	opacity: 1; /* Firefox */
	color: var(--bs-gray)!important;
}
.input-group .form-control {
	box-shadow: none;
	height: auto;
}
.form_text {
    height: 180px!important;
}
.border, .border-start, .border-end, .border-top, .border-bottom {	 
	border-color: var(--border_light) !important;
}
/*****************header*****************/

.navbar-collapse {
  align-items:start;
}

#header .nav-link{
	padding: 12px 16px;
	color:var(--bs-white);
	border-bottom:2px solid transparent;
	margin-left:5px;
	margin-right:5px;
 }
#header .nav-link:hover{
	color:var(--red);
	border-bottom:2px solid var(--red);
 }
#header .nav-link:focus{
	color:var(--red);
	border-bottom:2px solid var(--red);
 }
#header .active{
	color:var(--red);
	border-bottom:2px solid var(--red);
 }


.sticky {
	position: fixed;
	top: 0;
	width: 100%!important;
	border-radius:0;
	background:var(--bs-dark)!important;
}
.sticky {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.navbar {
    z-index: 1000!important;
    background: var(--bg_back);
}
.p_9 {
    padding-top: 85px;
    padding-bottom: 90px;
}

.nav_right{
	margin-top:7px;
}
/*****************header_end*****************/

/*****************coming*****************/
.count_box{
	border-top:2px solid var(--red);
}
.social_icon li {
    margin-left: 10px;
    margin-right: 10px;
}
/*****************coming_end*****************/

/*****************footer*****************/
.footer-section {
	padding-top: 60px;
	padding-bottom: 40px;
	border-top: 1px solid var(--border_light);
	background: transparent;
}

.footer_content {
	padding: 20px 0;
}

.footer_logo_img {
	height: 50px;
	width: auto;
	opacity: 0.95;
	transition: opacity 0.3s;
}

.footer_logo_img:hover {
	opacity: 1;
}

.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.footer_link {
	color: var(--bs-white);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
	padding: 5px 0;
}

.footer_link:hover {
	color: var(--red);
	text-decoration: none;
}

.footer_separator {
	color: var(--bs-gray-600);
	margin: 0 5px;
}

.footer_copyright p {
	color: var(--bs-gray-400);
	font-size: 13px;
	margin: 0;
}
/*****************footer_end*****************/

/*****************subscribe*****************/
#subscribeMessage {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	transition: all 0.3s;
}

#subscribeMessage.text-success {
	color: #28a745 !important;
}

#subscribeMessage.text-danger {
	color: #dc3545 !important;
}

#subscribeEmail:focus {
	outline: none;
	border-color: var(--red) !important;
}
/*****************subscribe_end*****************/



@media screen and (max-width : 767px){
.navbar-collapse{
	max-height:500px;
	overflow-y:scroll; 
	border-top:1px solid var(--border_light);
	margin-top:15px;
 }
#header .nav-link{
	font-size:26px!important;
	border-bottom:1px solid var(--border_light);
	padding-top:10px;
	padding-bottom:10px;
	border-radius:0!important;
	border-right:none;
 }

.navbar .navbar-toggler{
	box-shadow:none!important;
	background:var(--bs-white);
	border:none;
	border-radius:0;
	margin-top:0;
 }
.navbar{
	padding-left:0!important;
	padding-right:0!important;
	width:100%;
	border-radius:0;
	background:var(--bs-dark);
 }
.menu_icon{
	margin-left:20px;
}
 .w-50{
	width:100%!important; 
 }
 .w-75{
	width:100%!important; 
 }
.count_box {
	margin-top:10px;
	margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
	flex-wrap:wrap!important;
}
#header .nav-link {
    padding: 12px 5px;
    font-size:14px;
}
 .w-50{
	width:75%!important; 
 }
 .w-75{
	width:100%!important; 
 }
 }

 @media (min-width:871px) and (max-width:991px) {
#header .nav-link {
    padding: 12px 12px;
}

}
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
	flex-wrap:wrap!important;
}

.navbar-brand{
  font-size:22px!important;
 }

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){


 }


