@media (min-width: 320px) and (max-width: 991.98px) {
    .df-event-section .df-calendar-sync-wrapper .df-event-sync-button-wrapper{
        position: unset;
    }

}
@media (min-width: 993px) and (max-width: 1399.9px) {
    .df-content-section.df-all-events-header .main-bg{
        height: 1800px;
    }
}
/* All Jobs page Responsive css */
@media (min-width: 300px) and (max-width: 1399.98px) {
    .df-filter-section{
        padding: 0 0 30px 0;
    }

}
@media (min-width: 300px) and (max-width: 767.9px) {
    .df-filter-section .filter-form .field-box{
    margin-bottom: 15px;
    } 
    .df-current-circle-section .df-circle-job-container{
        display: block;
        text-align: center;
    }
    .df-current-circle-section .all-jobs-section{
        position: relative;
        right: 0;
        top: 0;
        transform: none;
    }
    .df-jobs-header-section{
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    .df-all-jobs-section > img.main-bg {  
        height: 2100px !important;
        object-fit: cover;
    }
    .df-filter-section .filter-form .btn-theme-secondary{
        padding: 3px 10px;
    }
    .df-current-circle-section .df-circle-job-container{
        display:block;
        text-align: center;
    }
    .df-current-circle-section .df-circle-job-container .all-jobs-section{
        position: unset;
        transform: unset;
    }
    .df-current-circle-section .df-circle-job-container h1 {
        left: 0;
        transform:none;
    }
    .df-current-circle-section .all-jobs-section .btn-theme-secondary{ 
        font-size: 16px;
    }
    .df-event-section .df-nav-pills {
        margin-bottom: 20px;
      }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .df-all-jobs-section > img.main-bg {  
        height: 2100px !important;
        object-fit: cover;
    }
    .df-current-circle-section .df-circle-job-container{
        display: flex;
        justify-content: space-between;
    }
    .df-current-circle-section .df-circle-job-container h1{
        left: 0;
        transform: none;
    }
    .df-current-circle-section .all-jobs-section .btn-theme-secondary{ 
        font-size: 16px;
    }
    .df-content-section.df-all-events-header{
        padding: 150px 0 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.9px) {
    .df-all-jobs-section > img.main-bg {  
        height: 2100px !important;
        object-fit: cover;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-upcoming-event-section .df-event-indicators-box{
        top: 50%;
        width: 100%;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-prev-post{
        left: -21px;
        width: 35px;
        height: 40px;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-next-post{
        width: 35px;
        height: 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .df-upcoming-event-section .df-event-indicators-box{
        width: 100%;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-next-post{
        right: -15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .df-upcoming-event-section .df-event-indicators-box{
        width: 100%;
        top: 50%;
        right: 0px;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-prev-post{
        left: 40px;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-next-post{
        right: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .df-upcoming-event-section .df-event-indicators-box{
        width: 100%;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-prev-post{
        right: 20px;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-next-post{
        right: -15px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
    .df-all-jobs-section > img.main-bg {  
        height: 2100px !important;
        object-fit: cover;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-prev-post{
        left: -35px;
    }
    .df-upcoming-event-section .df-event-indicators-box .df-event-next-post{
        right: 0px;
    }
    
}
/* HACKATHON Section   Responsive Css Start */     
 @media (min-width: 300px) and (max-width: 767.9px) {
    .df-breadcrumb-section.df-hackathon-section{
        padding: 150px 0 120px 0;
    }
    .df-breadcrumb-section.df-hackathon-section .main-bg{
        height: 947px;
    }
    .df-breadcrumb-section.df-hackathon-section .content-box p{
        line-height: 29px;
    }
    .df-breadcrumb-section.df-hackathon-section .hackathon-button-wrapper{
        display: grid;
        margin-top: 12px;
        gap: 16px;
    }
    .df-breadcrumb-section.df-hackathon-section .hackathon-button-wrapper .hackathon-question{
        margin-bottom: 12px;
    }
    .df-blog-detail-section.df-hackathon-img-section .hackathon-img img{
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 992.9px) {
    .df-breadcrumb-section.df-hackathon-section{
        padding: 150px 0;
    }
    .df-breadcrumb-section.df-hackathon-section .main-bg {
        height: 947px;
      }
      .df-blog-detail-section.df-hackathon-img-section .hackathon-img img{
        margin-top: -80px;
      }
}
@media (min-width: 993px) and (max-width: 1199.98px) { 
    .df-breadcrumb-section.df-hackathon-section{
        padding: 150px 0;
    }
    .df-breadcrumb-section.df-hackathon-section .main-bg {
        height: 947px;
      }
    .df-blog-detail-section.df-hackathon-img-section .hackathon-img img{
        margin-top: -86px;
    }
}
@media (min-width:1199.98px){ 
    .df-breadcrumb-section.df-hackathon-section{
        padding: 150px 0;  
    }
} 
/* GOOGLE CALENDAR MODAL Responsive Css Start */ 
@media (min-width: 320px) and (max-width: 575.98px) {
    .df-all-events-header {
      padding: 120px 0 50px 0;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .df-all-events-header .df-event-sync-button-wrapper{
        text-align: center;
        margin-top: 10px;
    }
}
@media (min-width: 300px) and (max-width: 767.9px) {
    .df_event_sync_modal .modal-header h1 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992.9px) {
    .df_event_sync_modal .modal-header h1 {
        font-size: 26px;
    }
}

/* HACKATHON RESPONSIVE CSS START */


@media (min-width: 320px) and (max-width: 575.98px) {
    .hackathon-testimonials{
        padding: 100px 50px;
    }
    .hackathon-testimonials .testimonials-direction .left-direction, .hackathon-testimonials .testimonials-direction .right-direction {
        width: 50px;
        height: 50px;
      }
      .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card{
        height: 450px;
      }
      .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .author-img {
        width: 50px;
        height: 50px;
    }
    .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-title h4{
        font-size: 17px
    }
    .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .testimonial-author-detail h5{
        font-size: 15px;
    }
    .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .testimonial-author-detail p{
        font-size: 15px;
    }
    .testimonials-cards-wrapper .owl-dots .active span {
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hackathon-testimonials{
        padding: 100px 50px;
    }
    .hackathon-testimonials .testimonials-direction .left-direction, .hackathon-testimonials .testimonials-direction .right-direction {
        width: 65px;
        height: 65px;
  }
  .testimonials-cards-wrapper .owl-dots .active span {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 320px) and (max-width: 767.98px) { 

    .df-hackathon-hero{
        padding: 150px 0;
    }
    .df-hackathon-hero h1{
        font-size: 40px;
    }
    .df-hackathon-hero h3{
        font-size: 70px;
    }
    .hackathon-teams-section .hackathon-teams-heading h3{
        font-size: 40px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 15px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 15px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        padding: 0;
        margin-left: 15px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span{
        font-size: 13px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member{
        padding: 0;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member:first-child{
        margin-left: 12px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info h4{
        font-size: 13px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info p{
        font-size: 11px
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .member-img{
        width: 100px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 18px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 18px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        margin-left: 17px;
        padding: 0;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span{
        font-size: 16px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member:first-child{
        margin-left: 0px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member{
        padding: 0;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .member-img{
        height: 135px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info h4{
        font-size: 14px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info p{
        font-size: 10px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span:first-child{
        font-size: 17px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span.team-description{
        font-size: 17px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span:first-child{
        font-size: 17px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span.team-description{
        font-size: 17px;
    }

    .df-hackathon-jury .row .col-lg-6:first-child .hackathon-img-wrapper{
        padding-left: 0px;
        margin-bottom: 35px;
    }
    .hackathon-technology-partner .technology-partner-title h3{
        font-size: 35px;
    }
    .hackathon-technology-partner .technology-content-box p{
        margin-top: 20px;
    }
    .about-hackathon .about-hackathon-title h3{
        font-size: 30px;
    }
    .df-about-programme .about-programme-title p{
        font-size: 14px;
        line-height: 30px;
    }
    .df-about-programme .about-hackathon-img-wrapper{
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .last-hackathon .df-last-hackathon-title h4{
        padding: 20px;
        font-size: 33px;
    }
    .last-hackathon .last-hackathon-detail-wrapper{
        height: unset;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail{
        display: grid;
        gap: 10px;
        margin-top:10px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-title span{
        font-size: 18px;
        line-height: 20px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h5{
        font-size: 15px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h6{
        font-size: 13px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-recap{
        margin-bottom: 10px;
    }
    .about-deepfunding h2{
        font-size: 30px;
    }
    .about-deepfunding .df-about-content-box h4{
        font-size: 18px;
        line-height: 29px;
    }
    .hackathon-partners{
        padding: 0 0;
    }
    .dev-outreach-section h2{
        font-size: 30px;
    }
    .dev-outreach-section .dev-circle-content-box{
        padding: 0 0;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-direction{
        width: 100%;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-direction .left-direction, .hackathon-testimonials .testimonials-wrapper .testimonials-direction .right-direction{
        width: 56px;
        height: 56px;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-cards-wrapper .testimonial-card .card-symbol{
        font-size: 70px;
        margin-left: 15px;
    }
    .hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title{
        max-width: 100%;
    }
    .df-hackathon-footer{
        padding: 50px 0 100px 0;
    }
    .df-hackathon-footer .hackathon-footer-wrapper{
        display: grid;
        gap: 20px;
    }
}

@media (min-width:768px) and (max-width: 991.98px) { 
    .df-hackathon-hero {
        padding: 200px 150px 100px 150px;
      }
      .df-hackathon-hero h1{
        font-size: 30px;
      }
      .df-hackathon-hero h3 {
        font-size: 70px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 18px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 20px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        padding: 0px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span{
        width: 76px;
        font-size: 17px;
      }

      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member{
        padding: 15px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon{
        --size: 120px;
      }
      .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon {
        --size: 110px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon .hexagon-image{
        height: 120px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span:first-child{
    font-size: 17px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span.team-description{
    font-size: 17px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        padding: 0;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span{
        width: 77px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member{
        padding: 15px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon {
        --size: 114px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .inner-hexagon {
        --size: 105px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon .hexagon-image {
        height: 110px;
    }

      .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span:first-child{
        font-size: 26px;
      }
      .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span.team-description{
        font-size: 26px
      }
      .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span:first-child{
        font-size: 15px;
      }
      .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span.team-description{
        font-size: 15px;
      }
      .jury-img-wrapper > .col-lg-6:first-child {
        padding-left: 0px;
    }
    .df-hackathon-jury .jury-img-wrapper .jury-img-container {
        position: relative;
        width: 300px;
        height: 380px;
    }
    .df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-img{
        width: 100%;
        height: 100%;
    }
    .df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-img img{
        max-width:100%;
        height:100%;
        object-fit: cover;
    }
      .hackathon-technology-partner .technology-img-box{
        max-width: 100%;
      }
      .hackathon-technology-partner .technology-content-box{
        margin-top: 30px;
      }
      .df-about-programme .about-programme-title p{
        font-size: 16px;
        padding: 0;
        line-height: 36px;
      }
      .df-about-programme .about-hackathon-img-wrapper{
        padding: 0;
        margin-bottom: 50px;
      }
      .df-about-programme .about-programme-cotent-box{
        margin-bottom: 50px;
      }
      .last-hackathon .df-last-hackathon-title{
        height: 90px;
      }
      .last-hackathon .df-last-hackathon-title h4{
        font-size: 29px;
      }
      .last-hackathon .last-hackathon-detail-wrapper{
        height: 90px;
      }
      .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-title span{
        font-size: 13px;
        line-height: 12px;
      }
      .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h5{
        font-size: 14px;
        line-height: 29px;
      }
      .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h6{
        font-size: 17px;
      }
      .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-recap{
        height: 40px;
      }
      .about-deepfunding .df-about-content-box{
        margin-top: 50px;
      }
      .dev-outreach-section .dev-circle-content-box{
        padding-right: 0px;
        padding-left: 0px;
      }
      .hackathon-blogs{
        padding: 50px 0;
      }
      .testimonials-cards-wrapper{
        max-width: 500px;
      }
      .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card{
        width: 500px;
      }



      .hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title{
        max-width: 100%;
        margin-bottom: 50px;
        margin-top: 29px;
      }
      .df-hackathon-footer .hackathon-footer-wrapper .df-hackathon-footer-img{
        max-width: 270px;
      }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .df-hackathon-hero h1{
        font-size: 50px;
    }
    .df-hackathon-hero h3{
        font-size: 100px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 25px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 25px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        padding: 0;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
        padding: 0;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span:first-child{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span.team-description{
        font-size: 25px;
    }
    .jury-img-wrapper > .col-lg-6:first-child{
        padding-left:0px;
    }
    .df-hackathon-jury .jury-img-wrapper .jury-img-container {
        position: relative;
        width: 450px;
        height: 500px;
    }
    .hackathon-technology-partner .technology-content-box p{
        font-size: 16px;
        line-height: 25px;
    }
    .about-hackathon .about-hackathon-content-box p{
        font-size: 15px;
        line-height: 23px;
        padding-bottom: 20px;
    }
    .df-about-programme .about-programme-title p{
        padding: 30px 0;
        font-size: 15px;
    }
    .last-hackathon .df-last-hackathon-title h4{
        font-size: 30px;
    }
    .last-hackathon .last-hackathon-detail-wrapper{
        height: 110px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail{
        padding: 0 10px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-title span{
        font-size: 18px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h5{
        line-height: 34px;
        font-size: 19px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h6{
        font-size: 19px;
        line-height: 35px;
    }
    .last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-recap{
        height: 40px;
    }
    .about-deepfunding .df-about-content-box h4{
        line-height: 35px;
        font-size: 20px;
    }
    .dev-outreach-section .dev-circle-content-box{
        padding-right: 0px;
        padding-left: 0px;
    }
    .dev-outreach-section p{
        font-size: 15px;
    }




    .hackathon-testimonials{
        padding: 50px 0;
    }
    .hackathon-testimonials .testimonials-direction{
        width: 100%;
    }
    .testimonials-cards-wrapper {
        max-width: 540px;
        margin: 0 auto;
    }
    .testimonials-wrapper .testimonials-cards-wrapper .owl-dots{
        bottom: -70px;
    }
    .hackathon-testimonials .testimonials-cards-wrapper .testimonial-card{
        width: 550px;
    }




    .hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title{
        padding: 0;
    }
    .hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title h5{
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 25px;
    }
    .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span:first-child{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span.team-description{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span:first-child{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span.team-description{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span:first-child{
        font-size: 25px;
    }
    .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span.team-description{
        font-size: 25px;
    }
    .hackathon-technology-partner .technology-content-box p{
        line-height: 25px;
    }
    .jury-img-wrapper > .col-lg-6:first-child {
        padding-left: 40px;
    }
    .df-hackathon-jury .jury-img-wrapper .jury-img-container {
        position: relative;
        width: 500px;
    }
    .hackathon-technology-partner .technology-content-box p{
        font-size: 17px;
        line-height: 25px;
    }
    .about-hackathon .about-hackathon-content-box h4{
        font-size: 22px;
        line-height: 30px;
    }
    .about-hackathon .about-hackathon-content-box p{
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .df-about-programme .about-programme-title p{
        font-size: 18px;
        line-height: 36px;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-direction{
        width: 100%;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-cards-wrapper .testimonial-card{
        width: 415px;
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-cards-wrapper{
        padding: 100px;
        padding-left: 100px;   
    }
    .hackathon-testimonials .testimonials-wrapper .testimonials-cards-wrapper .testimonial-card .testimonial-title h4{
        font-size: 20px;
    }
    
}