/* Responsive breakpoints */
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
 .nav-membership-apply{
    text-align: center;
 }
    body {
        overflow-x: hidden !important;
    }

    .navigationn {
        padding: 0px 10px 0px 0px !important;
    }
    .section-title.text-start::before{
        display: none !important;
    }
    .section-title.text-start::after{
        display: none !important;
    }

    .members-box img {

        width: 240px;
        height: 240px;
        object-fit: cover;
    }

    .introduction-img {
        display: none;
    }
    .navbar-nav{
        padding-left: 18px;
    }

    .carousel {
        position: relative;
        height: 50vh !important;
        /* overflow: hidden; */
        object-fit: cover;
    }

    .owl-carousel img {
        height: 50vh !important;
        object-fit: cover;
    }

    .sliderr {
        height: 50vh !important;
        object-fit: cover;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .nav-membership-apply{
        text-align: center;
     }
    /* Styles specific to small devices */
    .members-box img {

        width: 240px;
        height: 240px;
        object-fit: cover;
    }

    .carousel {
        position: relative;
        height: 50vh !important;
        /* overflow: hidden; */
        object-fit: cover;
    }

    .owl-carousel img {
        height: 50vh !important;
        object-fit: cover;
    }

    .sliderr {
        height: 50vh !important;
        object-fit: cover;
    }
    .introduction-img {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .nav-membership-apply{
        text-align: end;
     }
    /* Styles specific to medium devices */
    .members-box img {

        width: 230px;
        height: 230px;
        object-fit: cover;
    }

    .introduction-img {
        display: none;
    }

    .carousel {
        position: relative;
        height: 88vh !important;
        /* overflow: hidden; */
        object-fit: cover;
    }

    .owl-carousel img {
        height: 100vh !important;
        object-fit: cover;
    }

    .sliderr {
        height: 88vh !important;
        object-fit: cover;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* Styles specific to large devices */
    .members-box img {
        width: 230px;
        height: 157px;
        object-fit: cover;
    }

    .members-box {
        min-height: 30px;
        height: 325px;
    }

    #left:before {
        float: right;
        shape-outside: circle(40% at 100% 50%);
    }

    #right:before {
        float: left;
        shape-outside: circle(40% at 0 50%);
    }

    .texttt .texttt {
        width: 10px;
        /* margin-right: 15px; */
        text-align: justify;
        overflow: hidden;
        float: left;
    }

    .texttt:before {
        content: '';
        width: 80px;
        height: 320px;
    }

    .introduction {
        position: relative;
    }

    .introduction-img {
        background-color: #fff !important;
        position: absolute;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.355);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .introduction-img img {
        width: 100%;
        border-radius: 50%;
    }

    .introduction-img {
        display: block;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    /* Styles specific to extra large devices */
    .members-box img {
        width: 230px;
        height: 230px;
        object-fit: cover;
    }

    .members-box {
        height: 400px;
    }

    #left:before {
        float: right;
        shape-outside: circle(40% at 100% 50%);
    }

    #right:before {
        float: left;
        shape-outside: circle(40% at 0 50%);
    }

    .texttt .texttt {
        width: 10px;
        /* margin-right: 15px; */
        text-align: justify;
        overflow: hidden;
        float: left;
    }

    .texttt:before {
        content: '';
        width: 80px;
        height: 270px;
    }

    .introduction {
        position: relative;
    }

    .introduction-img {
        background-color: #fff !important;
        position: absolute;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.355);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;

    }

    .introduction-img img {
        width: 100%;
        border-radius: 50%;
    }
}