:root {
    --discover-color: #E0F0D9;
    --main-heading-color: #023415;
    --orange-color: #DA6526;
    --div-color: #F6FFF2;
    --text-color: #8F8F8F;
    --hunter-color: #E0F0D9;
    --Montserrat-font: "Montserrat", sans-serif;
    --Franklin-Gothic-Demi: "Franklin Gothic Demi";


}

/* Responsive image/layout fixes */
.carousel-item img,
#Bucks-sec-1 .slider img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.our-img img,
.hunt1 img,
.hunt img,
.hunt-active img,
.table-main .image-container img {
    max-width: 100%;
    object-fit: cover;
}

.hunt1 img {
    aspect-ratio: 4 / 3;
    height: auto;
}

.testimonial-card {
    max-width: calc(100vw - 32px);
}

@media only screen and (max-width: 991px) {
    .navi .navbar {
        padding: 16px 18px;
    }

    .navi .navbar-brand img {
        max-width: 130px;
        height: auto;
    }

    .navbar-collapse {
        background: rgba(2, 52, 21, 0.94);
        border-radius: 14px;
        margin-top: 12px;
        padding: 18px;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navi .navbar #tag li a {
        padding: 10px 0;
        margin: 0 !important;
        font-size: 18px;
    }

    .navi .navbar .end {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-top: 12px;
    }

    .navi .navbar .end a,
    .navi .navbar .end button {
        width: 100%;
        height: auto;
        min-height: 56px;
        font-size: 17px;
        line-height: 1.2;
        padding: 10px 14px;
    }

    .slider,
    #Bucks-sec-1,
    #Bucks-sec-1 .slider img,
    .carousel-item img {
        min-height: 640px;
        height: 100svh;
    }

    .slider-text {
        left: 24px;
        right: 24px;
        transform: translateY(-20%);
    }

    .slider-text h1 {
        font-size: 46px;
        line-height: 1.05;
    }

    #Bucks-sec-3,
    #Bucks-sec-4,
    #Bucks-sec-5,
    #Bucks-sec-6,
    #Bucks-sec-7 {
        overflow: hidden;
    }

    .our-img img {
        margin: 28px auto;
        height: auto;
        object-fit: contain;
    }

    #Bucks-sec-4 .container {
        background-size: cover;
        padding: 48px 12px;
    }

    #Bucks-sec-4 .hunting p,
    #Bucks-sec-3 .mi-para p {
        width: 100%;
    }

    .hunt,
    .hunt-active {
        height: auto;
        min-height: 260px;
    }

    .hunt1 img {
        width: 100%;
        aspect-ratio: 16 / 10;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .navi .navbar-brand img {
        max-width: 110px;
    }

    .slider,
    #Bucks-sec-1,
    #Bucks-sec-1 .slider img,
    .carousel-item img {
        min-height: 560px;
    }

    .slider-text h1 {
        font-size: 36px;
    }

    #Bucks-sec-2 h1,
    #Bucks-sec-4 .hunting h1,
    #Bucks-sec-5 h1,
    #Bucks-sec-6 h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    #Bucks-sec-4 .hunting h3 {
        width: 100%;
    }

    .testimonial-card {
        width: calc(100vw - 40px);
        height: auto;
        min-height: 220px;
        padding: 28px;
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: black;

}

::-webkit-scrollbar-thumb {
    background: #023415;
}


::-webkit-scrollbar-thumb:hover {
    background: #228f0c;
}


@font-face {
    font-family: "Franklin Gothic Demi";
    src: url(../fonts/franklin-gothic-demi-regular.ttf);
}

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

}

html {
    scroll-behavior: smooth;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

#Bucks-sec-1 {
    width: 100%;
    height: 100vh;
}

.navi .navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
    padding: 1% 4%;
}

#navbarSupportedContent {
    justify-content: space-between !important;
}

.navi .navbar #tag li a {

    color: #FFF;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.2s;
}

.navi .navbar #tag li a:hover {
    transition: 0.2s;
    color: #CD7F32;
}
.navi .navbar .end {
    display: flex;
    justify-content: end !important;
    align-items: center;
    gap: 1em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0 0 50px;
}

.navi .navbar .end button {
    width: 207px;
    height: 81px;
    border-radius: 18px;
    border: 2px solid #FFF;
    background: transparent;
    color: white;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: 0.3s;
}

.navi .navbar .end button:hover {
    transition: 0.3s;
    background-color: var(--orange-color);
}

.navi .navbar .end a {
    color: #fff;
    background-color: var(--main-heading-color);
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    align-items: center;
    transition: 0.3s;
    text-align: center;
    border: 2px solid white;
    border-radius: 18px;
    height: 81px;
    display: flex;
    width: 171px;
    justify-content: center;
}


.navi .navbar .nav-link {
    color: white;
}

.navi .navbar .nav-link:hover {
    color: lightgray;
}

.navi .navbar-brand {
    color: white;
}

.navi .navbar-toggler-icon {
    filter: invert(100%);
}

