* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}
:root {
    --font-rubik: "Rubik", sans-serif;
    --font-jost: "Jost", sans-serif;
    --font-satisfy: "Satisfy", sans-serif;
    --font-sansita: "Sansita", sans-serif;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #100C08;
    --text-color: #787878;
    --primary-color1: #d18b1c;
    --primary-color1-opc: 99, 171, 69;
    --primary-color2: #FBB03B;
    --primary-color2-opc: 251, 176, 59
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

.navbar-collapse {
    /* flex-grow: unset; */
}

.dropdown-toggle::after {
    content: unset;
}

.my_nav_ul {
    display: flex;
    /* margin-left: 70px; */
}

.my_nav_ul a {
    border-radius: 35px;
    background-color: #d18b1c;
    font-family:"Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 2px solid #a5650085;
}
.my_nav_ul a:hover {
    color: #fff;
}
.my_nav_ul a::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #100C08;
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s;
}
.my_nav_ul a:hover::after {
    transform: scalex(1);
    transform-origin: left;
}
.navbar-brand {
    /* max-width: 130px; */
    padding: unset;
    transition: .3s;
}
.navbar-brand h4 {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 5px 0px;
    font-family: Playwrite AT, cursiveSevillana, cursive;
}
.navbar-brand p {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
}
.navbar-brand img {
    width: 100%;
}

.nav_item_nav {
    margin-left: 50px;
    transition: .3s;
}

.nav-link {
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #fff;
    margin: 0;
    position: relative;
    transition: .3s;
    padding: 30px 0px !important;

}

/* .nav-link-ex-2 {
    padding:33px 0px!important;
} */
.nav-link:hover {
    color: #ffcf15;
}

.nav_link_nav.active::before{
    position: absolute;
    content: "";
    bottom: 17px;
    left: 0;
    background-color: #d18b1c;
    width: 100%;
    height: 2px;
    transition: .3s;
}

/* .nav-item:hover .nav-link::before {
    visibility: visible;
    bottom: 35px;
} */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #d18b1c;
}

.navbar {
    padding: unset;
}

.top_navbar {
    position:sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #000;
    /* padding: 5px 0px; */
    transition: .3s;
}

/* .my_owl_item img {
    object-fit: cover;
} */

.top_banner {
    position: relative;
}


/* .top_banner .owl-carousel img {
    height: 700px;
} */


/* .nav_sticky {
    max-width: 120px;
} */

