body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Aeonik';
}
body h1,h2,h3,h4,h5,h6{
    font-family: "Fraunces", serif;
}
body p,a,span,li{
    font-family: 'Aeonik';
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a{
    text-decoration: none;
}
*{
    box-sizing: border-box;
}
h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}
h2{
    font-weight: 600;
    font-size: 45px;
    line-height: 1.2;
    margin: 0;
    color: #000;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}
.bannercontentin span {
    color: #fff;
    display: inline-block;
    margin: 0 0 18px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.topbar {
    background: #90C43E;
    padding: 12px 0;
    text-align: center;
}
.topbar p {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 5px;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.bannerslider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    width: fit-content;
    margin: auto;
}
.slick-dots li {
    display: flex;
}
.slick-dots button {
    background: #00000080;
    border: none;
    padding: 0;
    font-size: 0;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.bannerslider .slick-dots .slick-active button {
    background: #094EAC;
    outline: 1px solid #094EAC;
    outline-offset: 6px;
}
.slick-arrow {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    font-size: 0;
    outline: none;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: auto;
    height: auto;
    line-height: 1;
    z-index: 1;
}
.headergrid {
    display: flex;
    align-items: center;
    gap: 60px;
}
.headerlogo {
    width: auto;
}
.headerlogo img {
    width: 100%;
    display: block;
}
.headernav {
    width: 60%;
}
.headernav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.headernav li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    transition: ease 0.3s;
}
.headernav li a:hover, 
.footer-column a:hover{
    color: #90C43E;
}
.headericons {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.headericons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 42px;
}
.bannercontentin p {
    margin: 9px 0 0;
    max-width: 535px;
}
.herobtn {
    margin: 48px 0 0;
}
.herobtn a, 
.btnwrap a, 
.sbmitbtn input {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 14px 28px;
    border: 1px solid #F17A2A;
    background: #F17A2A;
    transition: ease 0.3s;
    border-radius: 0;
    cursor: pointer;
}
.herobtn a:hover, 
.btnwrap a:hover, 
.sbmitbtn input:hover {
    background: #fff;
    border-color: #F17A2A;
    color: #F17A2A;
}
.btnwrap a svg, 
.herobtn a svg {
    transition: ease  0.4s;
}
.btnwrap a:hover svg, 
.herobtn a:hover svg {
    transform: translateX(5px);
}
.herobtn a:hover svg path, 
.btnwrap a:hover svg path, 
.btnwrap input:hover {
    fill: #F17A2A ;
}
.bannerimg img {
    width: 100%;
    display: block;
}
.bannerinner {
    position: relative;
    display: block !important;
}
.bannerinner .slick-dots {
  display: none !important;
}
.banner-slider-wrapper {
    position: relative;
}
.banner-pagination {
    position: absolute;
    right: 0;
    bottom: 45px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Aeonik';
}
.banner-pagination-current,
.banner-pagination-total {
    min-width: 18px;
    text-align: center;
}

.banner-pagination-line {
    width: 96px;
    height: 2px;
    background: #fff;
    display: block;
}
.bannercontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.bannercontentin {
    border-left: 1px solid #fff;
    padding: 34px 0 49px 40px;
    position: relative;
}
.bannercontentin h1 {
    position: relative;
}
.bannercontentin h1:before {
    content: '';
    background: #90C43E;
    width: 10px;
    height: 130px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -41px;
}
.slickarrowwrap {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 40px;
}
.slick-arrow {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transform: inherit;
    top: 0;
}
.slick-arrow:hover{
    background: #F17A2A;
}
.slick-arrow:hover:before{
    border-color: #fff;
}
.slick-arrow:before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    left: -5px;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    top: 24px;
}
 .slick-arrow.slick-prev {
    transform: rotate(180deg);
}
/*footer*/
footer.footer {
    background: #F7F7F7;
    border-top: 1px solid #90C43E;
}

.footer-main {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
}
.footer-left {
    padding: 48px 51px 51px 0;
    border-right: 1px solid #90C43E;
}
.footer-logo {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}
.newsletter-title {
    font-size: 20px;
    font-weight: 700;
    margin: 19px 0 10px;
    font-family: 'Fraunces';
    color: #000;
    line-height: 1;
}
.newsletter-form {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 46px;
}
.newsletter-form input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background: transparent;
    font-family: 'Aeonik';
    font-weight: 400;
    line-height: 1;
    padding: 0 0 11px;
}
.newsletter-form input::placeholder {
    color: #000000;
}

