@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}




/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}



.menu-items {
    order: 2;
    display: flex;
}

    .menu-items li {
        list-style: none;
        margin-left: 1.5rem;
        margin-bottom: 0px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 424.5%;
        text-transform: uppercase;
    }

    .menu-items a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        transition: color 0.3s ease-in-out;
    }

    .menu-items a:hover{
        text-decoration: none;
        color: #fff;
      /*  font-weight: 500;*/
        transition: color 0.3s ease-in-out;
    }


.logon {
    order: 1;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}

/* ............//// Showcase styling ////......... */

/* ......../ media query /.......... */

@media (max-width: 768px) {

    .navbar {
        position: fixed !important;
        width: 100%;
        background: #00000038;
        color: #000;
        height: 50px;
        z-index: 12;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

        .navbar-container input[type="checkbox"] {
            position: absolute;
            display: block;
            height: 32px;
            width: 30px;
            top: 20px;
            left: 20px;
            z-index: 5;
            opacity: 0;
        }

        .navbar-container .hamburger-lines {
            display: block;
            height: 18px;
            width: 35px;
            position: absolute;
            top: 12px;
            left: 20px;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .sticky .navbar-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #313131;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }

    .navbar-container {
        display: flex;
        justify-content: space-between;
        height: 64px;
        align-items: center;
    }

        .navbar-container .hamburger-lines .line1 {
            transform-origin: 15% 0%;
            transition: transform 0.4s ease-in-out;
        }

        .navbar-container .hamburger-lines .line2 {
            transition: transform 0.2s ease-in-out;
        }

        .navbar-container .hamburger-lines .line3 {
            transform-origin: 0% 100%;
            transition: transform 0.4s ease-in-out;
        }

    .navbar .menu-items {
        padding-top: 65px;
        background: #313131;
        height: max-content;
        width: 127%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -56px;
        margin-right: -40px;
        padding-left: 50px;
        margin-top: -6px;
        height: 800px;
        transition: transform 0.5s ease-in-out;
    }

        .navbar .menu-items .sticky {
            padding-top: 65px;
            background: #fff;
            height: max-content;
            width: 119%;
            transform: translate(-150%);
            display: flex;
            flex-direction: column;
            margin-left: -56px;
            margin-right: -40px;
            padding-left: 50px;
            margin-top: -6px;
            transition: transform 0.5s ease-in-out;
        }

        .navbar .menu-items li {
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
            font-weight: 500;
        }

    .logon {
        position: absolute;
        top: 2px;
        right: 15px;
        font-size: 2rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(35deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-35deg);
    }

    .logon {
        position: absolute;
        top: 2px;
        right: 15px;
        font-size: 3rem;
    }

    .navbar .menu-items li {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 500;
    }

    a.quick-link.mobileview {
        width: fit-content;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 10px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }

    img.logon {
        width: 50px;
    }

    .sticky .logon.logo2 {
        width: 50px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .img-container h3 {
        font-size: 1.5rem;
    }

    .img-container .btn {
        font-size: 0.7rem;
    }
}
