/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 6, 2019, 2:40:36 PM
    Author     : gasper
*/
@media screen and (max-width: 1450px){
    .application_card h3{
        font-size: 20px;
    }
    .modal-application-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1350px){
    /* .navbar-brand>img{
        width: 100%;
        max-width: 100px;
    } */

    .navbar-default .navbar-nav>li>a{
        max-width: 100px;
    }
    .navbar-right {
        transition: .3s;
        /* margin-top: -10px; */
    }
    .navbar .nav > li > a{
        font-size: 10px;
    }
}

@media screen and (max-width: 1300px){
    /* .navbar-brand>img{
        width: 100%;
    } */
    
    .navbar-default .navbar-nav>li>a{
        max-width: fit-content;
    }
}

@media screen and (max-width: 1270px){
    .navbar .nav > li > a, .mega-menu a{
        font-size: 10px;
    }

    .navbar-title {
        margin-right: 0px !important;
    }

    /* .navbar-brand>img{
        width: 100%;
    } */
    
    .timeInfoLanding{
        font-size:14px!important;
    }
    /* .landing-title{
        font-size:25px;
    } */
    .timeline{
        padding-left:50px;
    }
    /* .lineSlim::after {
        height: 130px!important;
    }
    .lineBig::after {
        height: 400px!important;
    } */
    .modal-application-wrapper{
        left: 10%;
        width: 80%;
    }
}
@media screen and (max-width: 1262px) and (min-width: 1200px){
    /* .container {
        width: 950px;
    } */
    .timeline li:before{
        left: -100px;
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1200px){
    .blockImages{
        padding-left:10px;
    }
    /* .speaker-outer-card{
        width:100%;
        margin-bottom:20px;
    } */
    .timeline li:before{
        left: -100px;
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1150px) {
    .header-banner-container {
        padding: 25px 50px;
    }

    .header .registration-btn {
        top: -43px;
        gap: 10px;
        padding: 5px;
    }

    .timer-countdown-wrapper {
        font-style: 46px;
    }

    .timer-countdown-text {
        font-size: 0;
    }

    .timer-countdown-text::first-letter {
        font-size: 18px;
    }

    .program-day-icon {
        display: none;
    }

    .program-day {
        padding: 15px 15px;
    }

    .program-day.col-sm-3 {
        width: 33.333333%;
    }

    .sponsors-wrapper, 
    .program-wrapper {
        padding: 25px 30px;
    }

    .program-line .col-md-12,
    .program-line .col-md-6,
    .program-line .col-md-4,
    .program-line .col-md-3 {
        width: 100%;
    }

    .timeline-cards.row.no-gap {
        /* flex-wrap: nowrap !important; */
        gap: 8px;
        margin-top: -4px;
        margin-bottom: -4px;
    }

    .program-timeline .row.no-gap {
        margin-bottom: 0;
    }

    .program-timeline .row.no-gap > [class*="col-"] {
        padding-inline: 15px;
    }

    .program-timeline .row.no-gap > [class*="col-"]:first-child {
        padding-inline: 15px;
    }

    .program-timeline .row.no-gap > [class*="col-"]:last-child {
        padding-inline: 15px;
    }

    .program-line:not(:first-child)::after {
        top: -2%;
    }

    .competition-image {
        height: max-content;
        margin-top: auto;
        margin-bottom: auto;
    }

    .subscription-form-container {
        padding: 35px 60px;
    }

    .subscription-form-container .btn-send {
        font-size: 16px !important;
    }

    .speakers-page .speaker-info {
        padding-bottom: 90px;
    }
    
    .speaker-header-info {
        padding-left: 30px;
        /* background-attachment: fixed; */
    }

    .speaker-header-container {
        padding: 30px;
    }

    .footerList p {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px){

    .gradient-border {
        border: 2.5px solid transparent;
    }

    .navbar-default{
        background: var(--color-glass);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.15),
            inset -6px -4px 4px rgba(255, 255, 255, 0.1),
            inset 6px 4px 10px rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        transition: .2s;
    }

    /* Disable scroll on body */
    body.menu-open {
        overflow: hidden;
    }

    .slicknav_menu{
        display: block;
        border-radius: 50px;
        width: 90%;
        justify-self: center;
        margin-top: 20px;
        position: sticky;
    }

    .navbar-default .container-fluid {
        padding-inline: inherit;
    }

    .container-fluid>.navbar-header {
        margin-inline: 0;
        padding: 10px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        float: none !important;
    }
    
    .navbar-toggle {
        display: flex;
        margin: 0;
        padding: 0;
        border: none;
        float: none !important;
        margin-left: auto;
    }

    .navbar-toggle.close-menu {
        display: none !important;
    }

    .menu-open .navbar-toggle.close-menu {
        display: block !important;
        z-index: 10;
        margin-right: 55px;
    }

    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh !important;
        background: var(--color-white);
        padding: 0;
        /* overflow-y: auto; */
        -webkit-overflow-scrolling: touch;
        padding-top: 120px;
        z-index: 9998;
        transition: .2s;
        overflow: scroll;
    }

    .navbar-collapse.collapse {
        flex-direction: column;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: none;
        padding-top: 35px;
        padding-bottom: 50px;
        /* margin-top: -23px; */
        /* margin-left: -22px; */
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .modal-wrapper section,
    .modal-application-wrapper section {
        padding: 40px;
        padding-top: 70px;
    }

    .application_card_right {
        padding: 30px 15px;
        justify-content: space-around;
    }

    .applicationModalTopSection .btn-close {
        position: absolute;
        top: -46px;
        right: 0;
    }

    .applicationModalTopSection .btn-close div {
        width: 54px;
        height: 54px;
        font-size: 38px;
    }

    .navbar-wrapper {
        align-items: start;
    }

    .navbar-wrapper .blur-box {
        display: none;
    }

    .navbar-wrapper .navbar-nav.nav-center {
        flex-direction: column;
        background: var(--color-white);
        backdrop-filter: unset;
        box-shadow: none;
        padding-inline: 0;
        gap: 40px;
        height: fit-content;
        justify-content: start;
        /* padding-top: 40px; */
    }

    .navbar-wrapper .navbar-nav.nav-center::before,
    .navbar-wrapper .navbar-nav.nav-center::after {
        display: none;
    }

    .navbar-nav.nav-center li {
        height: fit-content;
    }

    .navbar-title {
        margin: 0 !important;
        padding: 0 !important;
        height: fit-content;
        font-size: 18px !important;
    }

    .navbar-title:hover {
        padding: 10px !important;
    }

    .active-nav .navbar-title {
        color: var(--color-pink) !important;
    }

    .active-nav a::after {
        display: none;
    }

    .registration-link {
        margin: 12px 0px;
    }

    .header .registration-btn,
    .registration-btn {
        width: fit-content;
        padding: 26px 36px;
        border-radius: 60px;
        font-size: 14px;
        display: flex;
        gap: 14px;
    }

    .registration-page .registration-btn {
        padding: 14px 42px;
        width: 100%;
    }
    
    .registration-btn span {
        display: block !important;
    }
    
    .navbar-nav.navbar-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /* margin-top: 20px; */
    }

    .navbar-collapse {
        opacity: 0;
        transition: transform 0.2s ease, opacity 0.2s ease;
        display: block !important;
    }

    .navbar-collapse.in {
        transform: translateY(0);
        opacity: 1;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
    }

    .navbar-header {
        transition: opacity 0.2s ease;
    }

    body.menu-open .navbar-header {
        opacity: 0;
        pointer-events: none;
    }

    body.menu-open .navbar-toggle {
        animation: spin 1s ease forwards;
    }
    
    @keyframes spin {
        0%   { transform: rotate(0deg); }
        50%  { transform: rotate(5deg); }
        100% { transform: rotate(7deg); }
    }

    body.menu-open .navbar-header {
        opacity: 0;
        visibility: hidden;
        position: relative;
        z-index: -1;
    }

    .header-banner-container {
        background-image: url(../images/landing-bg-mobile1.svg) !important;
        /* aspect-ratio: 363 / 720; */
        aspect-ratio: unset;
        padding: 25px;
        height: 100%;
        border-radius: var(--border-radius);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .header-banner-title {
        max-width: none;
    }

    .header-banner-image {
        width: 100%;
        height: auto;
        /* max-height: 270px; */
        /* max-width: 290px; */
    }

    .header-banner-text p:nth-of-type(1) {
        line-height: 1;
    }

    .slicknav_brand{
        padding: 5px 11px;
        margin-bottom: 20px;
    }

    .header .registration-btn {
        height: fit-content;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 11px 26px;
        position: static;
        width: 100%;
    }

    .header-sponsors {
        height: 110px;
    }

    .marquee-wrapper {
        /* margin-top: -30px; */
    }
    
    .footer-marquee-wrapper .blur-box.left,
    .marquee-wrapper .blur-box.left {
        left: -5.5%;
    }
    
    .footer-marquee-wrapper .blur-box.right,
    .marquee-wrapper .blur-box.right {
        right: -5.5%;
    }

    .header-sponsor-image {
        max-height: 35px;
    }

    .footer-marquee,
    .marquee {
        overflow: hidden;
        padding: 13px 0;
        width: 100vw;
        justify-self: center;
    }
    
    .marquee-track {
        display: flex;
        width: max-content;
    }
    
    .marquee-active .marquee-track {
        animation: scroll 25s linear infinite;
    }
    
    .blur-box {
        width: 50px;
    }

    section {
        margin-top: 40px;
    }

    .timer .container {
        flex-direction: column;
        gap: 10px;
    }

    .timer-countdown-wrapper {
        font-size: 32px;
        gap: 5px;
    }

    .timer-countdown-box {
        width: 70px;
        height: 65px;
        padding: 15px 0 !important;
        border-radius: 20px;
        gap: 5px;
    }

    .timer-countdown-number {
        font-size: 26px;
    }

    .section-title-container {
        margin-bottom: 20px;
        justify-content: center;
    }

    .speakers .section-title-container {
        flex-direction: row;
    }

    .speakers-arrows {
        display: none;
    }
    
    .slick-dots {
        display: flex !important;
        background: var(--color-grey);
        border-radius: 18px;
        width: fit-content;
        justify-self: center;
        /* margin: 0 auto;  */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 45px;
    }

    .slick-dots li {
        margin: 0;
        width: fit-content;
    }

    .slick-dots li button:before {
        color: var(--color-white) !important;
        opacity: 1;
    }
    
    .slick-dots li.slick-active button:before {
        color: var(--color-pink) !important;
        opacity: 1;
    }

    .speaker-outer-card-landing {
        margin-top: 0;
        margin-inline: 10px;
    }

    .flip-card {
        /* height: 380px; */
        /* width: 290px; */
        width: 100%;
    }

    .btn-header-inverted {
        padding: 16px 36px;
        font-size: 14px !important;
        line-height: 18px;
        white-space: normal;
        justify-content: center;
    }
    
    .program-wrapper {
        overflow-x: scroll;
        height: 600px;
        /* padding: 34px 24px; */
        padding: 0;
        margin-top: 12px;
    }

    .program-timeline {
        padding-left: 75px;
    }

    .program-timeline::before {
        left: 27px;
    }

    .program-line::after {
        left: -75px;
    }

    .competitions-outer-card {
        flex-direction: column;
        padding: 30px 30px;
    }

    .competitions-text .btn-header-inverted {
        width: 100%;
    }

    .competitions-text .btn-header-inverted svg {
        height: 12px !important;
    }

    .section-subtitle {
        font-size: 16px;
        align-items: center;
        gap: 2px;
    }

    .section-subtitle img {
        max-height: 9px;
    }

    .subscription-form-container {
        padding: 24px;
    }

    .form-corner-mask-1 {
        left: auto;
        right: -0.6px;
        height: 10%;
        transform: rotate(-90deg);
    }
    
    .form-corner-mask-2 {
        right: auto;
        left: -0.6px;
        height: 10%;
        transform: rotate(90deg);
    }

    .subscription-form-header {
        gap: 20px;
    }

    .subscription-form-title {
        font-size: 30px;
        line-height: 40px;
    }

    .subscription-form-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .subscription-form-footer {
        margin-top: 36px;
        gap: 30px;
    }

    .subscription-form-container .form-control {
        height: 50px;
        padding-top: 6px;
    }

    .form-control {
        border-radius: 12px;
    }

    .btn-registration-inverted-confirm,
    .btn-send {
        font-size: 14px !important;
        height: 50px;
    }

    .subscription-form-contacts {
        font-size: 14px !important;
    }

    .contacts-links svg {
        width: 35px;
        height: 35px;
    }

    .footer {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
        padding: 40px 50px 60px 55px;
    }

    .footer .subscription-form-contacts,
    .footer p {
        font-size: 16px !important;
        line-height: 22px;
        text-align: start;
    }

    .footerList p {
        padding-bottom: 30px;
    }

    .program-days {
        overflow-x: scroll;
        margin-left: 7.5px;
        /* width: 110vw; */
        margin-inline: 0;
        padding-left: 25px;
    }

    .program-days::-webkit-scrollbar {
        display: none;
    }

    .program-day {
        height: 45px;
        padding: 9px 15px;
    }

    .program-day.col-sm-3 {
        width: auto;
    }

    .program-day-count {
        line-height: 12px;
    }

    .program-day-date {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: normal;
    }

    .program-day.active,
    .program-day:hover {
        background: var(--secondary-color);
    }

    .program-day.active .program-day-date {
        color: var(--primary-color);
    }

    .program-day-info {
        overflow: clip;
    }

    .program-timeline-wrapper {
        /* overflow: scroll; */
        /* padding: 20px 15px; */
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .program-timeline-wrapper::-webkit-scrollbar {
        height: 4px;
    }
    
    .program-timeline-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .program-timeline-wrapper::-webkit-scrollbar-thumb {
        background: var(--color-pink);
        border-radius: 10px;
    }

    .timeline-cards {
        flex-direction: column;
    }

    .timeline-cards.row.no-gap {
        flex-wrap: nowrap !important;
    }

    .program-line:not(:first-child)::after {
        top: -2%;
    }

    .speaker-outer-card {
        flex-direction: column;
        gap: 16px;
    }

    .speakers-page .speaker-image {
        height: 430px;
        background-position: center 20%;
    }

    .speakers-page .speaker-info {
        padding: 35px 24px;
        padding-bottom: 95px;
    }

    .speaker-page .speaker-name, 
    .speakers-page .speaker-name {
        font-size: 30px;
    }

    .speakers-page .speaker-position {
        font-size: 16px;
        margin-top: 8px;
    }

    .speakers-page .speaker-title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 27px;
    }

    .speakers-page .speakers-arrow.speaker-link {
        width: 54px;
        height: 54px;
    }
    
    .speakers-page .speakers-arrow.speaker-link svg {
        width: 21px;
        height: 25px;
    }

    .speaker-page .speaker-position {
        padding: 11px 24px;
    }

    .speaker-page .speaker-image {
        height: 100%;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .speaker-header-container {
        height: 100%;
        padding: 25px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .speaker-header-container .col-sm-3 {
        padding-inline: 0;
        width: 100%;
    }

    .speaker-header-container .col-sm-9 {
        padding-inline: 0;
    }

    .speaker-header-info {
        background-image: none !important;
        background: var(--color-white);
        padding: 20px 25px;
        height: 100%;
    }

    .text-box {
        padding: 25px;
        overflow: auto;
    }

    .sponsors-wrapper {
        padding: 25px;
        gap: 40px;
    }

    .sponsor-title {
        text-align: center;
        line-height: 30px;
    }

    .sponsor-blocks {
        justify-content: center;
    }

    .footer-sponsor-container, 
    .header-sponsor-container {
        padding: 20px;
    }

    .footer-sponsor-container .blockImages {
        width: auto;
    }

    .contests-page .btn-header-inverted {
        padding: 20px 35px;
    }

    .contest-page .competition-image .form-corner-mask-2 {
        right: -0.9px;
        left: auto;
        height: 20%;
        transform: none;
    }

    .contest-page .competition-image {
        /* height: 260px; */
        /* max-height: 350px; */
        height: auto;
        /* aspect-ratio: 16 / 9; */
        object-fit: cover;
        /* background-size: contain; */
        border-radius: var(--border-radius);
    }

    .contest-page .col-sm-12.d-flex.justify-center {
        flex-direction: column;
    }

    .contest-title {
        /* font-size: 25px !important; */
        position: static;
        gap: 10px;
        margin-bottom: 24px;
        text-align: center;
    }

    .contest-page .container {
        gap: 24px;
    }

    .gallery-images-grid {
        gap: 2px;
    }

    .gallery-page .gallery-images-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-image-item {
        border-radius: 3px;
    }
   
    .gallery-page .gallery-image-item {
        border-radius: 3px;
    }
    
    .slicknav_brand img{
        width: 120px;
        margin-top: 5px;
    }

    .topNavigation {
        right: 55px;
        top: 15px;
    }

    .slicknav_btn{
        margin: 20px 5px 6px;
        background-color: #f6f6f6;
        cursor: pointer;
    }

    .slicknav_nav a:hover{
        background: #711826;
        color: #fff;
    }

    .slicknav_nav a{
        text-align: center;
        text-transform: uppercase;
    }

    .singleServiceMobile{
        font-size: 20px;
        font-weight: 500;
        color: #373434;
        text-transform: uppercase;
        transition: .3s;
        background-color: #edeef5;
        padding: 30px;
        margin-top: 10px;
        text-align: center;
    }

    .page-container {
        margin-top: 90px;
        margin-bottom: 50px;
    }

    .sidebar{
        display: none;
    }


    .sidebar-mobile{
        display: block;
        background-color: #edeef5;
        padding: 30px;
        margin-top: 40px;
    }

    .sidebar-mobile .single{
        font-size: 15px;
        font-weight: 500;
        color: #373434;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: .3s;
    }

    .sidebar-mobile .single.active{
        /*border-bottom: 2px solid red; */
        border-bottom: 5px solid #e96d6e;
    }

    .sidebarTitle{
        margin-top: 50px;
    }


    .finish-modal-footer .confirm-row {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: 0;
    }



    .stepBack{
        display: none;
    }

    .stepBackMobile{
        display: inline-block;
    }
    
    .subpageContainerSidebar {
        padding-top: 30px;
    }
    .container-fluid{
        padding-top:0px!important;
    }    
    /* .landing-title{
        margin-top:20px!important;
    } */
    .header{
        /* padding-top:20px!important; */
    }
    .timeline li:before{
        left: -100px;
        transform: scale(0.8);
    }
    /* #speakersSection{
        padding-top:50px!Important;
    } */

    .desktop{
        display:none !important;
    }
    .mobile{
        display:block!important;
    }
        
}

@media screen and (max-width: 1030px){
    .timeline{
        padding-left:90px;
    }
}

@media screen and (max-width: 991px){
    .reason-image{
        display:none;
    }
    /* .footer{
        text-align:center;
    } */
    /* .desktop{
        display:none !important;
    }
    .mobile{
        display:block!important;
    } */
    /* #TablesWrapper{
        padding:0px;
    } */
    .cutLeft{
        right: -150px;
    }
    .speakerImage img{
        max-width:200px;
    }
    #video-modal-wrapper{
        width: 100%;
        left: 0;
    }
    
    .program-day-date {
        font-size: 16px;
    }

    .footer .row:first-child {
        display: block;
        justify-self: center;
    }

    .footer .subscription-form-contacts, 
    .footer p {
        text-align: center;
    }

    .footer .subscription-form-contacts .contacts-links {
        justify-content: center;
    }

}

@media screen and (max-width: 769px){
    .header{
        padding-left: 0px;
    }

    /* .landing-title{
        margin-top: 150px;
    } */

    .informationsBox{
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .informationsBoxSingle::after, .informationsBoxSingle::before{
        display: none;
    }
    .productionBox{
        height: auto;
    }

    .btn-landing1{
        margin-bottom: 40px;
        width: 100%;
    }


    /* .landing-title1, .landing-title2, .landing-title3{
        font-size: 50px;
    } */

    .subpageBody h2{
        font-size: 50px;
    }

    .subpageHeader .breadcrumbs{
        font-size: 8px;
    }

    .footerCertificate2{
       width: 100%;
    }
    
    .footerCertificate2 img{
        width: auto;
        max-width: 100%;
    }
    
    .subpageHeader{
        height: 150px;
    }
    
    .subpageHeader .breadcrumbs{
        margin-top: 120px;
    }
    
    .btn-header{
        width: 100%;
    }
    
    .btn-landing2{
        margin-left: 0px;
        width: 100%;
    }
    
    .newsImageBox{
        height: 200px;
        margin-bottom: 20px;
    }
    
    .landing4{
        background-size: 100%;
    }
    
    .informationsBoxNumber{
        margin-top: 0px;
    }
    
    .certificateBox{
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .footerLogo {
        max-width: 90%;
    }
    
    .footerText{
        font-size: 13px;
    }
    
    .footerCertificate p{
        font-size: 13px;
        padding-top: 20px;
        text-align: center;
    }
    
    .footer{
        padding-bottom: 20px;
    }
    
    .footerAddData{
        font-size: 10px;
        margin-top: 8px;
    }
    
    .footerBottomText{
        font-size: 8px;
    }
    
    .usersImageBox{
        margin-bottom: 20px;
    }
/*    .headerImage{
        float:none!important;
        margin:0 auto;
    }*/
    .wrapperTime{
        text-align: center;
    }
    .wrapperTime div{
        padding-bottom:20px;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
    }

    .reasons-outer-card{
        width:auto;
        margin-right:0px!Important;
    }
    .reason-image{
        display:block!important;
    }
    .modal-wrapper{
        left: 0%;
        width: auto;
        margin-left: 0px;
    }
    .timeline li:before{
        left: -100px;
        transform: scale(0.8);
    }

    .product-card {
        height:100%!important;
        padding: 12px 20px;
    }

    /* .lineSlim::after {
        height: 150px!important;
    }
    .lineBig::after {
        height: 450px!important;
    } */
    /* .btn-send{
        margin-bottom: 10vh;
    } */
    .individual-modal{
        top: 0vh;
    }
    .product-card p img{
        max-width: 100%!important;
        height: auto;
    }
    .applicationTitleRow{
        padding-bottom:20px;
        padding-top: 0px;
    }
    .modal-application-wrapper{
        left: 0%;
        width: 95%;
        transform: translate(3%, 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .application_card h3{
        font-size: 16px;
    }

    .application_card:first-of-type {
        margin-bottom: 30px;
    }

    .applicationModalTitle{
        font-size: 16px;
    }

    .attendees-container .table-responsive {
        border: none;
    }
}

@media screen and (max-width: 560px){
    .speakersImage{
        padding-top: 130px;
        margin-left:-20px;
    }
    .parallelogram{
        left: -60px;
    }
    /* .competitions-outer-card div a{
        padding-bottom:20px;
    } */
    /* .speaker-outer-card-landing{
        width: 290px;
        min-height:550px;
    } */
    .blockImages{
        max-width: 100%;
    }
}
@media screen and (max-width: 485px){
    /* .lineSlim::after {
        height: 200px!important;
    }
    .lineSemi::after {
        height: 300px!important;
    }
    .lineBig::after {
        height: 550px!important;
    } */
}
@media screen and (max-width: 470px){
    .col-xxs-12{
        width:100%;
        text-align: center;
    }
    .speakersImage, .speakerImage img{
        padding-top: 20px;
        margin:0 auto;
        border-radius: 100px;
    }
    .speakerImage img{
        padding-top:0px!Important;
    }
    .parallelogram{
        display:none;
    }
    /* #speakersSection{
        padding-top: 40px
    } */
    .reason-image{
        display:none!important;
    }
/*    .headerImage{
        min-width:200px;
        min-height:200px;
    }*/

    .product-card {
        max-width: 325px;
    }

    .reasons-outer-card,
    .competitions-outer-card {
        padding: 25px 7px;
    }
}
@media screen and (max-width: 350px){
    /* .lineSlim::after {
        height: 240px!important;
    }
    .lineSemi::after {
        height: 350px!important;
    }
    .lineBig::after {
        height: 750px!important;
    } */
    .modal-wrapper{
        left: 0%;
    }

    .timer-countdown-wrapper {
        font-size: 28px;
        gap: 3px;
    }
    
    .timer-countdown-box {
        width: 60px;
        height: 55px;
        padding: 12px 0 !important;
    }

    .timer-countdown-number {
        font-size: 22px;
    }

    .timer-countdown-text::first-letter {
        font-size: 12px;
    }

    .product-card {
        width: max-content;
        max-width: 250px;
    }

    /* .btn-header-inverted {
        padding: 16px 15px;
    } */
}