.newsletter-form button {
    border: 0;
    background: transparent;
    cursor: pointer;
}
.partners {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0 0;
}
.partner-text {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
    border-left: 1px solid #d9d9d9;
    padding: 12px 0 26px 29px;
}
.footer-right {
    padding: 48px 0px 48px 67px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 15px;
}
.footer-column h4, 
.social-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'Fraunces';
}
.footer-column ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.footer-column a, 
.contact-text {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.footer-column a:hover, 
.contact-item a:hover .contact-text {
    color: #90C43E;
}
.contact-item {
    margin-bottom: 15px;
        display: flex;
    align-items: center;
    gap: 12px;
}
.contact-item a{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}
.contact-icon, 
.social-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 1px solid #f4773c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4773c;
}
.social-icon {
    transition: ease 0.5s;
}
.social-icon:hover {
    transform: scale(1.1);
}
.footer-bottomwrap{
    border-top: 1px solid #90C43E;
    padding: 15px 0px 23px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright,
.footer-links {
    font-size: 16px;
    color: #000;
}
.footer-links {
    display: flex;
    gap: 10px;
}
.footer-links a {
    color: #000;
    text-decoration: none;
}
.social-title {
    margin-top: 46px;
}
.iconwithtexwrap {
    display: flex;
    align-items: center;
    gap: 66px;
    justify-content: space-between;
}
.iconwithtexitemin {
    display: flex;
    align-items: center;
    gap: 14px;
}
.iconsvg {
    display: flex;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border-radius: 50%;
    border: 1px solid #90C43E;
    align-items: center;
    justify-content: center;
}
.iconwithtex {
    background: #FBF7EE;
    padding: 29px 0;
    border-bottom: 1px solid #90C43E;
    border-top: 1px solid #90C43E;
}
.icontext {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}
.destinationsec {
    padding: 43px 0 76px;
}
.destinationhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 40px;
}
.sbtitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #90C43E;
    border-radius: 100px;
    padding: 9px 29px 9px 22px;
    gap: 13px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #90C43E;
    margin: 0 0 5px;
}
.sbtitle:before {
    content: '';
    width: 24px;
    height: 1px;
    background: #90C43E;
    display: block;
}
.destiheadright .btnwrap a {
    padding: 14px 41px;
}
.destinationimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.destinationimg {
    position: relative;
    padding-bottom: 120%;
    border: 1px solid #90C43E;
    overflow: hidden;
}
.destinationwrap .slick-list {
    margin: 0 -12px;
}
.destinationwrap .slick-slide {
    padding: 0 12px;
}
.destititle h4 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
    color: #000;
}
.destititle a{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 5px;
}
.destititle a:hover h4{
    color: #F17A2A;
}
.destititle a:hover path{
    stroke: #F17A2A;
}
.destinationinfo {
    padding: 16px 0 0;
}
.destidesc p {
    margin: 0;
}
.destititle span {
    display: flex;
}
.destinationwrap .slick-arrow, 
.testimonial_slider .slick-arrow{
    border: 1px solid #90C43E;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.destinationwrap .slick-arrow.slick-prev, 
.testimonial_slider .slick-arrow.slick-prev {
    left: -30px;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
}
.destinationwrap .slick-arrow:before, 
.testimonial_slider .slick-arrow:before {
    top: 22px;
}
.departuresec {
    background: #FBF7EE;
    padding: 54px 0 64px;
    border-top: 1px solid #90C43E;
    border-bottom: 1px solid #90C43E;
}
.departurehead {
    text-align: center;
    margin: 0 0 42px;
}
.departurehead p {
    margin: 6px 0 0;
}
.departurewrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 100px;
}
.departureitem {
    text-align: center;
}
.departureimg {
    width: 107px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #90C43E;
}
.departureinfo {
    margin: 10px 0 0;
}
.departureinfo h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}
.departureinfo p {
    margin: 0 0 22px;
    line-height: 1;
}
.departureinfo .btnwrap a {
    background: transparent;
    color: #F17A2A;
}
.departureinfo .btnwrap a:hover{
    background: #F17A2A;
    color: #fff;
}
.departureinfo .btnwrap a:hover path{
    fill: #fff;
}
.departureinfo h3 b {
    font-weight: 600;
    font-style: italic;
    color: #90C43E;
}
.aboutsafari {
    padding: 65px 0;
    background: #EFE6D3;
}
.aboutsafariwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
}
.aboutsafleft img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.aboutsafright {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}
.aboutsafright h2 {
    margin: 6px 0;
}
.aboutsafright p {
    margin: 0 0 21px;
}
.aboutsafright p:last-child {
    margin: 0;
}
.aboutsafright .btnwrap {
    margin: 22px 0 0;
}
.testimonial_sec {
    padding: 56px 0 62px;
    background: #90C43E;
}
.testimonial_inner {
    background: transparent;
    border: 1px solid #B6D882;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    padding: 35px 37px 31px 34px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.testimonial_inner:before {
    content: '';
    width: 6px;
    height: 54px;
    background: #000;
    position: absolute;
    left: 0;
    top: 25px;
}
.testi_title h4 {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    font-style: italic;
}
.testi_title p {
    margin: 0;
}
.testi_title {
    margin: 0px 0 32px;
}
.testi_auther span {
    font-family: 'Fraunces';
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    padding-left: 41px;
    font-size: 22px;
    font-weight: 400;
}
.testi_auther {
    display: flex;
    flex-direction: column;
}
.testi_auther span.testilocation {
    font-family: 'Aeonik';
    font-size: 16px;
    line-height: 25px;
}
.testibottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testi_auther span:first-child:before {
    content: '';
    background: #000;
    width: 31px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.testimonial_sec .title_wrap {
    margin: 0 0 47px;
    text-align: center;
}
.testimonial_slider .slick-list{
    margin: 0 -15px;
}
.testimonial_slider .slick-slide {
    padding: 0 15px;
    height: auto;
}
.testimonial_slider .slick-track {
    display: flex;
}
.testimonial_slide, 
.testimonial_slider .slick-slide>div {
    height: 100%;
}
.testimonial_sec .title_wrap .sbtitle {
    border-color: #000;
    color: #000;
}
.testimonial_sec .title_wrap .sbtitle:before{
    background: #000;
}
.testimonial_slider .slick-arrow {
    background: #90C43E;
    border: 1px solid #000;
}
.testimonial_slider .slick-arrow:hover {
    background: #fff;
}
.testimonial_slider .slick-arrow:hover:before{
    border-color: #000;
}
.tourleader {
    padding: 70px 0;
}
.tourleaderwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.tourleaderleftin {
    background: #EFE6D3;
    padding: 47px 76px 41px 58px;
    border: 1px solid #90C43E;
}
.tourleaderleftin h2 {
    margin: 7px 0;
    position: relative;
}
.tourleaderleftin h2:before {
    content: '';
    width: 6px;
    height: 54px;
    background: #000;
    position: absolute;
    left: -58px;
    top: 0;
}
.tourleaderleftin p {
    margin: 0 0 21px;
}
.tourleaderleftin .btnwrap {
    margin: 35px 0 0;
}
.tourleaderright img {
    width: 100%;
    display: block;
}
.tourleaderright {
    margin-left: -60px;
    position: relative;
    z-index: -1;
}
.blogsec {
    background: #FBF7EE;
    border-top: 1px solid #90C43E;
    border-bottom: 1px solid #90C43E;
    padding: 40px 0 63px;
}
.blogwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 37px;
}
.blogimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.blogimg {
    position: relative;
    height: 100%;
}
.blogimg:before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 67%) 0%, #00000000 20%);
    pointer-events: none;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.blogitemin {
    position: relative;
    height: 100%;
}
.bloginfo {
    position: absolute;
    bottom: 0;
    padding: 7px 32px 32px;
    width: 100%;
}
.bloginfo:before {
    content: '';
    background: #F17A2A;
    width: 9px;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0;
}
.date {
    display: inline-block;
    color: #fff;
    padding: 5px 11px;
    background: #F17A2A;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.blogtitle h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 0;
}
.blogtitle h4 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Fraunces';
}
.blogtitle h4 a:hover{
    color: #F17A2A;
}
.blogtitle h4 a:hover path{
    stroke: #F17A2A;
}
.faqsec {
    background: #EFE6D3;
    padding: 60px 0;
}
.faqwrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
}
.faqicon {
    width: 100%;
    display: block;
}
.faqleftin h2 {
    margin: 0 0 8px;
    line-height: 1;
}
.faq-item {
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 19px 0 23px;
}
.faq-item:first-child {
    padding-top: 0;
}
.faq-question .arrow {
    transition: ease 0.3s;
}
.faq-item.active .faq-question .arrow {
    transform: rotate(180deg);
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    color: #000;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Fraunces';
}
.faq-question span {
    font-family: 'Fraunces';
}
.faq-answer {
    padding: 14px 0 7px;
    display: none;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-answer p {
    margin: 0;
    max-width: 625px;
}
.faq-list {
    padding: 45px;
    position: relative;
    z-index: 1;
    border: 1px solid #90C43E;
}
.faq-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/*About page*/

.herobanner.about .bannercontentin {
    padding-bottom: 75px;
}
.storybehind {
    background: #FBF7EE;
    padding: 45px 0 52px;
    border-bottom: 1px solid #90C43E;
    border-top: 1px solid #90C43E;
}
.storybehindwrap {
    text-align: center;
}
.storybehindwrap p {
    max-width: 748px;
    margin: auto;
}
.storybehindwrap h2 {
    line-height: 1.1;
    margin: 8px 0 8px;
}
.guidexperience {
    background: #fff;
}
.beyondsec {
    background: #FBF7EE;
    padding: 60px 0;
    border-top: 1px solid #90C43E;
}
.storybehindwrap h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    max-width: 1006px;
    margin: auto;
}
.storybehindwrap .btnwrap {
    margin-top: 36px;
}
.travelimg img {
    width: 100%;
    display: block;
}
.travelsec {
    position: relative;
}
.travelcontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.travelcontentin {
    background: #FFFFFF1A;
    max-width: 701px;
    padding: 31px 40px 43px;
    border: 1px solid #ffffff;
    backdrop-filter: blur(31px);
}
.travelcontentin h2 {
    color: #fff;
    max-width: 495px;
    line-height: 1.1;
}
.travelcontentin p {
    color: #fff;
    margin: 18px 0 21px;
    max-width: 495px;
}
.travelcontentin p:last-child {
    margin-bottom: 0;
}
.otherblog .bloginfo {
    position: relative;
    padding: 20px;
    border: 1px solid #90C43E;
    height: 100%;
}
.otherblog .bloginfo .blogtitle h4 a {
    color: #000;
}
.otherblog .bloginfo .blogtitle h4 a:hover{
    color: #F17A2A;
}
.otherblog .blogwrap {
    grid-template-columns: 1fr 1fr 1fr;
}
.otherblog .bloginfo:before {
    content: inherit;
}
.otherblog .blogtitle h4 {
    max-width: 367px;
}
.otherblog .blogimg img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.otherblog .blogitemin {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.otherblog {
    border-bottom: none;
}

/* =========================================
   TEAM SECTION
========================================= */

.team-section {
    background: #fff;
    padding: 37px 0px 58px;
}

.team-title {
    margin: 0 0 33px;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
}
.team-card {
    border: 1px solid #90C43E;
    padding: 20px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.teaminfo {
    padding: 20px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.team-image {
    width: 100%;
    object-fit: cover;
    display: block;
}
.team-name {
    margin: 0px 0 3px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}
.team-role {
    margin: 0 0 12px;
    color: #6D6D6D;
    line-height: 1.2;
}
.team-description {
    margin: 0;
}
.read-more {
    color: #75b843;
    text-decoration: none;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: auto;
    padding-top: 41px;
}
.social-icons a {
    transition: ease 0.3s;
}
.social-icons a:hover {
    transform: scale(1.1);
}
/* =========================================
   SAFARI GUIDES SECTION
========================================= */

.guides-section {
    background: #8dcc4b;
    padding: 70px 0px;
}
.guides-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 35px;
}
.guides-image-wrapper {
    height: 100%;
}
.guides-image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}
.btnwrap a.guides-button {
    background: #000;
    border-color: #000;
}
.btnwrap a.guides-button:hover{
    background: #fff;
}
.guides-content .sbtitle {
    border-color: #000;
    color: #000;
}
.guides-content .sbtitle:before {
    background: #000;
}
.guides-content .btnwrap {
    margin: 41px 0 0;
}
.guides-content p {
    margin: 11px 0 21px;
}

/*Contact page*/

.icontext strong {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 2px;
}
.icontext a {
    color: #000;
}
.icontext a:hover {
    color: #F17A2A;
}
.letstalkwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}
.letstalkleft img {
    width: 100%;
    display: block;
}
.letstalk {
    padding: 63px 0;
}
.letstalkrighthead {
    margin: 0 0 52px;
}
.letstalkrighthead p {
    margin: 7px 0 14px;
}
.contactform {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.contactitem {
    padding-left: 40px;
    padding-bottom: 40px;
    width: 50%;
}
.contactitem input, 
.contactitem select, 
.contactitem textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 0 11px;
    border-bottom: 1px solid #939393;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-family: 'Aeonik';
    font-weight: 400;
    line-height: 1.2;
}
.contactitem input::placeholder, 
.contactitem textarea::placeholder{
    color: #000;
}
.contactitem:last-child {
    width: 100%;
}
.contactitem textarea {
    resize: vertical;
    height: 35px;
    min-height: 35px;
    max-height: 150px;
}
.contactitem select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.87972 0L0 1.78471L10.2445 11.5055C10.4086 11.6622 10.6038 11.7866 10.8189 11.8715C11.0339 11.9563 11.2645 12 11.4973 12C11.7302 12 11.9608 11.9563 12.1758 11.8715C12.3908 11.7866 12.586 11.6622 12.7502 11.5055L23 1.78471L21.1203 0.00168133L11.5 9.12538L1.87972 0Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
}
.sbmitbtn input {
    padding: 14px 0px;
    text-align: center;
}