.nav_sticky_2 {
    background-color:rgb(0 0 0 / 80%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* padding: unset; */
}

.nav_padding {
    padding: 33px 0px !important;
}

/* .sticky {
    position: fixed;
    left: 0;
    background-color: #8C131A;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
    animation: slideown .35s ease-out;
} */
/* @keyframes slideown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
         transform: translateY(0);
        opacity: 1;
    }
} */
/* .sticky_2 {
    width: 120px;
} */
.navbar-toggler {
    border: unset;
    outline: unset;
    position: relative;
    width: 60px;
    height: 60px;
}

.navbar-toggler:focus {
    outline: unset;
    box-shadow: unset;
}

.nav-link-img {
    display: none;
}

.nav-item-img {
    display: none;
}





.login_heading h3 {
    color: #ffF;
    margin-bottom: 10px;
}

.login_heading p {
    color: #fff;
}

.my_nav_tab {
    margin: unset;
    width: 50%;
}

.ma_tab_link {
    width: 100%;
    padding: 10px 0px !important;
}

.ma_tab_link::before {
    content: unset;
}

.ma_tab_link:hover {
    border-color: unset !important;
    color: unset;
    border: unset;
}

.nav-tabs {
    margin-bottom: 20px;
}








.trigger {
    position: absolute;
    /* z-index: 2;
    left: 50%;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%); */
    top: 0;
    left: 0;
}

.bars {
    width: 60px;
    cursor: pointer;
}

.bars .line {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}

/* banner_section */
.banner {
    position: relative;
}
.banner_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    width: 100%;
}
.banner_text h1 {
    font-size: 50px;
    font-family: Dancing Script, cursive;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.banner_text {
    text-align: center;
}
.button_box {
    /* border: 1px solid rgba(255, 255, 255, .15); */
    /* border-bottom: none; */
    background: #000000c7;
    box-shadow: 19px 15px 46px 0 rgba(0, 0, 0, .14);
        backdrop-filter: blur(27.5px);

}
.button_box ul {
    display:flex;
    flex-wrap: wrap;
}
.button_box ul li button {
    color: #fff;
    border: unset;
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .15);
    padding: 15px 30px;
    background-color: unset;
    font-family:"Rubik", sans-serif;
}
.car {
            margin: 0 auto;
            position: relative;
            width: 200px;
            animation: moving 10s linear -2s infinite;
            
        }

        .car:before {
            content: "";
            display: block;
            animation: carmove 3.1s infinite linear;
            background: url('https://i.stack.imgur.com/xWNOG.png') center/cover;
            padding-top: 45.25%;
        }

        .weel {
            animation: wheel 10s infinite -2s linear;
            background: url('https://i.stack.imgur.com/0Osjx.png') center/cover;
            position: absolute;
            bottom: 0.8%;
            width: 14.15%;
        }

        .weel:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .weel1 {
            left: 14.5%;
        }

        .weel2 {
            right: 10%;
        }

        /*animations*/
        @keyframes carmove {
            0% {
                transform: translateY(0px);
            }

            25% {
                transform: translateY(1px)
            }

            29% {
                transform: translateY(2px)
            }

            33% {
                transform: translateY(3px)
            }

            47% {
                transform: translateY(0px)
            }

            58% {
                transform: translateY(1px)
            }

            62% {
                transform: translateY(2px)
            }

            66% {
                transform: translateY(3px)
            }

            75% {
                transform: translateY(1px)
            }

            100% {
                transform: translateY(0px)
            }
        }

        @keyframes wheel {
            0% {
                transform: rotate(0deg)
            }

            35% {
                transform: rotate(-920deg)
            }

            36%, 56% {
                transform: rotate(-920deg)
            }

            100% {
                transform: rotate(-1440deg)
            }
        }

        @keyframes moving {
            0% {
                right: -43.5em;
                animation-timing-function: ease-out;
            }

            35% {
                right: 0;
            }

            36%, 56% {
                right: 0;
                animation-timing-function: ease-in;
            }

            100% {
                right: 120%;
            }
        }
.about {
    margin-bottom: 50px;
}
.section-title span {
    color: #d18b1c;
    font-family: "Satisfy", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.about_content span svg {
    fill: #d18b1c;
}
.section-title h2 {
    color: #100C08;
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.about_content p {
    padding-top: 20px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.primary-btn1 {
    border-radius: 5px;
    background-color: #d18b1c;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-block;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.primary-btn1::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s;
}
.primary-btn1:hover::after {
    transform: skewX(45deg) scale(1, 1);
}
.primary-btn1:hover {
    color: var(--title-color);
}


.service {
    position: relative;
    background-image: url(../img/home1/package-card-tab-bg.png), linear-gradient(180deg, #faf5ee 0%, #faf5ee 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    z-index: 1;
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.service::before {
    position: absolute;
    content: '';
    top: -18px;
    left: 0;
    background: url(../assets/plane3-unscreen.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 20%;
    background-position: top left;
}
.service .section-vector5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service .section-vector6{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.destination-card {
    position: relative;
    transition: .5s;
}
.destination-card img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.destination-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .4);
    border-radius: 10px;
}
.destination-card .card-title {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 1;
    width: 100%;
    transition: .5s;
}
.destination-card:hover .card-title {
    opacity: 0;
}
.destination-card .card-title h4 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    margin-bottom: 0;
}
.destination-card .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.4);
    text-align: center;
    opacity: 0;
    transition: all .5s ease-out;
}
.destination-card:hover .content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.destination-card .content h4 {
    margin-bottom: 20px;
}
.destination-card .content h4 a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color1);
    display: inline-block;
    transition: all .5s ease-out;
}
.destination-card .content h4 a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color1);
    display: inline-block;
    transition: all .5s ease-out;
}
.service .destination-banner {
    background-image: url(../assets/img/home1/destination-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}
.service .destination-banner .batch {
    background-image: url(../assets/img/home1/vector/destination-banner-batch-bg.svg);
    -webkit-mask-position: center;
    /* background-position: center; */
    -webkit-mask-repeat: no-repeat;
    /* background-repeat: no-repeat; */
    -webkit-mask-size: cover;
    /* background-size: cover; */
    /* background-color: var(--primary-color2); */
    padding: 7px 29px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 12px;
}
.service .destination-banner .batch span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .72px;
}
.service .destination-banner h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }


