/* ===========================
   PROMO SECTION
=========================== */

.promo {
     position: relative;
     overflow: hidden;
     background: #f8f9fa;
}

.promo-slider {
     position: relative;
}

.promo-slider__item {
     position: relative;
     min-height: 550px;
     display: flex;
     align-items: center;
}

.promo-slider__item picture,
.promo-slider__item picture source,
.promo-slider__item .img--bg {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
}

.promo-slider__item .img--bg {
     object-fit: cover;
     z-index: 1;
}

.promo-slider__item::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .45);
     z-index: 2;
}

.promo-slider__item .container {
     position: relative;
     z-index: 3;
}

.align-container {
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 550px;
}

.align-container__item {
     color: #fff;
}

.promo-slider__wrapper-1 {
     margin-bottom: 20px;
}

.promo-slider__title {
     font-size: 56px;
     font-weight: 700;
     line-height: 1.2;
     color: #fff;
     text-transform: uppercase;
}

.promo-slider__title span:first-child {
     font-size: 32px;
     font-weight: 400;
}

.promo-slider__subtitle {
     color: #fff;
     font-size: 18px;
     line-height: 1.8;
     max-width: 700px;
     margin-bottom: 50px;
}




/* ===========================
   BREADCRUMB
=========================== */

.rcbreadcrumb {
     justify-content: center;
     background: transparent;
     margin-bottom: 20px;
}

.breadcrumb-item,
.breadcrumb-item a {
     color: #fff;
     font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
     color: rgba(255, 255, 255, .7);
}

.hover-yellow:hover {
     color: #ffc107 !important;
}

/* ===========================
   SLIDER CONTROLS
=========================== */

.promo-slider__nav {
     position: absolute;
     bottom: 120px;
     left: 0;
     width: 100%;
     z-index: 20;
}

.slider-play-pause {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     border: none;
     background: #ffffff;
     color: #000;
     cursor: pointer;
     transition: .3s;
}

.slider-play-pause:hover {
     background: #ffc107;
}

/* ===========================
   PROMO PANEL
=========================== */