/*Destination page*/

.destinationpagewrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px 48px;
}
.destinationpage .destinationhead {
    display: block;
    text-align: center;
}
.destinationpage .destinationhead h2 {
    margin: 10px 0 0;
}
.destinationpage .destinationimg {
    padding-bottom: 64%;
}
.destinationguide .guides-inner {
    gap: 45px;
}
.destinationguide .guides-content p{
    max-width: 669px;
}
.mapsec {
    background: #EFE6D3;
    padding: 21px 0;
}
.mapimg {
    text-align: center;
}

.countryswitcher .gtranslate_wrapper .gt_selected {
    background: transparent !important;
    border: none;
    z-index: 1 !important;
}
.countryswitcher .gtranslate_wrapper a {
    border: none !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.2;
    font-family: 'Aeonik' !important;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 6px;
   width: 130px !important;
}
.countryswitcher .gtranslate_wrapper a img {
    border-radius: 50%;
    object-fit: cover;
    margin-right: 3px !important;
}
.countryswitcher .gtranslate_wrapper .gt_option {
    background: #fff !important;
    border: none !important;
    position: absolute !important;
    padding: 18px 18px;
    width: 145px !important;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 14px rgb(0 0 0 / 8%);
}
.countryswitcher .gt_switcher {
    position: relative;
    width: fit-content !important;
    overflow: visible !important;
}
.countryswitcher .gtranslate_wrapper .gt_option a.nturl:not(:last-child) {
    margin: 0 0 18px;
}
/* Destinations menu item */
.menu-item-has-children {
    position: relative;
}

