    body {
        
            background-image: url("/assets/img/bg1.png");
            font-family: "Inter var","Poppins", sans-serif;
        }
        h1,h2,p,a{
            font-family: "Inter var","Poppins", sans-serif !important;
        }
        .bgImg{
            /*background-color: #2222;*/
            /*background-image: url("/assets/img/bg1.png");*/
            /*background-repeat: repeat-x;*/
            /*background-size: cover;*/
            /*background-position: right top;*/
        }
        .text-center{
            text-align:center !important;
        }
        .text-justify{
            text-align:justify !important;
        }
        .textColor {
            /*color: #030F27;*/
            -tw-text-opacity: 1;
            color: rgb(71 85 105 / var(--tw-text-opacity));
        }

        .navbarBgDark {
            /*background: #030F27;*/
            background: #030f277d;
            backdrop-filter:blur(15px);
        }

        .navbar-nav .nav-link.active {
            color: #EDA72F;
        }

        .nav-link:hover {
            color: #EDA72F;
        }

        .nav-link {
            color: #fff;
        }

        .getBtn {
            color: #fff;
        }
        .thumbnail {
          display: block;
          padding: 5px;
          margin-bottom: 20px;
          line-height: 1.42857143;
          background-color: #ffffffab;
          backdrop-filter:blur(30px);
          border: 1px solid #dddddd69;
          border-radius: 5px;
          -webkit-transition: border .2s ease-in-out;
          -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
        }

        .sideLine {
            border-right: 1px solid #030F27;
        }

        .iconHeight {
            height: 24px;
            width: 24px;
        }
        .flex {
          display: flex;
          flex-wrap: wrap;
        }
        @media only screen and (max-width: 600px) {
            body {
                background-image: url("/assets/img/bg1.png");
                background-repeat: no-repeat;
                background-position-x: left 25%;
                background-attachment: fixed;
                background-size: cover;
                font-family: "Inter var","Poppins", sans-serif;
            }
            .sideLine {
                border-right: none;
            }
            .iconHeight {
                height: 46px;
                width: 46px;
            }
        }
        /*@media screen and (min-width: 992px) {*/
        /*    body {*/
        /*        background-image: url("/assets/img/bg1.png");*/
        /*        background-repeat: no-repeat;*/
        /*        background-position-x: left 25%;*/
        /*        background-attachment: fixed;*/
        /*        background-size: cover;*/
        /*        font-family: "Inter var","Poppins", sans-serif;*/
        /*    }*/
        /*    h1,h2,p,a{*/
        /*        font-family: "Inter var","Poppins", sans-serif !important;*/
        /*    }*/
        /*    .sideLine {*/
        /*        border-right: none;*/
        /*    }*/
        /*    .iconHeight {*/
        /*        height: 46px;*/
        /*        width: 46px;*/
        /*    }*/
        /*}*/