.navbar-brand img{
    width: 185.4px;
    margin: 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

/* top navber start*/
    .TopNav{
        justify-content: space-between;
        width: 100%;
        background-color: var(--black);
    }

    .TopNav .container{
        padding: 0;
        margin: auto;
    }

    .navbar-brand{
        padding-top: 0; 
        padding-bottom: 0;
    }

    .TopNav .BtnA{
        outline: none;
        background-color: var(--orange);
        border: none;
        color: rgb(255, 255, 255);
        border-radius: 5px;
        padding: 6px 12px;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        margin-right: 5px;
    }

    .TopNav button{
        outline: none;
        background-color: rgb(0, 0, 0);
        border: none;
        color: rgb(255, 255, 255);
        border-radius: 8px;
        padding: 6px 12px;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
    }

    .TopNav .BtnA:hover{
        outline: none;
        background-color: var(--hpverblue);
    }

    .TopNav .BtnA:active{
        outline: none;
        border: none;
    }

    .LoginBtn{
        margin-top: 19px;
    }
    
    .SocialIon{
        padding: 22px 0;
    }
    
    .SocialIon a{
        color: var(--white);
        font-size: 20px;
        margin-bottom: .5rem;
    }
    
    .SocialIon a:not(:last-child){
        margin-right: .4rem;
    }
    
    .SocialIon i:hover{
        color: var(--orange);
    }

    i.fa-solid.fa-bars {
        font-size: 32px;
        color: white;
    }
    
    @media screen and (min-width: 768px) {
        .SocialIonMobo{
            display: none;
        }

        .LoginBtnPhone{
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .TopNav .BtnA {
            padding: 3px 6px;
            font-size: 9px;
            border-radius: 4px;
        }

        .SocialIonLaptop{
            display: none;
        }

        .LoginBtn {
            display: none;
        }

        .navbar-toggler {
            color: rgba(0,0,0,.55);
            border-color: rgba(0,0,0,.1);
            margin-top: 14px;
        }

        .navbar-toggler-icon {
            width: 3em;
            height: 3em;
        }

        .navbar-brand img {
            width: 100%;
            margin: 0;
            /* height: 73px; */
        }

        .TopNav button{
            border-radius: 5px;
            font-size: 10px;
        }

        .SocialIonMobo{
            display: block;
        }

        .LoginBtnPhone{
            display: block;
            width: 80px;
            padding: 6px 12px;
            background: #fba000;
            border-radius: 12px;
            color: black;
            box-shadow: 0 0 10px #22427a;
        }

        .LoginBtn{
            margin-top: 5px !important;

        }

        .LoginBtnPhone a{
            color: var(--black);
            text-decoration: none;
            font-weight: 600;
            margin-top: 6px !important;
        }
    }

    @media screen and (max-width: 352px) {
        .TopNav .BtnA {
            font-size: 8px;
        }
    }

    @media screen and (max-width: 372px) {
        .registation{
            display: none;
        }

        .TopNav .BtnA {
            font-size: 11px;
        }
    }
/* top navber end*/

/* bottom navber start*/
    .BottomNav{
        width: 100%;    
        background: var(--orange);
    }

    .BottomNav .container ul{
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
    }

    .BottomNav .container ul li:not(:last-child) {
        padding-right: 25px;
    }

    .active{
        color: #ffaa17  !important;
    }

    .BottomNav .container ul li a{
        line-height: 1;
        color: var(--white) !important;
        font-size: 18px;
        font-weight: 600;
    }

    .BottomNav .container ul li:hover .nav-link{
        color: #fcf7ee !important;
        padding-bottom: 4px;
        border-bottom: 1px solid white;
    }

    @media screen and (max-width: 1023px) {
        .BottomNav .container ul li a{
            line-height: 1;
            color: var(--white) !important;
            font-size: 16px;
            font-weight: 600;
        }
    }

    @media screen and (max-width: 767px) {
        .BottomNav .container ul li:not(:last-child) {
            border: none;
        }
    }
/* bottom navber end*/


/* colors var */
:root {
    --orange: #f49c00;
    --hpverblue: #a66a01;
    --whiteblue: #f7bb53;
    --white: #ffffff; 
    --black: #000000;
    --comola: #F79E00;
    --lightcomola: #ffb941;
}
