.signup-btn{
    background-color: hsla( 250 , 73% , 62% , 1 );
    border-radius: 25px;
    text-align: center;
    padding-top:10px;
    width: 90px;
    height: 45px;


}
.nav-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-item>span{
    letter-spacing: 0.3px;
    word-spacing: 1px;
}
.nav-item>*:hover, .nav-link:hover{
    color: hsla( 250 , 73% , 62% , 1 ) !important;
    cursor: pointer;
}
.nav-item >*{
    font-weight: 600 !important;
    color: rgb(80,80,80) !important;
    font-size: 15px !important;
}
li a, .dropdown-submenu{
    color:rgb(80,80,80) !important;
}
li a:hover, .dropdown-submenu:hover, .dropdown-item:hover{
    color: hsla( 250 , 73% , 62% , 1 ) !important;
    background:none;
}
.dropdown-item{
    font-weight: 600!important;
    padding: 7px 15px;
    font-size: 16px !important;
    color: #666 !important;
}
.signup-btn, .signin-btn:hover{
    padding: 11px 35px;
    border-radius: 5px;
    color: white;
    background-color: rgb(91,74,209);
    font-weight: 600;
    border: 2px solid rgb(91,74,209);
    text-decoration: none;
    cursor: pointer;
    white-space:nowrap;
    
}
.signin-btn, .signup-btn:hover{
    color: rgb(91,74,209);
    background-color: white;
    font-weight: 600;
    padding: 11px 35px;
    border-radius: 5px;
    border: 2px solid rgb(91,74,209);
    text-decoration: none;
    cursor: pointer;
    white-space:nowrap;
}

.navbar.fixed-top {
    transition: white 0.3s ease-in-out;
  }
  
.dropdown-menu{
    border: none;
    border-radius: none;
    box-shadow: none;
}
.navbar.fixed-top.scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-btn-con{
    display: block;
    margin-left: 70px !important;
}
.nav-sign{
    display: none;
}
.nav-closebtn{
    float: right;
    font-size: 30px;
    color: black;
}
.dropdown-toggle svg{
    width: 10px;
    margin-left: 10px;
    margin-top: -4px;
}

.dropdown-submenu .dropdown-toggle svg{
    transform: rotate(-90deg);
    right: 0;
    margin-top: 0px;
}
.dropdown-toggle::after{
    display: none !important;
}
.dropdown-toggle:hover svg path, .dropdown-toggle:active svg path{
    fill: rgb(91,74,209);
}

@media only screen and (max-width:1362px){
    .nav-btn-con{
        margin-left: 10px !important;
    }
}
@media only screen and (max-width:992px){
    #navbarSupportedContent {

        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255);
        overflow-y: scroll;
        transition: 0.5s;
      }
      .sm-show{
        display: block;
      }

.navbar-toggler{
    margin-top: 8px;
}.dropdown-submenu .dropdown-toggle svg{
    transform: rotate(0deg);
}
.dropdown-toggle.rotation svg{
    transform: rotate(-180deg);
    transition: linear 0.2s;
}
.dropdown-item{
    white-space:unset;
    font-size: 15px !important;
    font-weight: 400 !important;
}
}
@media only screen and (max-width: 620px) {
    .nav-btn-con{
        display: none;
    }
    .nav-sign{
        display: block;
    }
    .nav-con{
        width: 100%;
        display: block !important;
    }
}

@media only screen and (min-width: 992px) {    
    .dropdown:hover > .dropdown-menu, .dropdown-submenu > a:focus + .dropdown-menu {
        display: block;
    }
    
    .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu > a:focus + .dropdown-menu {
        display: block;
    }


    .dropdown-menu{
        border: none;
        border-radius: 3px;
        box-shadow: rgba(0,0,0,0.15) 0px 0px 9px 1px;
    }

}
