.pitch2fork {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F5F7E5;
}

.pitch2fork-bangladesh{
    background: #FFF !important;
}

.pitch2fork h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.pitch2fork h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2A774C;
}

.pitch2fork h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.pitch2fork p {
    font-size: 24px;
    text-align: center;
}

.pitch2fork .content p {
    font-size: 16px;
    text-align: center;
}

.pitch2fork .img-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.pitch2fork .img-container.xs img {
    width: 200px !important;
}
.pitch2fork .img-container.fs {
    justify-content: flex-start;
}

.pitch2fork .img-container img {
    width: 300px;
}

.pitch2fork .btn {
    width: 300px;
    margin: 20px 0;
}

.pitch2fork .p2f-content-nepal {
    display: flex;
    flex-direction: row;
}

.pitch2fork.nigeria .container {
    display: flex;
    flex-direction: row;
}

.pitch2fork.nigeria .img-container img {
    width: 45% !important;
}

.pitch2fork.nigeria p {
    font-size: 16px;
}
/* images */
.event-images img:hover{
    transform: scale(1.1);
    opacity: .6;
    cursor: pointer;
}
/* testimonials */
.testimonials{
    display: flex;
    align-items: end;
   justify-content: center;
}

.testimonials img{
    height: 100%;
    /* border-radius: 2rem; */
    /* margin: 1rem; */
}

.testimonial_quote{
    display: flex;
    align-items: center;
    text-align: start;
    border-radius: 1rem;
    margin-top: 1rem;
    background:radial-gradient(
        farthest-corner at 90% 90%,
        #c1ebc4  5%, #caf1c6 10%, #fff, #fff, #fff
      );;
    /* background: linear-gradient(150deg, #fff,#fff,#fff,#fff,#e1f469,#d3f296); */
}

.testimonial_quote p{
    font-weight: unset;
 display: block;
 color: #000;
}
.testimonial_quote span{
margin-top: 1rem;
}

/* .testimonial_quote img{
    height: 30px;
} */


@media (max-width: 1024px) and (min-width: 769px) {
    .testimonials-corousel .item {
      padding: 0px 0px !important;
      
    }
  }

/* events */

.event{
    margin-top: 20px;   
  font-size: 28px;
  text-align: center;
  color: #2a774c;
  font-weight: 600;
  transition: ease-in-out 0.3s;padding: 0% 3%;
}

.time-table{
    font-weight: 800;
    padding: 2rem 0 0 0;
}

.event-cards{
    /* background-color: rgba(81, 167, 118, 0.797); */
    background: linear-gradient(80deg, rgb(76, 157, 111), rgba(81, 167, 118, 0.674));
    display: flex;
    padding: 2rem;
    border-radius: 1rem;
    text-align: left;
    margin-bottom: 1.5rem;
    /* flex-wrap: wrap; */
}

.event-cards h2 {
    color: white;
}
.event-detail{
    color: white;
}

.event-cards h5{
    font-weight:700;
    padding: .5rem 0rem;
}

.event-time{
    /* margin-right: 2rem; */
}

.card-speaker{
border-left: 1px solid black;
text-align: center;
padding: 1rem;
margin-left: 1rem;
}

.card-speaker h6{
    font-weight: 600;
    margin-bottom: 2.2rem;
    color: white;
}

.card-speaker {
    color: white;
}

.speaker-info{
    color: #000;
    font-size: .9rem;
}

.card-speaker h5{
    font-weight: 600;
    /* margin-bottom: 2.5rem; */
   
}

.card-speaker .card-name{
    color: black;
    margin-bottom: 0rem;
    }

    .speaker-name{
        color: black;
        font-weight: 700;
        line-height: 2px;
    }
/* dekstop view */
    .session-heading{
        font-weight: 600;
        margin-bottom: 0;
        color: #000;
    }

    @media (max-width: 1200px) {
        .speaker-name{
            line-height: 1rem;
        }
    }

    @media (max-width: 769px) {
        .mobileview-cards{
            display: none;
           } 
           
      }


@media (max-width: 768px) {
    .event-cards{
        flex-wrap: wrap;
    }

    .card-speaker{
        border-top: 1px solid black;
        border-left: hidden;
        width: -webkit-fill-available;
        }
        .card-speaker h6 {
            margin-bottom: 1.2rem;
        }
}

