@import url('../font/inter/inter.css');
@import url('../font/big-calson/stylesheet.css');
@import url('https://fonts.cdnfonts.com/css/hk-groteks');
@import url('https://fonts.cdnfonts.com/css/flokison');

@font-face {
  font-family: Champion;
  src: url("../font/champion/Champion-HTF-Middleweight.otf") format("opentype");
}

@font-face {
  font-family: ChampionThin;
  src: url("../font/champion/Champion.otf") format("opentype");
}

html {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}


body {
  font-family: 'Inter', sans-serif;
  color: black;
}

.mt-12 {
  margin-top: 12px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-8 {
  margin-bottom: 8px;
}

.font-24 {
  font-size: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.font-white {
  color: white;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-25 {
  font-size: 25px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-44 {
  font-size: 44px;
}

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

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-64 {
  font-size: 64px;
}

.font-80 {
  font-size: 80px;
}

.font-100 {
  font-size: 100px;
}

main {
  min-height: 100vh;
}

#blog-content-display .sc-loader {
  text-align: center;
  margin: auto;
}

.sc-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #FECD00;
  border-bottom: 5px solid #FECD00;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

.sc-loader.small-loader{
  height: 20px;
  width: 20px;
}

.sc-btn-loader {
  border: 3px solid white;
  border-radius: 50%;
  border-bottom: 3px solid #FECD00;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

.full-width {
  width: 100%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-right {
  text-align: right;
}

.body-content {
  margin-top: 50px;
}

.table-view nav {
  padding-top: 20px;
}

.table-view nav p {
  padding-top: 20px;
}

.table-view nav svg {
  height: 17px;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

button {
  font-size: 16px;
  font-weight: 700;
}

input:focus {
  outline: none !important;
}

p {
  font-size: 16px;
}

.primary-text {
  color: #FECD00;
}

.primary-text-dark {
  color: #FFB302 !important;
}

.dark-sc-bg {
  background-color: #FFB302 !important;
}

.dark-sc-border {
  border-color: #FFB302 !important;
}

.primary-text:hover {
  color: #FECD00;
}

.bg-dark {
  background-color: #202020;
}

.green-text {
  color: #008000;
}

.font-black {
  color: black !important;
}

.font-white {
  color: white !important;
}

.bold {
  font-weight: bold;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;

}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.no-margin {
  margin: 0 !important;
}

.scholarship-hero img {
  margin-top: 50px;
}

.landing-top {
  background-color: #FECD00;
  background-image: url("../img/landing-pattern.png");
}

.scholarship-top {
  background: linear-gradient(90deg, #F9F4E8 50%, #FDD65B 50%);
}

.coupon-section {
  margin-top: 20px;
}

.coupon-section button {
  height: 45px;
  width: 100%;
}

#coupon-display-section {
  display: none;
}

.coupon-applied {
  height: 45px;
  border-radius: 15px;
  width: auto;
  color: white;
  padding-top: 10px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FECD00;
}

.scholarship-recipient-top {
  background: #F9F4E8 !important;
}

.blog-top {
  background-color: #FECD00;
  background-image: url("../img/blog-4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-share-box {
  background-color: #fecb0095;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 15px;
  font-size: 16px;
}

.job-top {
  background-color: #FECD00;
  background-image: unset;
}

.blog-top .hero-content {
  color: white;
  padding-top: 25vh;
}

.blog-top .hero-content p {
  font-size: 20px;
}

.hero-content h5 {
  font-weight: 600;
  line-height: 19px;
  font-size: 16px;
}

.hero-content h1 {
  font-weight: 600;
  line-height: 67px;
  font-size: 55px;
}

.home-hero .africa-map img {
  height: 75%;
}

.home-hero .africa-map svg {
  max-height: 650px;
}

.why-chale h5 {
  font-size: 16px;
  line-height: 19.36px;
}

.why-chale {
  padding-right: 100px;
}

.why-chale h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}

.bg-sorted-chale {
  background-color: #FFB302;
  background: #FFB302;
}


.btn-sorted-chale {
  background-color: #FECD00;
  background: #FECD00;
  color: white;
  font-family: 'Inter';
}

.btn-career-Draft {
  background-color: #FECD00;
  background: #FECD00;
  color: white;
}

.html-input-cta {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.quill-input-box {
  min-height: 375px;
}

#faqFormModal .quill-input-box {
  max-height: 350px;
}

.gallery-item span {
  color: #d9534f;
  background-color: white;
  /* border-radius: 5px; */
  padding: 5px;
  float: right;
  cursor: pointer;
  margin-left: 5px;
}

.gallery-item .cover_image {
  color: #FECD00;
}

.payment-row-form {
  display: none;
}

.itinerary-row-form {
  display: none;
}

.cancellation-row-form {
  display: none;
}

.add-payment-btn {
  margin-top: 20px;
}

.add-itinerary-btn {
  margin-top: 20px;
}

.add-payment-form {
  margin-top: 20px;
  display: none;
}

.add-itinerary-form {
  margin-top: 20px;
  display: none;
}

#change-status-form {
  display: none;
}

.sorted-color {
  color: #FECD00;
}

.item-info .mdi-close-outline {
  color: #d9534f;
  cursor: pointer;
}

.btn-career-Active {
  background-color: #d9534f;
  background: #d9534f;
  color: white;
}

.job-post {
  margin-top: 20px;
}

.job-summary {
  margin-top: 40px;
}

.job-description {
  margin-top: 40px;
}

.question-job-action {
  margin-bottom: 25px;
  margin-top: 10px;
}

.success-text {
  color: #5cb85c;
}

.danger-text {
  color: #d9534f;
}

.btn-sorted-chale:disabled {
  background-color: #FECD00;
}

.error {
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 5px;
}

.text-success {
  margin-top: 5px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.btn-sorted-chale:hover {
  background-color: #FFB302;
  background: #FFB302;
  border-color: #FFB302;
  color: white;
}

.btn-sorted-chale:focus {
  background-color: #FFB302;
  background: #FFB302;
  border-color: #FFB302;
  color: white;
}

.bg-sorted-chale-light {
  background: #FECD00;
  background-color: #FECD00;
}

.bg-sorted-chale-grey {
  background-color: #202020;
  background: #202020;
}

.experience-option-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#newsLetterModal .no-border {
  border-bottom: none !important;
}

.horizontal-scroll {
  overflow-x: scroll;
}

.bordered-section {
  border: solid 1px #8080802e;
  border-radius: 16px;
  min-height: 400px;
  padding: 30px;

}

.promoter-info .column {
  margin-bottom: 10px;
}

.promoter-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 1px #EBEBEB;
  background-color: white;
}

.left-row-border {
  border-left: solid 1px #8080802e;
}

.right-row-border {
  border-right: solid 1px #8080802e;
}

#newsLetterModal .modal-content {
  background-color: #feba9e;
}

#newsLetterModal .modal-body h4 {
  margin-top: 15px;
}

#newsLetterModal .btn-dark {
  margin-top: 15px;
}

.private-experience-img {
  background-image: url('../img/private-experience-banner.jpg');
}

.proup-experience-img {
  background-image: url('../img/group.png');
}

.uppercase {
  text-transform: uppercase;
}

.bottom-flash {
  min-height: 50px;
  /* min-width: 150px; */
  text-align: center;
  background-color: black;
  border-radius: 15px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 15px;
  opacity: 0.5;
  color: white;
  display: none;
  z-index: 1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}


.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar {
  color: black;
  height: 10vh;
  padding-top: 20px;
}

.navbar-expand-lg .navbar-collapse {
  display: inline-block !important;
  z-index: 100;
}

.navbar-expand-lg .navbar-nav {
  float: right !important;
}

.navigation-links a {
  display: inline-block;
  margin-left: 50px;
  color: black;
  text-decoration: none;
}

.nav-item a {
  display: inline-block;
  margin-left: 50px;
  color: black;
  text-decoration: none;
}

.dropdown-item {
  margin-left: 0 !important;
}

.dropdown-menu {
  max-width: 320px;
}

.navigation-links .bold {
  font-weight: bold;
  color: #FECD00;
}

.nav-item .bold {
  font-weight: bold;
  color: #FECD00;
}

.navigation-links .active {
  font-weight: bolder;
}

.nav-item .active {
  font-weight: bolder;
}


.home-hero {
  min-height: 90vh;
  padding-bottom: 50px;
  padding-top: 50px;
}

.blog-hero {
  min-height: 60vh;
  padding-bottom: 50px;
  padding-top: 30px;
}

.blog-hero .search {
  width: 100%;
  position: relative;
  display: flex;
}

.blog-hero .searchTerm {
  width: 100%;
  border: 3px solid #FECD00;
  border-right: none;
  padding: 5px;
  height: 45px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.blog-hero .searchTerm:focus {
  color: #FECD00;
}

.blog-hero .searchButton {
  width: 40px;
  height: 45px;
  border: 1px solid #FECD00;
  background: #FECD00;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.blog-comments {
  margin-top: 50px;
  border-top: solid 1px #FECD00;
}

.blog-comments .comment-title {
  padding-top: 10px;
}

.comments-list {
  margin-top: 10px;
}

.comment-item {
  background-color: #f4f4f4;
  border-top: 1px solid #c1c1c1;
  padding: 15px;
}

.comment-item .comment-item-name {
  margin-bottom: 5px;
}

.comment-item .comment-item-image .mdi-account {
  font-size: 30px;
}

.add-comment .form-control {
  margin-bottom: 10px;
}

.add-comment textarea {
  border: 1px solid #ced4da !important;
  padding-left: 10px !important;
}

.add-comment {
  margin-top: 50px;
}

/*Resize the wrap to see the search bar change!*/
.blog-hero .wrap {
  width: 30%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scholarship-hero {
  min-height: 90vh;
  padding-top: 50px;
}


.job-hero {
  min-height: 50vh;
  padding-bottom: 50px;
  padding-top: 50px;
}


.job-application-form .form-group {
  margin-bottom: 25px;
}



.view-blog-hero {
  min-height: 80vh;
}



.hero-content {
  margin-top: 100px;
}

.radius-15 {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.height-45 {
  height: 45px;
  padding-top: 10px;
  font-size: 16px;
}

.btn-dark {
  background-color: black;
}

.hero-content .btn {
  margin-right: 15px;
  font-size: 15px;
  height: 45px;
  padding-top: 10px;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
}

.hero-content .btn-transparent {
  border: solid 1px black;
}

.sorted-chale-landing-video {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.sorted-chale-landing-video video {
  height: 70vh;
  border-radius: 15px;
}

.why-sorted-chale {
  margin-top: 72px;
  text-align: center;
}

.why-sorted-chale .title {
  margin-bottom: 69px;
}

.why-sorted-chale-item {
  width: 25%;
}

.why-sorted-chale-item img {
  margin-bottom: 17px;
  text-align: center;
}

.why-sorted-chale-item p {
  font-size: 14px;
  text-align: justify;
}

.why-sorted-chale-item h5 {
  margin-top: 10px;
  font-size: 24px;
}

.why-sorted-cta {
  margin-top: 69px;
}

.why-sorted-cta button {
  background-color: #FECD00;
  color: white;
  height: 45px;
  font-weight: 700;
}

.experience-options {
  margin-top: 175px;
  max-width: 99.1vw;
}

.experience-option {
  height: 409px;
}

.experience-option-description {
  padding: 120px;
  padding-top: 69px;
  padding-right: 200px;
}

.experience-option-description p {
  margin-bottom: 24px;
}

.experience-option-description .btn {
  font-weight: bold;
}

.discover-carousel {
  margin-top: 92px;
}

.btn-sorted-transparent {
  border: solid 1px #FECD03;
  color: #FECD03;
  font-weight: bold;
  width: 200px;
}

.btn-sorted-primary-transparent {
  border: solid 1px #FECD03;
  color: #FECD03;
  font-weight: bold;
}

.discover-carousel-controls {
  text-align: left;
  margin-top: 20px;
}

.discover-carousel-controls a:hover {
  color: black;
  border-color: black;
}

.discover-carousel-controls .control {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 30px;
}

.discover-carousel-controls .mdi {
  font-size: 20px;
}

.carousel-blocks {
  margin-top: 30px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carousel-item-slide {
  height: 450px;
}

.carousel-blocks .col-lg-2,
.col-9 {
  display: inline-block;
  float: none;
}

.slick-current .carousel-block {
  height: 500px !important;
  margin-top: 0 !important;
}

.slick-current {
  width: 300px !important;
}

.slick-list {
  max-height: 500px;
}

.slick-arrow {
  display: none !important;
}

.slick-slide {
  margin-right: 40px;
}

.upcoming-experience-blurb {
  margin-top: 150px;
}

.upcoming-experience-blurb h3 {
  margin-bottom: 30px;
}

.upcoming-experience-blurb .explore-cta {
  margin-top: 30px;
}

.carousel-blocks .carousel-block {
  height: 400px;
  border: solid 1px white;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.carousel-blocks a {
  text-decoration: none;
}

.carousel-blocks .carousel-block .destination {
  /* margin-top: 250px; */
  text-align: center;
  color: white;
  position: sticky;
  height: 150px;
  padding-top: 20px;
  top: 363px;
}

.carousel-blocks .carousel-block .destination p {
  white-space: break-spaces;
}

.carousel-blocks .carousel-block .destination h3 {
  text-transform: uppercase;
}


.carousel-blocks .carousel-block p {
  text-align: center;
  color: white;
}


.home-reviews {
  margin-top: 113px;
  height: 817px;
  padding-top: 50px;
  padding-left: 70px;
}

.home-reviews h6 {
  color: #FFFFFF;
  padding-top: 100px;
  font-size: 16px;
}

.home-reviews h2,
h6 {
  color: white;
}

.home-reviews h2 {
  font-size: 32px;
}

.home-reviews p {
  color: white;
  margin-top: 15px;
}

.home-reviews .left-side {
  padding-right: 100px;
}

.home-reviews .right-side {
  padding-right: 100px;
}

.home-reviews button {
  background: #FECD00;
  background-color: #FECD00;
  color: white;
  margin-top: 25px;
}

.right-review-collage {
  margin-top: 30px;
}

.home-reviews .collage-item {
  height: 352px;
  width: 310px;
  border-radius: 16px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
  padding-top: 270px;
}

.landing-gallery {
  margin-top: 150px;
}


.landing-gallery .landing-gallery-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 71px;
}

.landing-gallery .landing-gallery-title a {
  color: black;
}

.landing-gallery .collage-item {
  border-radius: 8px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
  padding-top: 270px;
}

.landing-gallery .gallery-1 {
  height: 809px;
}

.landing-gallery .gallery-2 {
  height: 258px;
}

.landing-gallery .gallery-3 {
  height: 527px;
}

.landing-gallery .gallery-4 {
  height: 527px;
}

.landing-gallery .gallery-5 {
  height: 258px;
}

.landing-gallery .gallery-cta {
  margin-top: 64px;
  text-align: center;
}


.newsletter-section {
  margin-top: 178px;
  text-align: center;
  margin-bottom: 123px;
}


.newsletter-section .newsletter-form {
  width: 55%;
  margin: auto;
}

.newsletter-section .newsletter-form input {
  width: 100%;
}

.newsletter-section .newsletter-form .first-name {
  padding-right: 0;
}

.newsletter-section .newsletter-form .email {
  padding-left: 0;
}

.newsletter-section .newsletter-form .first-name input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: solid 0.5px grey;
  padding-left: 7px;
}

.newsletter-section .newsletter-form .email input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: solid 0.5px grey;
  padding-left: 7px;
}

.newsletter-section .newsletter-form input {
  height: 45px;
  border: solid 1px grey;
}

.newsletter-section .newsletter-form button {
  width: 100%;
  font-weight: bold;
  color: white;
}

.newsletter-section .newsletter-form button:hover {
  background-color: #FFB302;
  background: #FFB302;
  border-color: #FFB302;
  color: white;
}

footer {
  min-height: 200px;
  color: white;
  padding-top: 100px;
  padding-bottom: 88px;
  margin-top: 246px;
}

footer .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-logo {
  width: 70px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
}

footer .social-icons {
  padding-left: 73px;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #FECD00;
  text-decoration: none;
}


footer .social-icon {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
}

.footer-tel {
  margin-top: 29px;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__pagination__page.is-active {
  background: #FECD00 !important;
}

.splide__slide {
  border-radius: 15px;
}


/* Catalog page */

.catalog-content {
  min-height: 100vh;
}


/* END catalog */


/* About page */


.about-us {
  margin-top: 50px;
}

.who-we-are {
  padding-top: 210px;
}

.who-we-are h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}

.about-descriptions {
  padding-right: 25px;
}

.about-tiny-image {
  background-color: #202020;
  height: 284px;
  color: white;
  border-radius: 8px;
  padding: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
}

.about-tiny-image span {
  font-weight: 150;
}

.about-long-image {
  height: 284px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #202020;
  border-radius: 8px;
}

.about-long-image-career {
  height: 284px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #202020;
  border-radius: 8px;
  margin-bottom: 20px;
}

.career select {
  border: 1px solid #ced4da !important;
  padding-left: 10px !important;
}

.career textarea {
  border: 1px solid #ced4da !important;
  padding-left: 10px !important;
}

.career label {
  margin-bottom: 10px;
}

.career .form-group {
  margin-bottom: 20px;
}

.job-item {
  background-color: #F8F8F8;
  min-height: 100px;
  border-left: 3px solid #FECD00;
  padding: 25px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.job-status {
  height: 25px;
  text-align: center;
  max-width: 100px;
  border-radius: 10px;
  font-size: 14px;
  padding-top: 2px;
  color: white;
  font-weight: bold;
}

.job-status-Active {
  background-color: #FECD00;
}

.job-status-Draft {
  background-color: grey;
}

.job-item .date-posted {
  margin-top: 15px;
}

#options_field {
  display: none;
}

.the-team {
  margin-top: 60px;
}

.the-team .label {
  color: #FECD00;
  font-weight: bold;
}

.the-team .label h3 {
  color: black;
  margin-top: 10px;
}

.the-team .description {
  max-width: 443px;
}

.the-team-profile {
  margin-top: 60px;
}

.team-member {
  margin-bottom: 30px;
}

.team-member-image {
  height: 270px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: gray;
  border-radius: 8px;
}

.team-member-name {
  font-weight: 500;
  font-size: 24px;
  margin-top: 10px;
}

.team-member-role {
  font-weight: 400;
  font-size: 20px;
  color: #FECD00;
}

.team-member-quote {
  color: #525252;
  font-size: 14px;
}

.team-member-quote a {
  color: #FECD00;
  text-decoration: none;
}

.team-bio-modal .modal-header {
  border-bottom: 0;
}

.team-bio-modal .close {
  font-size: 20px;
}

.team-bio-modal .member-image img {
  width: 100%;
}


/* END about page */



/* Charity page */


.charity {
  margin-top: 50px;
}

.charity-info h3 {
  font-weight: 600;
  font-size: 28px;
  padding-top: 50px;
}

.charity-info .description {
  font-weight: 500;
  font-size: 24px;
  color: #4D4D4D;
}

.charity-info p {
  color: #727272;
}

.charity-info .btn-sorted-chale {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
  height: 45px;
}

.charity-image-section .charity-image {
  height: 586px;
  border-radius: 8px;
}

.loading {
  display: flex;
  justify-content: center;
}

.loading div {
  width: 1rem;
  height: 1rem;
  margin: 2rem 0.3rem;
  background: #FECD00;
  border-radius: 50%;
  -webkit-animation: 0.9s bounce infinite alternate;
  animation: 0.9s bounce infinite alternate;
}

.loading div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

.charity-beneficiaries {
  margin-top: 50px;
}

.charity-beneficiaries .beneficiary-image {
  height: 300px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.beneficiary-item {
  margin-top: 20px;
}

.beneficiary-title {
  margin-top: 15px;
}

.beneficiary-year-tag {
  float: right;
  background-color: #FECD00;
  max-width: 150px;
  min-height: 30px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  color: white;
  border-radius: 15px;
  font-size: 14px;
}

.beneficiary-donations {
  font-weight: bold;
}

.charity-item-image .charity-image {
  margin-top: 30px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}

.charity-item-container {
  min-height: 450px;
  margin-top: 30px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 20px;

}

.charity-item-container .button {
  margin-top: 20px;
}

.charity-subscribe-block {
  margin-top: 30px;
  border-top: solid 1px rgb(185, 185, 185);
  padding-top: 20px;
}

/* Charity journey style */

.resume-list {
  list-style: none;
  margin-left: 60px;
  padding-left: 110px;
  border-left: 2px solid #FECD00;
  margin-top: 30px;
}

.resume-list li {
  margin-bottom: 120px;
  position: relative;
}

.resume-list li:last-child {
  margin-bottom: 0;
}

.resume-list li:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #FECD00;
  border-radius: 50px;
  background: #f7e7c8;
  top: 30px;
  left: -118px;
}

.resume-list h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.resume-list h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #808181;
  margin-top: 10px;
  margin-bottom: 45px;
}

.resume-list p {
  margin-bottom: 0;
}

.charity-journey {
  margin-top: 40px;

}

/* End chaity journey style */


/* End charity page */


/* Privacy page */

.privacy {
  margin-top: 50px;
}

.privacy-content a {
  text-decoration: none;
  color: #FECD00;
}

.privacy-content .privacy-brief {
  text-align: center;
}

.privacy-content .privacy-brief h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.privacy-main-content {
  margin-top: 60px;
}

/* End privavy page */


/* Reservation page */

#reservation-details div {
  margin-bottom: 15px;
}


/* end reservation page */

/* blog style */

.create-blog input {
  height: 45px;
}

.create-blog .col-12,
.col-6 {
  margin-bottom: 20px;
}

.create-blog label {
  margin-bottom: 10px;
}

.blog-body-container {
  height: 300px;
}


.blog-post {
  margin-top: 30px;
}

.blog-actions {
  margin-bottom: 20px;
  text-align: right;
}

.blog-post {
  margin-bottom: 25px;
}

.blog-post a {
  text-decoration: none;
}


.blog-post .blog-image {
  height: 324px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.blog-post-info {
  margin-top: 16px;
}

.blog-detail .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6rem;
  color: black;
  margin-bottom: 10px;
}

.blog-author-info .col-12 {
  margin-bottom: 5px !important;
  color: #4D4D4D !important;
}

.author-profile {
  margin-top: 50px;
}

.author-profile .author-name-role {
  padding-top: 30px;
}

.author-post-header {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px rgb(205, 205, 205);
  border-bottom: solid 1px rgb(205, 205, 205);
}

.author-profile img {
  width: 150px;
  border-radius: 20px;
}

.blog-author-info .col-12 a {
  color: #4D4D4D !important;
}

.blog-author-info img {
  width: 25px;
  border-radius: 50%;
}

.blog-detail p {
  font-size: 16px;
  color: #525252;
}

.blog-detail p span {
  color: #FECD00;
}

.blog-detail .date {
  font-size: 17px;
  line-height: 15px;
}

.blog-post .Draft {
  background-color: red !important;
}

.blog-post .leading-5 {
  padding-top: 10px !important;
}

.blog-post .pagination-links .hidden {
  display: none;
}

.comments-list .pagination-links {
  margin-top: 30px;
}

.other-articles-section {
  margin-top: 178px;
  margin-bottom: 123px;
}

.other-articles-section h1 {
  font-size: 30px;
}

.blog-content-display .ql-toolbar,
#quill-content {
  display: none !important;
}

.blog-content-display .ql-container {
  border: none !important;
}

.blog-content-display .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.blog-content-display .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.blog-content-display p {
  margin-bottom: 10px;
}

.blog-content-display img {
  max-width: 100%;
}

.blog-author {
  font-size: 16px !important;
}

.blog-top .hero-content h1 {
  font-size: 40px;
}

.blog-category-box {
  background-color: #FECD00;
  color: white;
  border-radius: 15px;
  max-width: 300px;
}

.blog-page {
  margin-top: 50px;
}

.share-to-social {
  margin-bottom: 25px;
}

.share-to-social .mdi {
  /* color: #FECD00; */
  /* font-size: 25px; */
}

.category-tiles-item {
  /* background-color: #FECD00; */
  background-color: #ffdb47;
  color: white;
  padding: 5px 10px;
  text-align: center;
  border-radius: 15px;
}

.active-category {
  background-color: #198754;
}

.categories-tiles>.row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.categories-tiles>.row>.col-10 {
  display: inline-block;
}


/* END blog query */


/* Begin Communities page */

.sorted-chale-communities {
  margin-top: 30px;
}

.sorted-chale-communities h3 {
  margin-bottom: 15px;
}

.partnership-block {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.partnership-block span {
  font-weight: bold;
  font-size: 20px;
}

/* End communities page  */

/* start Scholarship style */

.scholarship-hero p {
  color: #525252;
}

.scholarship-hero h5 {
  color: #525252;
}

.scholarship-recipient-top img {
  width: 100%;
}

.scholarship-recipient-top .hero-content {
  margin-top: 50px;
}

.recipient-name-school {
  margin-top: 15px;
}

.recipient-layout {
  border-top-right-radius: 113px;
  border-top-left-radius: 113px;
  margin: auto;
}

.recipient-layout-left-side {
  background-color: #6FCF97;
  width: 240px;
  height: 285px;
  padding-top: 85px;
}

.recipient-layout-center {
  background-color: #68D9FF;
  width: 329px;
  height: 390.69px;
  border-top-right-radius: 154px;
  border-top-left-radius: 154px;
  margin: auto;
  margin-top: 70px;
}

.recipient-layout .avatar_text {
  position: relative;
  top: -200px;
  color: white;
}

.recipient-layout .avatar_text h2 {
  font-size: 95px;
}

.recipient-layout-right-side {
  background-color: #FFBE9D;
  width: 240px;
  height: 285px;
  padding-top: 85px;
}

.scholarship-stats {
  height: 650px;
  background-color: #F9F4E8;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.stat-figure {
  font-size: 24px;
  font-weight: 500;
  color: #525252
}

.scholarship-figures {
  margin-top: 20px;
  margin-bottom: 20px;
}

.scholarship-figure-block {
  margin-bottom: 20px;
}

.scholarship-figure-block img {
  margin-top: 10px;
}

.recipient-story-hide {
  display: none;
}

.hide {
  display: none;
}

.scholarship-faq-container {
  margin-top: 80px;
}

.scholarship-faq-container h3 {
  margin-bottom: 20px
}

.scholarship-faq-container #faqs #faq .card {
  border: 0;
  border-bottom: 1.5px solid #FECD00;
  border-radius: 0;
  /* width: 80%;
  margin: auto; */
}

.scholarship-faq-container #faqs .card-header {
  font-weight: bold;
}


