/*global css start*/

:root{

	--bg-primary: #16161a;

	--headings-clr : linear-gradient(90.01deg, #F1C706 0.96%, #F0E2E7 99.98%);

	--btn-clr : rgba(241, 199, 6, 1);

	--primary-font : "DM Sans", sans-serif;

	--primary-font-size: 16px;

}

body{

	font-family: var(--primary-font);

	font-size: 16px;

	font-weight: 400;

	line-height: 29px;

	background: var(--bg-primary);

	color: #fff;

	padding-top: 100px;

}

.py-75{

	padding-top: 75px;

	padding-bottom: 75px;

}

.sub-heading,.main-heading{

	background: var(--headings-clr);

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

        display: inline-block;

}

.main-heading{

	font-size: 60px;

	font-weight: 700;

	line-height: 78.12px;

}

.sub-heading{

	font-size: 40px;

	font-weight: 700;

	line-height: 50px;  

}

.sg-btn {

	letter-spacing: 2.4000000953674316px;

	font-size: 14px;

	font-weight: 500;

	line-height: 24px;

  	padding: 12px 30px;

  	position: relative;

  	transition: background-color 300ms ease-out;

  	background: var(--btn-clr);

  	color: #000;

    min-width: 170px;

    display: inline-block;

    text-align: center;

    text-transform: uppercase;

    border: 1px solid var(--btn-clr);

}
.btn-light-sg{
	border: 1px solid #fff;
}


.sg-btn span {

  display: inline-block;

  position: relative;

  transition: all 300ms ease-out;

  will-change: transform;

}



.sg-btn:hover span {

  transform: translate3d(15px, 0, 0);

}



.sg-btn img {

  position: absolute;

  left: 0rem;

  opacity: 0;

  top: 50%;

  transform: translateY(-50%);

  transition: all 300ms ease-out;

  will-change: left, opacity;

}



.sg-btn:hover img {

  opacity: 1;

  left: -25px;

}

.bg-vector{

	position: absolute;

	z-index: -1;

}

.top-left-bg{

    top: -110px;

    left: 0;

}

.hero-botton-bg{

    right: 0px;

    top: 0px;

}

.bottom-50per{

	top: inherit;

  bottom: -40%;

}

.bottom-left-10per{

	top: inherit;

	left: 0;

	bottom: 10%;

}

.hero-botton-bg-0{

	top: inherit;

	bottom: 0px;

	right: 0px;

}

@media(max-width:576px){

	.main-heading {

	    font-size: 40px;

	    line-height: 50.12px;

	}

	.sub-heading {

	    font-size: 26px;

	    line-height: 38px;

	}

	.hero-sec ,.py-75{

	    padding-top: 60px;

	    padding-bottom: 60px;

	}

	.sg-btn{
	    min-width: 250px;
	}

}

/*global css end*/

/*header css start*/

.navbar-brand{
	max-width: 250px;
}
.nav-link,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,.nav-link:focus {

	color: #fff;

    margin-right: 20px;

}

.nav-link:hover{

	color: var(--btn-clr);

}

.header .navbar{

	padding: 17px 0px;

}

.header{

	border-bottom: 1px solid #FFFFFF26;

	transition: background-color 0.3s ease-in-out;

}

.header.header-bg,.header.header-bg-toggled {

  background-color: var(--bg-primary); /* Replace with your desired background color */

}

.navbar-toggler{

    background-color: var(--btn-clr);

    border-radius: 0;

}

.dropdown-menu{

	background: rgba(22, 22, 26, 1);

  border: 1px solid rgba(255, 255, 255, 0.06);

}

.dropdown-item{

	color: #fff;

	padding: 10px 20px;

}

.dropdown-item:focus, .dropdown-item:hover{

	background: var(--btn-clr);

}
@media(max-width:1200px){
	.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus{
		margin-right: 8px;
	}
}
@media(max-width:992px){
	.navbar-collapse {
	    padding: 30px 0px;
	}
	.offcanvas.offcanvas-end{
	    background-color: var(--bg-primary) !important;
	}
}
@media(max-width:440px){

	.navbar-brand img{

		max-width: 180px;

	}

	.navbar-toggler-icon{

	    width: 1em;

    	height: 1em;

	}

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 220px;
    }
}
/*header css end*/

/*footer css start*/

.footer{

    border-top: 1px solid #47484C;

}

.footer footer{

	padding: 20px 0px;

}

.footer .nav-link{

	color: var(--btn-clr);

	margin-right: 0px;

}

/*footer css end*/





/*contact css*/

.contact-box{

  background: rgba(15, 15, 18, 1);

  padding: 60px;

}

.contact-box .icon-box{

	height: 58px;

	width: 58px;

	min-width: 58px;

}

.icon-box{

	background: #D9D9D90A;

	width: 70px;

	height: 70px;

	display: flex;

	align-items: center;

	justify-content: center;

	

}

/*form css*/

form{

  background: rgba(23, 23, 26, 1);

  padding: 33px 30px;

}

form .btn-group {

    border-radius: 0px;

    flex-wrap: wrap;

}

.cst-checkbox{

    color: rgba(255, 255, 255, 1);

    background: rgba(47, 47, 47, 1);

    margin-right: 10px;

    border-radius: 0px;

    font-size: 14px;

    font-weight: 500;

    line-height: 24px;

    letter-spacing: 2.4000000953674316px;

    padding: 8px 17px;

  	margin-bottom: 10px;

    text-transform: uppercase;

    border: 1px solid rgba(47, 47, 47, 1);

}

.btn-check:checked+.cst-checkbox, .cst-checkbox.active, 

.cst-checkbox.show, .cst-checkbox:first-child:active, 

:not(.btn-check)+.cst-checkbox:active,

.btn-check+.cst-checkbox:hover {

    color: #000;

    background-color: var(--btn-clr);

    border-color: var(--btn-clr);

}

.form-control:focus,.form-control{

	background: transparent;

  border: 0px;

  border-bottom: 1px solid rgba(71, 72, 76, 0.5);

  border-radius: 0px;

  color: #fff;

}

.form-control:focus {

    box-shadow: 0 0 0 0.1rem rgb(241 199 6 / 22%);

}

.form-control::placeholder{

	color: #fff;

}

@media(max-width:768px){

	form {

	    background: transparent;

	    padding: 30px 0px;

	}

	.contact-box {

	    padding: 30px;

	}

}

/*404 css*/
.con-404{
	max-width: 823px;
	margin: 0 auto;
	background-image: url('../img/404.png');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.heading-404{
	font-size: 110px;
	font-weight: 700;
	line-height: 143.22px;

}
.sub-heading-404 {
	font-size: 50px;
	font-weight: 700;
	line-height: 65.1px;

}
.navbar-toggler:focus{
	box-shadow: none;
}
.white-text{
	color: #fff;
}