#Bucks-sec-1 .slider img {
    width: 100%;
    height: 100vh;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-35%);
    text-align: start;
    color: white;
    z-index: 10;
}

.slider-text h1 {
    color: #D3DFBD;
    font-family: "Franklin Gothic Demi";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
}



/* Bucks-sec-2 */

#Bucks-sec-2 {
    margin: 3% 0;
}


#Bucks-sec-2 h1 {
    color: #023415;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    font-family: var(--Franklin-Gothic-Demi);
    padding: 3% 0;
}



.map {
    margin: 0 auto;
    width: 100%;
    height: 402px;
}

/* Bucks-sec-3 */

#Bucks-sec-3 {
    margin: 10% 0 10%;
}

#Bucks-sec-3 p {
    color: #677F38;
    font-family: "Montserrat";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#Bucks-sec-3 a {
    color: #DA6526;
    font-family: "Montserrat";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding-bottom: 5px;
}

#Bucks-sec-3 span {
    color: #DA6526;
    font-family: "Montserrat";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 40px;
}


#Bucks-sec-3 a.active-tab {
    border-bottom: 3px solid #DA6526;
}

#Bucks-sec-3 .mi-para p {
    width: 90%;
    color: #8F8F8F;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: justify;
    padding: 5% 0;
}



.our-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* @keyframes upDown {

    0%,
    100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }
} */


/* Bucks-sec-4 */

#Bucks-sec-4 {
    background-color: var(--div-color);
}

#Bucks-sec-4 .container {

    background-image: url(../images/sec-4img.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#Bucks-sec-4 .hunting {
    margin: 10% auto;
    text-align: center;
}

#Bucks-sec-4 .hunting h1 {
    color: #023415;
    text-align: center;
    font-family: "Franklin Gothic Demi";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#Bucks-sec-4 .hunting p {
    width: 60%;
    color: #8F8F8F;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin: 18px auto;
}

#Bucks-sec-4 .hunting h3 {
    border: 2px solid #023415;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 350px;
    margin: 27px auto;
}

#Bucks-sec-4 .hunting h3 a {
    color: #023415;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.44px;
    margin: 2% 0;
}

/* Bucks-sec-5 */

#Bucks-sec-5 {
    background-color: var(--hunter-color);
    margin: 10% 0 0;
    padding-bottom: 5%;
}

.hunt1 {
    width: 100%;
    height: 100%;
}

.hunt1 img {
    width: 100%;
    height: 100%;
}

#Bucks-sec-5 h1 {
    color: #023415;
    font-family: "Franklin Gothic Demi";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 5% 0;
}

#Bucks-sec-5 .col-lg-4 {
    padding: 0 !important;
}

.hunt {
    background-color: var(--div-color);
    color: var(--main-heading-color);
    transition: 0.3s;
    padding: 7%;
    width: 100%;
    height: 100%;
}

.hunt #side-by-side {
    padding-left: 6%;
}


.hunt:hover {
    background-color: var(--main-heading-color);
    color: white;
    transition: 0.3s;

}



.hunt-active img {
    padding-bottom: 10%;
}

.hunt-active h2 {
    font-family: "Franklin Gothic Demi";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hunt-active p {
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hunt img {
    padding-bottom: 10%;
}

.hunt h2 {
    font-family: "Franklin Gothic Demi";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hunt p {
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Bucks-sec-6 */

#Bucks-sec-6 {
    background-color: var(--hunter-color);
    padding-bottom: 5%;
}

#Bucks-sec-6 h1 {
    color: #023415;
    font-family: "Franklin Gothic Demi";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0% 0 3%;
}


.testimonial-card {
    width: 360px;
    background: #E9E3D5;
    height: 214px;
    padding: 40px;
    position: relative;
    color: var(--main-heading-color);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


#triangle-topleft {
    width: 0;
    height: 0;
    border-left: 50px solid #E9E3D5;
    border-bottom: 40px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 27%;
}


.card-content {
    text-align: left;
}

.name {
    display: flex;
    margin: 35% auto;
    align-items: center;
    justify-content: center;
}

.name p {
    color: #023415;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 2% 4%;
}

/* Bucks-sec-7 */

#Bucks-sec-7 {
    background-image: url(../images/footer-img.png);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0;
}

.main-form {
    display: flex;
    justify-content: end;
}

.interest {
    margin-top: 20%;
}

.interest h2 {
    color: #FFF;
    font-family: "Franklin Gothic Demi";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.interest p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-form {
    width: 408px;
    height: 527px;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin: 16px 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 16px;
    color: #fff;
    outline: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
}

::placeholder {
    color: white;
}

form button {
    width: 139px;
    height: 48px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0 auto;
    display: block;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.62px;
}

form button:hover {
    background-color: #fff;
    color: #000;

}

/* Bucks-sec-8 */

#Bucks-sec-8 {
    margin: 5% 0 2%;
}

#Bucks-sec-8 .footer-1 h1 {
    margin: 5% 0px;
    color: rgb(2, 52, 21);
    font-family: "Franklin Gothic Demi";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#Bucks-sec-8 .footer-1 span {
    color: #DA6526;
}

