* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f9 !important;
}

a {
    text-decoration: none !important;
    /* font-family: "Poppins", serif; */
}

:root {
    --main-color: #244242;
    /* --main-color: #354e33; */
    --primary-color: #32251c;
    /* --main-color: #ffc419; */
    --primary-color1: #553216;
    --black-color: #2b2a2a;
    --white-color: #fff;
    --commom-gray: #434040;
    --second-color:#339ab1;
}

#topbar {
    background-color: var(--main-color);
    color: var(--commom-gray);
    padding: 3px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    letter-spacing: 1px;
}

/* header */
.header-area {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background-position: center center;
    background-size: cover;
}
section{
    margin-top: 40px;
    margin-bottom: 40px;
}
/* default css end */

/* navbar regular css start */
.navbar-area {
    background: var(--white-color);
    /* border-bottom: 1px solid #000; */
    position: fixed;
    width: 100%;
    top: 27px;
    z-index: 999;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black-color);
    text-decoration: none;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: var(--commom-gray);
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.site-navbar ul li a:hover {
    color: var(--main-color);
}

.bannerimg {
    opacity: 0.9;
}

/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
    border: 3px solid var(--primary-color);
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 36px;
    display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    transition: 0.3s;
}

.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */
.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
}

.intro-area p {
    font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 890px) {
    .container {
        max-width: 720px;
    }

    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 75px;
        flex-direction: column;
        align-items: center;
        /* border-top: 1px solid #444; */
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .site-navbar ul li {
        width: 100%;
        /* text-align: center; */
    }

    .site-navbar ul li a {
        padding: 20px;
        color: var(--primary-color);
    }

    .site-navbar ul li a:hover {
        background-color: rgba(238, 142, 8, 0.1);
        color: #c66516;
    }

    .site-navbar ul.open {
        max-height: 100vh;
        overflow: visible;
    }

    .intro-area h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    /* .navbar-area {
        top: 40px !important;
    } */

    #topbar {
        font-size: 12px !important;
    }

    #home {
        margin-top: 95px !important;
    }

    .button-22 {
        width: 100px;
        margin: auto !important;
    }

    /* navbar css for mobile end */
}

.site-logo img {
    height: 80px;
    padding: 10px;
}

#home {
    margin-top: 100px !important;
}

/* header */
/* slider  */

.hero-slider {
    width: 100%;
    /* height: 400px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }

}

@media (max-width: 767px) {
    .hero-slider {
        height: 400px !important;
    }
    .hero-slider .slide-inner{
        /* height: 500px !important; */
        height: 400px !important;
    }
    .tf-counter .title-counter {
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        color: #081E2A;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
    .one h2{
        font-size: 26px !important;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    /* height: 850px; */
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}
.hero-style .slide-title h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}
@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
    .hero-style .slide-title h1 {
        font-size: 75px;
    }
    .image-feature4 img{
        width: 100% !important; 
        height: 100% !important;
    }
    .widget-feature4 .image-feature4 {
        margin-right: 0em !important;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
    .hero-style .slide-title h1 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 768px) {
    .hero-style .slide-title h2 {
        text-align: center !important;
        font-size: 35px;
        margin: 60px 0 10px;
    }
    .hero-style .slide-title h1 {
        text-align: center !important;
        font-size: 35px;
        margin: 60px 0 10px;
    }
    .slide-btns{
display: flex;
justify-content: center;
    }
    .button-50
    {padding: 12px 25px !important;
    } 
    .hero-style .slide-text p {
        text-align: center !important;
    }      
    .image-feature4>img{
        width: 100% !important;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 20px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

/* CSS */
.button-50 {
    appearance: button;
    background-color: orange !important;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: ITCAvantGardeStd-Bk, Arial, sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.button-50:focus {
    text-decoration: none;
}

.button-50:hover {
    text-decoration: none;
}

.button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-50 {
        padding: 12px 50px;
    }
    
}
@media (max-width:576px)
{
    .one h3 {
        font-size: 22px !important;
    }
    .we-image>img{
        width: 100% !important;
    }
    .faq-details {
        padding: 0px 15px !important;
    }
    .navbar-area {
        top: 40px !important;
    }
}

/* CSS */
.button-41 {
    background-color:var(--main-color);
    /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
}

.button-41:hover {
    background: orangered;
    /* background: #00bd68; */
}

/* service card  */
.safariBookingCards .card {
    margin: 10px;
    padding: 6rem 2rem 2rem;
    background: var(--main-color);
    width: min(90%, 300px);
    min-height: 200px;
    border-radius: 1rem;
    color: white;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.safariBookingCards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.index {
    position: absolute;
    top: 0;
    left: 0;
    background: lightgreen;
    width: 5rem;
    aspect-ratio: 1;
    border-radius: 18% 0 75% 0;
}

.index::after {
    content: attr(data-index);
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    /* font-weight: 500; */
    font-size: 2rem;
}

.index__curve {
    position: absolute;
    width: 1rem;
    aspect-ratio: 1;
    background: lightgreen;
}

.index__curve::after {
    content: "";
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    background: seagreen;
    border-radius: 50%;
}

.index__curve.top-right {
    left: 100%;
    top: 0;
}

.index__curve.bottom-left {
    left: 0;
    top: 100%;
}

/* === HEADING STYLE #1 === */
/* === BASE HEADING === */

.one h2 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
.one h1 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
.one h3 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}
.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h1:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}
.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h2:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}

