


#navContainer{
    position: sticky;
    top: 0px;
    z-index: 5;
   
    width: 100%;
    background-color: #063C4D;
    color: #DAE2E3;
    max-width: 100%;
   
   
}

#nav{
    
    display: flex;
    width: 100%;
 
    justify-content: space-around;
    padding:  24px 0px;
 
}
#logo{
    width: 127px;
    height: 37px;
   margin-left:-70px ;
   position: relative;
}
#logo>img{
    width: 100%;
}

#details{
    display: flex;
    gap : 50px;
    margin-top: 10px;
}

#details>div{
    
    width: auto;
    
    height: 18px;

  
}
#details>div:first-child{
height: 44px;
   
}
#details>div:nth-child(2){
    margin-left: -30px;
   
    height: 44px;
    }
#details>div:nth-child(3){
margin-left: -30px;
height: 44px;
}
#details>div:nth-child(4){
    margin-left: -20px;
    }

#details>div>p:first-child{
   
    margin-top: 5px;
}

.arrow{
    
   
   margin-left: 5px;
    width:7px;
    margin-top: 8px;
  

    transform: rotate(90deg);
}




#btn{
padding: 15px 24px;
border-radius: 30px;
font-size: 16px;
font-weight:550;
margin-right: 20px;
background-color: #ffd265;
color: #063C4D;
margin-right: -18px;
}
#btn:hover{
    background-color: #efb735;
    transition: 0.5s;
    cursor: pointer;
}
#logo,#details,:hover{
    cursor: pointer;
}
#details a{
    color: #063C4D;
}
#WhyLead{
    display: none;
    color: #063C4D;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    width: 130px;
 height: 80px;
    font-size: 16px;
    margin-top: 15px;
    position: absolute;
    box-shadow:rgba(6, 60, 77, 0.1) 1px 1px;
    border: 1px solid  #DAE2E3;
   
}


#Solutions{
    display: none;
    gap: 40px;
    color: #063C4D;
    background-color: white;
    padding: 15px 30px;
    border-radius: 20px;
    width: 350px;
    margin-top: 15px;
    font-size: 16px;
    position: absolute;
    box-shadow:rgba(6, 60, 77, 0.1) 1px 1px;
    border: 1px solid  #DAE2E3;
}
#Solutions>div>h4{
    font-size: 18px;
    font-weight: 500;
    color: #85959A;
}
#Resources{
    display: none;
    
    color: #063C4D;
    background-color: white;
    padding: 15px 20px 15px 20px;
    border-radius: 20px;
    width: 120px;
    margin-top: 15px;
    font-size: 16px;
    position: absolute;
    box-shadow:rgba(6, 60, 77, 0.1) 1px 1px;
    border: 1px solid  #DAE2E3;
}
#WhyLead>p:hover{
    cursor: pointer;
    color: #00D586;
    transition: 0.5s;
  
  }
  #Resources>p:hover{
    cursor: pointer;
    color: #00D586;
    transition: 0.5s;
  }
  #Solutions>div>p:hover{
    cursor: pointer;
    color: #00D586;
    transition: 0.5s;
  }
  @media all and (min-width:780px) and (max-width:997px){
    #navContainer{
        position: sticky;
        top: 0px;
        z-index: 5;
        height: 48px;
        width: 800px;
        background-color: #063C4D;
        color: #DAE2E3;
        max-width: 100%;
    }

    #nav{
    
        display: flex;
        
     
        justify-content: space-between;
        padding:  24px 0px;
      
    }
    #logo{
        width: 100px;
       margin-left:30px ;
       position: relative;
    }
    #btn{
        padding: 7px 12px;
        margin-right: 20px;
        }


  }

  @media all and (min-width:997px) and (max-width:1150px){
  
    #nav{
    
        display: flex;
        
     
        justify-content: space-around;
        padding:  24px 0px;
      
    }
    #logo{
      
       margin-left:30px ;
       position: relative;
    }
    #btn{
      
        margin-right: 18px;
        }

}


  @media all and (min-width:320px) and (max-width:780px){
    #navContainer{
        position: sticky;
        top: 0px;
        z-index: 5;
        height: 48px;
        width: 800px;
        background-color: #063C4D;
        color: #DAE2E3;
        max-width: 100%;
    }

    #nav{
    
        display: flex;
        
     
        justify-content: space-between;
        padding:  24px 0px;
      
    }
    #logo{
        width: 100px;
       margin-left:30px ;
       position: relative;
    }
    #btn{
        padding: 7px 12px;
        margin-right: 20px;
        }


  }

  @media all and (min-width:997px) and (max-width:1150px){
  
    #nav{
    
        display: flex;
        
     
        justify-content: space-around;
        padding:  24px 0px;
      
    }
    #logo{
      
       margin-left:30px ;
       position: relative;
    }
    #btn{
      
        margin-right: 18px;
        }


  }