@media (max-width: 426px) {

    .pitch2fork {
        padding: 60px 40px;
    }

    .pitch2fork.nigeria .container {
        display: flex;
        flex-direction: column;
    }

    .pitch2fork .img-container img {
        width: 80%;
    }
    .pitch2fork.nigeria .img-container img {
        width: 45% !important;
    }

    .pitch2fork .p2f-content-nepal {
        flex-direction: column !important;
    }

    .pitch2fork.nigeria {
        padding: 60px 10px !important;
        flex-direction: column !important;
    }
    .pitch2fork.nigeria .content {
        margin-top: 40px;
    }
    .pitch2fork.nigeria h3 ,
    .pitch2fork.nigeria p {
        text-align: center !important;
    }
    
}

/************************************************************
  Pitch2Fork Info
************************************************************/


.pitch2fork-info {
    padding: 40px 200px
}

.pitch2fork-info p {
    color: #2A774C;
    text-align: center;
}

.pitch2fork-info p.note {
    color: #848484;
    font-size: smaller;
    margin: 10px 150px;
}



/************************************************************
  Registration
************************************************************/

.registration {
    padding: 40px;
    background-color: #f5f7e5;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
}

.registration .title {
    margin-bottom: 40px;
}

.registration .row {
    overflow: hidden;
}

.registration h4 {
    color: #2a774c;
    font-weight: 700;
    transition: ease-in-out 0.3s;
}

.registration h6 {
    color: #000;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.registration p {
    color: #000;
    font-size: small;
    transition: ease-in-out 0.3s;
}

.registration input {
    border-radius: 10px;
    font-size: larger;
    background-color: transparent;
    border: solid 2px #563089;
    width: 100%;
    padding: 10px 20px;
    outline: none;
}

.registration select {
    border-radius: 10px;
    font-size: larger;
    background-color: transparent;
    border: solid 2px #563089;
    width: 100%;
    padding: 6px 20px;
    outline: none;
}

.registration button {
    border-radius: 20px;
    background-color: #563089;
    color: white;
    padding: 7px 30px;
    border: none;
}

.registration .tab-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    padding: 20px;
    margin: 0 15%;
}

.registration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .registration .tab-content {
        margin-top: 40px;
        padding: 20px;
    }

    .registration .button-container {
        justify-content: center;
    }
}

@media (max-width: 426px) {
    .registration {
        padding: 40px 0;
    }

    .registration .tab-content {
        width: 100%;
        margin: 10px;
    }

}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #563089;
    /* Black background color */
    color: #F2C029;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 35%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 5s;
    animation: fadein 0.5s, fadeout 0.5s 5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



#agenda {
    background-color: #FFF;
    margin-bottom: 40px;
}

#agenda .title {
    background: #FFA300;
    width: 100%;
}

#agenda .title h2 {
    color: #FFF;
    font-size: 36px;
    padding: 20px;
    text-align: center;
}

#agenda .content h3 {
    color: #0F5026;
    font-size: 24px;
    padding: 10px 0;
}

#agenda .table,
#agenda .table tr td,
#agenda .table tr th {
    border: thin solid #dee2e6;
}

#agenda .table tr th {
    text-align: center;
}

#agenda .table tr th:first-child {
    width: 15%;
}

#agenda .table tr th:last-child {
    width: 25%;
}

#agenda .table tr td:first-child {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}


#agenda .table tr th {
    background: #0F5026;
    color: #FFF;
}

@media (max-width: 426px) {
    #agenda .table {
        font-size: small;
    }

    #agenda .table tr th:first-child {
        width: 10%;
    }

    #agenda .content h3 {
        text-align: center;
    }
}


/************************************************************
  speakers
************************************************************/


.speakers {
    padding: 40px 0;
    background-color: #F5F7E5;
}

.speakers.nigeria {
    padding: 40px 0;
    background-color: #2A774C;
}

.speakers.nigeria h3{
    color: #F5F7E5;
}

.speakers h3 {
    color: #2A774C;
    font-weight: bold;
}

.speakers .item img {
    height: 200px;
    width: 200px !important;
    border-radius: 10px;
}

.speakers .item h4 {
    color: #2A774C;
}

.speakers .item a {
    color: #789600 !important;
    text-decoration: underline !important;
    text-align: center;
}

.speakers .item .content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}


/************************************************************
  Jury
************************************************************/


.jury {
    padding: 40px 0;
    background-color: #FFF;
}

.jury h3 {
    color: #2A774C;
    font-weight: bold;
}

.jury .item img {
    height: 200px;
    width: 200px !important;
    border-radius: 10px;
}

.jury .item h4 {
    color: #2A774C;
}

.jury .item a {
    color: #789600 !important;
    text-decoration: underline !important;
    text-align: center;
}

