@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');

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

img{
    width: 100%;
    display:flex;
}

a{
    text-decoration: none; 
}

body{
    font-family: Montserrat, sans-serif;
    background-color: #000;
}

nav{
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}


.nav-logo{
    max-width: 0%;
}



.nav-links{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.link a{
    position: relative;
    padding-bottom: 0.75rem;
    color: #fff
}

.link a::after{
    content:"";
    position:absolute;
    height: 2px;
    width: 0;
    bottom:0;
    left: 0;
    background-color: #B9A697;
    transition: all 0.3s ease;
}

.link a:hover::after{
    width: 70%;
}

.btn{
    padding: 1rem 2rem;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background-color: transparent;
    border: 2px solid #1C5A4F; 
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
   
}

.btn:hover{
    background-color:#11322B;
}

.container{
    max-width: 1200px;
    margin: auto;
    padding: 2rem 2rem;
}

.indexcontainer {
    max-width: 1200px;
    margin: auto;
    padding: 8rem .2rem;
}

.blur{
    position: absolute;
    box-shadow: 0 0 1000px 50px #11322B;
    z-index: -100;
}

header{
    position: relative;
    padding-top: 2rem;
    display: grid;
    grid-template-columns:repeat(2, 2fr);
    align-items: center;
    gap: 2rem;
}

header .content h4{
    margin-bottom: 1rem;
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;

}

header .content h1{
    color: #fff;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}

header .content h1 span{
    -webkit-text-stroke: 1px #1C5A4F;
}

header .content p{
    margin-bottom: 2rem;
    color: #ccc;
}

header .image{
    position:relative;
   
}
/**
 .image::before{
    
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 38rem;
    font-weight: 400;
    line-height: 20rem;
    color: #1C5A4F;
    opacity: 0.2;
    z-index: -100;
}
greencircle ends here**/

header .image img{
    max-width: 800px;
    margin: auto;
}



section .header{
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
}

.features{
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.features .card{
    background-color: #161618;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.features .card:hover{
    background-color: #323232;
    border-color: #B9A697;
}
/**icons which I may remove**/


.features .card span{
    
    background-color:transparent;
    padding: 2px 9px;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: #B9A697;
    border-radius: 5px;
}

#cardimg{
    border-radius: 15px;
    margin-bottom: 1rem;
    
}
.features .card h4{
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.features .card p{
    color: #ccc;
    margin-bottom: 1rem;
}

.features .card a{
    color: #B9A697;
    transition: all 0.3s ease;
}

.features .card a:hover{
    color: #776b62;
}

.sub-header{
    max-width: 600px;
    margin: auto;
    text-align: center;
    color:#ccc;
}

.pricing {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.pricing .card{
    padding: 3rem 2rem;
    background-color: #161618;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.pricing .card:hover{
    background-color: #323232;
    border-color: #297567;
}


.pricing .card .content{
    flex: 1;
    margin-bottom: 2rem;
}

.pricing .card h4{
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.pricing .card h3{
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 2px dashed #11322B;
}

.pricing .card p{
    color: #fff;
    margin-bottom: 0.75rem;
    text-align: center;
}

.pricing .card button{
   color: #fff;
   background-color: transparent;
   border: 2px solid #1C5A4F; 
}

.pricing .card button:hover{
    background-color:#1C5A4F;
    border-color: #11322B;
}

.feat .ending{
    color:#fff;
    text-align: center;
    margin-bottom: 2rem;
}

table{
    margin: auto;
}

th { 
    color:#fff;
  }

td {
    color:#fff;
    padding-left: 80px;
}

/** ID CSS FOR ALL PAGES **/

#royal{
    color:#297567;
}

#royalgold{
    color:#B9A697;
}


#booklink{
    color: #B9A697;
    font-size: 1.5rem;
    font-weight:700;
    text-align: center;
    margin-bottom: 2rem;
}

#bookbtn{
    color:#fff;
}

#ptext{
    color: #399483;
}

#footrunway {
    color: #399483;
}

#cancellink {
    color: #399483;
}

#cancelpolicy {
    text-align: center;
}

#etext {
    color:#fff;
}

#careeremail {
    color: #399483;
}

#cancelimg {
    max-width: 300px;
    max-height: 300px;
}

#footercontact{
    color:white;
}

#footercontactus{
    color:#399483;
}

/** ID CSS FOR ALL PAGES ENDS **/

footer{
    position: relative;
    display: grid;
    grid-template-columns: 400px repeat(3, 1fr);
    gap: 2rem;
}


footer .column .logo{
    margin-bottom: 2rem;
}

footer .column p{
    color: #ccc;
    margin-bottom: 2rem;
}

footer .column .socials{
    display: flex;
    align-items:center;
    gap:1rem;

}

footer .column .socials a{
    color: #ccc;
    border: 1px #ccc;
    font-size: 1.25rem;
    border-radius: 100%;
    transition: all 0.3s ease;
}

footer .column .socials a:hover{
    color: #fff;
    background-color: #323232;
    border-color: #B9A697;

}

footer .column h2{
    color: #fff;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

footer .column h2 span{
    color: #399483;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

footer .column h4{
    color: #399483;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}

footer .column > a{
    display: block;
    color: #ccc;
    margin-bottom: 1rem;
    transition: all 0.3s ease;

}

footer .column > a:hover{
    color: #B9A697;
}

footer .column p > a{
    color:#297567;
}

.copyright{
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

@media (width < 900px){
    .nav-links{
        display: none;
    }
    header{
        grid-template-columns: repeat(1, 1fr);
    }
    header .image{
        grid-area: 1/1/2/2;
    }
    .features{
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing{
        grid-template-columns: repeat(2, 1fr);
    }
    footer{
        grid-template-columns: 1fr 200px;
    }
}

@media (width < 600px){
    header .image::before{
        display:none;
    }
    .features{
        grid-template-columns: repeat(1, 1fr);
    }
    .pricing{
        grid-template-columns: repeat(1, 1fr);
    }
    footer{
        grid-template-columns: 1fr 150px;
    }
}


/** END OF INDEX PAGE **/

/** MEMBERSHIP PAGE STARTS**/

.memberimage img{
    border-radius: 15px;
}

#signupmember{
    color:#399483;
}

h3{
    color:#fff;
    text-align: center;
}

/** LOCATION PAGE **/

#map{
    border-radius: 15px;
}

hr.gradient {
    height: 3px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(
      90deg,
      #11322B,
      #1C5A4F,
      #297567, 51%,
      #399483 100%
    );
  }

/** CAREER PAGE **/

.careercontainer {
    max-width: 1200px;
    margin: 2rem 15rem;
    padding: 2rem 2rem;

}