.scholarship-faq-container #faqs #faq .card .card-header {
  border: 0;
  background-color: transparent;
  padding-left: 0;
}

.scholarship-faq-container #faqs #faq .card .card-header:hover {
  border: 0;
}

.scholarship-faq-container .card-header {
  border: 0 !important;
  padding: 0;
}

.scholarship-faq-container #faqs #faq .card .card-header:focus {
  border: 0;
}

.scholarship-faq-container #faqs #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
  font-weight: bold;
}

.scholarship-faq-container #faqs #faq .card .card-header .btn-header-link:hover {
  border: 0;
}

.scholarship-faq-container #faqs #faq .card .card-header .btn-header-link:focus {
  border: 0;
}

.scholarship-faq-container #faqs #faq .card .card-header .btn-header-link:after {
  content: "\2039";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  font-size: 30px;
  transform: rotate(270deg);
}

.scholarship-faq-container #faqs #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\2039";
  transform: rotate(90deg);
}

.scholarship-faq-container #faqs #faq .card .collapse {
  border: 0;
}

.scholarship-criteria .col-1 {
  padding-right: 5px !important;
  max-width: 31px;
}

.scholarship-criteria {
  margin-top: 50px !important;
}

.quick-info {
  float: right;
  background-color: #5CD58E;
  text-align: left;
  padding: 8px 15px 8px 15px;
  border-radius: 16px;
  max-width: 269px;
  position: relative;
  bottom: 29px;
}

