/*custom google fonts file import*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cambay:wght@100;200;300;400;500;600;700;800&display=swap');
{/*@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100;200;300;400;500;600;700;800&display=swap');*/}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    scroll-behavior: smooth;
}

p {
    font-size:large;
}



.block-container {
    margin-top: 30px;
}



.swiper {
    width: 650px;
    height: 450px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



:root {
    --new-main-clr: #a1c245;
    --main-clr: #176433;
    ---new-body-clr: #ffffff;
    --heading-font: 'Poppins', sans-serif;
    --gradient-footer: linear-gradient(-144deg, rgb(40, 48, 98) 5%, rgb(65, 54, 109) 35%, rgb(29, 36, 89) 65%, rgb(36, 35, 87) 95%);
}

body {
    background: rgb(255, 255, 255);
    min-width: 100%;
}

.map {
    width: 650px;
    height: 450px;
    margin: auto;
    display: block;
}

/* all utility clasese are here */

.btn {
    padding: .8rem 1.5rem;
    background: var(--new-main-clr);
    margin: 0 !important;
    border-radius: 10px;
    color: whitesmoke !important;
    transition: .4s;
    font-weight: 500;
    border: 2px solid transparent;
    align-items: center;
}

.icon {
    padding: .3rem .3rem;
    align-items: center;
}
.btnn {
    padding: .8rem .8rem;
    background: var(--new-main-clr);
    margin: 0 !important;
    border-radius: 10px;
    color: whitesmoke !important;
    transition: .4s;
    font-weight: 500;
    border: 2px solid transparent;
    align-items: center;
}

.btn-main {
    padding: 1rem;
    background: var(--new-main-clr);
    margin: 0 !important;
    border-radius: 15px;
    color: whitesmoke !important;
    transition: .4s;
    font-weight: 900;
    font-size: x-large;
    border: 2px solid transparent;
    align-items: center;
}
.btn-header {
    padding: .3rem .6rem;
    background: var(--new-main-clr);
    margin: 0 !important;
    border-radius: 15px;
    color: whitesmoke !important;
    transition: .4s;
    font-weight: 600;
    font-size: x-large;
    border: 2px solid transparent;
    align-items: center;
}

.btn:hover {
    color: green;
    background: var(--new-body-clr);

    border: 2px solid var(--new-main-clr);
}
.btn-social:hover {
    background: var(--new-body-clr);

    border: 2px solid var(--new-main-clr);
}

.navbar .btn {

    padding: .5rem 1.5rem !important;
}

.navbar .btn:hover {

    color: rgb(255, 255, 255) !important;
}

.section-heading {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    padding: 1rem 0;
}

.section-heading h1 {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.section-heading p {
    color: rgb(203, 203, 203);
    text-align: center;
}

::selection {
    color: white;
    background-color: var(--new-main-clr);
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: var(--new-body-clr);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--new-main-clr);
    border-radius: 30px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--main-clr);
}


/* all utility clasese are here */


/* navbar code starts from here */

.navbar {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.192);
    background: var(---new-body-clr);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1999;
    box-shadow: 0px 0px 6px #176433;
    /* backdrop-filter: blur(10px); */
}

.navbar .left {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--new-main-clr);
    cursor: pointer;
}

.navbar .right a {
    padding: 0 1rem;
    cursor: pointer;
    font-weight: 500;
    color: var(--new-main-clr);
    transition: .3s ease-in-out;
}



.navbar .right a:hover {
    color: var(--new-body-clr);
}

.menu i {
    font-size: 2rem;
    display: none;
    color: var(--new-main-clr);
}


/* navbar code ends here */


/* header section starts from here */

.header {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6rem;
    background: rgb(51, 0, 51);
    gap: 10rem;
    background: url(../images/headerbg.png);
    background: var(---new-body-clr);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 400%;
    overflow: hidden;
}

.header h1 {
    font-size: 1.5rem;
    color: black;
    font-family: 'Poppins', sans-serif;
    padding: 2rem 0;
    text-align: center;
}

.header p {
    color: #176433;
    margin: 0 0 2rem 0;
}

.header .right img {
    width: 650px;
    height: 600px;
    border-radius: 0px;
    background-color: #176433;
    box-shadow: 0px 0px 7px #176433;
}

.press h1 {
    font-size: 1.5rem;
    color: black;
    font-family: 'Poppins', sans-serif;
    padding: 2rem 0;
    text-align: center;
}