#Bucks-sec-8 .footer-1 input {
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    color: #8F8F8F;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
}

#Bucks-sec-8 .footer-1 input::placeholder {
    color: #8F8F8F;
}

#Bucks-sec-8 .footer-1 button {
    width: 117px;
    height: 39px;
    color: #FFF;
    border: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #DA6526;
    margin: 5% 0;
    transition: 0.3s
}


#Bucks-sec-8 .footer-1 button:hover {
    background-color: var(--main-heading-color);
    transition: 0.3s;
}

.footer-2 {
    margin: 2% 20% 0;
}

.footer-2 h1 {
    color: #023415;
    font-family: "Franklin Gothic Demi";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-3 h1 {
    color: #023415;
    font-family: "Franklin Gothic Demi";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-2 a {
    color: #000;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: none;
    gap: 1em;
}



.fle {
    margin: 5% 0;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.footer-3 {
    display: grid;
    justify-content: center;
}

.footer-3 .fle i {
    font-size: 22px;
    color: #DA6526;
    flex: 0 0 34px;
    padding: 0 12px 0 0;
    transition: 0.2s;
    line-height: 1.35;
    text-align: center;
}


.footer-3 .fle i:hover {
    color: var(--main-heading-color);
    transition: 0.2s;
}


.footer-3 .fle a {
    color: #000;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#Bucks-sec-8 .footer-contact-item i {
    flex: 0 0 34px;
    padding: 0;
    line-height: 1.35;
    text-align: center;
}

#Bucks-sec-8 .footer-contact-item a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
}

hr:not([size]) {
    height: 1px;
    color: black;
    opacity: 1;
}

.main-f-m {
    display: flex;
    justify-content: space-between;
}

.main-f-m .f-p-1 i {
    padding: 9px;
    font-size: 22px;
    color: #DA6526;
    transition: 0.2s;
    cursor: pointer;
}

.main-f-m .f-p-1 i:hover {
    color: var(--main-heading-color);
    transition: 0.2s;
}

.main-f-m .f-p p {
    color: #000;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}



/* <--------------------------------------------MEMBER-CSS-------------------------------------------> */

#member-sec-1 {
    background-image: url(../images/dear-member-img.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#member-sec-1 .hunt-text h1 {
    text-align: center;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 2px;
    font-family: "Franklin Gothic Demi";
    
    /* Gradient Text */
   color: white;
}


#member-sec-2 {
    background: linear-gradient(225.97deg, #023415 -2.18%, #104424 99.38%);
    color: white;
    margin: 0;
    padding: 40px 0;
}

#member-sec-2 h2 {
    text-align: center;
    padding: 0% 0 3%;
    font-size: 45px;
    font-weight: 400;
    line-height: 51.02px;
    font-family: "Franklin Gothic Demi";
}

.table-main {
    display: flex;
    justify-content: center;
}

.table-main .package-table {
    border-collapse: collapse;
    width: 80%;

}

.table-main table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid white;
}

.table-main th,
td {
    border: 1px solid #ffffff;
    padding: 20px;
    text-align: center;
}

.table-main thead th {
    background-color: transparent;
    color: #CD7F32;
    /* padding: 20px; */
    font-size: 20px;
    border: none;
    font-weight: 600;
    line-height: 29.26px;
    font-family: "Montserrat";
}

.table-main thead th h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.57px;
    letter-spacing: 5px;
    color: white;
    font-family: "Montserrat";
}

#coli {
    background: #677F3894;

}

.table-main .image-cell {
    width: 25%;
    padding: 0;
    height: 150px;
}

.table-main .image-container {
    position: relative;
    width: 100%;
    height: 164px;
    background-color: transparent;
}

.table-main .image-container img {
    width: 100%;
    height: 164px;
}

.table-main tbody td {
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.38px;
    color: white;
    font-family: "Montserrat";
}

.table-main tbody td:first-child {
    text-align: left;
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.38px;
    color: white;
    font-family: "Montserrat";
}

.table-main td i {
    color: #f5a623;
}

.table-main th {
    color: #f5a623;
    background-color: #2b3e2b;
}

.table-main thead th:nth-child(2) {
    color: #ffffff;
}

.table-main thead th:nth-child(3) {
    color: #FFD700;
}

.table-main thead th:nth-child(4) {
    color: #E5E4E2;
}

.table-main thead th:nth-child(5) {
    color: #e5c100;
}





/* table-2 */

.table-main-2 {
    border-collapse: collapse;
    width: 80%;
}

.table-main-2 table {
    width: 75%;
    border-collapse: collapse;
    border: 2px solid white;
    margin-left: 37.5%;
    border-top: none;
}

.table-main-2 .wid th,
td {
    width: 18.7%;
}

.table-main-2 .wid tr,
td button {
    width: 126px;
    height: 39px;
    background-color: #DA6526;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Montserrat";
}


