﻿  .backgroundimagesport {
        background-image: url(/images/Sports/Hostel_imagestype.webp);
    }

    /*.font_sizeclasssports {
        font-size: 38px !important;
    }*/

    .sportsectionclases {
        padding: 40px 10px 25px 11px;
    }

    .paradivsport {
        padding-top: 10px;
    }

    section.inner-page-banner.backgroundimagesport {
        height: 413px;
    }

    .paradivsport P {
        font-size: 14px;
        line-height: 22px;
    }

    .imagedivsport {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .imagedivsport img {
            width: 100%;
        }

    .webpage__about-section {
        padding: 73px 0px 20px;
    }

    .about-section__image {
        margin-bottom: 30px;
        position: relative;
    }

        .about-section__image img {
            max-width: 100%;
            height: auto;
        }

    .video-play-ico-new {
        bottom: 20px;
        right: 108px;
        position: absolute;
        margin: 0 auto;
        text-align: center;
    }

    .video-play-button {
        position: relative;
        z-index: 10;
        top: 0%;
        left: 0%;
        /* transform: translateX(-50%) translateY(-50%); */
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        /* background: #fa183d; */
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
    }

        .video-play-button:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 70px;
            height: 70px;
            background: #e82c30;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

   @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 26px solid #fff;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        top: 6px;
        left: 3px;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        background: #e82c30;
        border-radius: 50%;
        transition: all 200ms;
    }

    .about-section__cite-wrapper {
        position: relative;
    }

    .about-section__blockquote {
        margin-left: 95px;
        position: relative;
        width: 40%;
        border: 1px solid #c3930d;
        padding: 11px;
        top: -3px;
        font-size: 14px;
    }

        .about-section__blockquote::before {
            content: "";
            position: absolute;
            left: 0;
            top: -17px;
            width: 83px;
            height: 62px;
            background-repeat: no-repeat;
        }

    .about-section__cite {
        position: absolute;
        top: -212px;
        left: -10px;
        padding: 79px 46px;
        line-height: 33px;
        font-size: 29px;
        color: black;
        font-weight: 500;
        font-family: 'CircularStdBook';
    }

        .about-section__cite::before {
            content: "";
            position: absolute;
            top: 0;
            left: -29px;
            width: 102px;
            height: 109%;
            border: solid 4px #c69709;
            border-right: none;
        }

        .about-section__cite::after {
            content: "\f105";
            position: absolute;
            top: 100%;
            right: 88px;
            transform: rotate(349deg);
            font-family: "FontAwesome";
            font-weight: 900;
            font-size: 34px;
            color: #c69709;
        }

    .about-section__content {
        display: flex;
        align-items: center;
        padding-top: 63px;
        padding-left: 58px;
    }

    .about_innertext {
        border-bottom: 1px solid #ddd;
    }

    .about-section__heading {
        margin: 0 0 12px;
    }


    .heading-small {
        font-size: 18px;
        line-height: 22px;
        color: #333;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .about-section__pseudoheading {
        max-width: 440px;
        margin-bottom: 40px;
    }

    .heading {
        margin: 0;
        font-size: 45px;
        line-height: 53px;
        color: #333;
        font-weight: 700;
    }

    .color-yellow {
        color: #cd9f06;
    }

    .about-section__text {
        max-width: 490px;
        margin-bottom: 30px;
    }

        .about-section__text p {
            font-size: 16px;
            line-height: 25px;
            color: #787878;
            padding-top: 9px;
            font-style: italic;
        }

    .webpageremovepadding {
        padding: 0px;
    }

    .removeleftpaddingue {
        padding-left: 10px;
    }

    #card {
        background-color: lightskyblue;
        border-radius: 1rem;
        width: 100%;
        height: 100%;
        transition: 0.1s ease-out;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        overflow: hidden;
        position: relative;
    }

    #gradient {
        width: 100%;
        height: 54%;
        opacity: 0.3;
        position: absolute;
        top: 0;
        background: linear-gradient(45deg, #cea105b3, #ffc3009c, #daf7a678, #33ff5754, #97602678, #5733ff, #c2e2e8, #ffc30066,#daf7a678, #33ff5754, #97602678, #5733ff, #c2e2e8, #ffc30066);
        background-size: 400% 400%;
        animation: animateGradient 30s linear infinite;
    }

    /*img {
        object-fit: cover;
        width: 100%;
    }*/

    @keyframes animateGradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .textclassdivsport {
        background: white;
        padding: 16px;
    }

        .textclassdivsport h4 {
            background: white;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px !important;
        }

        .textclassdivsport p {
            padding-top: 9px;
            font-size: 12px;
        }

    .headingsportscampush {
        text-align: center;
        padding-bottom: 28px;
        font-size: 34px;
        padding-top: 30px;
    }

    .padding_topsports {
        padding-top: 30px;
    }

    .bottomlastbbd {
        padding: 50px 18px;
    }

    .w3pvt-title {
        font-size: 35px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .ct-achieve-list li i {
        padding-right: 14px;
        color: #cc9f07;
    }

    .sportpersonalityoncompus {
        padding-bottom: 30px;
    }

    .ct-achieve-list li {
        list-style: none;
        line-height: 29px;
        font-size: 14px;
    }

    .info {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .padding_topsud {
        padding-top: 10px;
    }
.backgroundimagesport12 {
    background-image: url(/images/Sports/Sport_banner.webp);
    background-size:cover;
}

    /*.inner-banner-overlay {
      
        background: rgb(0 0 0 / 24%);
    }*/

    .webpage__about-section {
        background-color: aliceblue;
    }

    /*.font_sizeclasssports1 {
        font-size: 38px !important;
    }*/



    .newclorclasssport1 {
        color: #cd9f06;
    }
.fefefed_tri {
    background: url(../images/Sports/sportsbg.webp) fixed top right no-repeat;
    background-size: 84%;
    width: 100%;
    background-position: bottom right;
}
.colorcolorclassyogfrgfa_tri{
        color: #c6970a;
}
.heading_tri {
    text-transform: uppercase;
    font-size: 35px;
    color: black;
    font-weight: 500;
}



/*sportsectionclases*/

@media screen and (max-width: 991px) {
    .sportsectionclases .sportssection .paradivsport p{
        text-align:justify;
                padding-bottom: 10px;
    }
       .sportsectionclases{
            padding: 18px 10px 25px 11px;
    }
}