.jury .item {
    background-color: #F5F7E5;
}

.jury .item .content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}


/************************************************************
  Startups
************************************************************/


.startup {
    padding: 40px 0;
    background-color: #F5F7E5;
}

.startup h3 {
    color: #2A774C;
    font-weight: bold;
}

.startup .item img {
    height: 200px;
    width: 200px !important;
    border-radius: 10px;
}

.startup .item h4 {
    color: #FFF;
}

.startup .item a {
    margin-top: 2rem;
    color: #C4FF37 !important;
    text-decoration: underline !important;
    text-align: center;
}

.startup .item {
    background-color: #2A774C;
}

.startup .item .content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}


/************************************************************
  Startups
************************************************************/


/************************************************************
  News
************************************************************/


.news-nigeria {
    padding: 40px 0;
    background-color: #FFF;
}

.news-nigeria h3 {
    color: #2A774C;
    font-weight: bold;
}

.news-nigeria .item img {
    height: 200px;
    width: 100% !important;
    object-fit: contain !important;
}

.news-nigeria .item p {
    margin-top: 20px;
    color: #FFF;
}

.news-nigeria .item a {
    margin-top: 2rem;
    color: #C4FF37 !important;
    text-decoration: underline !important;
    text-align: center;
}

.news-nigeria .item {
    background-color: #2A774C;
}

.news-nigeria .item .content {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youtube{
    color: red;
}


/************************************************************
  News
************************************************************/


#p2fModal .modal-dialog {
    width: 50vw !important;
    max-width: 50vw !important;
}

#p2fModal .modal-body {
    padding: 0 !important;
    border-radius: 10px;
}

#p2fModal .modal-body img {
    height: 200px;
}

#p2fModal .modal-body h4 {
    color: #2A774C;
}

#p2fModal .modal-body #bio {
    margin-top: 20px;
    font-size: 12px;
}

#p2fModal .container2 .title-container {
    background-color: #D3F29B;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 1rem;
}

#p2fModal .content {
    padding: 1rem;
}


@media (max-width: 426px) {

    #p2fModal .modal-dialog {
        width: 80vw !important;
        max-width: 80vw !important;
        left: 14%;
    }
}


@media (max-width: 769px) {

    #p2fModal .modal-dialog {
        width: 70vw !important;
        max-width: 70vw !important;
    }
}


/* ------------------------------- */

.p2f-social {
    background-color: #f7f7f7;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    margin-top: 0px;
}

.p2f-social h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2a774c;
    margin-bottom: 40px;
}

.p2f-social .item {
    width: 100%;
    background-color: #fff;
    min-height: 200px;
    border-radius: 25px;
}

.p2f-social .item h4 {
    color: #2a774c;
}

.p2f-social .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 80% !important;
}

.p2f-social .owl-item img {
    width: 100% !important;
    max-height: 100% !important;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
    border: #000 solid 1px;
    object-fit: contain;
}

.p2f-social .owl-item img:hover {
    opacity: 1;
}

.p2f-social .owl-nav .owl-prev {
    position: absolute;
    top: 110px;
    left: -20px;
    outline: none;
}

.p2f-social .owl-nav .owl-prev span {
    font-size: 80px;
    color: #000;
}

.p2f-social .owl-nav .owl-next {
    position: absolute;
    top: 110px;
    right: -20px;
    outline: none;
}

.p2f-social .owl-nav .owl-next span {
    font-size: 80px;
    color: #000;
}

.p2f-social .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.p2f-social .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000 !important;
}

.p2f-social .owl-dot.active {
    background-color: #2a774c !important;
}



/*--------------------------------------------------------------
# p2f Video
--------------------------------------------------------------*/

.p2f-video {
    padding: 40px;
    background-color: #f5f7e5;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
}

.p2f-video .title {
    margin-bottom: 40px;
}

.p2f-video .row {
    overflow: hidden;
}

.p2f-video h3 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: #2a774c;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}
.Pitch2Fork2022-img{
    border: none !important;
     border-radius: 1vw;
}


/* registration form */
.pitch2fork-form{
    padding: 12vh 12%;
    background: #F5F7E5;
}
.pitch2fork-form h6{
    text-align: justify;
}
.pitch2fork-form h5{
    font-size: 4vh;
    text-align: center;
    color: #2a774c;
    font-weight: 600;
}
.pitch2fork-form form{
    border: 1.5px dashed #2a774c;
    border-radius: 10px;
    padding: 3% 5%;
} 