.one h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h3:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}
.card-container {
    /* width: 380px; */
    /* height: 440px; */
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
   margin-bottom: 20px;
}

.card-image img {
    /* height: 220px; */
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-size: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    padding: 16px;
    min-height: 200px;
}

.card-badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 70px;
    margin: 0;
    font-size: 12px;
    /* display: none !important; */
}

.card-badge-blue {
    background-color: #92d4e4;
    color: var(--main-color);
}

.card-badge-purple {
    background-color: #3d1d94;
}

.card-badge-pink {
    background-color: #c62bcb;
}

.card-body h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0;
}

.card-body p {
    font-size: 14px;
    margin: 8px 0 16px 0;
}

.card-author {
    display: flex;
    align-items: center;
}

.card-author p {
    margin: 0 16px;
    font-size: 12px;
}

.card-author p:last-child {
    color: #888;
}

.card-author img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-top: auto;
}

@media screen and (max-width: 1000px) {
    /* .container {
        grid-template-columns: 1fr;
    } */
}
.blogDate{
    font-size: 13px;
}


/* img design */
@media (max-width: 1199px) {
    .we-two_image-box {
        margin: auto;
    }
}
.we-two_image-box {
    max-width: 630px;
}
.mb-30{
    margin-bottom: 30px;
}
.we-two_image-box .we-image img {
    border-radius: 10px;
    width:100% !important; 
}
@media only screen and (min-width: 1200px) {
    .pr-lg-30 {
        padding-right: 30px;
    }
}
.widget-counter {
    background-color: var(--main-color);
    background-image: url(../img/bg-counter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}
.widget-counter .counter-top {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
}
.widget-counter .counter-bottom {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
}
.tf-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex-three {
    display: flex;
    align-items: center;
}
.tf-counter {
    background-color: #FFFFFF;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 23px;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.tf-counter:hover::before {
    border: 1px dashed var(--main-color);
}
.tf-counter:hover .icon i{
    transform: rotateY(180deg);
}
.tf-counter::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 92%;
    border: 1px dashed rgba(0, 0, 0, 0.17);
    border-radius: 23px;
}
.tf-counter .icon  {
    color: #FF970D;
  
}