.table-main-2 .wid tr,
td button:hover {
    background-color: #CD7F32;
    transition: 0.3s;
}

/* notes */

.Notes {
    padding: 60px 100px 0;
}

.Notes h6 {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
}

.Notes p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    font-family: "Montserrat";
    padding-top: 20px;
}


.table-2 {
    margin: 6% 0 0;
}

.table-2 .table-menu-2 .wid1 th,
td {
    width: 25%;
}




.table-menu {
    border-collapse: collapse;
    width: 80%;
}

.table-menu table {
    width: 69.2%;
    border-collapse: collapse;
    border: 2px solid white;
    margin-left: 43.3%;
    border-top: none;
}

.table-menu .wid th,
td {
    width: 18.7%;
}

.table-menu .wid tr,
td button {
    width: 126px;
    height: 39px;
    background-color: #DA6526;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Montserrat";
}


.table-menu .wid tr,
td button:hover {
    background-color: #CD7F32;
    transition: 0.3s;
}



.down1 {
    color: #FF0000 !important;
}

.down1 img {
    margin: -4% 4%;
}

.down2 {
    color: #FFA500 !important;
}

.down2 img {
    margin: -4% 4%;
}

.down3 {
    color: #008000 !important;
}

.down3 img {
    margin: -4% 4%;
}




.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}





/* <--------------------------------------------MEMBER-CSS-------------------------------------------> */



