* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x: hidden;
}

/* ======================================================= */
/* .slider-container{
    margin-top: 6rem;
    margin-bottom: 6rem;
} */

.swiper-slide {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.swiper-slide .overlay-text {
    position: absolute;
    top: 244px;
    left: 151px;
    width: 45%;
    height: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    background: rgba(233, 118, 18, 0.8);
}

.swiper-slide .overlay-text1 {
    position: absolute;
    top: 307px;
    left: 152px;
    width: 24%;
    height: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    background: rgba(233, 118, 18, 0.8);
}

.swiper-slide .overlay-text2 {
    position: absolute;
    top: 370px;
    left: 152px;
    width: 19%;
    height: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    background: rgba(233, 118, 18, 0.8);
}

.img_box img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.swiper-button-next {
    --swiper-theme-color: #fdfeff;
}

.swiper-button-prev {
    --swiper-theme-color: #ffffff;
}

/* =============================================================== */
.containers {
    margin: 0 10%;
}

.add-tionn {
    position: relative;
    top: -75px;
    z-index: 99;
    text-align: center;
}

.row {
    display: flex;
    margin: 0;
}

.col-sm-4 {
    margin-left: 2rem;
}

.round {
    border: 1px solid #ccc;
    border-radius: 148px;
    display: block;
    height: 145px;
    margin: 0 auto 30px;
    position: relative;
    width: 147px;
    padding: 30px;
}

.round::before {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    bottom: -8px;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 15px;
}

.round a.inner {
    background-color: #f0f0f0;
    border-radius: 136px;
    color: #666;
    display: block;
    height: 136px;
    margin: -25px -25px 0;
    text-decoration: none;
    width: 136px;
    transition: color 0.3s;
}

.round a.inner .fa {
    display: block;
    font-size: 50px;
    line-height: 136px;
    text-align: center;
}

.widget-box-inner h2 {
    color: #333;
    font-size: 24px;
    margin: 0 0 14px;
    text-align: center;
    text-transform: uppercase;
}

.widget-box-inner p {
    font-size: 13px;
    width: 100%;
    text-align: justify;
}

.round a.inner:hover {
    background-color: orange;
}

.round a.inner:hover .fa {
    color: white;
}


/* =============================================================== */

.containerss {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: row;
    width: 560px;
    margin: 12px;
    padding: 20px;
}

.card-content h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-content {
    font-size: 13px;
    line-height: 1.5;
    margin-left: 20px;
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.latest-news {
    margin-left: 10%;
    text-align: start;
    border-bottom: 2px solid orange;
    width: 250px;
}

/* ========================================================== */

.event {
    margin-top: 20px;
    background-image: url(./images/upcoming-bg-2.png);
    background-position: center top;
    background-size: cover;
    padding: 36px 0 40px;
    width: 100%;
    background-color: rgb(255, 132, 0);
}

.Event-news {
    margin-left: 10%;
    text-align: start;
    border-bottom: 2px solid white;
    width: 335px;
    color: white;
}

.event-main-card {
    display: flex;
}

.event-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.event-card {
    position: relative;
    display: flex;
    width: 394px;
    margin: 0px;
    padding: 20px;
}

.event-text1 {
    position: absolute;
    top: 153px;
    left: 42px;
    color: black;
    background-color: rgba(255, 255, 255, 0.838);
    padding: 5px 55px;
    border-radius: 2px;
    font-size: 18px;
}

.event-text2 {
    position: absolute;
    top: 184px;
    left: 70px;
    color: white;
    background-color: orange;
    padding: 5px 55px;
    border-radius: 2px;
    font-size: 18px;
}

.event-text3 {
    position: absolute;
    top: 153px;
    left: 43px;
    color: black;
    background-color: rgba(255, 255, 255, 0.838);
    padding: 5px 79px;
    border-radius: 2px;
    font-size: 18px;
}

.event-text4 {
    position: absolute;
    top: 153px;
    left: 41px;
    color: black;
    background-color: rgba(255, 255, 255, 0.838);
    padding: 5px 39px;
    border-radius: 2px;
    font-size: 18px;
}

/* ========================================================== */

.topnav {
    margin-top: 3rem;
    margin-left: 10%;
    text-align: start;
    border-bottom: 2px solid orange;
    width: 230px;
}

.main-blob {
    display: flex;
    margin: 20px 10%;
}

.left {
    width: 50%;
    padding: 20px;
    height: 240px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left img {
    width: 45%;
    height: 120%;
    margin-left: -20px;
    margin-top: -20px;
}

.left span {
    font-size: 10px;
    margin-left: 20px;
    border-bottom: 1px solid black;
}

.left h2 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.left p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

/* ============================================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-title {
    font-size: 35px;
    text-align: center;
}

.modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 35px;
    border: 1px solid #888;
    width: 100%;
    max-width: 1037px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 1.3);
}
.main-qr{
    display: flex;
}
.modal-body{
    padding: 20px;
    margin-top: 170px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

/* ================================================ */

/* ================================================ */



/*==============================  */
/* ==================== */
@media (min-width: 769px) and (max-width: 1024px)      {
    /* ======================= */

    .swiper-slide .overlay-text,
    .swiper-slide .overlay-text1,
    .swiper-slide .overlay-text2 {
        font-size: 18px;
    }

    .widget-box-inner h2 {
        font-size: 10px;
    }

    .widget-box-inner p {
        font-size: 12px;
    }

    .card {
        display: block;
    }

    .card-image {
        height: 340px;
    }

    .event-main-card {
        display: flex;
    }

    .event-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
        border: 5px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .event-card {
        width: 290px;
    }

    .event-text1 {
        top: 156px;
        left: 27px;
        padding: 5px 29px;
        font-size: 16px;
    }

    .event-text2 {
        top: 184px;
        left: 41px;
        padding: 5px 46px;
        font-size: 16px;
    }

    .event-text3 {
        top: 156px;
        left: 31px;
        padding: 5px 50px;
        font-size: 16px;
    }

    .event-text4 {
        top: 155px;
        left: 30px;
        padding: 5px 15px;
        font-size: 16px;
    }

    .left {
        height: 318px;
    }

    .left img {
        height: 95%;
    }

    .left span {
        margin-left: 7px;
    }

    /* ===================== */
    .conttainar1 p {
        width: 56%;
    }

    .conttainar2 h2 {
        margin-left: -116%;
    }

    .conttainar2 p {
        width: 129%;
        margin-left: -116%;
    }

    .time-conttainar {
        margin-top: 1rem;
    }

    .conttainar3 h4 {
        margin-left: -100%;
    }

    .conttainar3 h2 {
        margin-left: -100%;
    }

    /* ============================= */
    /* ============================================================== */

    .modal-content {
        margin: 15% 0px 0px 170px;
    }
}

@media (max-width: 768px)          {
    .latest-news h1 {
        text-align: center;
    }
    .widget-box-inner h2 {
        font-size: 10px;
    }

    .widget-box-inner p {
        font-size: 12px;
    }


    .event-main-card {
        flex-direction: column;
    }

    .event-card {
        width: 90%;
        margin: 10px auto;
    }

    .left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .left img {
        width: 100%;
        margin: 0;
    }

    .left span,
    .left h2,
    .left p {
        margin-left: 0;
    }

    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-content {
        margin-left: 0;
    }

    .card-image {
        height: 250px;
        width: 340px;
    }
}

@media (max-width: 480px) {

    .slider-container{
        display: none;
    }

    .widget-box-inner h2 {
        font-size: 14px;
    }

    .widget-box-inner p {
        font-size: 12px;
    }
    .add-tionn {
        top: 2px;
        z-index: 99;
    }

    .col-sm-4 {
        margin: 25px auto;
    }

    .main-card {
        flex-direction: column;
        width: 360px;
    }

    .card {
        width: 90%;
    }

    .event-main-card {
        flex-direction: column;
    }

    .event-card {
        width: 95%;
        margin: 10px auto;
        margin-left: 7px;
    }

    .main-blob {
        margin: 0px 72px 0px 44px;
        flex-direction: column;
    }

    .left {
        width: 120%;
        margin: 10px 0;
    }

    .row {
        display: block;
        margin-left: -25px;
    }

    .containers {
        margin: 0 25px;
    }

    .col-sm-4 {
        margin-left: 2rem;
    }

    .widget-box-inner h2 {
        width: 20rem;

    }

    .widget-box-inner p {
        font-size: 13px;
        font-weight: 500;
        width: 20rem;
    }

    .latest-news {
        margin-left: 22px;
    }

    .Event-news {
        margin-left: 22px;
    }

    .topnav {
        margin-left: 22px;
    }

    .responsive {
        margin-left: 15px;
    }

    .modal {
        z-index: 1000000;
        width: 100%;
    }
    .main-qr{
        display: flex;
        flex-wrap: wrap;
    }
    .main-qr .img{
        margin-left: -60px;
    }
    .modal-body{
        margin-top: -20px;
    }

    .containers {
        z-index: 1;
        /* Lower z-index */
    }

    .row {
        z-index: 1;
        /* Lower z-index */
    }

    .col-sm-4 {
        z-index: 1;
        /* Lower z-index */
    }

    .round {
        z-index: 1;
        /* Lower z-index */
    }

    .round::before {
        z-index: 1;
        /* Lower z-index */
    }

    .round a.inner {
        z-index: 1;
        /* Lower z-index */
    }

    .round a.inner .fa {
        z-index: 1;
        /* Lower z-index */
    }

    .widget-box-inner h2 {
        z-index: 1;
        /* Lower z-index */
    }

    .widget-box-inner p {
        z-index: 1;
        /* Lower z-index */
    }

    .round a.inner:hover {
        z-index: 1;
        /* Lower z-index */
    }

    .round a.inner:hover .fa {
        z-index: 1;
        /* Lower z-index */
    }

    .event-text1 {
        left: 28px;
    }

    .event-text3 {
        left: 34px;
    }

    .event-text4 {
        left: 35px;
    }

}