.tf-counter .icon i {
    transition: all 0.5s ease;
}
.tf-counter .number-counter {
    font-size: 27px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 40px;
    position: relative;
}
.tf-counter .line {
    height: 3px;
    width: 50px;
    border: 1px dashed var(--main-color);
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 3px;
}
.tf-counter .title-counter {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #081E2A;
}
.mb--20em{
    margin-bottom: -20em;
}
.z-index3 {
    z-index: 3;
}
.widget-destination {
    padding-top: 160px;
}
.pd-main {
    padding: 80px 0;
}
.widget-feature4 .mask-faeture4 {
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    color: var(--main-color);
    position: absolute;
    z-index: -1;
}
.img-flower {
    width: 100%;
    height: auto;
}
.widget-feature4 .image-feature4 {
    margin-top: 1em;
    margin-left: 0em;
    margin-right: -2em;
}
.tf-widget-populer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}
.tf-widget-populer .image {
    overflow: hidden;
}
.tf-widget-populer .image .mask-populer {
    position: absolute;
    bottom: -15px;
    left: 0;
}
.tf-widget-populer .content {
    /* padding: 47px 34px 45px 33px; */
    padding: 30px 30px 30px 30px;
}
.tf-widget-populer .content .icon {
    width: 68px;
    height: 60px;
    background-color: #FF970D;
    border-radius: 5px;
    color: #FFFFFF;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.icon-Group-1:before {
    content: "\e90c";
}
.tf-widget-populer .content .icon:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF970D;
    bottom: -8px;
}
.tf-widget-populer:hover .content .icon {
    background-color:  #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-widget-populer:hover .content .icon::before {
    border-top: 8px solid #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flex-five {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.tf-widget-populer .content .des-populer {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.8px;
    color: #4F545A;
    text-align: center;
}
.headingss{
    color: var(--main-color);
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
}
.background-section {
    position: relative;
    background: url('https://themesflat.co/html/vitour/assets/images/page/bg3.jpg');
    background-size:cover;
    background-position:center;
    opacity: 0.9;
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(4, 27, 40), rgba(2, 15, 22, 0.9), rgba(0, 0, 0, 0));
    opacity: 0.9;
}
table {
    border: 1px solid var(--main-color) !important;
}
.para-notes {
    /* background: rgb(255, 165, 0,0.1); */
    /* background-color: rgb(242, 233, 233); */
    z-index: 1 !important;
    color: #fff !important;
    border: 3px dashed orangered;
    border-radius: 15px;
}


th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    
}
tr:nth-child(even) {
    background-color: #fff;
    color: var(--main-color);
    font-weight: 500;
    font-size: 15px;

}
tr:nth-child(odd) {
    background-color: #fff;
    color: var(--main-color);
    font-weight: 500;
    font-size: 15px;
}
.bg-home-section{
    background: url('../img/Home/Saving-the-Wild.jpg');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position:center;
}
.heading-visit {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Outfit";
    background-color: rgb(181, 215, 245);
    color: var(--main-color) !important;
    padding: 5px;
}
.Experience-img img {
    border-radius: 20px;
    box-shadow: rgba(249, 9, 9, 0.19) 0px 10px 20px, rgba(233, 158, 8, 0.23) 0px 6px 6px;
    outline: 1px dashed var(--primary-color);
    outline-offset: 4px;
}
#faq-main {
    margin-top: 104px;
    color: white;
    padding: 30px 0px;
    z-index: 1;
    position: relative;
    padding: 50px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    background-position: center center;
  }
  
  /* cancellation page   */
  .container-cancel {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }

  .container-cancel h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
  }

  .container-cancel h2 {
    font-size: 1.3rem;
    margin-top: 30px;
    color: var(--main-color);
  }
p{
    font-size: 15px;
}
  .container-cancel ul {
    margin: 15px 0 25px 20px;
  }

  .container-cancel ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .container-cancel .note {
    background:  #d0fdfd;
    border-left: 4px solid var(--main-color);
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0;
  }

  .container-cancel .highlight {
    font-weight: bold;
    color:orangered;
  }

  @media (max-width: 600px) {
    .container-cancel{
      padding: 20px;
    }

   .container-cancel h1 {
      font-size: 2rem;
    }
  }
  /* cancellation page   */
  .cmbal-boxs {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-left: 2px solid var(--main-color);
    border-radius: 10px;
}

#faq img {
    border-radius: 10px;
}

