HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/kollect/wp-content/themes/kollect/scss/header.scss
@import "partials";
.hdr{
    &.hdr-inner{
        .scrolled{
            background-color: #15789A;
            box-shadow: 0px 0px 10px #49494961;
        }
        .fixed-top{
            background-color: #15789A;
        }
        .navbar-toggler{
            span{
                background-color: $whiteColor;
            }
        }
        .logo{
            filter: brightness(20.5);
        }
        .nav-item{
            .nav-link{
                color: $whiteColor;
            }
        }
        .btn-common{
            background-color: $whiteColor;
            color: $primaryColor;
            border: 1px solid transparent;
            @media ($sm-1199){
                width: 120px;
            }
            &:hover{
                color: $whiteColor;
                border: 1px solid $primaryColor;
                &::after{
                    background-color: $primaryColor;
                    border: 1px solid $primaryColor;
                }
            }
        }
    }
    .scrolled{
        background-color: #fff;
        box-shadow: 0px 0px 10px #ccc;
    }
    .logo{
        @media ($sm-1679){
            max-width: 60px;
        }
        @media ($sm-767){
            max-width: 50px;
        }
    }
    .nav-item{
        &:not(:first-child){
        margin-left: 77px;
        @media ($sm-1679){
            margin-left: 40px;
        }
        @media ($sm-1441){
            margin-left: 30px; 
        }
        @media ($sm-1199){
            margin-left: 20px;
        }
        @media ($sm-991){
            margin-left: 15px;
        }
        @media ($sm-767){
            margin-left: 0px;
        }
        }
        .nav-link{
            color: $primaryColor;
            font-size: 16px;
            @media ($sm-1199){
                font-size: 15px;
            }
            @media ($sm-991){
                font-size: 14px;
            }
            &:hover{
                color: #6CDAFF;
            }
            &.active{
                color: #6CDAFF;
                font-weight: 600;
            }
        }
    }
    .navbar{
        padding: 0;
        @media ($sm-767){
            background-color: $whiteColor;
        }
    }
    .navbar-collapse{
        @media ($sm-767){
            padding: 20px 0;
        }
    }
    .navbar-toggler{
        border: none;
        box-shadow: none;
        outline: none;
    @media($sm-991){
        span{
            display: block;
            width: 30px;
            height: 3px;
            border-radius: 3px;
            background-color: $primaryColor;
            margin: 5px 0px;
            transition: all 0.3s linear;
        }
    }
     @media($sm-579){
        span{
            display: block;
            width: 25px;
            height: 3px;
            border-radius: 3px;
            background-color: $primaryColor;
            margin: 5px 0px;
            transition: all 0.3s linear;
        }
    }
    &:not(.collapsed){
        span{
            margin: 0;
            &:nth-child(2){
                display: none;
            }
            &:nth-child(1){
                transform: translateY(3px) rotate(45deg);
            }
            &:nth-child(3){
                transform: translateY(0px) rotate(-45deg);
            }
        }
    }
}
.btn-common{
    margin-left: 77px;
            @media ($sm-1679){
            margin-left: 40px;
        }
        @media ($sm-1441){
            margin-left: 30px;
        }
        @media ($sm-1199){
            margin-left: 20px;
            height: 40px;
            width: 120px;
        }
        @media ($sm-991){
            margin-left: 15px;
            height: 38px;
        }
        @media ($sm-767){
            margin-left: 0px;
            height: 36px;
        }
 
}
}