.quick-info p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}

.quick-info h5 {
  font-size: 18px;
  color: white;
  margin-bottom: 0;
}

.recipient-layout img {
  position: relative;
  top: -40px;
}

.recipient-layout-center img {
  left: -30px;
  top: -85px
}

.scholarship-stats-block {
  margin-top: 100px;
}

.scholarship-stats-block img {
  max-height: 550px;
}

.scholarship-stats-block .experience-option-image {
  text-align: right;
}

.scholarship-stats h1 {
  font-size: 3rem;
  font-weight: 700;
}


/* End scolarship style */


/** tablet query **/

@media only screen and (max-device-width: 480px) {
  .collapse:not(.show) {
    display: none !important;
  }
}

/** Mobile query **/

@media only screen and (max-device-width: 480px) {


  .sorted-form-progress {
    width: 375px !important;
  }

  .sorted-form-progress ul li {
    margin: 0 5px !important;
  }

  .sorted-form-progress .step::after {
    width: 100px !important;
  }

  .sorted-form-progress ul li .label {
    font-size: 12px !important;
  }

  .sorted-form-progress ul li .label .font-12 {
    font-size: 11px !important;
  }

  .black-gold-footer img {
    width: 100%;
  }

  .transfer-info-section {
    padding-left: 0 !important;
  }



  .bg-modal-box .modal-header {
    padding-left: 10px !important;
  }

  .black-gold-section-bg-small {
    width: 100% !important;
  }

  .black-gold-section-bg .call-to-action {
    font-size: 24px !important;
  }

  .who-we-are-bg {
    width: 100% !important;
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .who-we-are-bg-image {
    width: 100% !important;
    text-align: left !important;
  }

  .bg-itinerary-content {
    padding-left: 0px !important;
  }

  .itinerary-block {
    width: 100% !important;
    margin-bottom: 3px;
  }

  .itinerary-block-image {
    padding-top: 10px !important;
    width: 100% !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .partnership-block span {
    font-size: 14px;
  }

  .blog-hero .wrap {
    width: 80%;
  }

  .upcoming-experience-blurb {
    margin-top: 5px;
  }

  .upcoming-experience-blurb h3 {
    margin-bottom: 10px;
  }

  .upcoming-experience-blurb .explore-cta {
    margin-top: 15px;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .hero-content {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: unset;
  }

  .hero-content .btn {
    margin-bottom: 15px;
    width: 230px;
  }

  .why-sorted-chale-item {
    width: 100%;
    padding: 25px;
    text-align: center;
  }

  .experience-option-description {
    padding: 25px;
    padding-top: 40px;
    height: 308px;
  }

  .experience-options {
    margin-top: 50px;
  }

  .experience-option {
    height: unset;
  }

  .experience-option-image {
    height: 308px;
  }

  .carousel-blocks .col-lg-2,
  .col-9 {
    margin-bottom: 25px;
  }

  .discover-carousel-controls {
    margin-top: 30px;
  }

  .home-reviews {
    padding: 0;
    padding-top: 25px;
    height: 910px;
  }

  .home-reviews .left-side {
    padding-right: 25px;
  }

  .home-reviews .right-side {
    padding-right: 15px;
  }

  .right-review-collage {
    margin-top: 15px;
  }

  .home-reviews h6 {
    padding-top: 25px;
  }

  .home-reviews .collage-item {
    width: 171.59px;
    height: 194.83px;
    font-size: 16px;
    padding-top: 133px;
  }

  .landing-gallery .landing-gallery-title {
    font-size: 24px;
  }

  .other-articles-section {
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .newsletter-section {
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .newsletter-section .newsletter-form {
    width: 100%;
  }

  .newsletter-section .newsletter-form .first-name {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .newsletter-section .newsletter-form .email {
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .newsletter-section .newsletter-form input {
    border-radius: 15px;
  }

  footer {
    margin-top: 20px;
  }

  footer .social-icons {
    padding-left: 25px;
  }

  footer .col-6 {
    padding-left: 25px;
    margin-top: 30px;
  }

  .gallery-block-desktop {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    background: #FECD00;
    padding-bottom: 20px;
    float: none !important;
  }

  .black-gold-header.navbar-expand-lg .navbar-nav{
    background-color: #1B1B1E !important;
    margin-right: 0 !important;
  }

  .nav-item .bold {
    font-weight: bold;
    color: black;
  }

  .nav-item a {
    margin-bottom: 15px;
  }

  .sorted-chale-landing-video video {
    height: 100%;
    width: 100%;
  }

  .who-we-are {
    padding-top: 10px;
  }

  .about-descriptions {
    padding-right: 15px;
    margin-bottom: 25px;
  }

  .member-image {
    margin-bottom: 25px;
  }

  .charity-image-section {
    margin-top: 25px;
  }

  .scholarship-top {
    background: #F9F4E8;
  }

  .scholarship-hero img {
    width: 100%;
  }

  .scholarhip-banner img {
    width: 100%;
    margin-top: 30px;
  }

  .recipient-layout-center img {
    width: 100%;
    left: -5px;
    top: -25px;
  }

  .catalog-reservation .height-45 {
    height: auto;
  }

  .past-chale-village .text {
    width: 100% !important;
  }

  .chale-speakers .text {
    width: 100% !important;
  }

  .more-than-experience .text p {
    width: 100% !important;
  }

  .chale-speakers .header img {
    position: inherit !important;
  }

  .more-than-experience .twinkling-start {
    margin-bottom: 15px !important;
  }

  .speaker-profiles .speaker-info {
    width: 85% !important;
  }

  .black_gold_info .countdown {
    font-size: 44px !important;
  }

  .bg-subscribe-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 58px !important;
  }

  .bg-subscribe-block .font-100 {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .itinerary-side-images img {
    width: 100%;
  }

  .gold-itinerary-top {
    padding-left: 15px !important;
  }

  .bg-other-experiences .other-experience-list {
    font-size: 24px;
    margin-top: 30px;
  }

  .bg-registation-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .form-progress .step::after {
    width: 120px !important;
  }

  .form-progress .label .font-12 {
    font-size: 8px;
  }

  .registration-modal-foooter .btn-blackgold {
    width: 100% !important;
  }

  .bg-subscribe-block .font-50 {
    font-size: 35px;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .black-gold-body .home-hero {
    min-height: 56vh !important;
  }

  .black_gold_info {
    padding-top: 100px !important;
  }
}

.black-gold-container {
  font-family: 'Big Calson';
}

.bg-landing-font {
  /* font-family: 'Flokison', sans-serif !important; */
  font-family: 'Champion', sans-serif !important;
  letter-spacing: 1.2px;
}

.bg-landing-font-thin {
  font-family: 'ChampionThin', sans-serif !important;
}

.black-gold-body {
  font-family: 'HK Groteks', sans-serif;
  /* background-color: #f8b800; */
  /* background-image: linear-gradient(#fdd600, #fdd600); */
}

.black-gold-body .home-hero {
  min-height: 78vh;
}

.black-gold-body button {
  font-family: 'HK Grotesk', sans-serif;
}

.black-gold-body div {
  font-family: 'HK Grotesk', sans-serif;
}

.black-gold-body .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-top: 30px;
}

.black-gold-ribbon {
  background-color: #F1C105;
  height: 51px;
  padding-top: 12px;
}

.black-gold-hero {
  background-color: #202020;
  min-height: 230px;
  padding-top: 30px;

}

.black-gold-hero h1 {
  font-size: 56px;
}

.black-gold-hero .top-text-info {
  color: white;
  margin-bottom: 30px;
}

.top-text-info h1 {
  font-size: 40px;
}

.black-gold-hero .image-tiles {
  padding-bottom: 100px;
}

.black-gold-hero .image-tiles .image-tile {
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 420px;
  display: inline-block;
  margin-top: 30px;
}

.black-gold-hero .image-tiles .first {
  width: 18%;
  margin-right: 2%;
  background-image: url("../img/hero003.jpeg");
}

.black-gold-hero .image-tiles .second {
  width: 29%;
  margin-right: 2%;
  background-image: url("../img/hero004.jpeg");
}

.black-gold-hero .image-tiles .third {
  width: 29%;
  margin-right: 2%;
  background-image: url("../img/hero002.jpeg");
}

.black-gold-hero .image-tiles .fourth {
  width: 17%;
  background-image: url("../img/hero005.jpeg");
}

/* #scroll-container {
  overflow: hidden;
}

#scroll-text {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 30s linear infinite;
  -webkit-animation: my-animation 30s linear infinite;
  animation: my-animation 30s linear infinite;
}

@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
} */

.about-black-gold {
  margin-top: 15px;
}

.about-black-gold h1 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.black-gold-itinerary {
  background-color: #202020;
  min-height: 230px;
  padding-top: 50px;
  color: white;
  padding-bottom: 150px;
  /* margin-top: 20px; */
  clear: both;
}

.itinerary-slider {
  margin-top: 40px;
}

.itinerary-slider-item {
  border-radius: 30px;
  height: 250px;
  background-color: #FECD00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider-item001 {
  background-image: url("../img/itinerary002.jpg");
}

.slider-item002 {
  background-image: url("../img/itinerary001.jpeg");
}

.slider-item003 {
  background-image: url("../img/itinerary003.jpg");
}

.stay-updated {
  border-radius: 20px;
  margin-bottom: 150px;
  margin-top: 100px;
}

.stay-updated .input_container {
  margin-bottom: 10px;
}

.stay-updated input {
  width: 100%;
  border: solid 1px #676767;
  height: 48px;
  border-radius: 8px;
  background-color: #3D3D3D;
  padding: 10px;
  color: white;
}

.stay-updated .btn-sorted-chale {
  height: 48px;
}

.stay-updated .policy-text {
  color: #E6E6E6;
  padding-top: 10px;
}

.stay-updated .policy-text a {
  color: #E6E6E6;
}


.itinerary-contact-section {
  background-color: #2B2B2B;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.itinerary-contact-section h1 {
  font-weight: bold;
}

.about-black-gold .about-image {
  height: 301px;
  /* max-width: 230px; */
  background-color: #FECD00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 90px;
}

.about-black-gold .left-border {
  border-left: solid 6px #F1C105;
}

.about-black-gold .right-border {
  border-right: solid 6px #F1C105;
}

.about-item001 {
  background-image: url("../img/about001.jpeg");
}

.about-item002 {
  background-image: url("../img/about002.jpeg");
  margin-top: 70px;
}

.about-item003 {
  background-image: url("../img/about003.jpeg");
}

.about-item004 {
  background-image: url("../img/about004.jpeg");
  margin-top: 70px;
}

.about-text-block {
  margin-top: 70px;
}

.black-gold-footer {
  height: 112px;
}

#timeline {
  list-style: none;
  margin: 50px 0 30px 70px;
  padding-left: 30px;
  border-left: 3px solid #FFFFFF0F;
}

#timeline li {
  margin: 40px 0;
  position: relative;
}

#timeline p {
  margin: 0 0 15px;
}

.date {
  margin-top: -10px;
  top: 74%;
  left: -100px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}

.circle {
  margin-top: -10px;
  top: 81%;
  left: -37px;
  width: 10px;
  height: 10px;
  border: 2px solid #F1C105;
  border-radius: 50%;
  display: block;
  position: absolute;
  background-color: #2B2B2B;
}

.content {
  max-height: 20px;
  padding: 50px 20px 0;
  /* border-color: transparent; */
  /* border-width: 2px; */
  /* border-style: solid; */
  border-radius: 0.5em;
  position: relative;
}

/* .content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content:after {
  top: 50%;
  margin-top: -17px;
} */
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

.black-gold-itinerary label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 20px;
  transition: transform 0.2s linear;
}

.radio {
  display: none;
}

.radio:checked+.relative label {
  cursor: auto;
  transform: translateX(42px);
}

.radio:checked+.relative .circle {
  background: #f98262;
}

.radio:checked~.content {
  max-height: 180px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

.radio:checked~.content p {
  max-height: 200px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {

  /* #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  } */
  #timeline li {
    margin: 50px 0;
  }

  #scroll-text {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .black-gold-contact {
    padding-left: 0;
  }

  .black-gold-ribbon {
    padding-top: 6px;
  }

  .work label {
    width: 85%;
    font-size: 1.1em;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }


  .content {
    padding-top: 45px;
    border-color: #eee9dc;
  }

  .content:before,
  .content:after {
    border: solid transparent;
    bottom: 100%;
  }

  .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }

  .content:after {
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }

  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }

  /* .circle, .date {
    display: none;
  } */

  .black-gold-hero .image-tiles {
    overflow-x: auto;
    white-space: nowrap;
  }

  .black-gold-hero .image-tiles .first {
    width: 50%;
    margin-right: 2%;
  }

  .black-gold-hero .image-tiles .second {
    width: 55%;
    margin-right: 2%;
  }

  .black-gold-hero .image-tiles .third {
    width: 55%;
    margin-right: 2%;
  }

  .black-gold-hero .image-tiles .fourth {
    width: 50%;
  }

  .itinerary-slider-container>.row {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .itinerary-slider-container>.row>.col-8 {
    display: inline-block;
    float: none;
  }

  .gold-itinerary-modal .interest_input {
    height: 40px !important;
  }
}

.image-tile:before,
.image-tiles:after {
  content: "";
  display: block;
  width: calc(100vw + 2 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset));
}

.black-gold-page {
  display: none;
}

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* z-index: -1; */
}

