@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700&display=swap');
/*font-family: 'Mulish', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700&display=swap');
/*font-family: 'Karla', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bungee:wght@200;300;400;500;600;700&display=swap');
/*font-family: "Bungee", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker:wght@200;300;400;500;600;700&display=swap');
/*font-family: "Permanent Marker", cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/*font-family: "Satisfy", cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
/*font-family: "Rowdies", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Chivo", sans-serif;*/
*
{
margin: 0;
padding: 0;
font-weight: normal;
font-family: "Chivo", sans-serif;
}


body{
background-color: #;
}

*{
margin: 0px;
padding: 0px;
list-style: none;

}

.btn-deconnect{
width: 120px;
height: 35px;
background-color: 
}

.monmenu{
width: 100%;
height: 120px;
position: sticky;
top: 0;
z-index: 200000;

/*border-bottom: solid 1px #EBE7E7;*/
/*border-top: solid 1px #EBE7E7;*/
}


.contenumenu{
width: 90%;
height: auto;
margin: 0px auto;

justify-content:space-between;
}


.menux{
width: 100%;
height: auto;

}

.navbar{
z-index: 10000;
width: 100%;
height: 80px;
background-color: #fff;
border-radius: 8px;
position: relative;

}

.navbar .nav-header{
  display: inline;
}

.navbar .nav-header .nav-logo{
  display: inline-block;

}

.logo{
width: 100px;
height: 80px;

}

.imlogo{
width: 100%;
height: 100%;
object-fit: contain;
}

.navbar .nav-links{
display: inline;
float: right;
font-size: 22px;
position: relative;
top: 15px;

}
 
.navbar .nav-links .loginBtn{
width: 100px;
height: 35px;
border-radius: 35px;
background-color:  #FB144E;
border: solid 1px #fff;
color: #fff;
}

.navbar .nav-links a {
padding: 10px 12px;
text-decoration: none;

font-size: 14px;
color:black;
}

/* Hover effects */
.navbar .nav-links a:hover{
border-bottom: solid 2px #befc46;

}
 
/* responsive navbar toggle button */
.navbar #nav-check, .navbar .nav-btn{
  display: none;
}


@media only screen and (min-width: 481px) and (max-width: 1024px){
*{
margin: 0px;
padding: 0px;
list-style: none;}
	

.btn-deconnect{
width: 120px;
height: 35px;}

.monmenu{
width: 100%;
height: 120px;
z-index: 10000;
border-bottom: solid 1px #EBE7E7;
border-top: solid 1px #EBE7E7;}


.contenumenu{
width: 100%;
height: auto;
margin: 0px auto;
justify-content:space-between;}


.menux{
width: 100%;
height: auto;

}

.navbar{
height: 70px;
width: 100%;
background-color: #FFffFF;
position: relative;
z-index: 10000;
}

.navbar .nav-header{
  display: inline;
}

.navbar .nav-header .nav-logo{
  display: inline-block;
  margin-top: -7px;
}

.logo{
width: 100px;
height: 90px;}

.imlogo{
width: 100%;
height: 100%;
}

.navbar .nav-links{
display: inline;
float: right;
font-size: 18px;
position: relative;
top: -60px;
}
 
.navbar .nav-links .loginBtn{
width: 100px;
height: 35px;
border-radius: 35px;
background-color:  #FB144E;
border: solid 1px #fff;
color: #fff;
}

.navbar .nav-links a {
padding: 10px 12px;
text-decoration: none;
font-weight: 0;
font-size: 14px;
color:black;
}

/* Hover effects */
.navbar .nav-links a:hover{
border-bottom: solid 2px #befc46;
}
 
/* responsive navbar toggle button */
.navbar #nav-check, .navbar .nav-btn{
  display: none;
}	
}
 
@media (max-width:700px) {
	
.contenumenu{
width: 98%;
height: auto;
margin: 0px auto;

justify-content:space-between;
}
.navbar .nav-btn{
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
	
  }
.navbar .nav-btn label {

width: 80px;
height: 50px;
padding: 25px;
  }
  .navbar .nav-btn label span {
display: block;
height: 5px;
width: 25px;
border-top: 3px solid #afd000;
	 
  }
	
.navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
transition: all 0.5s ease;
  }
.navbar .nav-links{
position: absolute;
display: block;
text-align: center;
width: 100%;
background-color:#afd000;
transition: all 0.3s ease-in;
overflow-y: hidden;
top: 70px;
right: 0px;
  }
.navbar .nav-links a {
display: block;
color: #fff;
  }
 
  /* when nav toggle button not checked */
.navbar #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
 
  /* when nav toggle button is checked */
.navbar #nav-check:checked ~ .nav-links {
height: calc(100vh - 70px);
overflow-y: auto;
  }
  .navbar .nav-links .loginBtn {
    padding: 10px 40px ;
    margin: 20px;
    font-size:  18px;
    font-weight: bold;
    color: #fff;
  }
  /* Responsive dropdown code */
  .navbar .nav-links .dropdown, .navbar .nav-links .dropdown2 {
    float: none;
    width: 100%;
  }
  .navbar .nav-links .drop-content, .navbar .nav-links .drop-content2 {
    position: relative;
    background-color: rgb(220, 220, 250);
    top: 0px;
    left: 0px;
  }
  /* Text color */
  .navbar .nav-links .drop-content a {
    color: rgb(9, 14, 90);
  }  
 
}
 
/* Dropdown menu CSS code */
.dropdown{
  position: relative;
  display: inline-block;
}
.drop-content, .drop-content2 {
  display: none;
  position: absolute;
  background-color: #befc46;
  min-width: 120px;
  font-size: 16px;
  top: 34px;
  z-index: 1;
 
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
/* on hover show dropdown */
.dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
  display: block;
}
/* drondown links */
.drop-content a {
  padding: 12px 10px;
  border-bottom: 1px solid rgb(197, 197, 250);
  display: block;
  transition: all 0.5s ease !important;
}
.dropBtn .drop-content a:hover {
  background-color: rgb(230, 230, 230);
}
.dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {

}
.dropdown2 .drop-content2 {
  position: absolute;
  left: 120px;
  top: 126px;
}
.dropBtn2 i {
  margin-left: 15px;
}