body {
    font-family: 'Roboto' !important;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #535353 !important;
    background-color: #fff;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto' !important;
}

.btn {
    font-family: 'Roboto' !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Roboto' !important;
    font-weight: 700;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    padding: 0px 70px 70px;
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.room-section1 {
    padding: 150px 0 100px;
    width: 100%;
    /* height: 100vh; */
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #0000009c 72%);
    display: flex;
    align-items: center;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-text h1 span {
    color: #4da627;
}

.slider-text p {
    font-weight: 400;
    color: #fff;
}

.btn.btn-primary {
    background: #0792b2;
    border: 1px solid #0792b2 !important;
    color: #fff !important;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}





.about-section-two {
    background-size: cover;
    background-repeat: no-repeat;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.about-section-two .about-left-area {
    position: relative;
    margin-top: 23px;
}

.about-section-two .about-left-area .about-image-big img {
    border-radius: 10px;
}

.about-section-two .about-left-area .experience-area {
    background-color: #4da627;
    border-radius: 43px;
    max-width: 206px;
    width: 100%;
    padding: 3px;
    position: absolute;
    top: 5%;
    left: 3%;
}

.about-section-two .about-left-area .experience-area .experience-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 43px;
}

.about-section-two .about-left-area .experience-area .experience-wrap .number h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.18px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 10px;
    margin: 0;
}

.about-section-two .about-left-area .experience-area .experience-wrap .content P {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.about-section-two .about-left-area .about-video-area {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 12px;
    position: absolute;
    right: 10%;
    top: 49%;
}

.about-section-two .about-left-area .about-video-area img {
    border-radius: 10px;
}

.about-section-two .about-red-shape {
    position: absolute;
    top: 0%;
    right: 14%;
}

.about-section-two .about-green-shape {
    position: absolute;
    top: 105%;
    left: 5%;
}

.about-section-two .section-title-two .sub-title-two {
    position: relative;
    z-index: 1;
}

.section-title-two .sub-title-two {
    padding: 7px 22px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 10px;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 99;
}

.section-title-two .sub-title-two .bg-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-title-two .sub-title-two span {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.about-section-two .section-title-two .title h2 {
    margin-bottom: 16px;
}

.section-title-two .title h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
}

.about-section-two .section-title-two .description p {
    margin-bottom: 18px;
}

.section-title-two .description P {
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paragraph-color);
    margin-top: 8px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section-two ul {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 29px;
    gap: 24px;
}

.about-section-two ul .single-card {
    background-color: rgb(235, 255, 232);
    padding: 34px 29px;
    border-radius: 30px;
    border-bottom: 3px solid rgb(77, 166, 39);
}

.about-section-two ul .single-card .card-content .number {
    display: flex;
    justify-content: center;
}

.about-section-two ul .single-card .card-content .number h5 {
    font-size: 36px;
    font-weight: 500;
    line-height: 26px;
    color: var(title-color);
    margin-bottom: 18px;
}

.about-section-two ul .single-card .card-content .number span {
    font-size: 36px;
    font-weight: 500;
    line-height: 26px;
    color: var(title-color);
}

.about-section-two ul .single-card .card-content h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(title-color);
    margin: 0;
}

.about-section-two ul .single-card.two {
    background-color: rgb(246 102 101 / 18%);
    border-bottom: 3px solid rgb(205 41 50);
}

.about-section-two ul .single-card.three {
    background-color: rgb(232, 246, 255);
    border-bottom: 3px solid rgb(11, 65, 100);
}


.package-card {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.package-card .package-card-img-wrap {
    position: relative;
    transition: all 0.5s ease-out;
}

.package-card .package-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
}

.package-card .package-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.package-card .package-card-img-wrap .card-img img {
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease-out;
    width: 100%;
}

.package-card .package-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.package-card .batch {
    position: absolute;
    top: 8%;
    left: 0%;
    z-index: 1;
}

.package-card .batch .featured.red-color {
    background-color: rgb(239, 41, 41);
}

.package-card .batch .featured {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    display: inline-flex;
    padding: 1px 20px;
    background-color: var(--primary-color);
    border-radius: 0 3px 3px 0;
}

.package-card .review {
    position: absolute;
    top: 10%;
    right: 5.7%;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 4px;
    background-color: #fff;
    border-radius: 18px;
    padding: 0 10px;
}

.package-card .review span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #f38035;
}

.package-card .package-card-content {
    padding: 16px 28px;
}

.package-card .package-card-content .card-content-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    flex-wrap: wrap;
}

.package-card .package-card-content .card-content-top ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.package-card .package-card-content .card-content-top ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
    margin-bottom: -5px;
}

.package-card .package-card-content .card-content-top h5 {
    margin-bottom: 10px;
    transition: 0.3s;
}

.package-card .package-card-content .card-content-top h5 a {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #111;
    text-transform: capitalize;
    margin: 0;
    transition: 0.3s;
}

.package-card .package-card-content .card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
    flex-wrap: wrap;
}

.package-card .package-card-content .card-content-bottom .price-area {
    line-height: 1;
}

.package-card .package-card-content .card-content-bottom .price-area h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
    margin-bottom: 0;
}

.package-card .package-card-content .card-content-bottom .price-area h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #4da627;
    display: inline-block;
}

.package-card .package-card-content .card-content-bottom .price-area h5 del {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
    margin: 0;
}

.package-card .package-card-content .card-content-bottom .price-area h5 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
    margin: 0;
}

.package-card .package-card-content .card-content-bottom .price-area {
    line-height: 1;
}

.primary-btn.small {
    padding: 13px 27px;
    background-color: var(title-color);
    font-size: 14px;
    line-height: 26;
    line-height: 1;
}

.primary-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background-color: #4da627;
    padding: 16px 37px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-radius: 30px;
    display: inline-block;
}

.primary-btn.small::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #4da627;
    transform: scale(0, 1);
    transform-origin: left;
    z-index: -1;
    transition: all 0.4s ease-out 0s;
}






.why-choose-us-section {
    position: relative;
}

.mb-120 {
    margin-bottom: 120px;
}

.why-choose-us-section .tree-left {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
}

.why-choose-us-section .tree-right {
    position: absolute;
    right: 0%;
    bottom: 0%;
}
.carousel-inner {
    border-radius: 10px;
}


.card-content-top .icon i{
    color: #4da627;
}


/******************  GALLERY *******************/
.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 4;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}
/******************  package *******************/
.tour-tit hr {
    background-color: #666;
    margin: 2.5rem 0;
}

.div-tour {
    padding: 2rem;
    background-color: #f9f9f9;
}

.pack {
    margin-bottom: 20px;
    text-align: center;
}
.ary {
    color: #ffffff !important;
    background-color: #4da627 !important;
    border-color: #4da627 !important;
    padding: 10px !important;
}
.form-group{
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: #000;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
    margin-right: 15px;
    font-size: 24px;
    line-height: 0;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid rgb(247 191 57); */
    background-color: #73b35a;
    font-size: 16px;
    color: rgb(255 255 255);
    margin-right: 10px;
    transition: 0.3s;
}

.btn-1 {
    background-color: #73b35a !important;
    border: #73b35a !important;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: #fff;
}