@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
.imgwidth{
    width:100%;
    max-height: 250px;
}
.navbar-toggler{
    margin: 0 20px;
}
body {margin:0;}
.navbar {
    overflow: hidden;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.font-22{
    font-size: 22px;
}
.font-16{
    font-size:16px
}
.font-25{
    font-size:25px
}
.font-14{
    font-size: 14px;
}.font-20{
     font-size: 20px;
 }
.font-35{
    font-size: 35px;
    font-weight: 600;
}

.navbar a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.nav-link{
    color:black;
}

.navbar a:hover {
    background: #ddd;
    color: black;
}
.nav-link:focus, .nav-link:hover {
    color: black;
}

.main {
    padding: 16px;
    margin-top: 30px;
    height: 1500px; /* Used in this example to enable scrolling */
}

.section{
    padding:3% 10%;
}
.section h4{
    color: red;
    font-weight: bold;
    font-size: 35px;
}
.section h4 span{
    color: black;
}
.section .subheading{
    color: green;
    font-size: 24px;
}
/*.section .row*/
/*{*/
/*    margin-top: 15%;*/
/*}*/
.how-img
{
    text-align: center;
}
.how-img img{
    width: 40%;
}
.theme-2-bg{
    background-color:  #FEF4DE;
    border-color:#FDFDE5 ;
}
.theme-3-bg{
    background-color: #F5F5F5;
}
.imgicon{
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.carousel-control-prev-icon {
    background-image: url("images/left_arrow.png");
}
.carousel-control-next-icon {
    background-image: url("images/right_arrow.png");
}

@media (max-width: 768px) {
    .carousel-control-next {
        left: 28%;
    }
    .section h4{
        font-size: 30px !important;
    }

}

@media (min-width: 768px) {
    .section h4{
        font-size: 40px !important;
    }
    .carousel-control-next {
        left: 20%;
    }
    .cardshow{
        min-height: 470px;
    }
}

.redtitle{
    color:red
}
body {
    font-size: 18px;
    font-family: 'Mukta Malar';
    /*font-optical-sizing: auto;*/
    /*font-weight: <weight>;*/
    /*font-style: normal;*/
    /*font-variation-settings:*/
    /*        "slnt" 0;*/
}

.navbar a:hover {
    background: unset;
    color: black;
}

/* Styles for screens smaller than 600 pixels wide */
@media screen and (max-width: 600px) {
    .gettotal_width {
        margin: unset;
    }
    .navbar a {
        padding: 5px;

    }
    .section {
        padding: 3% 3%;
    }
    .card-center{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav {
        white-space: nowrap;
        display:block!important;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .badgebutton{
        border: 2px solid lightgrey;font-size: 14px;
    }

    .nav li {
        display: inline-block
    }

    .tabtop{
        margin-top: 40px;
    }
    .navbar-toggler{

    }
}

/* Styles for screens 601 pixels wide and larger */
@media screen and (min-width: 601px) {
    .gettotal_width {
        margin: 0 10%;
    }
    .minusmargin{
        margin: -40px 150px 0 150px
    }
    .badgebutton{
        margin: 0 10px;border: 2px solid lightgrey;font-size: 14px;
    }


}

.icon{
    width: 50px;
    height: 50px;
}

.card-img-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: green;
    color: white;
    padding: 10px;
}
.card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-white{
    background-color: white;
    color: black;
    border-color: white;
}
.btn-white:hover {
    color:white;
    background-color: black;
    border-color: black;
}
.badgebutton.active, .badgebutton:hover{
    border: 2px solid #ffc107;
    font-weight: 600;
}

.r-24{
    border-radius: 24px;
}



.swal2-confirm {
    font-size: 12px;  /* Set the desired font size */
    padding: 5px 10px;  /* Set the desired padding */
}
