
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:mercury;

}

html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo-menu{
    display: block;
}




.navbar-brand{
   position: relative;
   top: 1px;
   gap: 3rem;
}

.navbar-collapse{
    gap: 2rem;
}

@media screen and (max-width: 500px) {
    
}

@media screen and (max-width: 470px) {
    .logo-icon{
        width: 260px;
    }
}


.navbar-toggler-icon{
    background-color: white;
    border-bottom: white;
}

.h1{
   position: relative;
   bottom: 15px;
}

.fa-brands{
    color: whitesmoke;
    
}




.right-nav{
    display: flex;
    color: white;
    gap: 1rem;
    padding-top: 10px;
}

/* header-start */
header{
    height: 100px;
}

.navbar-expand-lg{
    height: 100px;
    --bs-navbar-nav-link-padding-x: 1.0rem;
}

.fa-phone{
  color: white;
  position: relative;
   bottom: 15px;
   cursor: pointer;
}

.menu:hover{
    color: #f90b11;
}

/* .collapse{
    
} */

@media only screen and (max-width: 825px) { 
    .menu{
        color: white;
      
    }
   
}

.navbar.sticky{
    position: fixed;
    position: sticky;
}

@media only screen and (max-width: 990px) {
    .navbar-toggler-icon{
        display: block;
    }
}


/* header */


.menu-toggle{
    background-color: black;
    width: 50px;
    text-align: center;
    font-size: 80px;
    border-radius: 10px;
}

header {
  
color: black;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
color: #fff;
font-size: 24px;
}

.links:hover{
    color: gray;
}

.nav-links {
list-style: none;
padding: 0;
margin: 0;
display: flex;
padding-right: 40px;
}

.nav-link{
    font-size: 20px;
}

.nav-links li {
margin-right: 40px;

}

.nav-links li a {
text-decoration: none;
color: #fff;
}

.menu-toggle {
display: none;
color: #fff;
font-size: 35px;
cursor: pointer;
}

@media screen and (max-width: 710px) {
.nav-links {
  display: none;
}
.menu-toggle {
  display: block;
  margin-right: 5px;
}
.nav-links.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px;
  gap: 1rem;
  margin-top: 40px;
}

.navbar-nav{
    line-height: 10px;
}

}

@media only screen and (max-width: 420px) {
    .logo{
        width: 150px;
    }
 
}

@media only screen and (max-width: 462px) {
    .top-icons{
       visibility: hidden;
    }
}

@media only screen and (max-width: 985px) {
    .nav-item{
        padding-left: 30px;
    }
}

.dropdown{
    padding-top: 8px;
    color: gray;
}

.dropdown:hover{
    color: black;
}

.nav-item{
    color: gray;
}