.tour-facilites-section {
    position: relative;
    margin-bottom: 50px;
}
.tour-facilites-section::before {
    position: absolute;
    content: '';
    top: -36px;
    right: 0;
    background: url(../assets/img/01.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: 12%;
}
.mb-20 {
    margin-bottom: 20px;
}
.section-title span {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.section-title h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.package-card3.style-5 {
    border: 1px solid transparent;
    box-shadow: 0 0 25px 0 rgba(16, 12, 8, .08);
    border-radius: 10px;
    transition: .5s;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
}
.package-card3.style-5 .package-card-img {
    margin: 15px 15px 0;
    position: relative;
}
.package-card3 .package-card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out;
}
.package-card3.style-5 .package-card-img>a {
    position: relative;
    display: block;
    overflow: hidden;
}
.package-card3.style-5 .package-card-img>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .3);
    border-radius: 5px;
    z-index: 1;
}
.package-card3.style-5 .package-card-img>a img {
    border-radius: 5px;
}
.package-card3 .package-card-img img {
    /* border-radius: 5px 5px 0 0; */
    transition: all .5s ease-out;
}
.package-card3.style-5 .package-card-img>a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.package-card3.style-5 .package-card-img .package-card-img-bottom {
    border-radius: 0 0 5px 5px;
    background: rgba(16, 12, 8, .35);
    /* -webkit-backdrop-filter: blur(2px); */
    backdrop-filter: blur(2px);
    padding: 15px 12px;
    z-index: 2;
}
.package-card3 .package-card-img .package-card-img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.package-card3.style-5 .package-card-img .package-card-img-bottom .location-area {
    height: 12px;
}
.package-card3 .location-area {
    position: relative;
    /* height: 18px; */
    overflow: hidden;
}
.package-card3 .package-card-img .package-card-img-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package-card3 .location-area .location-list {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(0);
    transition: 6s;
    /* display: flex; */
    /* align-items: center; */
    gap: 35px;
}
.package-card3 .package-card-img .package-card-img-bottom ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}
.package-card3 .location-area .location-list li {
    line-height: 1;
    position: relative;
    transition: .5s;
}
.package-card3.style-5 .package-card-img .package-card-img-bottom .location-area .location-list li::before {
    color: var(--white-color);
}
.package-card3 .location-area .location-list li::before {
    content: "\f138";
    font-family: bootstrap-icons;
    color: #888;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.package-card3.style-5 .package-card-img .location {
    background-color: var(--white-color);
    border: 1px solid rgba(99, 171, 69, .5);
    border-radius: 5px 0;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.package-card3.style-5 .package-card-img .location svg {
    fill: var(--primary-color1);
}
.package-card3.style-5 .package-card-img .location .locations-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.package-card3.style-5 .package-card-img .location .locations-list li:first-child {
    padding-left: 0;
}
.package-card3.style-5 .package-card-img .location .locations-list li:first-child::before {
    content:none;
}
.package-card3.style-5 .package-card-img .location .locations-list li {
    position: relative;
    line-height: 1;
    padding-left: 14px;
}
.package-card3.style-5 .package-card-img .location .locations-list li a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase;
}
.package-card3.style-5 .package-card-img .location .locations-list li::before {
    content: "\f4fe";
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    color: var(--title-color);
    font-size: 17px;
}
.package-card3 .package-card-content .card-content-top {
    padding: 25px;
}
.package-card3 .package-card-content .rating-area {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    margin-bottom: 15px;
}
.package-card3.style-5 .package-card-img .package-card-img-bottom .location-area .location-list li a {
    color: var(--white-color);
}
.package-card3 .location-area .location-list li a {
    /* color: #888; */
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: .5s;
}
.package-card3 .package-card-content .rating-area .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}
.package-card3 .package-card-content .rating-area .rating li {
    line-height: 0;
}
.package-card3 .package-card-content .rating-area .rating li i {
    color: #ffc200;
    font-size: 12px;
}
.package-card3 .package-card-content .rating-area span {
    color: #ababab;
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.package-card3.style-5 .package-card-content .card-content-top h5 {
    margin-bottom: 0;
    color: var(--title-color);
}
.package-card3 .package-card-content .card-content-top h5 {
    /* margin-bottom: 15px; */
    transition: .5s;
    color: var(--title-color);
}
.package-card3 .package-card-content .card-content-top h5 a {
    font-size: 20px;
}
    .package-card3 .package-card-content .card-content-top h5 a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    /* font-size: 22px; */
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    transition: .5s;
}