.black-gold-loading {
  background: url('../img/black-gold.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

.gold-itinerary-modal .modal-dialog .modal-content {
  background-color: #202020;
}

.gold-itinerary-modal .modal-footer {
  border-top: none;
}

.gold-itinerary-modal .modal-header button {
  color: white;
  font-size: 33px;
}

.gold-itinerary-modal h1 {
  font-family: 'Big Calson';
  color: white;
}

.gold-itinerary-modal p {
  color: #DFDFDF;
}

.gold-itinerary-modal .modal-intro {
  margin-bottom: 30px;
}

.gold-itinerary-modal label {
  color: white;
  margin-bottom: 7px;
}

.gold-itinerary-modal .interest_input {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: solid 1px white;
  /* border-radius: 6px; */
  padding: 12px;
  height: 32px;
  color: white;
  background-color: #202020;
  padding-left: 0;
}

.gold-itinerary-modal .interest_input_dropdown {
  padding: 0 !important;
  border: none;
  border-bottom: solid 1px white;
  border-radius: 0;
  color: gray;
  padding-left: 15px;
  font-weight: bold;
}

.consultation .chosen-container-multi .chosen-choices {
  height: 45px;
  padding-top: 5px;
  border-radius: 8px;
}

.consultation .chosen-container-multi .chosen-choices li.search-choice {
  height: 27px;
  padding-top: 6px;
  /* margin-top: 8px; */
}

.consultation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px;
}

/* .chosen-container {
  width: 100% !important;
}

.chosen-container ul {
  background: #202020 !important;
}

.chosen-choices {
  background-color: #202020;
  border: solid 1px #FFFFFF26 !important;
  border-radius: 6px !important;
}

.chosen-drop {
  border-left: solid 1px #FFFFFF26 !important;
  border-right: solid 1px #FFFFFF26 !important;
  border-bottom: solid 1px #FFFFFF26 !important;
}

.chosen-drop .active-result {
  color: white !important;
} */

#Kayaking-slot {
  display: none;
}

