@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

.marathi-logo {
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: orange;
    font-size: 30px !important;
    position: relative;
    top: 5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
input,
textarea {
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*----------bootstrap-navbar-css------------*/
.navbar-logo {
    padding: 15px;
    color: whitesmoke;
}



#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: orangered;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: orange;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    /* font-family: "Font Awesome 5 Free"; */
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .marathi-logo {
        font-size: 22px !important;
    }

    .navbar-mainbg {
        background-color: white;
        padding: 0px;
        height: 110px;
        border-bottom: 4px solid orange;
    }

    .navbar-toggler {
        margin-right: 10px;
        background-color: orange;
        border-color: orange;
    }

    .navbar-collapse {
        background-color: white;
        position: relative;
        z-index: 1005 !important;
        bottom: 20px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbar-mainbg {
        background-color: white;
        padding: 0px;
        height: 110px;
        border-bottom: 4px solid orange;
    }

    .navbar-toggler {
        margin-right: 10px;
        background-color: orange;
        border-color: orange;
    }

    .navbar-collapse {
        background-color: white;
        position: relative;
        z-index: 1 !important;
        bottom: 20px;
    }

    .hori-selector {
        background-color: white;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-mainbg {
        background-color: white;
        padding: 0px;
        height: 110px;
        border-bottom: 4px solid orange;
    }

    .navbar-toggler {
        margin-right: 10px;
        background-color: orange;
        border-color: orange;
    }

    .navbar-collapse {
        background-color: white;
        z-index: 1;
        position: relative;
        bottom: 20px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-mainbg {
        background-color: white;
        padding: 0px;
        height: 80px !important;
        border-bottom: 4px solid orange;
    }

    .navbar-collapse {
        background-color: white;
        z-index: 1;
        position: relative;
        bottom: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-mainbg {
        background-color: white;
        padding: 0px;
        height: 80px !important;
        border-bottom: 4px solid orange;
    }

    .navbar-collapse {
        background-color: white;
        z-index: 1;
        position: relative;
        bottom: 0px;
    }
}


.sticky-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}

@media only screen and (max-width: 600px) {
    .marathi-logo {
        font-size: 11px !important;
    }
}