.promo-pannel {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 85%;
     z-index: 50;

     display: flex;
     overflow: hidden;
     border-radius: 10px;
     background: #fff;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

/* ===========================
   VIDEO
=========================== */

.video-triggers {
     position: relative;
     width: 35%;
     display: block;
}

.video-triggers img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.video-trigger__icon {
     position: absolute;
     inset: 0;

     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;

     background: rgba(0, 0, 0, .45);
     color: #fff;

     font-size: 22px;
     font-weight: 600;
}

.video-trigger__icon i {
     width: 55px;
     height: 55px;
     border-radius: 50%;
     background: #ffc107;
     color: #000;

     display: flex;
     justify-content: center;
     align-items: center;
}

/* ===========================
   WHATS NEW
=========================== */

.promo-pannel__weather {
     width: 85%;
     background: #36508A;
     color: #fff;
     padding: 5px;
     height: 201px;
}

.promo-pannel__weather>span {
     display: block;
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 15px;
}

.weather-lower {
     display: flex;
     align-items: flex-start;
     gap: 20px;
     width: 100%;
}

.play-pause-in {
     flex: 0 0 60px;
}

marquee {
     flex: 1;
     width: 100%;
     height: 170px;
     overflow: hidden;
}

.play-pause-in {
     margin-right: 15px;
}

.play-pause-in button {
     width: 42px;
     height: 42px;
     border: none;
     border-radius: 50%;
     background: #ffc107;
     color: #000;
     cursor: pointer;
}

marquee {
     flex: 1;
}

.n-m-design {
     margin: 0;
     padding: 0;
     list-style: none;
}

.n-m-design li {
     margin-bottom: 15px;
}

.n-m-design li a {
     color: #fff;
     text-decoration: none;
     font-size: 16px;
}

.n-m-design li a:hover {
     color: #ffc107;
}

.pdf-img {
     width: 22px;
     margin-left: 8px;
     vertical-align: middle;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width:991px) {

     .promo-slider__item,
     .align-container {
          min-height: 500px;
     }

     .promo-slider__title {
          font-size: 38px;
     }

     .promo-pannel {
          position: relative;
          width: 100%;
          left: 0;
          transform: none;
          flex-direction: column;
          margin-top: 20px;
     }

     .video-triggers,
     .promo-pannel__weather {
          width: 100%;
     }

     .promo-slider__nav {
          bottom: 20px;
     }
}

@media (max-width:576px) {

     .promo-slider__title {
          font-size: 28px;
     }

     .promo-slider__title span:first-child {
          font-size: 20px;
     }

     .promo-slider__subtitle {
          font-size: 15px;
     }

     .promo-pannel__weather {
          padding: 20px;
     }
}



/* .section-title {
     font-size: 32px;
     font-weight: 700;
     color: #36508A !important;
     margin-bottom: 10px;
} */

.section-title::after {
     content: "";
     display: block;
     width: 80px;
     height: 3px;
     background: #FFB703;
     margin: 12px auto 0;
     border-radius: 2px;
}

/*=========================================
    ABOUT SECTION
=========================================*/

.about-safari {
     padding: 80px 0;
     /* background: #fff; */
}

.about-safari .row {
     align-items: center;
}

.info-box {
     position: relative;
     overflow: hidden;
     border-radius: 15px;
     box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.info-box__inner {
     position: relative;
}

.info-box__inner img {
     width: 100%;
     height: 520px;
     object-fit: cover;
     transition: .5s ease;
}

.info-box:hover img {
     transform: scale(1.05);
}

.info-box::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(to top,
               rgba(0, 0, 0, .8),
               rgba(0, 0, 0, .2),
               transparent);
     z-index: 1;
}

.info-box .heading {
     position: absolute;
     bottom: 30px;
     left: 25px;
     right: 25px;
     z-index: 2;
}

.color--white {
     color: #fff !important;
}

.heading__pre-title {
     display: inline-block;
     color: #36508A;
     font-size: 15px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 12px;
}

.heading__title {
     font-size: 36px;
     font-weight: 700;
     line-height: 1.3;
     color: #1d1d1d;
     margin-bottom: 20px;
}

.heading__title.color--white {
     color: #fff;
}

.heading--style-2 {
     margin-bottom: 25px;
}

.heading--style-2 .heading__title span:last-child::after {
     content: "";
     display: block;
     width: 80px;
     height: 4px;
     background: #36508A;
     margin-top: 15px;
     border-radius: 20px;
}

.about-safari p {
     color: #555;
     font-size: 16px;
     line-height: 1.9;
     text-align: justify;
}

.about-safari ul {
     padding-left: 20px;
}

.about-safari li {
     margin-bottom: 8px;
     line-height: 1.8;
}

.about-safari table {
     width: 100%;
     border-collapse: collapse;
     margin: 20px 0;
}

.about-safari table th,
.about-safari table td {
     border: 1px solid #ddd;
     padding: 10px;
}

.about-safari table th {
     background: #36508A;
     color: #fff;
}

.about-safari img {
     max-width: 100%;
     height: auto;
}



/*=========================================
    RESPONSIVE
=========================================*/

@media (max-width:991px) {

     .about-safari {
          padding: 60px 0;
     }

     .info-box {
          margin-bottom: 30px;
     }

     .info-box__inner img {
          height: 380px;
     }

     .vertical-tabs {
          flex-direction: column;
     }

     .vertical-tabs__header {
          width: 100%;
     }

     .vertical-tabs__content {
          padding: 25px;
     }

     .heading__title {
          font-size: 30px;
     }
}

@media (max-width:576px) {

     .heading__title {
          font-size: 26px;
     }

     .vertical-tabs__header li a {
          padding: 15px;
          font-size: 15px;
     }

     .vertical-tabs__content {
          padding: 20px;
     }

     .info-box__inner img {
          height: 300px;
     }
}

.parallax-section4 {
     width: 100%;
     min-height: 500px;
     padding: 100px 0;
     position: relative;

     background: url('../images/4.jpg') center center/cover no-repeat fixed;
}

.parallax-content {
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 300px;
}

.parallax-section4 .events {
     font-size: 5rem;
     color: #fff;
     font-weight: 500;
     letter-spacing: 2px;
     text-shadow: 8px 7px 13px rgba(0, 0, 0, .8);
     /* font-family: "Quicksand", sans-serif; */
}

@media (max-width:768px) {
     .parallax-section4 .events {
          font-size: 3rem;
          letter-spacing: 2px;
     }
}

.events {
     display: inline-block;
     font-size: 48px;
     font-weight: 700;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 2px;
     padding: 15px 35px;
     border: 2px solid rgba(255, 255, 255, .7);
     border-radius: 10px;
     background: rgba(0, 0, 0, .25);
     backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
     .parallax-section4 {
          min-height: 250px;
          background-attachment: scroll;
     }

     .parallax-content {
          padding: 80px 0;
     }

     .events {
          font-size: 30px;
          padding: 12px 25px;
     }
}

/*=========================================
    MUSEUM & LIBRARY SECTION
=========================================*/

.background--gray {
     background: #f8fafc;
     padding: 80px 0;
}

.offset-70>div {
     margin-bottom: 60px;
}

.advantages-item {
     display: flex;
     align-items: stretch;
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
     transition: .35s;
     height: 100%;
}

.advantages-item:hover {
     transform: translateY(-4px);
     box-shadow: 0 15px 45px rgba(0, 0, 0, .12);
}

.chit-1 {
     border-left: 5px solid #36508A;
}

.chit-2 {
     border-right: 5px solid #36508A;
}

.advantages-item__img {
     position: relative;
     height: 100%;
     overflow: hidden;
}

.advantages-item__img img {
     width: 100%;
     height: 450px;
     object-fit: cover;
     transition: .5s;
}

.advantages-item:hover .advantages-item__img img {
     transform: scale(1.05);
}

.advantages-item .col-lg-6,
.advantages-item .col-xl-5,
.advantages-item .col-xl-6 {
     padding: 35px;
}

.advantages-item__title {
     font-size: 32px;
     font-weight: 700;
     color: #36508A;
     margin-bottom: 20px;
     line-height: 1.3;
}

.advantages-item p {
     color: #555;
     font-size: 16px;
     line-height: 1.9;
     text-align: justify;
}

.advantages-item h1,
.advantages-item h2,
.advantages-item h3,
.advantages-item h4,
.advantages-item h5 {
     color: #36508A;
     margin-bottom: 15px;
}

.advantages-item ul {
     padding-left: 20px;
}

.advantages-item li {
     margin-bottom: 8px;
}

.advantages-item table {
     width: 100%;
     border-collapse: collapse;
     margin: 20px 0;
}

.advantages-item table th,
.advantages-item table td {
     border: 1px solid #ddd;
     padding: 10px;
}

.advantages-item table th {
     background: #36508A;
     color: #fff;
}

.advantages-item img {
     max-width: 100%;
     height: auto;
}

.button.button--primary {
     display: inline-block;
     padding: 12px 28px;
     margin-top: 20px;
     border-radius: 40px;
     background: linear-gradient(135deg, #36508A, #4B67A8);
     color: #fff;
     text-decoration: none;
     font-weight: 600;
     transition: .3s;
}

.button.button--primary:hover {
     background: linear-gradient(135deg, #2C4373, #36508A);
     color: #fff;
}

@media (max-width:991px) {

     .background--gray {
          padding: 60px 0;
     }

     .advantages-item__img img {
          height: 320px;
     }

     .advantages-item .col-lg-6,
     .advantages-item .col-xl-5,
     .advantages-item .col-xl-6 {
          padding: 25px;
     }

     .advantages-item__title {
          font-size: 28px;
     }

}

@media (max-width:767px) {

     .advantages-item__img img {
          height: 250px;
     }

     .advantages-item__title {
          font-size: 24px;
     }

     .button.button--primary {
          width: 100%;
          text-align: center;
     }

}

/*=========================================
    VERTICAL TABS
=========================================*/

.elements {
     padding: 80px 0;
     /* background: #f8fafc; */
}

.vertical-tabs {
     display: flex;
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.vertical-tabs__header {
     width: 320px;
     background: #36508A;
     list-style: none;
     margin: 0;
     padding: 0;
}

.vertical-tabs__header li {
     border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.vertical-tabs__header li a {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 18px 20px;
     color: #fff;
     text-decoration: none;
     transition: .3s;
     font-weight: 500;
}

.vertical-tabs__header li.active a,
.vertical-tabs__header li a:hover {
     background: #36508A;
}

.vertical-tabs__header i {
     color: #ffc107;
}

.vertical-tabs__content {
     flex: 1;
     padding: 35px;
     background: #fff;
}

.vertical-tabs__item {
     display: none;
}

.vertical-tabs__item.active {
     display: block;
}

.vertical-tabs__content h1,
.vertical-tabs__content h2,
.vertical-tabs__content h3,
.vertical-tabs__content h4 {
     color: #36508A;
     margin-bottom: 20px;
}

.vertical-tabs__content p {
     color: #555;
     line-height: 1.9;
     text-align: justify;
}

.vertical-tabs__content ul {
     padding-left: 20px;
}

.vertical-tabs__content li {
     margin-bottom: 8px;
}

.vertical-tabs__content table {
     width: 100%;
     border-collapse: collapse;
     margin: 20px 0;
}

.vertical-tabs__content table th,
.vertical-tabs__content table td {
     border: 1px solid #ddd;
     padding: 10px;
}

.vertical-tabs__content table th {
     background: #36508A;
     color: #fff;
}

.vertical-tabs__content img {
     max-width: 100%;
     height: auto;
}

.scrollbar {
     max-height: 700px;
     overflow-y: auto;
     padding-right: 10px;
}

.scrollbar::-webkit-scrollbar {
     width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
     background: #36508A;
     border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-track {
     background: #ececec;
}

/*======================================
IMPORTANT LINKS SECTION
======================================*/

.animals-section {
     padding: 90px 0;
     /* background: #f7f9fc; */
}

.bottom-50 {
     margin-bottom: 50px;
}

.bottom-80 {
     margin-bottom: 35px;
}

/* Heading */

.heading--center {
     text-align: center;
}

.heading__pre-title {
     display: block;
     color: #36508A;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 12px;
}

.heading__title {
     font-size: 42px;
     font-weight: 700;
     color: #1d2939;
}

.heading__title span:last-child {
     /* color: #36508A; */
}

/* Link Card */

.amimal {
     background: #fff;
     border-radius: 16px;
     padding: 35px 20px;
     height: 100%;
     transition: all .35s ease;
     box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
     border: 1px solid #eef2f7;
}

.amimal:hover {
     transform: translateY(-8px);
     box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.wrap {
     display: flex;
     justify-content: center;
     align-items: center;
}

.wrap a {
     text-decoration: none;
     width: 100%;
}

/* Button */

.amimal .button {
     width: 100%;
     padding: 16px 20px;
     border: none;
     border-radius: 50px;
     background: linear-gradient(135deg, #36508A, #4B67A8);
     color: #fff;
     font-size: 17px;
     font-weight: 600;
     cursor: pointer;
     transition: all .3s ease;
}

.amimal .button:hover {
     background: linear-gradient(135deg, #2C4373, #36508A);
     transform: scale(1.03);
}

/* Page Content */

.animals-section .container:last-child {
     margin-top: 60px;
}

.animals-section p {
     font-size: 16px;
     line-height: 1.8;
     color: #555;
}

/* Back Link */

.animals-section .text-end a {
     color: #36508A;
     text-decoration: none;
     font-weight: 600;
     transition: .3s;
}

.animals-section .text-end a:hover {
     color: #36508A;
     text-decoration: underline;
}

/* Responsive */

@media (max-width:991px) {

     .heading__title {
          font-size: 34px;
     }

     .amimal {
          padding: 30px 18px;
     }
}

@media (max-width:767px) {

     .animals-section {
          padding: 70px 0;
     }

     .heading__title {
          font-size: 28px;
     }

     .amimal .button {
          font-size: 15px;
          padding: 14px;
     }
}