#Massage-slot {
  display: none;
}

.black-gold-section-bg {
  background-color: #FECD00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 717px;
  text-align: center;
}

.black-gold-section-bg-small {
  height: 511px !important;
  width: 50%;
  display: inline-block;
  float: left;
}

.black-gold-section-bg .call-to-action {
  border: solid 3px #FECD00;
  height: 73px;
  color: #FECD00;
  font-size: 40px;
  font-weight: 800;
  margin-top: 300px;
}

.who-we-are-bg {
  width: 60%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.who-we-are-bg-image {
  width: 40%;
  float: left;
  text-align: right;
}

.who-we-are-bg-image img {
  width: 95%;
}

.bg-who-we-are {
  /* padding-top: 70px; */
}

.who-we-are-bg h2 {
  color: white;
  margin-bottom: 10px;
}

.who-we-are-bg button {
  color: black;
  font-weight: bold;
}

.bg-modal-box .modal-header {
  border: none !important;
  /* padding-left: 40px; */
}

.bg-modal-box h1 {
  font-family: 'HK Grotesk', sans-serif;
  ;
  font-size: 34px;
  font-weight: bold;
}

.bg-modal-box h1 p {
  font-weight: lighter;
}

.bg-registation-content {
  padding-left: 20px;
  padding-right: 40px;
}

.bg-registation-content input {
  border: none;
  border-bottom: solid 1px #FFFFFF;
  font-size: 24xpx;
  font-weight: bold;
}

.registration-modal-foooter {
  margin-bottom: 40px;
  display: block;
  /* padding-left: 40px; */
}

.registration-modal-foooter button {
  color: black;
  font-weight: bold;
}

.bg-itinerary-content .itinerary-block {
  float: left;
  width: 65%;
  padding-right: 15px;
}

.bg-itinerary-content .itinerary-block-image {
  float: left;
  width: 35%;
  padding-top: 150px;
}

.bg-itinerary-content .itinerary-block-image img {
  width: 100%;
}

.bg-itinerary-content {
  padding-left: 30px;
}

.bg-itinerary-modal .bg-modal-box {
  height: 700px;
  overflow-y: scroll;
}

.bg-itinerary-content #faqs #faq .card {
  border-bottom: solid 10px #202020;
  /* background-color: #2D2D2D; */
  background: linear-gradient(to left, #2D2D2D 77%, #444444 23%);
}

.bg-itinerary-content #faqs #faq .card .card-header .btn-header-link {
  color: white;
  font-weight: 500;
}