@media only screen and (min-width:320px) and (max-width:480px) {

    ::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #023415;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1a7907;
    }

    .hunt #side-by-side {
        padding-top: 10%;
        padding-left: 0;
    }

    #Bucks-sec-3 .mi-para p {
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
        padding: 10% 0;
    }

    .slider-text h1 {
        color: #D3DFBD;
        font-family: "Franklin Gothic Demi";
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #Bucks-sec-4 .hunting p {
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 auto;
    }

    #Bucks-sec-4 .hunting h3 {
        border: 2px solid #023415;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        width: 70%;
        margin: 27px auto;
    }

    #Bucks-sec-4 .hunting h1 {
        color: #023415;
        text-align: center;
        font-family: "Franklin Gothic Demi";
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding: 60px 0 0;
    }

    #Bucks-sec-5 {
        background-color: var(--hunter-color);
        margin: 10% 0 0;
        padding: 20px;
    }

    #Bucks-sec-5 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding: 5% 0;
    }


    .hunt-active img {
        padding-bottom: 10%;
        margin: 0 auto;
        display: block;
    }

    .hunt-active {
        background-color: var(--main-heading-color);
        color: white;
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 2% auto;
    }

    .hunt img {
        padding-bottom: 10%;
        margin: 0 auto;
        display: block;
    }

    .hunt {
        background-color: var(--div-color);
        color: var(--main-heading-color);
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 95%;
        text-align: center;
        margin: 2% auto;
    }

    .hunt1 img {
        width: 100%;
        margin: 2% auto;
        height: 95%;
    }

    #Bucks-sec-8 .footer-1 input {
        outline: none;
        border: none;
        border-bottom: 1px solid black;
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.96px;
    }

    .testimonial-card {
        width: 100%;
        background: #E9E3D5;
        height: 250px;
        padding: 53px 26px;
        position: relative;
        color: var(--main-heading-color);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        display: block;
    }

    .card-content {
        text-align: center;
    }

    .name {
        display: flex;
        margin: 16% auto;
        align-items: center;
        justify-content: flex-start;
        padding: 0 8%;
    }

    .interest h2 {
        color: #FFF;
        font-family: "Franklin Gothic Demi";
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: inherit;
        text-align: center;
    }

    .interest p {
        color: #FFF;
        font-family: "Montserrat";
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
    }

    #Bucks-sec-4 .container {
        background-image: url(../images/sec-4img.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-bottom: 20%;
    }

    .contact-form {
        width: 100%;
        height: 527px;
        background-color: rgba(255, 255, 255, 0.50);
        border-radius: 12px;
        padding: 22px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .footer-1 {
        margin: 2% 0;
    }

    .footer-2 {
        display: inline-grid;
        justify-content: center;
        margin: 0;
    }

    .footer-3 {
        display: inline-grid;
        justify-content: center;
    }

    .footer-3 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* text-align: center; */
    }

    .main-f-m .f-p p {
        color: #000;
        font-family: "Montserrat";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        margin: 0;
        text-align: center;
    }

    .main-f-m {
        display: grid;
        justify-content: center;
    }

    .f-p-1 {
        text-align: center;
    }

    #Bucks-sec-3 p {
        color: #677F38;
        font-family: "Montserrat";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 8% 0;
    }

    #Bucks-sec-3 span {
        color: #DA6526;
        font-family: "Montserrat";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 12px 0px;
        display: block;
    }

    #Bucks-sec-2 h1 {
        color: #023415;
        text-align: center;
        font-size: 33px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        font-family: var(--Franklin-Gothic-Demi);
        padding: 3% 0;
    }

    .navbar-toggler {
        padding: 2px 9px;
        font-size: 1.25rem;
        line-height: 1;
        transition: box-shadow .15s ease-in-out;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url(../images/toogle.png);
    }

    .navi .navbar .end {
        display: grid;
        justify-content: center !important;
        align-items: center;
        gap: 2em;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        z-index: 20;
        position: relative;
        padding-bottom: 5%;
        border-radius: 12px;
    }

    .slider-text {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-35%);
        text-align: start;
        color: white;
        z-index: 9;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

    .navi .navbar #tag li a {
        margin: 0 auto !important;
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.2s;
        text-align: center;
        padding: 6% 0;
    }

    .navi .navbar .end a {
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        align-items: center;
        transition: 0.3s;
        text-align: center;
        border: 1px solid var(--main-heading-color);
        margin: auto;
        background: none;
    }

    .navi .navbar .end button {
        width: 207px;
        height: 81px;
        border-radius: 18px;
        border: 2px solid var(--main-heading-color);
        background: transparent;
        color: var(--main-heading-color);
        text-align: center;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        transition: 0.3s;
    }

    .navi .navbar-toggler-icon {
        filter: invert(0%);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */

    #member-sec-1 .hunt-text h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 400;
        line-height: 44.04px;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Franklin Gothic Demi";
    }

    .table-main .package-table {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-main-2 {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-main-2 table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 0;
        border-top: none;
    }

    .Notes {
        padding: 41px 25px 0;
        text-align: center;
    }

    .table-menu {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-menu table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 0;
        border-top: none;
    }

    .table-main tbody td:first-child {
        text-align: left;
        background-color: transparent;
        font-weight: 400;
        font-size: 15px;
        line-height: 17.38px;
        color: white;
        font-family: "Montserrat";
    }

    .table-main tbody td {
        background-color: transparent;
        font-weight: 400;
        font-size: 15px;
        line-height: 18.38px;
        color: white;
        font-family: "Montserrat";
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */
}

@media only screen and (min-width:481px) and (max-width:767px) {
    #Bucks-sec-3 .mi-para p {
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
        padding: 10% 0;
    }



    .slider-text h1 {
        color: #D3DFBD;
        font-family: "Franklin Gothic Demi";
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #Bucks-sec-4 .hunting p {
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 auto;
    }

    #Bucks-sec-4 .hunting h1 {
        color: #023415;
        text-align: center;
        font-family: "Franklin Gothic Demi";
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding: 60px 0 0;
    }

    #Bucks-sec-5 {
        padding: 6%;
    }

    #Bucks-sec-5 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding: 5% 0;
    }

    .hunt-active img {
        padding-bottom: 10%;
        margin: 0 auto;
        display: block;
    }

    .hunt-active {
        background-color: var(--main-heading-color);
        color: white;
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 2% auto;
    }

    #Bucks-sec-4 .container {
        background-image: url(../images/sec-4img.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-bottom: 10%;
    }

    .hunt img {
        padding-bottom: 10%;
        margin: 0 auto;
    }

    .hunt {
        background-color: var(--div-color);
        color: var(--main-heading-color);
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 95%;
        text-align: center;
        margin: 2% auto;
    }

    .hunt1 img {
        width: 100%;
        margin: 2% auto;
        height: 95%;
    }

    #Bucks-sec-8 .footer-1 input {
        outline: none;
        border: none;
        border-bottom: 1px solid black;
        width: 100%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.96px;
    }

    .testimonial-card {
        width: 100%;
        background: #E9E3D5;
        height: 252px;
        padding: 35px 9px;
        position: relative;
        color: var(--main-heading-color);
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        display: block;
    }

    .card-content {
        text-align: center;
    }

    .name {
        display: flex;
        margin: 35% auto;
        align-items: center;
        justify-content: flex-start;
        padding: 0 1%;
    }

    .interest h2 {
        color: #FFF;
        font-family: "Franklin Gothic Demi";
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: inherit;
        text-align: center;
    }

    .interest p {
        color: #FFF;
        font-family: "Montserrat";
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
    }

    .contact-form {
        width: 100%;
        height: 527px;
        background-color: rgba(255, 255, 255, 0.50);
        border-radius: 12px;
        padding: 22px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .footer-1 {
        margin: 2% 0;
    }

    .footer-2 {
        display: inline-grid;
        justify-content: center;
        margin: 0;
    }

    .footer-3 {
        display: inline-grid;
        justify-content: center;
    }

    .footer-3 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: start;
    }

    .main-f-m .f-p p {
        color: #000;
        font-family: "Montserrat";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        margin: 0;
        text-align: center;
    }

    .main-f-m {
        display: grid;
        justify-content: center;
    }

    .f-p-1 {
        text-align: center;
    }

    #Bucks-sec-3 p {
        color: #677F38;
        font-family: "Montserrat";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 8% 0;
    }

    #Bucks-sec-3 span {
        color: #DA6526;
        font-family: "Montserrat";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0 0px;
    }

    #Bucks-sec-2 h1 {
        color: #023415;
        text-align: center;
        font-size: 33px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        font-family: var(--Franklin-Gothic-Demi);
        padding: 3% 0;
    }

    .navbar-toggler {
        padding: 2px 9px;
        font-size: 1.25rem;
        line-height: 1;
        transition: box-shadow .15s ease-in-out;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url(../images/toogle.png);
    }

    .navi .navbar .end {
        display: grid;
        justify-content: center !important;
        align-items: center;
        gap: 2em;
    }




    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        z-index: 20;
        position: relative;
        padding-bottom: 5%;
        border-radius: 12px;
    }

    .slider-text {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-35%);
        text-align: start;
        color: white;
        z-index: 9;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

    .navi .navbar #tag li a {
        margin: 0 auto !important;
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.2s;
        text-align: center;
        padding: 2% 0;
    }

    .navi .navbar .end a {
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        align-items: center;
        transition: 0.3s;
        text-align: center;
        border: 1px solid var(--main-heading-color);
        margin: auto;
        background: none;
    }

    .navi .navbar .end button {
        width: 207px;
        height: 81px;
        border-radius: 18px;
        border: 2px solid var(--main-heading-color);
        background: transparent;
        color: var(--main-heading-color);
        text-align: center;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        transition: 0.3s;
    }

    .navi .navbar-toggler-icon {
        filter: invert(0%);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */


    #member-sec-1 .hunt-text h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 400;
        line-height: 44.04px;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Franklin Gothic Demi";
    }

    .table-main .package-table {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-main-2 {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-main-2 table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 0;
        border-top: none;
    }

    .Notes {
        padding: 41px 25px 0;
        text-align: center;
    }

    .table-menu {
        border-collapse: collapse;
        width: 100%;
        overflow-x: scroll;
    }

    .table-menu table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 0;
        border-top: none;
    }

    .table-main tbody td:first-child {
        text-align: left;
        background-color: transparent;
        font-weight: 400;
        font-size: 15px;
        line-height: 17.38px;
        color: white;
        font-family: "Montserrat";
    }

    .table-main tbody td {
        background-color: transparent;
        font-weight: 400;
        font-size: 15px;
        line-height: 18.38px;
        color: white;
        font-family: "Montserrat";
    }

    .table-main thead th {
        background-color: transparent;
        color: #CD7F32;
        /* padding: 20px; */
        font-size: 32px;
        border: none;
        font-weight: 600;
        line-height: 29.26px;
        font-family: "Montserrat";
    }


    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-text h1 {
        color: #D3DFBD;
        font-family: "Franklin Gothic Demi";
        font-size: 55px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .hunt-active {
        background-color: var(--main-heading-color);
        color: white;
        transition: 0.3s;
        padding: 7%;
        width: 60%;
        height: 100%;
        margin: 0 auto;
    }

    .hunt {
        background-color: var(--div-color);
        color: var(--main-heading-color);
        transition: 0.3s;
        padding: 7%;
        width: 60%;
        height: 93%;
        margin: 0 auto;
    }

    #Bucks-sec-4 .hunting {
        margin: 10% auto;
        text-align: center;
    }

    #Bucks-sec-4 .hunting p {
        width: 91%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        margin: 0 auto;
    }

    #Bucks-sec-4 .hunting h1 {
        color: #023415;
        text-align: center;
        font-family: "Franklin Gothic Demi";
        font-size: 39px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    #Bucks-sec-4 .hunting h3 {
        border: 2px solid #023415;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        width: 336px;
        margin: 12px auto;
    }

    #Bucks-sec-4 .container {
        background-image: url(../images/sec-4img.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #Bucks-sec-5 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 34px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding: 5% 0;
    }

    .hunt1 img {
        width: 60%;
        margin: 0 auto;
        display: block;
        height: 93%;
    }

    .testimonial-card {
        width: 100%;
        background: #E9E3D5;
        height: 205px;
        padding: 40px 13px;
        position: relative;
        color: var(--main-heading-color);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .name {
        display: flex;
        margin: 20% auto;
        align-items: center;
        justify-content: center;
    }

    .card-content {
        text-align: center;
    }

    .interest h2 {
        color: #FFF;
        font-family: "Franklin Gothic Demi";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }

    .interest p {
        color: #FFF;
        font-family: "Montserrat";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
    }

    .main-form {
        display: flex;
        justify-content: center;
    }

    .footer-1 {
        display: block !important;
    }

    .footer-2 {
        display: inline-grid;
        justify-content: center;
        margin: 0 !important;
    }

    .footer-3 {
        display: inline-grid;
        justify-content: center;
    }

    .footer-3 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: start;
    }

    .main-f-m .f-p p {
        color: #000;
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        margin: 0;
    }


    .navbar-toggler {
        padding: 2px 9px;
        font-size: 1.25rem;
        line-height: 1;
        transition: box-shadow .15s ease-in-out;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url(../images/toogle.png);
    }

    .navi .navbar .end {
        display: grid;
        justify-content: center !important;
        align-items: center;
        gap: 2em;
    }





    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        z-index: 20;
        position: relative;
        padding-bottom: 5%;
        border-radius: 12px;
    }

    .slider-text {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-35%);
        text-align: start;
        color: white;
        z-index: 9;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

    .navi .navbar #tag li a {
        margin: 0 auto !important;
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.2s;
        text-align: center;
        padding: 2% 0;
    }

    .navi .navbar .end a {
        color: var(--main-heading-color);
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        align-items: center;
        transition: 0.3s;
        text-align: center;
        border: 1px solid var(--main-heading-color);
        margin: auto;
        background: none;
    }

    .navi .navbar .end button {
        width: 207px;
        height: 81px;
        border-radius: 18px;
        border: 2px solid var(--main-heading-color);
        background: transparent;
        color: var(--main-heading-color);
        text-align: center;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        transition: 0.3s;
    }

    .navi .navbar-toggler-icon {
        filter: invert(0%);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */
    #member-sec-1 .hunt-text h1 {
        text-align: center;
        font-size: 60px;
        font-weight: 400;
        line-height: 69.04px;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-family: "Franklin Gothic Demi";
    }

    .table-main-2 table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 11.5%;
        border-top: none;
    }

    .table-menu table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 12.5%;
        border-top: none;
    }

    .Notes {
        padding: 60px 92px 0;
        text-align: center;
    }

    .table-main thead th {
        background-color: transparent;
        color: #CD7F32;
        /* padding: 20px; */
        font-size: 10px;
        border: none;
        font-weight: 600;
        line-height: 18.26px;
        font-family: "Montserrat";
    }



    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */

}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .navi .navbar .end button {
        width: 185px;
        height: 62px;
        border-radius: 18px;
        border: 2px solid #FFF;
        background: transparent;
        color: white;
        text-align: center;
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        transition: 0.3s;
    }

    .navi .navbar #tag li a {
        margin: 0 auto !important;
        color: #FFF;
        font-family: "Montserrat";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.2s;
    }

    .navi .navbar .end a {
        color: #FFF;
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        align-items: center;
        transition: 0.3s;
        height: 62px;
        width: 158px;
    }

    .slider-text h1 {
        color: #D3DFBD;
        font-family: "Franklin Gothic Demi";
        font-size: 63px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #Bucks-sec-3 .mi-para p {
        width: 88%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
        padding: 10% 0;
    }

    .our-img img {
        display: block;
        margin: 30% auto;
        width: 100%;
        animation: upDown 2s ease-in-out infinite;
    }

    #Bucks-sec-4 .hunting {
        margin: 13% auto 0;
        text-align: center;
    }

    .hunt1 img {
        width: 100%;
        /* max-height: 100%; */
        height: 320px;
        object-fit: fill;
    }

    .hunt {
        background-color: var(--div-color);
        color: var(--main-heading-color);
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 320px;
    }

    .testimonial-card {
        width: 274px;
        background: #E9E3D5;
        height: 255px;
        padding: 40px;
        position: relative;
        color: var(--main-heading-color);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .name {
        display: flex;
        margin: 35% auto;
        align-items: center;
        justify-content: flex-start;
    }

    .interest h2 {
        color: #FFF;
        font-family: "Franklin Gothic Demi";
        font-size: 37px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .main-f-m .f-p p {
        color: #000;
        font-family: "Montserrat";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.4px;
        margin: 0;
    }

    #Bucks-sec-4 .container {
        background-image: url(../images/sec-4img.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding-bottom: 10%;
    }

    #Bucks-sec-4 .hunting p {
        width: 67%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        margin: 0 auto;
    }

    .footer-3 .fle a {
        color: #000;
        font-family: "Montserrat";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5em;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .footer-2 a {
        color: #000;
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        text-decoration: none;
        gap: 1em;
    }

    .footer-2 h1 {
        color: #023415;
        font-family: "Franklin Gothic Demi";
        font-size: 33px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */

    #member-sec-1 .hunt-text h1 {
        text-align: center;
        font-size: 70px;
        font-weight: 400;
        line-height: 73.04px;
        letter-spacing: 3px;
        color: #FFFFFF;
        font-family: "Franklin Gothic Demi";
    }

    .table-main-2 table {
        width: 76%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 28.3%;
        border-top: none;
    }

    .table-main thead th {
        background-color: transparent;
        color: #CD7F32;
        /* padding: 20px; */
        font-size: 11px;
        border: none;
        font-weight: 600;
        line-height: 29.26px;
        font-family: "Montserrat";
    }

    .table-main-2 {
        border-collapse: collapse;
        width: 86.3%;
    }






    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */

}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .navi .navbar .end button {
        width: 150px;
        height: 62px;
        border-radius: 18px;
        border: 2px solid #FFF;
        background: transparent;
        color: white;
        text-align: center;
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        transition: 0.3s;
    }

    .navi .navbar #tag li a {
        margin: 0 auto !important;
        color: #FFF;
        font-family: "Montserrat";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.2s;
    }

    .navi .navbar .end a {
        color: #FFF;
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        align-items: center;
        transition: 0.3s;
        height: 62px;
        width: 158px;
    }

    .slider-text h1 {
        color: #D3DFBD;
        font-family: "Franklin Gothic Demi";
        font-size: 65px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .hunt {
        background-color: var(--div-color);
        color: var(--main-heading-color);
        transition: 0.3s;
        padding: 7%;
        width: 100%;
        height: 320px;
    }



    #Bucks-sec-3 .mi-para p {
        width: 88%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
        padding: 10% 0;
    }

    #Bucks-sec-4 .hunting p {
        width: 75%;
        color: #8F8F8F;
        font-family: "Montserrat";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        margin: 0 auto;
    }

    .our-img img {
        display: block;
        margin: 25% auto;
        width: 100%;
        animation: upDown 2s ease-in-out infinite;
    }

    #Bucks-sec-4 .hunting {
        margin: 8% auto;
        text-align: center;
    }

    #Bucks-sec-4 .container {
        background-image: url(../images/sec-4img.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 5% 0;
    }

    .hunt1 img {
        width: 100%;
        height: 320px;
    }

    .testimonial-card {
        width: 295px;
        background: #E9E3D5;
        height: 221px;
        padding: 40px;
        position: relative;
        color: var(--main-heading-color);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .name {
        display: flex;
        margin: 35% auto;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-2 h1 {
        font-size: 33px;
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */
    #member-sec-1 .hunt-text h1 {
        text-align: center;
        font-size: 76px;
        font-weight: 400;
        line-height: 83.04px;
        letter-spacing: 3px;
        color: #FFFFFF;
        font-family: "Franklin Gothic Demi";
    }

    .table-main-2 table {
        width: 75%;
        border-collapse: collapse;
        border: 2px solid white;
        margin-left: 31%;
        border-top: none;
    }

    .table-main thead th {
        background-color: transparent;
        color: #CD7F32;
        /* padding: 20px; */
        font-size: 11px;
        border: none;
        font-weight: 600;
        line-height: 29.26px;
        font-family: "Montserrat";
    }

    /* <--------------------------------------------MEMBER-CSS-------------------------------------------> */


}

/* Final responsive overrides */
.carousel-item img,
#Bucks-sec-1 .slider img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.our-img img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.hunt1 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}

.hunt img,
.hunt-active img,
.table-main .image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .navi .navbar {
        padding: 16px 18px;
    }

    .navi .navbar-brand img {
        max-width: 130px;
        height: auto;
    }

    .navbar-collapse {
        background: rgba(2, 52, 21, 0.94);
        border-radius: 14px;
        margin-top: 12px;
        padding: 18px;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navi .navbar #tag li a {
        padding: 10px 0;
        margin: 0 !important;
        font-size: 18px;
    }

    .navi .navbar .end {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-top: 12px;
    }

    .navi .navbar .end a,
    .navi .navbar .end button {
        width: 100%;
        height: auto;
        min-height: 56px;
        font-size: 17px;
        line-height: 1.2;
        padding: 10px 14px;
    }

    .slider,
    #Bucks-sec-1,
    #Bucks-sec-1 .slider img,
    .carousel-item img {
        min-height: 640px;
        height: 100svh;
    }

    .slider-text {
        left: 24px;
        right: 24px;
        transform: translateY(-20%);
    }

    .slider-text h1 {
        font-size: 46px;
        line-height: 1.05;
    }

    #Bucks-sec-3,
    #Bucks-sec-4,
    #Bucks-sec-5,
    #Bucks-sec-6,
    #Bucks-sec-7 {
        overflow: hidden;
    }

    #Bucks-sec-4 .container {
        background-size: cover;
        padding: 48px 12px;
    }

    #Bucks-sec-4 .hunting p,
    #Bucks-sec-3 .mi-para p {
        width: 100%;
    }

    .hunt,
    .hunt-active {
        height: auto;
        min-height: 260px;
    }

    .hunt1 img {
        aspect-ratio: 16 / 10;
    }
}

@media only screen and (max-width: 575px) {
    .navi .navbar-brand img {
        max-width: 110px;
    }

    .slider,
    #Bucks-sec-1,
    #Bucks-sec-1 .slider img,
    .carousel-item img {
        min-height: 560px;
    }

    .slider-text h1 {
        font-size: 36px;
    }

    #Bucks-sec-2 h1,
    #Bucks-sec-4 .hunting h1,
    #Bucks-sec-5 h1,
    #Bucks-sec-6 h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    #Bucks-sec-4 .hunting h3 {
        width: 100%;
    }

    .testimonial-card {
        width: calc(100vw - 40px);
        height: auto;
        min-height: 220px;
        padding: 28px;
    }
}