.price-color {
    font-size: 22px;
    color: orangered;
}
#flora-fauna{
    background: url('../img/flora-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
#safaripage
{
    margin-top: 108px;
}



/* safari page  */
#packages-content{
    background-image: url('../img/Safari/Background-main.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.heading-color{
    color: var(--main-color);
}
select, input::placeholder{
    color: rgba(99, 97, 97, 0.808) !important;
}
.about-feature-two .shape {
    position: absolute;
    left: 0;
    top: 28px;
    max-width: 15%;
}
.pb-45, .py-45 {
    padding-bottom: 45px;
}
.pt-100, .py-100 {
    padding-top: 50px;
}
.bgc-black {
    background-color: var(--heading-color);
}
.z-1 {
    z-index: 1;
}
.rel {
    position: relative;
}
.bgc-black {
    background-color: var(--main-color);
}
.shape2 {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-width: 15%;
}
.enquiry-form {
    background-color: inherit;
    padding: 12px 20px;
    /* margin: 0 1em; */
    border-radius: 5px;
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 6px rgba(213, 213, 213, 0.8);
    background-color: var(--main-color);
    
}

.enquiry-form input[type="text"], .enquiry-form input[type="tel"], .enquiry-form input[type="email"], .enquiry-form input[type="date"], .enquiry-form select, .enquiry-form input, .enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e88207 !important;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.enquiry-form h4 {
    color: #fff;
    text-align: center;
    padding: 0.5em;
}
#booking-option li{
        border: 1px solid gray;
        padding: 20px;
        border-radius: 10px;
        background: antiquewhite;
        align-items: center;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .note {
        background: #d0fdfd;
        border-left: 4px solid var(--main-color);
        padding: 15px;
        align-items: center;
        border-radius: 8px;
        margin: 20px 0;
    }
    #table th {
        background: var(--main-color) !important;
        color: #fff !important;
        text-align: center !important;
    }
    #table td {
        text-align: center !important;
        border: 1px solid var(--main-color) !important;
        padding: 10px;
    }
    #AwrRotate{
        transform: rotate(180deg);
    }
    .faq-details {
        padding: 0px 40px 30px 40px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    }
    details {
        background-color: #86b7fe61;
        border-radius: 10px;
        cursor: pointer;
        padding: 20px 30px;
        margin-block: 15px;
        border: 1px solid var(--main-color);
    }
    summary {
        margin-inline-start: 1rem;
        list-style-position: outside;
        font-weight: 600 !important;
    }
    summary, p {
        text-align: left;
    }
    .left-side-div {
        background-color:var(--main-color);
        padding: 30px;
    }
    .left-side-div div {
        border: 1px solid #fff;
        margin-bottom: 15px;
    }
    .right-side-div {
        border: 1px solid var(--main-color);
        margin-bottom: 15px;
    }
    #main_heading {
        color: var(--main-color);
        text-shadow: 1px 1px 2px var(--main-color);
        font-weight: bold;
    }

/* hotel  */
    .daterangepicker {
        direction: ltr;
        text-align: left;
        background: var(--main-color) !important;
        color: #fff !important;
    }

#panel {
    display: none;
}
.checked {
    color: rgb(11, 218, 81);
    font-size: 14px;
}
.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}
.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}
.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.carousel-item {
    height: 165px !important;
    margin-bottom: 2px;
}
.hotel-heading {
    color: var(--second-color);
}
.hotel_loaction {
    font-size: 13px;
}
.hotel-description {
    font-size: 13px;
}
.couple-icon {
    font-size: 16px;
    line-height: 15px;
}
.rev {
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
}
.text-rupess {
    color: rgb(5, 167, 5) !important;
    font-family: "Playfair Display", serif;
}
.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.enquire_now {
    color: var(--second-color);
    border: none;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid var(--second-color);
}
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, var(--second-color) 0, var(--main-color) 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(19, 201, 234, 0.4) 0 2px 4px, rgba(22, 225, 225, 0.4) 0 7px 13px -3px, rgba(23, 119, 4, 0.4) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono", monospace; */
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 16px;
}
.button-29:hover {
    box-shadow: rgba(64, 206, 234, 0.4) 0 4px 8px, rgba(13, 201, 230, 0.4) 0 7px 13px -3px, var(--main-color) 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}