/* Keep the Destinations link on one line */
.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

/* Hide the default + / - SVG icons */
.menu-item-has-children > .sub-menu-toggle .icon-plus,
.menu-item-has-children > .sub-menu-toggle .icon-minus {
    display: none;
}

/* Create the small downward chevron */
.menu-item-has-children > .sub-menu-toggle {
    width: 12px;
    height: 12px;
    min-width: 12px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Chevron */
.menu-item-has-children > .sub-menu-toggle::before {
    content: "";
    margin-top: 0;
    width: 15px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20812 9.53674e-07L0.000120163 1.20914L6.58371 7.79501C6.6892 7.90117 6.81465 7.98542 6.95283 8.04291C7.09101 8.1004 7.23919 8.13 7.38885 8.13C7.53852 8.13 7.6867 8.1004 7.82488 8.04291C7.96306 7.98542 8.0885 7.90117 8.194 7.79501L14.781 1.20914L13.573 0.00114059L7.39056 6.18245L1.20812 9.53674e-07Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-item-has-children:hover button.sub-menu-toggle {
    transform: rotate(180deg);
}

/* Hide "Open menu" visually */
.menu-item-has-children > .sub-menu-toggle .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Submenu */
.menu-item-has-children > .sub-menu {
     display: none; 
    position: absolute;
    background: #fff;
    padding: 20px;
    min-width: 220px;
    width: 100%;
    text-align: left;
    z-index: 1;
    left: 0;
    border-radius: 10px;
}
.menu-item-has-children:hover > .sub-menu{
    display: block;
}
body footer.footer form.es_subscription_form.wysiwyg-form {
    padding: 0 0 11px !important;
    background: transparent !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.ig-es-form-field {
    width: 100%;
    margin: 0;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.ig-es-form-field label.es-field-label {
    font-size: 0;
    margin: 0;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.ig-es-form-field label.es-field-label input.ig-es-form-input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background: transparent;
    font-family: 'Aeonik';
    font-weight: 400;
    line-height: 1;
    padding: 0;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.es-submit-container {
    margin: 0;
    width: fit-content;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.es-submit-container input.es-subscribe-btn.es-custom-button {
    margin: 0;
    background-image: url();
    background-color: transparent;
    padding: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7071 8.07088C24.0976 7.68035 24.0976 7.04719 23.7071 6.65666L17.3431 0.292702C16.9526 -0.0978227 16.3195 -0.0978227 15.9289 0.292702C15.5384 0.683226 15.5384 1.31639 15.9289 1.70692L21.5858 7.36377L15.9289 13.0206C15.5384 13.4111 15.5384 14.0443 15.9289 14.4348C16.3195 14.8254 16.9526 14.8254 17.3431 14.4348L23.7071 8.07088ZM0 7.36377L0 8.36377L23 8.36377V7.36377V6.36377L0 6.36377L0 7.36377Z' fill='%2322303D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    min-width: inherit;
}
footer.footer .ig-es-form-wrapper {
    max-width: 100% !important;
}
body footer.footer form.es_subscription_form.wysiwyg-form .es-field-wrap.ig-es-form-field label.es-field-label input.ig-es-form-input::placeholder{
    color: #000000;
    visibility: visible;
    opacity: 1;
}


/*responsive*/


@media(max-width: 1450px){
.iconwithtexwrap {
    gap: 40px;
}
.iconsvg {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}
.departurewrap {
    gap: 50px;
}
}


@media(max-width: 1350px){

.bannercontentin {
    padding: 24px 0 25px 35px;
}
.bannercontentin h1:before {
    left: -36px;
}
.slick-arrow {
    width: 50px;
    height: 50px;
}
.slick-arrow:before {
    width: 10px;
    height: 10px;
    top: 19px;
}
.iconwithtexwrap {
    gap: 20px;
}
.iconsvg {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
}
.iconsvg svg {
    width: 44px;
    height: 44px;
}
.icontext {
    font-size: 15px;
}
.destinationwrap .slick-arrow:before, 
.testimonial_slider .slick-arrow:before {
    top: 19px;
}
.destititle {
    gap: 10px;
}
.destititle svg {
    width: 20px;
    height: 20px;
}
.destinationwrap .slick-list {
    margin: 0 -6px;
}
.destinationwrap .slick-slide {
    padding: 0 6px;
}
.departurewrap {
    gap: 30px;
}
.aboutsafariwrap {
    gap: 48px;
}
.aboutsafright p {
    margin: 0 0 15px;
}
.aboutsafright .btnwrap {
    margin: 15px 0 0;
}
.testimonial_slider .slick-list {
    margin: 0 -8px;
}
.testimonial_slider .slick-slide {
    padding: 0 8px;
}
.testimonial_inner {
    padding: 25px 25px 25px 25px;
}
.testi_title h4 {
    margin: 0 0 10px;
    font-size: 22px;
}
.testi_auther span {
    font-size: 18px;
}
.testi_auther span.testilocation {
    font-size: 14px;
    line-height: 22px;
}
.testimonial_inner:before {
    height: 40px;
    top: 20px;
}
.tourleaderleftin {
    padding: 35px 35px 35px 35px;
}
.tourleaderleftin p {
    margin: 0 0 15px;
}
.tourleaderleftin .btnwrap {
    margin: 25px 0 0;
}
.tourleaderleftin h2:before {
    left: -35px;
}
.blogwrap {
    gap: 22px;
}
.contacticonwtext .iconsvg svg {
    width: 30px;
    height: 30px;
}
}