

        .nav-item {

            margin: 0 10px;

        }



        .nav-link:hover {

            border-bottom: 2px solid pink;

        }



        .nav-link {

            color: rgba(0, 0, 0, 0.705) !important;

            font-weight: 600;

        }



        .swiper-section {

            width: 100%;

            height: 70vh;

        }



        .swiper-section img {

            width: 100%;

            height: 70vh;

        }

        .burger-menu{display: none; margin: 4px 10px;}

        @media (max-width:990px) 
        {

            .collapse1{display: none !important;}

            .burger-menu{display: block;}

            .nav-link:hover {

                border-bottom: 0px solid pink;

                color: black !important;

            }

        }