.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff !important;
    background-color: var(--second-color);
    border-radius: 5px;
}
.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}
.image-group {
    grid-template-columns: 1fr 1fr !important;
}
.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}
.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image-group .first-image {
    grid-column: 1 / 2;
}
.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.deatil-hotel {
    color:orangered;
    font-size: 22px !important;
}

/* datepicker  */

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-size: 16px !important;
}

/* .datepicker .datepicker-switch:hover {
    background-color: #000 !important;
} */

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: var(--primary-color);
    font-size: 20px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: rgb(46, 46, 46);
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, var(--main-color), var(--second-color)) !important;
    color: white !important;
}

.datepicker table {
    border: 2px solid var(--second-color) !important;
}

.datepicker td,
.datepicker th {
    background: #89effd;
    padding: 6px !important;
}
.toggle-button {
    color: rgb(254, 251, 251);
    width: 100%;
    position: fixed;
    top: 107px !important;
    z-index: 980;
    font-size: 18px;
    border: 1px solid #b7acac;
    padding: 5px;
    /* background:linear-gradient(to right, var(--main-color),	var(--second-color)); */
    background: linear-gradient(to right, var(--main-color),	var(--second-color));

}

.close-button {
    position: absolute;
    top: 0px;
    right: 8px;
    background: transparent;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 22px;
}
@media (max-width: 576px) {
    .floating_form .form-group {
        font-size: 14px !important;
    }
    .floating-from-div {
       top: 117px !important;
    }
    .toggle-button {
        top: 117px !important;
}
.inner_hotel .top {
    display:block !important;
    margin-bottom: 12px;
}
.text-dark {
    padding: 0px !important;
    font-size: 12px;
}
}

