@font-face {
    font-family: 'AGaramondPro-Bold';
    src:url('../fonts/AGaramondPro-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'AGaramondPro-Italic';
    src:url('../fonts/AGaramondPro-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'AGaramondPro-Regular';
    src:url('../fonts/AGaramondPro-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'AGaramondPro-BoldItalic';
    src:url('../fonts/AGaramondPro-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham-Bold';
    src:url('../fonts/Gotham-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham-BoldItalic';
    src:url('../fonts/Gotham-BoldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham-Italic';
    src:url('../fonts/Gotham-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham-Regular';
    src:url('../fonts/Gotham-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham-Light';
    src:url('../fonts/Gotham-Light.woff2') format('woff2');
}


h1,h2,h3,h4,h5,h6{
    font-family: 'AGaramondPro-Bold';
}
p,li,span,td,a{
    font-family: 'Gotham-Regular';
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}

.melodica-logo {
    width: 100%;
    text-align: left;
}
.melodica-logo img {
    width: 190px !important;
    margin-left: -10px;
}
.melodica-top-dis {
    width: 100%;
    position: relative;
}
ul.company-details-top {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
}
.row.top-hed {
    display: flex;
    align-items: center;
}
.melodica-top-head {
    width: 100%;
    position: relative;
    background:#373A17;
    padding: 10px 0px;
}
ul.company-details-top li a {
    font-size: 15px;
    text-decoration: none;
    color:#fff;
}
ul.company-details-top li a i {
    background:#B9A978;
    padding: 7px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.melodica-bottom-head {
    width: 100%;
    position: relative;
    background:#b9a978;
    padding: 20px 0px;
}
.melodica-main-header-list {
    width: 100%;
    position: relative;
    text-align: left;
}
ul.melodica-menu-list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap:25px;
    list-style: none;
}
ul.melodica-menu-list li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Gotham-Regular';
    text-transform: uppercase;
    padding-bottom: 30px;
}
.header-btn-box {
    width: 100%;
    position: relative;
    text-align: right;
}
.header-btn-box a {
    position: relative;
    background: #4c1a0a;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
}
.row.bottom-hed {
    display: flex;
    align-items: center;
}
.melodica-home-caption-tittle {
    width: 100%;
    position: absolute;
    text-align: left;
    bottom: 70px;
}
.melodica-home-slider-but-box {
    width: 7%;
    position: absolute;
    bottom: 160px;
    right: 167px;
}
.melodica-home-slider-but-box button.carousel-control-prev {
    width: 45px;
    height: 45px;
    border: 2px solid #434343;
    border-radius: 50%;
}
.melodica-home-slider-but-box button.carousel-control-prev span.carousel-control-prev-icon {
    width: 25px !important;
    height: 25px !important;
    color: #fff !important;
    filter: brightness(1) invert(1);
}
.melodica-home-slider-but-box button.carousel-control-next {
    width: 45px;
    height: 45px;
    border: 2px solid #434343;
    border-radius: 50%;
}
.melodica-home-slider-but-box button span.carousel-control-next-icon {
    width: 25px !important;
    height: 25px !important;
    color: #fff !important;
    filter: brightness(1) invert(1);
}
.melodica-home-caption-tittle h1 {
    color: #fff;
    font-size: 65px;
    text-transform: capitalize;
}
.melodica-home-caption-tittle h3 {
    color: #fff;
    font-size:30px;
    text-transform: capitalize;
}
header.melodica-main-head {
    width: 100%;
    position: relative;
}
section.home-wellcome-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background:#E7E2CF;
}
.melodica-award {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.row.why-melodica {
    display: flex;
    align-items: center;
}
.melodica-achive {
    width: 100%;
    position: relative;
}
.melodica-achive-tittle {
    width: 100%;
    position: relative;
}
.melodica-achive-tittle h2 {
    font-size: 40px;
}
.melodica-achive-tittle p a {
    color: #4c1a0a;
    font-family: 'Gotham-Bold';
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #e39d42;
}
.melodica-achive-tittle p a:hover {
    color: #ED7014;
    text-underline-offset:4px;
    text-decoration-color: #ED7014;
}
.melo-content-box {
    width: 100%;
    position: relative;
}
.melo-content-box h3 {
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.common-btn-box {
    width: 100%;
    position: relative;
    margin: 40px 0px 0px 0px;
}
.common-btn-box a {
    position: relative;
    background: #4c1a0a;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
}
.wellcom-call-box {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.dsdsd_meloc img {
    width: 100px !important;
}
.dsdsd_meloc {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.meloca-guide-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.meloca-guide-box h4 {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    color: #fff;
    z-index:2;
    text-transform: capitalize;
}
.meloca-guide-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #13131375, #7ea8b400);
}
.wellcom-call-box p a {
    color: #4c1a0a;
    font-family: 'Gotham-Bold';
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #e39d42;
}
.wellcom-call-box p a:hover{
    color: #ED7014;
    text-underline-offset:4px;
    text-decoration-color: #ED7014;
}
.row.welcom-melo-content {
    display: flex;
    align-items: center;
}
.header-btn-box a:hover {
    background: #ffce45;
    transition: 0.5s;
}
.common-btn-box a:hover{
    background: #ffce45;
    transition: 0.5s;
}
.meloca-guide-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
ul.melodica-menu-list li a:hover {
    color: #4c1a0a;
    transition: 0.5s;
}
section.experience-sec {
    width: 100%;
    position: relative;
    background:#373A17;
    padding: 80px 0px;
}
.common-hed-box-melodica {
    width: 68%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.common-hed-box-melodica h2 {
    font-size:42px;
    color: #fff;
}
.common-hed-box-melodica p {
    color: #fff;
    font-family: 'Gotham-Regular';
    font-size:18px;
}
.experience-item {
    width: 100%;
    position: relative;
    overflow:hidden;
}
.experience-card-over {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
}
.experience-card-over h4 {
    color: #fff;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
}
.experience-card-over h6 {
    color: #fff;
    text-transform: capitalize;
    padding-top: 10px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.experience-item:hover .experience-card-over h6 {
    opacity: 1;
}
.experience-item:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #13131375, #7ea8b400);
}
.experience-item:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.common-btn-box.experience {
    width: 100%;
    text-align: center;
}
.common-btn-box.experience a {
    background: #b9a978;
}
.common-btn-box.experience a:hover{
    background: #ffce45;
    transition: 0.5s;
}
.experience-bottom-box {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.experience-slider {
    width: 100%;
    position: relative;
}
.experience-slider .owl-nav {
    width: 100%;
    display: flex;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 45%;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: space-between;
}
.experience-slider .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff !important;
    border-radius: 50% !important;
}
.experience-slider .owl-nav button span {
    font-size: 35px;
    color: #080506;
    position: absolute;
    transform: translate(-6px, -27px);
}

.footer-partner-pico-this img {
    max-width: 15% !important;
}

.common-gallery {
    width: 100%;
    position: relative;
}
.common-gallery .owl-nav {
    width: 100%;
    display: flex;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 45%;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: space-between;
}
.common-gallery .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff !important;
    border-radius: 50% !important;
}
.common-gallery .owl-nav button span {
    font-size: 35px;
    color: #080506;
    position: absolute;
    transform: translate(-6px, -27px);
}
.common-gallery .owl-item {
    transition: transform 0.3s ease;
}
.common-gallery .owl-item.shift-up {
    transform: translateY(-50px);
}


.experience-pic-sec {
    position: relative;
}

.experience-pic-sec img {
    display: block;
    width: 100%;
    height: auto;
}

.over-expire-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 2;
}
.over-expire-box h1 {
    font-family: 'Gotham-Bold';
    font-size: 64px;
    margin: 30px 0px;
}
.common-hed-box-melodica.black-text-box h2 {
    color: #000;
}
.common-hed-box-melodica.black-text-box p {
    color: #021e12;
    font-weight: 600;
}
section.destination-sec {
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.destination-inner-box {
    width: 100%;
    position: relative;
    margin: 60px 0px;
}
.home-des-map {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.steps-section {
    width: 100%;
    padding-top: 0;
    vertical-align: top;
    padding-left: 120px;
}
.row.main-des-inner {
    display: flex;
    align-items: center;
}
.home-des-details {
    width: 100%;
    position: relative;
}
.steps-section:before {
    content: '';
    width: 2px;
    background: #031f13;
    top: 40px;
    bottom: 65px;
    left: 92px;
    position: absolute;
}
.steps-section .step {
    position: relative;
    padding-left: 20px;
    margin-bottom: 35px;
}
.steps-section .step:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #ffffff;
    top:35px;
    bottom: 0;
    left: -39px;
    border-radius: 100%;
    position: absolute;
    border: 8px solid #b9a978;
    box-sizing: content-box;
    z-index: 1;
}
span.pre-title {
    color: #4c1a0a;
}
.steps-section .step h3 a {
    text-decoration: none;
    font-size: 20px;
    color: #031f13;
    font-family: 'Gotham-Bold';
}
.steps-section .step h3 {
    padding-top: 7px;
}
.steps-section .step:hover a {
    color: #b9a978;
    transition: 0.5s;
}
.common-btn-box.cent-btn-box {
    text-align: center;
}
section.safari-sec {
    width: 100%;
    position: relative;
    background:#373A17;
    padding: 80px 0px;
    margin-top: 80px;
}
.safari-pack-inner-landing-box {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  justify-content: center;
}
.safari-pack-inner-box {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.packges-card {
  position: relative;
  flex: 0 0 calc(25% - 15px); 
  box-sizing: border-box;
  overflow: hidden;
}
.packges-price-box {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 15px;
    text-align: right;
    right: 25px;
}
.packges-price-box p {
    color: #fff;
}
.packges-details {
    width:92%;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.packges-details h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'AGaramondPro-Regular';
    text-align: center;
}
.packges-btn-box {
    width: 92%;
    position: relative;
    text-align: center;
    margin: 20px 0px;
}
.packges-btn-box a {
    position: relative;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #fff;
}
.safari-pack-main-box {
    width: 100%;
    position: relative;
    margin: 60px 0px;
}
.packges-card:hover a{
    background: #b9a978;
    border: 1px solid #b9a978;
    transition: 0.5s;
}
.packges-card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.packges-card:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #13131375, #7ea8b400);
}
section.why-travel-sec {
    width: 100%;
    position: relative;
    background:#E7E2CF;
    padding: 80px 0px;
}
.why-choose-card {
    width: 100%;
    position: relative;
    background:#f6f6f6;
    padding: 20px;
    min-height: 600px;
}
.icon-box-why-choose {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -35px;
}
.icon-box-why-choose i {
    background: #031f13;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}
.conte-why-melodi {
    width: 100%;
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.conte-why-melodi h4 {
    font-family: 'AGaramondPro-BoldItalic';
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 25px;
}
.conte-why-melodi p {
    padding-bottom: 10px;
    border-bottom: 1px solid #918f88;
}
.why-choose-btn-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.why-choose-btn-box a {
    position: relative;
    padding: 13px 30px;
    color: #4c1a0a;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
    border: 1px solid #918f88;
}
.why-choose-btn-box {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0px 20px 0px;
}
.why-choose-card:hover .why-choose-btn-box a{
    background: #ffce45;
    border: 1px solid #031f13;
    color: #fff;
    transition: 0.5s;
}
.icon-trusted-ser img {
    max-width:95px !important;
}
.icon-trusted-ser {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.trusted-ser-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: center;
    margin-top: 25px;
}

.icon-trusted-ser {
  flex: 0 0 48%; 
  box-sizing: border-box;
}
section.experience-pic-sec {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.common-hed-box-melodica.black-text-box.positive-impart-over {
    width: 100%;
    text-align: left;
}
section.positive-impart-sec {
    width: 100%;
    position: relative;
    padding-top: 90px;
}
.circle-container {
    position: relative;
    width: 500px;
    margin: auto;
}
.circle-container .circle {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
}
.circle-container .circle-large {
    width: 200px;
    height: 200px;
    top: 46px;
    left: 50px;
}
.circle-container .circle-small {
    width: 100px;
    height: 100px;
    top: -23px;
    right: 122px;
}
.circle-container .circle-medium {
    width: 120px;
    height: 120px;
    bottom: -245px;
    right: 70px;
}
.circle-xsmall {
    width: 60px;
    height: 60px;
    bottom: -330px;
    left: 190px;
}
ul.rating-star-box {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}
ul.rating-star-box li.test {
    padding: 0px 10px;
}
ul.rating-star-box a {
    color: #4c1a0a;
    font-family: 'Gotham-Bold';
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #e39d42;
}
ul.rating-star-box a:hover {
    color: #ED7014;
    text-underline-offset: 4px;
    text-decoration-color: #ED7014;
}
ul.rating-star-box li i {
    color: #ffce45;
}
.testimonial-card {
    width: 100%;
    position: relative;
}
.testimonila-top {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonila-profile {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonila-descrip h5 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #031f13;
}
.testimonila-descrip p {
    padding: 0px;
    margin: 0px;
}
.testimonila-review {
    width: 100%;
    position: relative;
    padding: 30px 0px 0px 0px;
}
.testimonila-bottom {
    width: 100%;
    display: flex;
    align-items: center;
}
section.testimonial-sec {
    width: 100%;
    position: relative;
    padding-top:60px;
}
.our-melodica-pos-impact {
    width: 100%;
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px solid #e1e0db;
}
.testimonial-silder {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.qutotion-icon i {
    font-size: 35px;
}
.testimonial-silder .owl-nav {
    width: 68%;
    display: flex !important;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: -100px;
    right: 0;
    align-items: center;
    justify-content: flex-end;
}
.testimonial-silder .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    background: #4c1a0a !important;
    border-radius: 50% !important;
}
.testimonial-silder .owl-nav button span {
    font-size: 35px;
    color:#fff;
    position: absolute;
    transform: translate(-6px, -27px);
}
section.melodica-cta-sec {
    width: 100%;
    position: relative;
    background: #b9a978;
    margin-top: 80px;
    padding: 60px 0px;
}
.melodica-cta {
    width: 100%;
    position: relative;
}
.melodica-cta-content {
    width: 100%;
    position: relative;
    text-align: center;
}
.melodica-cta-content h5 {
    font-size: 33px;
    margin-bottom:25px;
}
.melodica-cta-content-bottom {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top:25px;
}
.melodica-cta-bot-left {
    position: relative;
}
.melodica-cta-bot-left a {
    text-decoration: none;
    color: #4c1a0a;
    font-family: 'Gotham-Bold';
}
.melodica-cta-bot-left a:hover {
    color: #ffce45;
    transition: 0.5s;
}
.melodica-cta-bot-left a i {
    padding-right: 15px;
}
.melodica-cta-btn-box a {
    position: relative;
    background: #4c1a0a;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
}
.melodica-cta-btn-box a:hover {
    background: #ffce45;
    transition: 0.5s;
}
.cta-pico-box {
    width: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.cta-pico-contr {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.cta-pico-contr h6 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}
.melodica-cta-pic {
    padding-left: 60px;
}
section.footer-sec {
    width: 100%;
    position: relative;
    background: #021e12;
    padding: 80px 0px 10px 0px;
}
.footer-partner-box {
    width: 60%;
    margin: 0 auto;
}
.footer-partner-pico img {
    max-width: 75% !important;
}
.footer-partner-pico {
    width: 100%;
    position: relative;
}
.row.footer-partner {
    display: flex;
    align-items: center;
}
.footer-middle-box {
    width: 100%;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid #707070;
    padding-top: 45px;
}
.footer-menu-list {
    width: 100%;
    position: relative;
    color: #fff;
}
ul.melodica-footer-menu-list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.melodica-footer-menu-list li a {
    color: #fff;
    text-decoration: none;
}
ul.melodica-footer-menu-list li {
    line-height: 2.2;
}
ul.melodica-footer-menu-list li a:hover {
    color: #b9a978;
    text-decoration: underline;
    transition: 0.5s;
}
.right-footer-con {
    width: 100%;
    background: #373a17;
    padding: 25px;
    position: relative;
    text-align: center;
}
.right-footer-con h5 {
    font-size: 21px;
    margin: 20px 0px;
}
.right-footer-con a {
    color: #fff;
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #e39d42;
}
.right-footer-con a:hover {
    color: #ED7014;
    text-underline-offset: 4px;
    text-decoration-color: #ED7014;
}
.newslater-box {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.newslater-box h4 {
    color: #fff;
    font-size: 25px;
}
.newslater-box p {
    color: #fff;
}
.melodica-newslater {
    width: 100%;
    position: relative;
    margin: 20px 0px;
}
.melodica-news-iner-fild {
    width: 100%;
    position: relative;
}
.melodica-news-iner-fild input {
    width: 100%;
    position: relative;
    padding: 13px 30px;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    font-family: 'Gotham-Regular';
}
.melodica-news-iner-fild input::placeholder {
    color: #b9a978;
    opacity: 1; 
}
.melodica-news-iner-fild button {
    width: 100%;
    position: relative;
    background: #4c1a0a;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
    border: 1px solid #4c1a0a;
}
.melodica-news-iner-fild button:hover{
    background: #ffce45;
    transition: 0.5s;
}
.melodica-news-iner-fild input.form-control:focus {
    color:#000;
    background-color: #E7E2CF !important;
    border-color: #b9a978;
    outline: 0;
    box-shadow:none !important;
}
.footer-social-media {
    width: 100%;
    position: relative;
    margin: 50px 0px;
    border-top: 1px solid #b9a978;
    border-bottom: 1px solid #b9a978;
    padding:30px 0px;
}
ul.footer-melodiac-social {
    width: 60%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap:5px;
    list-style: none;
}
.melodica-copy-write {
    width: 100%;
    position: relative;
    text-align: center;
    color: #c7c2b1;
}
.melodica-copy-write p a {
    color: #fff;
    text-decoration: none;
}
.melodica-copy-write p a:hover {
    color: #b9a978;
    text-decoration: underline;
    transition: 0.5s;
}
ul.footer-melodiac-social li a i {
    background: #B9A978;
    padding: 7px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    transition: 0.3s ease;
}
ul.footer-melodiac-social li a i:hover {
    background: #fff;
    color: #B9A978;
}
.right-footer-con img {
    width: 60% !important;
}
.experience-slider .owl-item {
        transition: transform 0.3s ease;
}
.experience-slider .owl-item.shift-up {
        transform: translateY(-50px);
}

.melodica-bottom-head.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1F2A0B;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.melodica-bottom-head.sticky ul.melodica-menu-list li a:hover {
    color: #b9a978;
    transition: 0.5s;
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #B9A978;
    color: #fff;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 18px;
    display: none;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.scroll-to-top:hover {
    background-color: #a29164;
    transform: translateY(-5px);
}
a#scrollTopBtn i {
    transform: translate(0px, 2px);
}
section.itinerary-overview {
    width: 100%;
    position: relative;
    background: #E7E2CF;
    padding-bottom: 50px;
}
.itinerary-tab {
    width: 100%;
    position: relative;
}
ul.itinerary-tab-list {
    width:80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    list-style: none;
    background: #4c1a0a;
    padding: 15px 30px;
}
ul.itinerary-tab-list li a {
    text-decoration: none;
    font-size: 18px;
    color: #ffff;
}
li.bread-crum-land a {
    background: #1f2a0b;
    padding: 17px 27px;
}
.itinery-ullist-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
ul.itinery-main-land {
    width:20%;
    position: relative;
    display: flex;
    list-style: none;
    background: #4c1a0a;
    padding: 15px 0px;
    margin: 0px;
}
ul.itinery-main-land li a {
    text-decoration: none;
    font-size: 18px;
    color: #ffff;
}
.safari-itinerary-inner {
    width: 100%;
    position: relative;
    padding: 50px 0px;
}
.second-bread-crumb {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
ul.bread-melodica {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap:5px;
    list-style: none;
}
ul.bread-melodica li a {
    font-size: 16px;
    text-decoration: none;
    color: #b9a978;
}
li.second-bred-this-home {
    padding-right: 10px;
}
li.landing-page-ho i {
    padding-left: 5px;
    font-size: 13px;
}
li.second-bred-this-page a {
    color: #4c1a0a !important;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #4c1a0a96 !important;
}
.overview-top-point {
    width: 100%;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #b9a978;
    padding-top: 20px;
}
.grate-point-itna {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.itinerary-overview-content h5 {
    font-family: 'AGaramondPro-Regular';
    font-size: 25px;
    margin-bottom: 45px;
}
ul.itinerary-tab-list li a.active {
    color: #b9a978;
    text-decoration: underline;
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #b9a978;
}
section.trip-high-and-gall-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px 0px 0px;
}
.trip-high-box {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.trip-high-box h2 {
    font-size: 45px;
    padding-bottom: 20px;
}
.trip-melodica-list-box {
    width: 100%;
    position: relative;
}
ul.safari-higt-list {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.safari-higt-list li {
    width: 100%;
    position: relative;
    border-top: 1px solid #b9a978;
    padding: 20px 0px;
}
ul.safari-higt-list li:last-child {
  border-bottom: 1px solid #b9a978;
}

ul.safari-higt-list li i {
    color: #b9a978;
    padding-right: 10px;
}
.safari-itinerary-details {
    width: 100%;
    position: relative;
}
.melodicatab {
    width: 100%;
    position: relative;
    text-align: center;
}
.melodicatab button {
    position: relative;
    background: #b5a575;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
    border: 1px solid #b5a575;
    margin-right: 15px;
}
.melodicatab button i {
    padding-right: 10px;
}
.safaritabcontent {
    display:none;
    width: 100%;
    position: relative;
}
.safaritabcontent h3 {
    font-size: 35px;
    margin-bottom: 35px;
}
div#shortitinerary {
    background: #b9a978;
    padding: 0px;
    margin-top: 50px;
}

.inere-itot-details {
    width: 100%;
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    background: #e7e2cf;
    margin-bottom: 20px;
}



.melo-short-day {
    text-align: center;
    padding: 30px 15px;
    background:#373a17;
}
.inere-itot-details:hover .melo-short-day {
    background: #4c1a0a;
    transition: 0.5s;
}
.melo-short-day h6 {
    color: #fff;
    font-size: 30px;
}
.melo-short-day h3 {
    color: #fff;
    margin-bottom: 5px;
}
.melo-short-details {
    padding:30px 25px;
    border-left: 1px solid #4c1a0a;
}
ul.melo-short-deta-list {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
}
ul.melo-short-deta-list li i {
    color: #b9a978;
    padding-right: 10px;
}
.melo-short-itinerary-box {
    width: 100%;
    max-height: 650px;
    overflow-y: auto;  
    overflow-x: hidden; 
    position: relative;
    padding: 20px 20px 20px 0px;
    scrollbar-width: thin;        
    scrollbar-color: #ccc transparent; 
}
button.melodicasafaritablinks.active {
    background: #1f2a0b;
    border: 1px solid #1f2a0b;
}
div#fullitinerary {
    width: 100%;
    position: relative;
    background: #E7E2CF;
    padding: 30px;
    margin-top: 50px;
}
.days_sec {
    width: 100%;
    position: relative;
    padding: 55px 0px 25px 30px;
}
.days_sec h4 {
    position: absolute;
    background: #1f2a0b47;
    top: 0px;
    left: 0px;
    padding: 5px 25px 5px 13px;
    font-size: 15px;
    color: #fff;
    margin: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.days_sec h4 i {
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
}
.days_sec:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: #b0af98;
}
.days_sec h5 {
    padding-bottom: 15px;
    text-transform: capitalize;
}
.days_sec:hover h4 {
    background: #1f2a0b;
    transition: 0.5s;
}
.days_sec:hover::before {
    background: #1f2a0b;
    transition: background 0.5s;
}
section.safari-itinerary-sec {
    width: 100%;
    position: relative;
}
section.include-exclde-sec {
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.incude-card {
    width: 100%;
    position: relative;
    text-align: center;
    border-right: 1px solid #b9a978;
    padding: 0px 30px;
}
.incude-card i {
    font-size: 60px;
    margin-bottom: 30px;
    color: #b9a978;
}
.incude-card h4 {
    font-size: 27px;
    color: #000000a8;
}
.incude-card.no-line-card {
    border-right: none;
}
.melodica-quto-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #E7E2CF;
    padding: 40px 50px;
    border-radius: 155px;
}
.quto-profile {
    width:40%;
    overflow: hidden;
    border-radius: 50%;
}
.quto-details {
    position: relative;
    padding-left: 50px;
}
.quto-details h4 {
    font-size: 35px;
    margin-bottom:15px;
    font-family: 'AGaramondPro-Italic';
}
.quto-details p {
    font-size: 19px;
}
.melodica-include-box {
    width: 100%;
    position: relative;
    margin: 80px 0px;
}
.incude-card img {
    width: 30% !important;
    margin-bottom: 30px;
}
section.about-this-trip-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #e7e2cf;
    margin-top: 70px;
}
.booking-this-accodian-box {
    width: 100%;
    position: relative;
}
.booking-this-accodian-box .accordion-item h2 button {
    width: 100%;
    text-align: left;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
    padding: 20px 10px;
    border-bottom: 1px solid #d0cfcf;
    outline: none;
    background: none;
}
.booking-this-accodian-box .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;     
  background: none;  
}
.booking-this-accodian-box .accordion-item .accordion-body {
    padding: 25px 20px;
}
.booking-this-accodian-box .accordion-header {
    margin-bottom: 0px;
    background: #b9a9789e;
}
.booking-this-accodian-box .accordion-button:not(.collapsed) {
    color: #694032;
}
.second-travel-reqi {
    width: 100%;
    position: relative;
    padding-top: 70px;
}
section.itineray-booking-form {
    width: 100%;
    position: relative;
    padding:100px 0px 0px 0px;
}
.booking-melodiac-itineray-form {
    width: 100%;
    position: relative;
    background: #e7e2cf;
    padding: 50px;
}
.booking-melodiac-itineray-form h4 span {
    float: right;
    font-size: 15px;
    color: #4c1a0a;
}
.booking-melodiac-itineray-form h4 {
    width: 100%;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'AGaramondPro-BoldItalic';
}
.melodiac-iti-form-fild {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.melodiac-iti-form-fild select {
    width: 100%;
    padding: 10px;
    border: 1px solid #b9a978;
    font-family: 'Gotham-Regular';
    margin: 10px 0px;
    outline: none;
}
.melodiac-iti-form-fild input {
    width: 100%;
    padding: 10px;
    border: 1px solid #b9a978;
    font-family: 'Gotham-Regular';
    margin: 10px 0px;
    outline: none;
}
.melodiac-iti-form-fild textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #b9a978;
    font-family: 'Gotham-Regular';
    margin: 10px 0px;
    outline: none;
}
.melodiac-iti-form-fild label {
    font-size: 17px;
    font-family: 'Gotham-Regular';
}
.booking-bg-box {
    width: 98%;
    position: relative;
    background: #b9a978;
    padding: 25px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.booking-bg-box h6 {
    font-family: 'Gotham-Regular';
    font-size: 20px;
}
.booking-bg-box h3 {
    font-size: 24px;
    font-family: 'Gotham-Bold';
    padding-top: 10px;
}
.bg-melo-ico {
    width: 100%;
    position: relative;
    background: #edf2f2;
    padding: 20px;
    margin-bottom: 20px;
}
.bg-melo-ico p i {
    color: #1f2a0b;
    padding-right: 10px;
}
.bg-melo-ico p i {
    color: #1f2a0b;
    padding-right: 10px;
}
.bg-melo-ico p {
    padding: 0px;
    margin: 0px;
}
.you-chck {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Gotham-Regular';
    gap: 20px;
    margin-bottom: 20px;
    background: #edf2f2;
}
.form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.5em;
    gap: 10px;
    margin-bottom: 17px;
    font-family: 'Gotham-Regular';
}
.icon-box-you {
    width: 84px;
    height: 60px;
    background:#1f2a0b;
}
.icon-box-you i {
    color: #fff;
    font-size: 38px;
    transform: translate(14px, 10px);
}
.booking-melodiac-itineray-form .sumb-btn {
    width: 100%;
    position: relative;
    text-align: center;
}

.booking-melodiac-itineray-form .sumb-btn input {
    position: relative;
    background: #4c1a0a;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham-Regular';
    text-transform: capitalize;
    border: 1px solid #4c1a0a;
}

.booking-melodiac-itineray-form .sumb-btn input:hover{
    background: #ffce45;
    border: 1px solid #ffce45;
    transition: 0.5s;
}
section.related-pack-sec {
    width: 100%;
    position: relative;
    padding-top: 70px;
    margin-bottom: 35px;
}
.reated-safari-pack {
    width: 100%;
    position: relative;
}
.safari-card-melo {
    width: 100%;
    position: relative;
    background: #e7e2cf;
}
.safari-pico-it {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.safari-pico-overflow {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    z-index: 5;
}
.safari-card-cont {
    width: 100%;
    position: relative;
    padding: 15px;
}
p.card-safari-dura {
    padding: 0px;
    margin: 0px;
    color: #1f2a0b;
    font-family: 'Gotham-Bold';
    padding-bottom: 10px;
}
p.card-price {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #4c1a0a;
}
.safari-pico-overflow p {
    margin: 0px;
    background: #fff;
    padding: 5px 7px;
    border-radius: 10px;
    font-size: 10px;
    font-family: 'Gotham-Bold';
}
p.offer-pack-lt {
    background: #1f2a0b;
    color: #fff;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 50px;
    height: 50px;
}
.form-check-input:checked {
    background-color: #1f2a0b;
    border-color: #1f2a0b;
}
.safari-card-melo:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.safari-card-melo a {
    text-decoration: none;
    color: #000;
}
.safari-itinerary-inner.landing-page {
    width: 100%;
    position:relative;
    padding-top:100px;
}
section.best-of-destina {
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.destination-card-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.destination-card-cont {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px;
    text-align: left;
    z-index: 5;
    color: #fff;
}
.destination-card-box:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #131313b3, #7ea8b400);
}
.destination-card-cont h4 {
    font-size: 26px;
    padding-bottom: 10px;
}
.destination-card-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.common-hed-box-melodica.left-site-hedd {
    width: 100%;
    position: relative;
    text-align: left;
}
.garo-best-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #b9a978;
    padding: 20px 0px;
}
.ico-best img {
    width: 50px !important;
}
.best-higg-tittle p {
    padding: 0px;
    margin: 0px;
}
.best-time-pico-right {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.best-time-ovvd:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(1deg, #000000, #7ea8b400);
}
.best-time-ovvd {
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:0px;
    z-index: 5;
    padding: 20px;
}
.best-time-ovvd h5 {
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
}
.best-time-ovvd p {
    padding: 0px;
    margin: 0px;
    color: #b9a978;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.best-time-pico-right:hover .best-time-ovvd p {
    opacity: 1;
    transform: translateY(0);
}
.best-time-pico-right:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
section.when-to-visit-sec {
    width: 100%;
    position: relative;
    background: #1f2a0b;
    padding: 70px 0px;
    margin-top: 70px;
}
.best-higg-tittle {
    color: #fff;
}
p.location-para {
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-size: 10px;
    color: #fff;
    background: #1f2a0b;
}
.accommoda-tittle {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    color: #fff;
}
.accommoda-tittle h4 {
    font-size: 35px;
    padding: 0px;
    margin: 0;
}
.accommoda-tittle p {
    padding: 0px;
    margin: 0;
    font-weight: 800;
}
section.desti-accommodation {
    width: 100%;
    position: relative;
    margin: 70px 0px;
}
section.gallery-sec {
    width: 100%;
    position: relative;
    margin-top: 90px;
}

ul.mini-destination-list {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
ul.mini-destination-list li {
    width: calc(50% - 12.5px); 
}

ul.mini-destination-list li img {
    width: 32px !important;
    padding-right: 10px;
}
ul.mini-destination-list li a{
    color: #021e12;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: rgb(76 26 10);
    font-size: 15px;
}
ul.mini-destination-list li a:hover {
    color: rgb(76 26 10);
    text-underline-offset: 4px;
    text-decoration-color: rgb(76 26 10);
    transition: 0.3s;
}

section.destination-overview {
    width: 100%;
    position: relative;
    background: #1f2a0b;
    padding: 70px 0px;
}
.top-hed-des-tiile {
    width: 100%;
    position: relative;
    text-align: right;
    padding-bottom: 35px;
}
.top-hed-des-tiile h2 {
    color: #ffce45;
    font-size:55px;
    padding: 0px;
    margin: 0px;
}
.top-hed-des-tiile h3 {
    font-size: 40px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
    text-transform: capitalize;
}
.top-hed-des-tiile h3 span {
    font-family: 'AGaramondPro-Bold';
    font-size: 40px;
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #ffce45;
}
.destination-box h2 {
    color: #fff;
}
.uurere_box_coo {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}
.conte-melod-dest {
    width: 100%;
    color:#fff;
    position: relative;
}
.conte-melod-dest h3 {
    color: #fff;
    font-size: 40px;
    padding: 0px;
    margin: 0px;
}
.conte-melod-dest h3 span {
    color: #ffce45;
    font-size: 40px;
    font-family: 'AGaramondPro-Bold';
}
.conte-melod-dest p {
    color: #fff;
}
section.desti-melo-highlights {
    width: 100%;
    position: relative;
    padding-top: 70px;
}

.melodica-gal-and-map-box {
    width: 100%;
    position: relative;
}

.melodica-gal-and-map-box .destination-section {
  display: flex;
  width: 100%;
  height: 400px;
  transition: all 0.5s ease;
  overflow: hidden;
  gap:20px;
}

.melodica-gal-and-map-box .destination-box {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease;
}
.melodica-gal-and-map-box .yellow-btn {
  background:#ffce45;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  cursor: pointer;
}

.melodica-gal-and-map-box .expanded-box {
  display: none;
  position: relative;
  width:80%;
  height:80%;
  background: black;
  z-index: 100;
  margin: 0 auto;
}
.melodica-gal-and-map-box .gallery-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.melodica-gal-and-map-box .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 47px;
    color: #4c1a0a;
    background: transparent;
    border: none;
    z-index: 999;
    cursor: pointer;
}

.melodica-gal-and-map-box .map-frame {
  width:100% !important;
  height:100% !important;
}
.melodica-gal-and-map-box .gallery-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 1000;
    justify-content: space-between;
}

.melodica-gal-and-map-box .gallery-slider .owl-nav button.owl-prev,
.gallery-slider .owl-nav button.owl-next {
  background-color:#ffce45;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  transition: 0.3s;
}

.melodica-gal-and-map-box .gallery-slider .owl-nav button.owl-prev:hover,
.gallery-slider .owl-nav button.owl-next:hover {
  background-color:#ffce45;
}
.destination-acti-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.destination-acti-pico {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.activities-hide-box h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.destination-acti-pico h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
}
.destination-acti-pico:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #13131391, #7ea8b400);
}
.activirse-main-des {
    width: 100%;
    position: relative;
}
.activities-hide-box {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f2a0b;
  padding: 150px 30px 30px 30px;
  color: #fff;
}
.destination-acti-card:hover .activities-hide-box {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.activirse-main-des .owl-item.center .activities-hide-box {
  opacity: 1;
  pointer-events: auto;
}

.activirse-main-des .owl-nav {
    width: 100%;
    display: flex !important;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 45%;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: space-between;
}
.activirse-main-des .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff !important;
    border-radius: 50% !important;
}
.activirse-main-des .owl-nav button span {
    font-size: 35px;
    color: #080506;
    position: absolute;
    transform: translate(-6px, -27px);
}
section.destination-activities-sec {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.best-time-calen {
    width: 100%;
    position: relative;
    text-align: center;
}

.best-time-cal-list {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    gap: 10px;
    justify-content: center;
}
.best-time-cal-list li {
    flex: 0 0 calc(100% / 6 - 10px);
    text-align: center;
    padding: 15px 12px;
    background-color: #b9a978;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer
}
li.middle-sesio {
    background: #1f2a0b;
    color: #fff;
}
li.full-green {
     background: #2b842e;
    color: #fff;
}
.best-time-cal-list li:hover {
    background: #4c1a0a;
    color: #fff;
    transition: 0.5s;
}
ul.trip-mon-guide {
    width: 50%;
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    text-align: center;
}
ul.trip-mon-guide li {
    font-size: 20px;
    font-weight: 600;
    margin: 44px 0px;
    color: #4b4a4a;
}
li.exe-circle i {
    color: #46823a;
    padding-right: 10px;
}
li.good-circle i {
    color: #1f2a0b;
    padding-right: 10px;
}
li.fair-circle i {
    color: #b9a978;
    padding-right: 10px;
}
section.desti-best-time-sec {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.Melodica-month-guide {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.Melodica-month-guide .same-width-box {
    width: 33.33%;
    position: relative;
}
.Melodica-month-guide-content {
    position: relative;
    padding: 40px;
}
.Melodica-month-guide-content.same-width-box h3 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #1f2a0b;
    position: relative;
    border-bottom: 3px solid #1f2a0b;
    padding-bottom: 10px;
}
.geting-to-des-sec {
    width: 100%;
    position: relative;
    background: #1f2a0b;
    padding: 80px 0px;
    margin:0px;
}
.melodica-des-animal-con {
    width: 100%;
    position: relative;
}
.melodica-des-animal-con h4 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}
.melodica-des-animal {
    width: 100%;
    position: relative;
}
ul.animal-list {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.animal-geting {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.getting-to-tittle h3 span {
    color: #ffce45;
    font-size: 40px;
    font-family: 'AGaramondPro-Bold';
    text-transform: capitalize;
}
.getting-to-tittle h3 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
}
.getting-to-tittle {
    width: 100%;
    position: relative;
    color: #fff;
}
.second-bread-crumb.deses li.second-bred-this-page a {
    color: #fff !important;
    text-underline-offset: 6px;
    transition: 0.5s;
    text-decoration-color: #ffffff !important;
}

.act-animal {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.namila-box-melodica {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.act-animal p {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    color: #fff;
}
.act-animal:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
section.safari-sec.safari-landing-page {
    width: 100%;
    margin: 0px;
}
section.design-safari-sec {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top:80px;
    padding-bottom:50px;
    background: #E7E2CF;
}
.safari-desin-content {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 150px;
}
.safari-desin-content h2 {
    font-size: 42px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.hidding-desig {
    width: 100%;
    position: relative;
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
.hidding-desig h3 {
    font-size:28px;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
}
.numer-box {
    width: 45px;
    height: 45px;
    background: #4c1a0a;
    color: #fff;
    font-size: 25px;
    font-family: 'AGaramondPro-Bold';
    padding: 7px 15px;
    border-radius: 50%;
}
.safari-desin-inner-con {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
section.how-to-book-land {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}
.how-to-go-box {
    width: 100%;
    position: relative;
    display: flex;
    gap:40px;
    align-items: center;
}
.how-to-bolking-child {
    width: 100%;
    position: relative;
    text-align: center;
}
.how-to-bolking-child i {
    font-size: 40px;
    padding-bottom: 30px;
    color: #b9a978;
}
.how-to-bolking-child h3 {
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.how-to-card-anch {
    width: 100%;
    position: relative;
}
.how-to-card-anch a {
    text-decoration: none;
    font-size: 12px;
    color: #4c1a0a;
    letter-spacing: 2;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}
.how-to-card-anch a:hover {
    color: #b9a978;
    transition: 0.5s;
}
.travel-melodica {
    width: 100%;
    position: relative;
    padding-right: 50px;
    color: #fff;
}
.travel-melodica h3 {
    font-size:35px;
    color: #b9a978;
    padding-bottom: 20px;
}
.travel-melodica h4 {
    font-size:25px;
    margin: 30px 0px;
    text-transform: capitalize;
    color: #b9a978;
}
.travel-melodica ul {
    width: 100%;
    position: relative;
    margin-bottom:50px;
}
.travel-melodica ul li::marker {
    color: #ffce45;
}
.travel-melodica ul li {
    padding-bottom: 10px;
}
.travel-melodica-left-pico {
    width: 100%;
    position: sticky;
    top: 70px;
}
section.related-guide-sec {
    width: 100%;
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
}
.safari-desin-pico {
    width: 100%;
    position: relative;
}
section.expirence-landing-main {
    width: 100%;
    position: relative;
    background: #1f2a0b;
    padding: 90px 0px;
}
.expirence-landing-inner-box {
    max-width: 1100px;
    margin: 0 auto;
}
.bottom-bg-melo {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.bottom-bg-melo:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.top-ex-bg-melo {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.top-ex-bg-melo:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.bottom-bg-ex-melo::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(360deg, #000000f0, #7ea8b400);
}
.top-bg-ex-melo:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: linear-gradient(179deg, #101010, #7ea8b400);
}
.bottom-bg-ex-melo {
    width: 100%;
    position: absolute;
    bottom:0px;
    text-align: center;
    padding: 10px;
    z-index: 5;
    color: #fff;
}
.top-bg-ex-melo {
    width: 100%;
    position: absolute;
    top:0px;
    text-align: center;
    padding: 20px;
    color: #fff;
}
.top-bg-ex-melo h2 {
    position: relative;
    z-index: 5;
}
.top-bg-ex-melo p {
    position: relative;
    z-index: 5;
}
.bottom-bg-ex-melo h2 {
    position: relative;
    z-index: 2;
}
.bottom-bg-ex-melo p{
    position: relative;
    z-index: 2;
}
.guide-details-meloa {
    width: 100%;
    position: relative;
    padding: 25px;
    text-align: center;
}
.guide-details-meloa h2 {
    font-size: 20px;
    color: #b9a978;
}
.guide-land-card {
    width: 100%;
    position: relative;
    background: #e7e2cf;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); 
    margin-bottom: 25px;
}

.guide-details-meloa h2 i {
    padding-right: 5px;
}
.guide-details-meloa h3 {
    font-size: 25px;
    margin: 18px 0px;
}
section.travel-guide-land {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #1f2a0b;
}
.guide-land-card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.guide-pico-melooo {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.guide-land-card a {
    text-decoration: none;
    color: #000;
}
.guide-land-card:hover h3{
    color: #b9a978;
    transition: 0.5s;
}
.second-bread-crumb.deses li.second-bred-this-page a:hover {
    color: #b9a978 !important;
    text-decoration-color: #b9a978 !important;
    text-underline-offset:4px;
    transition: 0.4s;
}
.about-inner {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.about-inner h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.row.inner-director {
    display: flex;
    align-items: center;
}
.director-word {
    width: 100%;
    position: relative;
    padding-left:80px;
}
.director-word h2 {
    font-size: 35px;
    padding-bottom: 20px;
    color: #b9a978;
}
section.about-us-overview {
    width: 100%;
    position: relative;
    padding: 70px 0px 0px 0px;
}
section.why-choose-melo {
    width: 100%;
    position: relative;
    background: #1f2a0b;
    padding: 70px 0px;
}
.why-choose-melocard {
    width: 100%;
    position: relative;
    background: #404831;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    padding:30px;
    text-align: center;
    color: #fff;
}
.why-choose-melocard img {
    width: 50px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.why-choose-melocard h3 {
    font-size: 30px;
    padding-bottom: 10px;
}
.why-choose-melocard p {
    color: #E7E2CF;
}





.team-card {
    width: 100%;
    text-align: center;
    background-color: #c5ad83;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Georgia', serif;
    margin: 20px auto;
   min-height: 515px;
}
.team-info {
  padding: 20px 10px;
}
.team-image {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.team-info .designation {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 8px;
  font-weight: 500;
}

.team-info .name {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}
section.melodica-team-sec {
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.director-box {
    width: 100%;
    position: relative;
    margin:60px 0px;
}
.director-pico {
    width: 100%;
    position: relative;
    border: 20px;
    overflow: hidden;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    border-bottom-left-radius:7%;
    border-bottom-right-radius:7%;
}
.director-word:before {
    content: "";
    position: absolute;
    top: -300px;
    right: -100px;
    width: 40%;
    height: 100%;
    background-image: url('https://mwspl.in/melodica/assets/images/meliodica-white-lion.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
    opacity: 0.6;
}
.director-word:after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://mwspl.in/melodica/assets/images/poaw.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
    opacity: 0.1;
}
.safari-desin-nreww {
    position: relative;
    width: 75%;
    float: right;
    margin-top: -20%;
    margin-right: -20%;
    z-index: 10;
}
.design-safari-inner {
    width: 100%;
    position: relative;
    padding: 0px 0px 100px 0px;
}
.row.safari-desin-melo {
    display: flex;
    align-items: center;
}
.melodica-mobile-nemu {
    display: none;
}

.csfxa_rel {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px;
    z-index: 5;
    color: white;
}

.csfxa_rel h3 {
    padding: 0;
    top: -30px;
}


table {
      border-collapse: collapse;
      width: 100%;
      background-color: #4c1a0a;
      color: white;
      margin-bottom: 20px;
    }
    th, td {
      border: 1px solid #555;
      padding: 8px;
      text-align: left;
    }
    th {
      background-color: #b9a978;
    }
.getting-to-pico {
    width: 100%;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
}
.getting-to-pico:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(354deg, #1f2a0b, #7ea8b400);
}
.namila-box-melodica img {
    max-width: 64px;
}

.itinerary-tab.sticky2 {
    width: 80%;
    position: fixed;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #f7fafb;
    z-index: 999;
    margin: 0 !important;
}
.bg-melo-ico a {
    color: #4c1a0a;
}
ul.sub-mobile-menu.new-olnly-exp {
    width: 100%;
    position: relative;
    padding: 10px 0px;
}
ul.sub-mobile-menu.new-olnly-exp li {
   list-style: none;
    position: relative;
    padding-left: 20px;
}
ul.sub-mobile-menu.new-olnly-exp li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 5px; 
    color: #ffce45;
    font-size: 18px;
    transform: translateY(0);
}
.expoyt_cras {
    width: 100%;
    padding-right: 65px;
}
.row.all-des-main-inner {
    justify-content: center;
}
ul.sub-menu {
    display: none;
    background:#b9a978;
    padding: 10px 12px;
    list-style: none;
    position: absolute;
    top: 43px;
    z-index: 999;
}
ul.melodica-menu-list li:hover .sub-menu {
    display:block;
}
li.sub-menu-item {
    margin-top: 25px;
    font-size: 15px;
}
.packges-btn-box a:hover {
    background: #ffce45;
}
div#pagination-controls {
    text-align: center;
}
#pagination-controls {
  text-align: center;
  margin: 30px 0;
} 

#pagination-controls button {
  margin: 5px 4px;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f4f4f4;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
} 

#pagination-controls button:hover {
  background-color: #ddd;
  color: #000;
}

#pagination-controls button:disabled {
    background-color: #b9a978;
    color: white;
    border-color: #461d0f;
    cursor: default;
    font-weight: bold;
    box-shadow: none;
}

.filter-btn {
  padding: 8px 14px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.2s;
}
.filter-btn:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.filter-btn.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.filter-box {
    margin-top: 30px;
    background: #b6aa7e;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    font-family: 'Gotham-Regular';
    text-align:center;
} 

select#durationFilter {
    background-color: #383a1c !important;
    color: white;
} 
.melodica-team-box {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 66px;
}
select#destinationFilter {
    background-color: #383a1c !important;
    color: white;
}
select#parkFilter {
    background-color: #383a1c !important;
    color: white;
}
select#rangeFilter {
    background-color: #383a1c !important;
    color: white;
}
 /* newly add for testing*/ 
 
.contact-container {
   
    margin: 0;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
}


    .contact-container h1 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 2em;
    }

   .contact-container form {
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 65%;
}
.dip-width {
    text-align: center;
    width: 100%;
}
    .contact-container input, textarea, select {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 4px;
      font-size: 16px;
    }

    .contact-container textarea {
      grid-column: 1 / -1;
      height: 100px;
      resize: vertical;
    }

.full-width-timg {
    width: 122%;
    display: flex;
    align-items: center;
}
   .radio-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

    .radio-group label {
      font-weight: normal;
    }

    .checkbox {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 10px;
      font-size: 14px;
    }

    .checkbox input {
      margin-top: 4px;
    }

.submit-button {
    padding: 12px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin: 25px 0px 0px 230px;
    background: #461d0f;
    transition: 0.5s;
    color: #fff;
}


    .required-note {
      font-size: 12px;
      margin-top: 5px;
    }

   .contact-container a {
      color: #aac7e3;
      text-decoration: underline;
    }
    
    
    section.tbl-price {
    width: 100%;
    position: relative;
    padding: 70px 0px 0px 0px;
}
.tbl-price-heading h2 {
    font-size: 45px;
    padding-bottom: 20px;
}

.tbl-price-hcdic table {
    background-color: white;
    color: #212529;
    border-collapse: #1f2a0b;
    width: 100%;
    margin-bottom: 20px;
}
.tbl-price-hcdic th, td {
    border: 1px solid #b9a978;
    padding: 8px;
    text-align: left;
}
.tbl-price-hcdic th {
    color: #ffff;
    background-color: #373a17;
}