.press {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(51, 0, 51);
    gap: 10rem;
    background: url(../images/headerbg.png);
    background: var(---new-body-clr);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 400%;
    overflow: hidden;
}

.press .right img {
    width: 450px;
    height: 400px;
    border-radius: 0px;
    background-color: #176433;
    box-shadow: 0px 0px 7px #176433;
}

@keyframes header-img {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(400deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}

@keyframes press-img {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(400deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}


/* header section enda here */

.intro {
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #176433;
}


/* our nft section starts from here */

.our-nft {
    padding: 2rem 3rem;
    background-repeat: no-repeat;
    background-position: top top;
    background-size: 300%;
}

.our-nft .slider .slide-img {
    padding: .5rem .5rem 1rem .5rem;
    background: rgba(128, 128, 128, 0.087);
    margin: 0 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(128, 128, 128, 0.12);
    backdrop-filter: blur(20px);
    transition: .5s ease;
    cursor: e-resize;
}


.slick-slide>div {
    margin: 0 8px;
}

.slick-list {
    margin: 0 -8px;
}

.nft-title {
    transition: .5s;
}

.our-nft .slider .slide-img:hover {
    border-color: var(--new-main-clr);
}

.our-nft .slider .slide-img:hover .nft-title {
    color: var(--new-main-clr);
}

.our-nft .slider .slide-img p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 1.1rem;
    text-transform: capitalize;
}

.our-nft .slider img {
    margin-right: 50px;
    width: 100%;
    transition: .5s;
}

.our-nft .slider img:hover {
    filter: hue-rotate(30deg);
}


/* our nft section ends here */


/* roadmap section starts from here */

.roadmap {
    padding: 4rem 0;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: rgb(0, 0, 0);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.container.left {
    left: 0;
}

.container.right {
    left: 50%;
}

.container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: var(--new-main-clr);
    border: 2px solid white;
    border-radius: 16px;
    z-index: 1;
}

.container.right::after {
    left: -8px;
}

.container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: white;
    z-index: 1;
}

.container.right::before {
    left: 8px;
}

.container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.container.left .date {
    right: -85px;
}

.container.right .date {
    left: -85px;
}

.container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: var(--new-main-clr);
    border: 2px solid white;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: white;
    z-index: 1;
}

.container.left .icon {
    right: 56px;
}

.container.right .icon {
    left: 56px;
}

.container .content {
    padding: 30px 90px 30px 30px;
    background: rgba(128, 128, 128, 0.087);
    border: 1px solid rgba(128, 128, 128, 0.12);
    position: relative;
    border-radius: 0 500px 500px 0;
    cursor: pointer;
    transition: .5s;
}

.container .content:hover {
    border: 1px solid var(--new-main-clr);
    background: rgba(80, 80, 80, 0.182);
}

.roadmap-title {
    transition: .5s;
}

.container .content:hover .roadmap-title {
    color: var(--new-main-clr);
}

.container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.container .content h2 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: black;
    font-family: 'Poppins', sans-serif;
}

.container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: rgb(120, 120, 120);
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .container.right {
        left: 0%;
    }

    .container.left::after,
    .container.right::after {
        left: 82px;
    }

    .container.left::before,
    .container.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .container.left .date,
    .container.right .date {
        right: auto;
        left: 15px;
    }

    .container.left .icon,
    .container.right .icon {
        right: auto;
        left: 146px;
    }

    .container.left .content,
    .container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}


/* roadmap section ends here */


/* team section starts from here */

.team {
    padding: 2rem 1rem;
}

.team-members {
    padding: 0 10rem;
}

.team-member {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 2rem 0;
}

.team-member .left img {
    width: 10rem;
    border-radius: 15px;
    cursor: pointer;
    transition: .5s;
}

.team-member .left img:hover {
    transform: scale(1.1);
}

.team-member .right {
    background: rgba(128, 128, 128, 0.087);
    border: 1px solid rgba(128, 128, 128, 0.12);
    padding: 1.5rem 1rem;
    border-radius: 10px;
    transition: .5s;
}

.team-member .right .member-social {
    color: "#A1C245";
    padding: 10px;
    transition: .5s;
}

.footer .member-social {
    color: "#A1C245";
    padding: 10px;
    transition: .5s;
}


.team-member .right:hover {
    border-color: var(--new-main-clr);
    background: rgba(80, 80, 80, 0.182);
}

