@charset "UTF-8";
/* CSS Document */


body{
	font-family: "Lexend Giga", sans-serif;
}

h1{
	color:#2f3eca;
}
/*navbar*/
.navbar-custom, .navbar-custom {

    background-color: #2f3eca;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	border-radius: 100px;
	width: 98%;
	margin-left: 1%;
	margin-top: 1%;
	padding-left: 30px;
	font-family: "Lexend Giga", sans-serif;
}

.dropdown-menu {
	
 background-color: #2f3eca;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	border-radius: 20px;
	width: 98%;
	margin-top: 1%;	
	
}


.navbar-custom .navbar-brand, .navbar-custom .navbar-text,

.navbar-custom .navbar-nav .nav-link,

.navbar-custom .dropdown-item {

    color: white;

}

.dropdown-item:hover{
	
	border-radius: 20px;
}

.navbar.fixed-top.navbar-expand-lg.col-md-12.navbar-custom .navbar-brand {
    background-position: 0% center;
}


.navbar-brand {
    width: 110px;
    height: 60px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
   background-size: 30%;
    padding-left: 20px;
    background-position: 1%;
    background-position: 0% center;
	margin-left: 20px;
}

.navbar-brand:hover{
	
		transform: scale(1.1);
	    transition: 0.9s ease;
}

.navbar-custom .nav-item.active .nav-link,

.navbar-custom .nav-item:hover .nav-link,

.navbar-custom .nav-item:focus .nav-link,

.navbar-custom .dropdown-item:hover, 

.navbar-custom .dropdown-item:focus {

    color: #ffa7d1; 

}

.custom-toggler.navbar-toggler {

   

    color: transparent;

}


.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

 
}


@media (max-width: 992px){
	
	
	.collapse, .navbar-collapse{
		
		margin-left: 30px;
	}
	
	
}