@media (max-width: 576px) {
    #faq-main{
        margin-top: 104px !important;
    }
    .floating_form .form-group {
        width: 22.3rem !important;
    }
    .image-feature4 img{
width: 100% !important; 
height: 100%;
margin: 0px !important;
padding: 0px !important;
    }
    .widget-feature4 .image-feature4 {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .pd-main {
        padding: 50px 0px 0px 0px !important;
    }
    .heading-visit{
        margin-top: 12px !important;
    }
    section {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .floating-from-div {
        top: 109px;
    }
}

@media (min-width: 600px) and (max-width: 786px) {
    .floating-from-div {
        top: 119px !important;
    }
}
.modal-content {
    background-color: var(--main-color);
    /* background: linear-gradient(to right, var(--main-color), var(--second-color)); */
    color: #fff;
    border: 2px solid #fff;
}
.datepicker .table-condensed {
    width: 280px !important;
    padding: 0px !important;
}
.modal-header
{
    border-bottom: 0px !important;
}
.modal-footer{
    border-top: 0px !important;
}

/* mac  */
@media (min-width:1200px) and (max-width:1288px) {
    body {
        /* background-color: gray; */
    }

    .mrgin-slide {
        margin-left: 348px !important;
    }

    .card-width {
        width: 16rem !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    body {
        /* background-color: gray; */
    }

    .blackText {
        font-size: 22px !important;
    }

    .padding-pakg {
        padding: 3px !important;
    }

    .Btn::before {
        font-size: 14px !important;
        width: 88% !important;
    }

    .Btn {
        width: 102px !important;
        height: 35px !important;
    }

    .Btn-2 {
        padding: 6px 2px !important;
        margin-left: 4px !important;
    }

    .package-zone {
        margin-top: 4px !important;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .button-29 {
        padding: 0px 17px;
    }
}

@media (min-width:1200px) and (max-width:1290px) {
    body {
        /* background-color: gray; */
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
}
.blackText {
    color: rgb(25, 207, 25);
    font-weight: 700;
}

.text-13 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.package-zone {
    color: var(--main-color);
    /* color: #d02045; */
}

.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.primary-btn2 {
    border-radius: 5px;
    background-color: var(--main-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.5s, background-color 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: transform 0.5s ease-out;

}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    color: #fff !important;
}
.lineThroughRed {
    width: 60px;
    background: red;
    right: 0;
    height: 0.1rem;
    transform: rotate(-8deg);
    position: absolute;
    top: 8px;
    left: 5px;
}
.package {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    padding: 0px 10px;
}

.Btn {
    width: 110px;
    height: 36px;
    border: none;
    border-radius: 10px;
    /* background: linear-gradient(to right, #77530a, #efa512, #77530a, #77530a, #efa512, #77530a); */
    background-size: 250%;
    background-position: left;
    color: #ffd277;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
}

.Btn::before {
    position: absolute;
    font-size: 15px;
    content: "View Details";
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    /* background-color: rgba(0, 0, 0, 0.842); */
    /* background-color: #fd9801; */
    background: linear-gradient(to left, var(--main-color), var(--second-color));
    background-size: 200%;
    border: none;
}

.Btn-2 {
    border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 14px;
    border: 0.1rem solid var(--second-color);
    white-space: nowrap;
    color: var(--second-color);
    transition-duration: 1s;
    background-color: white;
}
.danger-class-style {
    background-color: rgb(242, 47, 47);
    color: white;
    margin-left: 10px;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
.btn-hotelform {
    background-color: rgb(34, 139, 34);
    color: white;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
@media (max-width: 576px) {
    .padding-rm-tab-4 {
        margin-top: 40px;
        margin-left: 30px;
    }
}
.small-cnt-color {
    color: var(--second-color) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    display: none !important;
}
.tour-plan .accordion-item .accordion-header .accordion-button {
    padding: 6px;
    margin: 5px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 25px;
}
.tour-plan .accordion-item .accordion-header .accordion-button span {
    min-width: 90px;
    max-width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    border-radius: 5px 0 0 5px;
}
@media (min-width:578px) and (max-width:3000px) {
    #for-mobile-view {
        display: none !important;
    }
}
@media (max-width:576px) {

    #for-mobile-view {
        margin-top: -20px;
    }

    #for-laptop-view {
        display: none;
    }
}
.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid var(--main-color);
    font-weight: bold;
    /* margin-left: 10px; */
}

.usertype li.highlight {
    background-color: lightskyblue;
}
.button-41:hover{
  color: #fff !important;
}


/* blog */
#sidebar .widget {
    border: 1px solid var(--main-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 40px !important;
    padding: 18px 18px !important;
    border-radius: 12px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
}
.small-cnt-color {
    color: orangered !important;
    font-size: 20px !important;
}
#sidebar .wp-block-search .wp-block-search__input {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4d4749;
    border: solid 1px var(--main-color);
    width: 100%;
    border-radius: 3px;
}
#sidebar ul li {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #d3cfcf;
    line-height: 43px;
}
#sidebar ul li a{
    color: var(--main-color);
}
#sidebar ul li::before {
    content: "" !important;
    font-family: 'FontAwesome' !important;
    margin-right: 10px !important;
    height: 8px !important;
    width: 8px !important;
    background: var(--main-color) !important;
    display: inline-block !important;
    transform: rotate(45deg);
}
.img-detailss {
    height: 100%;
    width: 100%;
}
.class-imgss {
    background: var(--main-color) !important;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.form-dssg {
    border: 2px dashed var(--main-color);
    outline: 2px solid var(--main-color);
}
.review-form-div {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
}
#review-form .form-group {
    margin-bottom: 15px;
}
.starpkg {
    margin-right: 2px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    transition: .6s all;
}
.btn-amt {
    color: #222;
    background-color: #ffc419;
    border-color: #ffc419;
    padding: 12px 25px;
    position: relative;
    top: -22px !important;
}
.brs-1 {
    border: 2px solid var(--main-color);
    border-radius: 1rem !important;
}
#weekely-clouser
{
    background: url('../img/Safari/Safari-Timing.jpg');
    background-repeat: no-repeat;
}
.gate-headings{
    font-size: 15px;
    font-weight: 700;
}

/* CSS */
.button-3 {
    appearance: none;
    /* background-color: #2ea44f; */
    background-color: var(--primary-color);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}


.button-3:hover {
    background-color: white;
    color:black;
}