body {
    background-image: url(images/bg.png);
    background-size: contain;
    overflow-x: hidden;
}

.banner {
    height: 100vh !important;
}

/*.event-card-body{height: 190px}*/

.event-card-body .card-title {
    font-size: 1.2rem;
}

.swiper-slide .card {
    height: 200px;
    /* overflow: hidden; */
}

@media (max-width:1440px) {
    .circle {
        width: 180px;
        height: 180px;
    }
}

@media (max-width:1200px) {
    .circle {
        width: 130px;
        height: 130px;
        transform: translate(-23px, 10px) scale(1.5);
    }

    .event-card-body .card-title {
        font-size: 1.06rem;
    }
}

@media (max-width:1024px) {
    .section_heading h1 {
        font-size: 4vw;
    }

    .contact-card {
        padding: 50px 20px;
        height: 235px;
    }

    /* .gallery-image .img-box {
        width: auto !important;
      } */
}

@media (max-width:992px) {
    .span5 .row .col-lg-7>div {
        padding-right: 0px !important;
    }

    .section_heading span {
        width: 100%;
    }

    .circle {
        width: 170px;
        height: 170px;
        transform: translate(-10px, -10px) scale(1.5);
    }
}

@media (max-width:768px) {
    .span5 .section_heading span {
        padding: 0px 30px
    }

    .circle {
        width: 120px;
        height: 120px;
        transform: translate(-10px, 14px) scale(1.5);
    }

    /* .span5 .col-lg-7 .row {
        padding: 20px 30px !important
    } */

    .section_heading span {
        width: 100%;
    }

    .swiper-slide .card {
        height: 185px;
        /* overflow: hidden; */
    }

    footer ul {
        text-align: center;
    }

    .img-box {
        width: 46% !important;
    }

}

@media (max-width:576px) {

    .for_m_v {
        padding-bottom: 0rem;
    }

    .span2 {
        margin: 3rem 0px 0rem 0px;
    }

    .swiper-slide .card {
        height: 125px;
        /* overflow: hidden; */
    }

    .circle {
        width: 100px;
        height: 100px;
    }

    .section_heading .decorator .color-blue {
        font-size: 16px;
    }

    .section_heading span {
        font-size: 16px;
    }



    article p {
        color: #5b5b5b !important;
    }

    .swiper-slide {
        width: 100%;
        margin: 0px 35px;
    }

    .span5 {
        margin: 0px 0px 3rem 0px;
    }

    /* .contact-card {
        height: auto;
    } */


    .event-card-body .col-7 {
        padding-left: 40px;
    }

    .offset-sm-4 {
        margin-left: 25%;
    }

    .circle {
        transform: translate(-10px, 0px) scale(1.5);
    }

    .section_heading h1 {
        font-size: 5vw !important;
    }

}

@media (max-width:570px) {
    .col-7 {
        width: 78%;
    }
}

@media (max-width:560px) {
    .col-7 {
        width: 84%;
    }
}

@media (max-width:426px) {
    .crew-name {
        font-size: 1.6rem;
    }

    .swiper-slide .card {
        height: 140px;
    }

    .span2 {
        margin: 0rem 0px 1rem 0px;
    }

    .span4 {
        margin-top: 6rem;
    }

    .event-card-body .col-7 {
        width: 86%;
    }

    .circle {
        width: 90px;
        height: 90px;
        transform: translate(-30px, 7px) scale(1.5);
    }

    .for_m_v {
        padding-bottom: 3rem;
    }

    .contact-img-div {
        height: 50vh !important;
    }

    .event-card-body .col-7 {
        padding-left: 40px;
    }

    .event-card-body {
        max-height: 131px;
        overflow: hidden;
    }
}

@media (max-width:375px) {
    .circle {
        transform: translate(-45px, 8px) scale(1.5);
    }
}

@media (max-width:321px) {
    .swiper-slide {
        margin: 0px 15px;
    }

    .event-card-body {
        padding: 10px 16px;
    }
}