.card-content-bottom {
    display: none !important;
}

.package-card3.style-5:hover {
    border: 1px solid rgba(99, 171, 69, .3);
}
.package-card3.style-5:hover .package-card-img a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.package-card3.style-5 .package-card-img .package-card-img-bottom .location-area .location-list li:hover a {
    color: var(--primary-color1);
}
.package-card3 .location-area:hover .scrollTextAni {
    transform: translateX(calc(200px - 100%));
}




.franctional-slider-section {
    overflow: hidden;
    position: relative;
}
.franctional-slider-section .slider-content-wrapper {
        padding: 100px 50px;
        background-image: url(../img/home1/facility-content-bg.png), linear-gradient(180deg, #f9f4f0 0%, #f9f4f0 100%);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 100px 135px; */
    }

    .franctional-slider-section .slider-content-wrapper .nav-and-pagi-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-prev-btn svg, .franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-next-btn svg {
    stroke: var(--primary-color2);
}
.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 {
    width: unset;
    font-size: 39px;
    display: flex;
    gap: 12px;
    color: rgba(0, 0, 0, .5);
    font-weight: 200;
    align-items: center;
}
.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 .swiper-pagination-current {
    color: var(--primary-color1);
    font-family: var(--font-jost);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .9px;
    text-transform: capitalize;
}
.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 .swiper-pagination-total {
    color: var(--primary-color2);
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: capitalize;
}
.franctional-slider-section .franctional-slider-right-img {
    position: relative;
    height: 100%;
}
.franctional-slider-section .franctional-slider-right-img>img {
    height: 100%;
    /* -o-object-fit: cover; */
    object-fit: cover;
}
    .franctional-slider-section .rating-wrapper {
        left: 55%;
    }
        .franctional-slider-section .slider-content-wrapper .slider-content {
        max-width: 450px;
    }
    .franctional-slider-section .rating-wrapper {
    background-image: url(../assets/img/home1/rating-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    z-index: 99;
}
.section-title span svg {
    fill: var(--primary-color1);
}
.franctional-slider-section .slider-content-wrapper .slider-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 35px;
}
.franctional-slider-section .slider-content-wrapper .slider-content ul {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 55px;
}
.franctional-slider-section .slider-content-wrapper .slider-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px;
}
.franctional-slider-section .slider-content-wrapper .slider-content ul li svg {
    fill: var(--primary-color1);
}

