/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/Stock\ Images/culinary_diploma.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  /* object-fit:fill; */
  /* object-fit:contain; */
  z-index: -1;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}





/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  /* background-image: url(../images/meetings-page-bg.jpg); */
  background-color: #111;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-1 {
  text-align: center;
}

section.meetings-page .main-button-1 a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb #image {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  min-width: 100%;
  min-height: 50vh;
  max-width: 100%;
  max-height: 50vh;
  object-fit: cover;
  /* object-fit: fill; */
  /* object-fit: contain; */
  z-index: -1;
  background-size: cover;
  object-fit: cover;
}



.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #000000;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 400;
  text-align: left;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  letter-spacing: 1px;
}

.meeting-single-item .down-content p.description ol {
  list-style-type: disc;
  margin-left: 20px;
}

.meeting-single-item .down-content p.description ul li::before {
  margin-bottom: 5px;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}






/* Section Jobs */

section.jobs {
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  
  section.jobs h1 {
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    /* font-size: 22px; */
    /* font-weight: 700; */
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    align-items: center;
    letter-spacing: 2px;
  }
  
  section.jobs .main-button-2 {
    position: relative;
      display: flex;
      /* padding: 26px 57px 22px; */
      justify-content: center;
      align-items: center;
      border-style: solid;
      border-width: 2px;
      border-color: #fff;
      border-radius: 100px;
      background-color: #fff;
      transition: all 200ms ease;
      color: #0015ff;
      line-height: 20px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 2.08px;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      margin-top: 40px;
      margin-bottom: 20px;
  }
  
  section.jobs .main-button-2 a{
    width: 100%;
    height: 100%;
    font-size: 30px;
  }


  .main-button-3 a {
    font-size: 13px;
    color: #fff;
    background-color: #001436;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 2px;
    font-weight: bold;
  }
  
  .main-button-3 a:hover {
    opacity: 0.9;
  }


  section.jobs .main-button-3 {
    position: relative;
    display: flex;
    /* padding: 26px 57px 22px; */
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-color: #001436;
    border-radius: 100px;
    background-color: #001436;
    transition: all 200ms ease;
    color: #0015ff;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2.08px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  section.jobs .main-button-3 a{
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
  }

  
  section.jobs .page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    /* font-family: 'Rubik', sans-serif; */
  }
  
  @media(min-width: 600px) {
    section.jobs .page-content {
        grid-template-columns: repeat(2,1fr);
    }
    section.jobs .card {
        height: 350px;
    }
  }
  
  @media(min-width: 800px) {
    section.jobs .page-content {
        grid-template-columns: repeat(4,1fr);
    }
  }


  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgb(0, 0, 0);
    border-radius: .25rem;
}

  
  section.jobs .card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: #fff;
    /* background-color: #fff; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
        0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1),
        0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  section.jobs .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: center;
    transition: transform 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
  }
  
  section.jobs .card::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.05);
    pointer-events: none;
    background-image: linear-gradient(
        to bottom, rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.009) 11.7%,
        rgba(0, 0, 0, 0.034) 22.1%,
        rgba(0, 0, 0, 0.072) 31.2%,
        rgba(0, 0, 0, 0.123) 39.4%,
        rgba(0, 0, 0, 0.182) 46.6%,
        rgba(0, 0, 0, 0.249) 53.1%,
        rgba(0, 0, 0, 0.320) 58.9%,
        rgba(0, 0, 0, 0.394) 64.3%,
        rgba(0, 0, 0, 0.468) 69.3%,
        rgba(0, 0, 0, 0.540) 74.1%,
        rgba(0, 0, 0, 0.607) 78.8%,
        rgba(0, 0, 0, 0.668) 83.6%,
        rgba(0, 0, 0, 0.721) 88.7%,
        rgba(0, 0, 0, 0.762) 94.1%,
        rgba(0, 0, 0, 0.790) 100%);
        transform: translateY(-50%);
        transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  section.jobs .card:nth-child(1)::before {
    background-image: url(../images/Stock\ Images/f&b_5.jpg);
  }
  
  section.jobs .card:nth-child(2)::before {
    background-image: url(../images/Stock\ Images/sommelier.jpg);
  }
  
  section.jobs .card:nth-child(3)::before {
    background-image: url(../images/Stock\ Images/QA.jpg);
  }
  
  section.jobs .card:nth-child(4)::before {
    background-image: url(../images/Stock\ Images/food\ scientist.jpg);
  }
  
  section.jobs .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
  }
  
  section.jobs .title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    /* margin-top: -20px; */
	  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	  /* text-transform: uppercase; */
    font-family: 'Poppins',sans-serif;
  }
  
  section.jobs .description {
    font-family: 'Cardo', sans-serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.35;
    margin-top: 20px;
    color: #fff;
  }
  
  section.jobs .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(255, 196, 0);
    border: none;
    border-radius: 2px;
  }
  
  section.jobs .card::after {
    transform: translateY(0);
  }
  
  section.jobs .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  
  section.jobs .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
                opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  section.jobs .card:hover {
    align-items: center;
  }
  
  section.jobs .card:hover::before {
    transform: translateY(-4%);
  }
  
  section.jobs .card:hover::after {
    transform: translateY(-50%);
  }
  
  section.jobs .card:hover .content {
    transform: translateY(0);
  }
  
  section.jobs .card:hover .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 85ms;
  }


  /* RESPONSIVE AREA */

  /* MOBILE RESPONSIVE */

@media screen and (max-width: 767px) {
  section.contact-us {
    padding: 80px 0px 0px 0px;
    text-align: center;
}
}

  @media (max-width: 992px) {
    .main-banner .caption h2 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 10px;
      white-space: nowrap;
      letter-spacing: 3px;
      line-height: 30px;
  }

  section.jobs .main-button-3 {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .footer-wrap h2 {
    text-align: center;
  }
  }