.black-gold-header .nav-item a {
  color: white;
}

.bg-landing-top header {
  border-bottom: none;
  /* background-image: url("../img/black_gold_nav_background.png"); */
  background-repeat: no-repeat;
  background-position: center 170%;
  background-size: cover;
}

.black-gold-header .navbar-nav {
  /* float: left !important; */
  margin-right: 32%;
}

.bg-packages-box{
  border-radius: 24px;
  border: solid 1px #FFFFFF;
  padding: 20px;
}

#bgVideo {
  position: absolute;
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  min-height: 80vh;
}

.transfer-info-section {
  padding-left: 30px;
}

.transfer-info-section h2 {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.transfer-info-section div {
  color: white;
}

.pick-up-row {
  margin-top: 15px;
}

.things-to-bring-bg {
  margin-top: 50px;
}

.things-to-bring-bg .row {
  margin-bottom: 10px;
}

.bg-navbar-toggler-icon {
  color: white;
}


.chale-village-hero .home-hero {
  min-height: 40vh;
  padding-bottom: 0px;
}

.chale-village-hero .home-hero .africa-map img {
  height: 100%;
  max-width: 100%;
}

.chale-village-pattern img {
  max-width: 100%;
}

.image-collage {
  margin-top: 70px;
}

.image-collage .collage {
  margin-bottom: 15px;
}

.image-collage .collage-one img {
  /* height: 217px; */
}

.image-collage .collage img {
  max-width: 100%;
}

.more-than-experience {
  margin-top: 70px;
}

.more-than-experience .twinkling-start {
  text-align: right;
  margin-right: 50px;
  margin-bottom: 70px;
}

.more-than-experience .text h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.more-than-experience .text p {
  width: 80%;
  margin-bottom: 30px;
}

.more-than-experience .btn-transparent {
  border: solid 1px #FECD00;
  color: #FECD00;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.gallery img {
  width: 100%;
}

.chale-village-gallery>.row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.chale-village-gallery>.row>.col-7 {
  display: inline-block;
}

.past-chale-village {
  min-height: 300px;
  padding-bottom: 35px;
  margin-top: 50px;
}

.past-chale-village .header {
  text-align: center;
  color: white;
  padding-top: 30px;
}

.past-chale-village .text {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}


.chale-speakers {
  margin-top: 70px;
}

.chale-speakers .header {
  text-align: center;
}

.chale-speakers .text {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}

.chale-speakers .header img {
  position: absolute;
  right: 200px;
}

.chale-speakers .header {
  margin-bottom: 30px;
}

.speaker-profiles .speaker-info {
  background-color: #FECD00;
  margin: auto;
  height: 120px;
  border-radius: 54.87px;
  text-align: center;
  width: 80%;
  margin-left: 20px;
  margin-top: -20px;
  position: absolute;
  z-index: 1000;
  width: 368.67px;
  box-shadow: 10px 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.speaker-profiles .speaker-profile {
  margin-bottom: 140px;
}

.speaker-profiles .speaker-portrait {
  text-align: center;
}

.speaker-profiles .speaker-portrait img {
  max-width: 100%;
  max-height: 315px;
  text-align: center;
}

.speaker-profiles .speaker-info .name {
  color: #202020;
  font-weight: 700;
  font-size: 30px;
}

.speaker-profiles .speaker-info .job {
  color: #525252;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.chale-villages-partners {
  clear: both;
  margin-top: 60px;
  background-color: #F1F1F1;
  padding-top: 70px;
  padding-bottom: 70px;
}

.chale-villages-partners .header {
  text-align: center;
  margin-bottom: 50px;
}

.header h1 {
  font-weight: 700;
}

.chale-villages-partners .partners-logo img {
  max-width: 100%;
}

.payment-form-container label {
  margin-bottom: 5px;
}

.payment-form-container .input-block {
  margin-bottom: 15px;
}

.user-name-field {
  display: none;
}

/* .image-tiles {
  width: 100vw;
  overflow: hidden;
  position: relative;
  --v-offset: 60px;
  --curve-height: 120px;
}
.image-tiles:before, .image-tiles:after {
  content: "";
  display: block;
  width: calc(100vw + 2 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset));
}
.image-tiles:before {
  top: calc(-0.6 * var(--curve-height));
}
.image-tiles:after {
  bottom: calc(-0.6 * var(--curve-height));
}

.wrapper {
  display: grid;
  grid-template-rows: 300px;
  grid-auto-flow: column;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.wrapper img {
  scroll-snap-align: center;
} */

.select2-selection {
  height: 45px !important;
  padding-top: 8px;
  background-color: transparent !important;
  border: 1px solid #ced4da !important;
}

.select2-selection__arrow {
  margin-top: 9px;
}

/* Auth style */
.auth-box {
  padding: 40px 25px 40px 25px;
  border-radius: 10px;
  margin-top: 70px;
  margin-bottom: 25px;
  color: #202020;
  box-shadow: 0px 4px 16px 0px #1F3A360F;
  box-shadow: 0px 2px 9px 0px #1F3A360A;
  border: solid 1px #EBEBEB;
}

.auth-box h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

.auth-box h2 {
  font-size: 24px !important;
}

.auth-box .btn-sorted-chale {
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 20px;
}

.auth-box .auth-option-text {
  font-size: 14px;
}

.auth-box .terms-option-text {
  font-size: 14px;
  color: #C2C2C2 !important;
}

.auth-box a {
  text-decoration: none;
}

.auth-box .error {
  font-size: 14px;
  padding-top: 3px;
}

/* End AUth styling */

/* Promoter Dashboard */


.dashboard-actions {
  margin-top: 25px;
}

.action-pill {
  box-shadow: 0px 4px 16px 0px #1F3A360F;
  box-shadow: 0px 2px 9px 0px #1F3A360A;
  border: solid 1px #EBEBEB;
  border-radius: 16px;
  text-align: center;
  min-height: 40px;
  padding-top: 6px;
  font-weight: 500;
}

.action-pill:hover {
  background-color: #FECD00;
}

.dashboard-actions a {
  text-decoration: none;
  color: #454545;
}

.dashoard-referrals {
  margin-top: 30px;
}

.no-trip-box {
  margin-top: 40px;
}

.no-trip-box a {
  text-decoration: none;
  color: #454545;
}

.promoter-trip-selection .radio-pill {
  box-shadow: 0px 4px 16px 0px #1F3A360F;
  box-shadow: 0px 2px 9px 0px #1F3A360A;
  border: solid 1px #EBEBEB;
  border-radius: 16px;
  max-width: 400px;
  min-height: 50px;
  padding: 20px;
  padding-left: 40px;
  margin-top: 15px;
}

.promoter-trip-selection .experience-options {
  margin-top: 40px;
  margin-bottom: 40px;
}

.promoter-trip-selection .sub-text {
  color: grey;
}

.experience_radio {
  display: inline-flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.promoter-dashboard-container .close-btn {
  padding: 0;
  background: transparent;
  background-color: transparent;
  border: none;
}

.popover-header {
  background-color: #fff5cc;
}

.promoter-dashboard-container .alert {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -30px;
}

.experience_radio .experience-image {
  margin-left: 5px;
  height: 50px;
  width: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.experience_radio label {
  width: 100%;
}

.experience_radio .row {
  align-items: center;
}

.experience_radio .experience-more a {
  font-size: 12px;
  text-decoration: none;
}

.promoter-trip-selection .cta {
  margin-top: 40px;
}

.promoter-trip-selection .cta button {
  min-width: 200px;
  min-height: 45px;
}

.promoter-trip-selection input[type='radio']:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: white;
  content: ' ';
  display: inline-block;
  visibility: visible;
  border: 5px solid #ffa500;
}

.referral-table {
  width: 100%;
  border: solid 1px #EBEBEB;
  margin-top: 25px;
}

.referral-table thead td {
  font-weight: 600;
}

.referral-table td {
  padding: 10px;
  border: solid 1px #EBEBEB;
}

.referral-table .no-data-col {
  padding-top: 50px;
  padding-bottom: 50px;
}

.profile-image-preview {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border: solid 1px #EBEBEB;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  background-color: white;
}

.file-selector {
  max-height: 38px !important;
}

#username-feedbac .success-text {}

.floating-btn-right {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  /* background-color: #00b66c; */
  background-color: #FECD00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.floating-btn-right a {
  color: white;
}


/* End Promoter Dashboard  */

.black-gold-yellow-block {
  /* background-color: #F7DF80; */
  /* background-color: #f8b800; */
  background-image: linear-gradient(#fdd600, #fdd600);
  min-height: 550px;
  padding-bottom: 50px;
}

.black_gold_info {
  padding-top: 120px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}

.black_gold_info .negative-margin {
  margin-top: -25px;
}

.black_gold_info .countdown {
  margin-top: 40px;
}

.black_gold_info .countdown div {
  display: inline-block;
  line-height: 1;
}

.black_gold_info .countdown div span {
  font-size: 16px;
  display: block;
}

.portrait-tile {
  height: 607px;
  background-repeat: no-repeat;
  background-size: cover;
}

.black_gold_slider {
  height: 751px;
  background-color: black;
  background-position: center;
}


.bg-subscribe-block {
  /* background-color: #f8b800; */
  /* background-image: linear-gradient(#fdd600, #fdd600); */
  min-height: 751px;
  padding-left: 100px;
  padding-top: 100px;
  padding-right: 100px;
}

.black_gold_slider_controls {
  background-color: #090302;
  height: 80px;
  padding-top: 20px;
}

.black_gold_slider_controls .control-boxes {
  text-align: center;
  margin: auto;
}

.black_gold_slider_controls .control-boxes .active {
  background-color: #ECA500 !important;
}

.black_gold_slider_controls .control-boxes .control-box {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: solid 6px white;
  margin-right: 10px;
  display: inline-block;
}

.footer-landscape {
  height: 498px;
  background-color: black;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.black_gold_socials .mdi {
  font-size: 45px;
}

.bottom-footer-section {
  border-top: solid 3px #9D9D9D;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.black-gold-color {
  color: #F7DF80;
}

.black-gold-btn {
  color: black;
  background-color: white;
  border: none;
  min-width: 264px;
  min-height: 50px;
  box-shadow: 0px 5px 10px 0px black;
}

.bozoma-hero-text {
  padding-top: 100px;
}

.bozoma-hero-text h3 {
  line-height: 0.9;
}

.gold-itinerary-top {
  padding-left: 70px;
  background-color: #1B1B1E;
  color: white;
}

.itinerary-side-images .full-image {
  width: 100%;
}

.itinerary-banner {
  height: 574px;
}

.itinerary-package-pricing {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg-package-box {
  border: solid 1px #FFFFFF;
  border-radius: 24px;
  padding: 30px;
}

.bg-package-box .more-ex-sc a {
  color: #fdd600;
  text-decoration: none;
  padding-top: 10px;
}

.bg-package-box .more-ex-sc {
  padding-top: 10px;
  font-size: 13px;
}

.bg-package-box .book-btn {
  /* background-color: #f8b800; */
  background-image: linear-gradient(#fdd600, #fdd600);
  color: black;
  width: 100%;
  min-height: 45px;
  margin-top: 20px;
  font-size: 18px;
  border-radius: 0;
  font-weight: bold;
}

.special-package {
  /* background-color: #f8b800; */
  background-image: linear-gradient(#fdd600, #fdd600);
  color: black;
}

.special-package .book-btn {
  /* background-color: white; */
  background-image: linear-gradient(#fff, #fff);
  color: black;
}

.bg-package-box .package-cost {
  color: #fdd600;
  font-weight: bold;
  font-size: 30px;
}

.black-gold-cost {
  color: #F1E346;
}

.bg-cancellation-policy {
  margin-top: 40px;
}

.bg-cancellation-policy .banner {
  height: 337px;
  margin-bottom: 50px;
}

.bg-cancellation-policy li {
  margin-bottom: 15px;
}

.bg-other-experiences {
  padding-top: 40px;
  padding-bottom: 150px;
}

.bg-other-experiences .images {
  height: 337px;
  margin-top: 30px;
}

.others-hyphen {
  color: #E35B64;
}

.registration-modal-foooter .btn-blackgold {
  background-color: #E35B64;
  color: white;
  width: 300px;
}

.extra_item {
  color: white;
  border: solid 4px #727272;
  padding: 15px;
}

.extra_item .item_title {
  font-weight: bold;
}

#extras_selection {
  display: none;
}

#summary_display {
  display: none;
}

#summary_display h3 {
  margin-bottom: 20px;
}

.extra_item .extra_check {
  width: 32px;
  height: 32px;
  border: solid 4px #727272;
  text-align: center;
  padding-top: 4px;
}

.extra_check_active {
  border-color: #E35B64 !important;
}

.extra_inner_block {
  height: 15px;
  width: 15px;
  margin: auto;
  background-color: #E35B64;
  display: none;
}

.form-progress {
  width: 100%;
  /* height: 180px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.form-progress ul {
  display: flex;
}

.form-progress ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.form-progress ul li .icons {
  font-size: 24px;
  color: #999;
  margin: 0 47px;
}

.level-benefits {
  color: white;
}

.form-progress ul li .label {
  letter-spacing: 1px;
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}

.form-progress ul li .label div {
  font-size: 12px;
}

.form-progress ul li .active-label {
  color: #F1E346 !important;
}

.form-progress ul li .step .mdi-circle {
  color: #D0D5DD;
}

.form-progress ul li .step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  margin: 5px 0 10px;
  display: grid;
  place-items: center;
  color: white;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.form-progress .step::after {
  content: "";
  position: absolute;
  width: 202px;
  height: 3px;
  background-color: #d7d7c3;
  right: 20px;
}

.form-progress .first::after {
  width: 0;
  height: 0;
}

.form-progress ul li .step .awesome {
  display: none;
}

.form-progress ul li .step p {
  font-size: 14px;
}

.form-progress ul li .active {
  background-color: #F1E346;
}

.form-progress li .active::after {
  background-color: #F1E346;

}

.form-progress ul li .active p {
  display: none;
}

.form-progress ul li .active .awesome {
  display: flex;
}

.pop-over-menu {
  min-width: 200px;
}

.pop-over-menu .menu-item {
  margin-bottom: 15px;
  border-bottom: solid 1px black;
  padding-bottom: 15px;
}

.pop-over-menu a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.booking-summary-collage {
  height: 300px;
}

.booking_summary_box {
  border: solid 1px #FFFFFF;
  border-radius: 15px;
  height: 180px;
}

.booking_summary_box .box_top {
  height: 90px;
  border-bottom: solid 1px #FFFFFF;
  /* padding: 20px; */
}

.booking_summary_box .box_bottom {
  padding: 20px;
}

.booking_summary_box .begin-column {
  border-right: solid 1px white;
  height: 90px;
}

.booking_summary_box .col {
  padding: 10px !important;
  padding-top: 10px !important;
}

.bg-other-experiences a {
  text-decoration: none;
  color: white;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}


/* Sorted chale form progress  */

.sorted-form-progress {
  /* width: 100%; */
  width: 800px;
  margin: auto;
  /* height: 180px; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.sorted-form-progress ul {
  display: flex;
}

.sorted-form-progress ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.sorted-form-progress ul li .icons {
  font-size: 24px;
  color: #999;
  margin: 0 47px;
}

.level-benefits {
  color: white;
}

.sorted-form-progress ul li .label {
  letter-spacing: 1px;
  font-size: 14px;
  color: #344054;
  margin-bottom: 5px;
  text-align: center;
}

.sorted-form-progress ul li .label div {
  font-size: 12px;
}

.sorted-form-progress ul li .active-label {
  color: #FECD00 !important;
}

.sorted-form-progress ul li .step .mdi-circle {
  color: #D0D5DD;
}

.sorted-form-progress ul li .step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 2px #EAECF0;
  background-color: #F9FAFB;
  margin: 5px 0 10px;
  display: grid;
  place-items: center;
  color: white;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.sorted-form-progress .step::after {
  content: "";
  position: absolute;
  width: 205px;
  height: 3px;
  background-color: #d7d7c3;
  right: 27px;
}

.sorted-form-progress .first::after {
  width: 0;
  height: 0;
}

.sorted-form-progress ul li .step .awesome {
  display: none;
}

.sorted-form-progress ul li .step p {
  font-size: 14px;
}

.sorted-form-progress ul li .active {
  background-color: #FECD00;
}

.sorted-form-progress li .active::after {
  background-color: #FECD00;

}

.sorted-form-progress ul li .active p {
  display: none;
}

.sorted-form-progress ul li .active .awesome {
  display: flex;
}

/* End sorted chale form progress  */


#consultation-details .col-3 {
  margin-bottom: 5px;
}


/* Black Gold arrow  */

.arrow {
  position: absolute;
  /* top: 111%; */
  left: 50%;
  transform: translate(-50%, -50%);
  /* transform: rotate(90deg); */
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}


@media only screen and (max-device-width: 480px) {

  .arrow {
    top: 87%;
  }

  .arrow span {
    width: 4.5vw;
    height: 4.5vw;
  }

  .black-gold-body .bg-home-hero {
    min-height: 54vh !important;
  }
}


/* End black Gold .arrow  */

.black-gold-body .bg-home-hero {
  min-height: 2400px;
  padding-bottom: 50px;
  padding-top: 50px;
}