.verticle-tab-section {
    position: relative;
}
.mb-120 {
    margin-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.verticle-tab-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/home1/vector/section-bg-vector2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.verticle-tab-section .section-vector1 {
    position: absolute;
    bottom: -25%;
    left: 0;
    z-index: -1;
}
.mb-60 {
    margin-bottom: 60px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar {
    padding-right: 15px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills {
    display: block;
    /* -moz-columns: 2; */
    columns: 2;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item {
    margin-bottom: 20px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2);
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link {
    background-color: rgba(var(--primary-color1-opc), 0.1);
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon {
    margin-bottom: 20px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active .icon svg {
    fill: var(--white-color);
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active h6 {
    color: var(--white-color);
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content {
    max-width: 470px;
    width: 100%;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .eg-tag2 {
    background-image: url(../assets/img/home1/vector/activities-content-tag.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    /* -webkit-mask-size: cover; */
    background-size: cover;
    /* background-color: var(--primary-color2); */
    padding: 8px 47px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 15px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .eg-tag2 span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .72px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .6px;
    margin-bottom: 20px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px;
    margin-bottom: 30px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 45px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul li svg {
    fill: var(--primary-color1);
}
.mb-25 {
    margin-bottom: 25px;
}
.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }



.instagram-slider-section {
    margin-bottom: -120px;
}
.instagram-slider-section .instagram-slider-wrapper {
    overflow: hidden;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider {
    position: relative;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color2-opc) 0%, rgba(99, 171, 69, 0) 30.08%);
    opacity: .4;
    z-index: 9;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(98deg, rgba(99, 171, 69, 0) 30.08%, var(--primary-color2-opc) 100%);
    opacity: .4;
    z-index: 9;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider-img {
    position: relative;
    line-height: 1;
    max-height: 196px;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .4);
    border-radius: 10px 10px 0 0;
}
.instagram-slider-section .instagram-slider-wrapper .instagram-slider-img img {
    border-radius: 10px 10px 0 0;
}


.footer-section {
    background-image: url(../assets/img/footer-bg.png), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.footer-section .footer-top {
    padding-top: 4%;
    padding-bottom: 5px;
}
.footer-section .footer-top .footer-widget .footer-logo {
    margin-bottom: 20px;
}
.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

element.style {
}
.footer-section .footer-top .footer-widget .widget-title h5 {
    color: rgba(255, 255, 255, .8);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .66px;
    margin-bottom: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.footer-section .footer-top .footer-widget .single-contact .widget-title {
    margin-bottom: 15px;
}

.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    /* margin-bottom: 20px; */
}
.footer-section .footer-top .footer-widget .widget-title svg {
    fill: rgba(var(--primary-color2-opc), 0.8);
}
.footer-section .footer-top .footer-widget .single-contact a {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .48px;
    transition: .5s;
}
i.bx {
    vertical-align: middle;
}
.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px;
    transition: .5s;
}
.footer-section .footer-top .footer-widget .widget-list li a {
    color: rgba(255, 255, 255, .6);
    font-family:"Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .32px;
    transition: .5s;
}
.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
}
.footer-section .footer-bottom .social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-section .footer-bottom .social-list li {
    transition: .5s;
}
.footer-section .footer-bottom .social-list li a {
    color: rgba(255, 255, 255, .5);
    transition: .5s;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-bottom .social-list li a i {
    font-size: 12px;
}
.footer-section .footer-bottom .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}
.footer-section .footer-bottom p {
    color: rgba(255, 255, 255, .5);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .42px;
    margin-bottom: 0;
}
.footer-section .footer-bottom p a {
    color: var(--white-color);
    font-weight: 600;
    text-decoration: underline;
    transition: .5s;
}

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px;
}
.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
}
.breadcrumb-section .banner-content .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0;
}
.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    /* padding-left: 26px; */
}
.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    content: "";
}
.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../img/innerpage/icon/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--primary-color1);
}
.home2-about-section {
    position: relative;
}

.home2-about-section::before {
    content: "";
    background-image: url(../img/home2/vector/home2-about-bg-vector.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../assets/img/innerpage/icon/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 26px;
}
.section-title2 h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 0;
}
.section-title2 p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 0;
    padding-top: 30px;
}
.home2-about-section .about-img-wrap {
    position: relative;
}
.home2-about-section .about-img-wrap .vector {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
}
.section-title2 .eg-section-tag {
    -webkit-mask-image: url(../img/home2/vector/section-title-tag.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: rgba(var(--primary-color1-opc), 0.3);
    padding: 12px 40px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 3px;
    display: none;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.feature-card-section {
    position: relative;
}
.mt-30 {
    margin-top: 30px;
}
.mb-70 {
    margin-bottom: 70px;
}
.section-title2 .eg-section-tag {
    -webkit-mask-image: url(../img/home2/vector/section-title-tag.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: rgba(var(--primary-color1-opc), 0.3);
    padding: 12px 40px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 3px;
    display: none;
}
.section-title2 h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 0;
}
.feature-card-section .mb-80 {
    margin-bottom: 80px;
}
.feature-card.style-2 {
    background-color: var(--white-color);
    background-image: unset;
    border: unset;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
    padding: 25px 28px;
}
.feature-card {
    /* background-image: url(../img/home1/feature-card-bg1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 20px 20px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    /* border: 1px solid #eee; */
    transition: .5s;
}
.feature-card.style-2 .feature-card-icon {
    min-width: unset;
    max-width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset;
}
.feature-card .feature-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.feature-card.style-2 .feature-card-icon svg {
    fill: var(--primary-color1);
    transition: .5s;
}
.feature-card .feature-card-content h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .6px;
    text-transform: capitalize;
    margin-bottom: 12px;
    transition: .5s;
}
.feature-card .feature-card-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .45px;
    margin-bottom: 0;
    transition: .5s;
}
.feature-card.style-2:hover {
    box-shadow: unset;
    background-color: var(--primary-color1);
}
.feature-card.style-2:hover .feature-card-icon svg {
    fill: var(--white-color);
}
.feature-card.style-2:hover .feature-card-content h6 {
    color: var(--white-color);
}
.feature-card.style-2:hover .feature-card-content p {
    color: var(--white-color);
}
.destination-details-wrap {
    position: relative;
    z-index: 1;
}
.destination-details-wrap::before {
    content: url(../assets/img/home1/section-vector1.png);
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
}
.destination-details-wrap h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.destination-details-wrap p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .48px;
    text-align: justify;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.destination-gallery .gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%;
}
.destination-gallery .gallery-img-wrap img {
    /* -o-object-fit: cover; */
    object-fit: cover;
    height: 100%;
}
.destination-gallery .gallery-img-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 12, 8, .6);
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    flex-direction: column;
    transition: all .45s;
    transform: scale(.4);
    opacity: 0;
}
.destination-gallery .gallery-img-wrap a i {
    color: var(--primary-color2);
    font-size: 35px;
}
.destination-gallery .gallery-img-wrap:hover a {
    transform: scale(1);
    opacity: 1;
}
.banner2-card {
    position: relative;
    border-radius: 5px;
}
.banner2-card.four .banner2-content-wrap {
    background-image: url(../assets/img/home1/vector/banner2-content-bg4.png);
    bottom: unset;
    top: 0;
    text-align: start;
    padding: 30px 24px 60px 30px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner2-card .banner2-content-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner2-card .banner2-content-wrap .banner2-content>span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}