.team-member-name {
    transition: .5s;
    cursor: pointer;
}

.team-member .right:hover .team-member-name {
    color: var(--new-main-clr);
}

.team-member .right h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.team-member .right p {
    color: rgb(120, 120, 120);
}


/* team section ends here */


/* join discord section starts from here */

.join {
    padding: 4rem 6rem;
    background: var(---new-body-clr);
    text-align: center;
}

.join h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.join p {
    font-family: 'Poppins', sans-serif;
    color: #176433;
    padding-bottom: 2rem;
}

.accent p {
    font-family: 'Poppins', sans-serif;
    color: #176433;
    padding-bottom: 1rem;
}


/* join discord section ens here */


/* faq section starts from here */

.faq {
    padding: 2rem 6rem;
}

.faq-dta {
    padding: 2rem 6rem;
}

.faq__content p {
    font-size: 1rem;
    padding: 1rem 0;
    
    padding-left: 1rem;
    line-height: 1.7rem;
}

.faq__content a {
    color: var( --new-main-clr);
}

.faq__content .p-gap2 {
    margin-top: 30px;
    text-align: center;
}

.faq__content ul {
    margin-left: 30px;
}

summary {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 15px;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-top: .6rem;
    background: rgba(128, 128, 128, 0.087);
    border: 1px solid rgba(128, 128, 128, 0.12);
    transition: .5s;
}

summary:hover {
    color: var(--new-main-clr);
}

details>summary::after {
    position: absolute;
    content: "+";
    right: 20px;
    color: var(--new-main-clr);
}

details[open]>summary::after {
    position: absolute;
    content: "-";
    right: 20px;
}

details>summary::-webkit-details-marker {
    display: none;
}

details[open] summary~* {
    animation: sweep 1s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}


/* faq section ends here */

/* instruction screen */
.instruction {
    max-width: 700px;
    margin: auto;
    padding: 10px;
    padding-top: 110px;
}

.instruction .headings {
    text-align: center;
}


.instruction .post-container {
    padding: 50px 10px 0 0;
    vertical-align: top;
}

.instruction .post-container .left-image {
    width: 131px;
    height: 131px;
    padding: 10px;
    float: left;
}

.instruction .post-container .right-text {
    margin-top: 15px;
}

.instruction .post-container .left-text {
    text-align: right;
}

.instruction .post-container .left-text h2 {
    text-align: right;
    padding-bottom: 10px;
    margin-top: 15px;
}

.instruction .post-container .right-text h2 {
    padding-bottom: 10px;
    margin-top: 15px;
}

.instruction .post-container .right-text .del {
    padding-top: 10px;
    font-weight: bolder;
}

.instruction .post-container .right-image {
    width: 131px;
    height: 131px;
    padding: 10px;
    float: right;
}

.instruction .video-container {
    margin: 50px 10px 0 0;
}

.instruction .video-container img {
    float: right;
}

.instruction .video-container figcaption {
    text-align: center;
    color: #555;
    font-size: 13px;
}

.instruction .video-container .del {
    padding-top: 30px;
}

.instruction .video-container video {

    width: 100%;
}

/* instruction section ends here  */

/* regenerated golf course start here lol */
.course {
    max-width: 700px;
    margin: auto;
    padding: 10px;
    padding-top: 110px;
}

.course .headings {
    text-align: center;
}

.course .iframe {
    margin-top: 30px;
}

.course h1 {
    text-align: center;
    padding-bottom: 10px;
}

.course .heading2 {
    margin-top: 40px;
    padding-bottom: 10px;
}

.course .p-gap {
    padding-top: 30px;
    font-family: 'Poppins', sans-serif;
    color: #176433;
}

/* regenerated golf course end here  */

/* The plan section start here  */

.plan {
    max-width: 700px;
    margin: auto;
    padding: 10px;
    padding-top: 110px;
}

.plan .headings {
    white-space: normal; 
    text-align: center;
}

.plan h1 {
    text-align: center;
    padding-bottom: 10px;
}

.plan .p-gap {
    padding-top: 30px;
    font-family: 'Poppins', sans-serif;
    color: #176433;
}

.plan .p-gap2 {
    font-size: larger;
    font-weight: 700;
    padding-top: 50px;
}

/* The plan section end here  */

/* footer */

.footer {
    padding: 1.5rem 2rem;
    background: var(---new-body-clr);
    color: #fff;
    text-align: center;
}


/* footer */