.banner2-card.four .banner2-content-wrap .banner2-content h3 {
    color: var(--title-color);
}.banner2-card .banner2-content-wrap .banner2-content h3 {
    /* color: var(--primary-color2); */
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.primary-btn1 {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    /* font-size: 16px; */
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    /* padding: 16px 34px; */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.banner2-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 5px;
}
.banner2-card::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
}
.destination-gallery .gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%;
}
.destination-gallery .gallery-img-wrap img {
    /* -o-object-fit: cover; */
    object-fit: cover;
    height: 100%;
}
.destination-gallery .gallery-img-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 12, 8, .6);
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    flex-direction: column;
    transition: all .45s;
    transform: scale(.4);
    opacity: 0;
}
.destination-gallery .gallery-img-wrap a i {
    color: var(--primary-color2);
    font-size: 35px;
}


.contact-page .single-contact {
        padding: 20px 30px;
        border: 1px solid #eee;
    border-radius: 10px;
    /* padding: 37px 50px; */
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    }

    .contact-page .single-contact .title {
    line-height: 1;
    background-color: var(--white-color);
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px;
}
.contact-page .single-contact .title h6 {
    color: var(--text-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}
.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page .single-contact .icon svg {
    fill: var(--white-color);
}
.contact-page .single-contact .content {
    line-height: 1;
}
.contact-page .single-contact .content h6 {
    margin-bottom: 0;
}
.contact-page .single-contact .content h6 {
    margin-bottom: 0;
}
.contact-page .single-contact .content h6 a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .35s;
}
.contact-form-area {
        padding: 22px 30px;
        background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
    border-radius: 10px;
    }
    .mb-30 {
    margin-bottom: 30px;
}
    .contact-form-area h3 {
    font-size: 30px;
    font-family: var(--font-rubik);
    font-weight: 700;
    margin-bottom: 20px;
}
.form-inner {
    line-height: 1;
}
.form-inner label {
    color: #5d5b58;
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}
.form-inner input {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
}
.form-inner {
    line-height: 1;
}
.form-inner textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: #5e5e5e;
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 20px 25px;
    min-height: 73px;
}
.primary-btn1 {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border: unset;
}
.primary-btn1::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s;
}
.contact-map iframe {
    width: 100%;
    min-height: 500px;
}

.wrapper {
    z-index: 999;
    position: fixed;
    bottom: 10%;
    right: 2%;
    display: flex;
}
.wrapper i:nth-child(1) {
    color: #026e10;
    cursor: pointer;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 150ms;
        font-size: 40px;

}


.audio-box {
        /* text-align: center;
        margin-top: 50px; */
        position: fixed;
    /* width: 40px; */
    /* height: 40px; */
    right: 20px;
    bottom: 230px;
    /* background-color: #026e10; */
    color: #fff;
    z-index: 999;
    display: block;
    /* justify-content: center; */
    align-items: center;
    }

    .audio-btn {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background: #026e10;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
    }
    .audio-btn i {
        font-size: 20px;
    }

    /* .audio-btn:hover {
        background: #333;
    } */
    