* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*height: 18vh;*/
    padding: 0vw 5vw;
}
/*nav img{
    
    margin-right: 15px;
}*/
nav a{
    text-decoration: none;
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    transition: 0.3s;
    color: rgb(251, 242, 242);
}
nav a:hover{
    color: orange;
}
.cntr-nav{
    display: flex;
    gap: 30px;
    margin-right: 20px;
}

.right-nav{
    display: flex;
    position: relative;
    width: 100px;
    height: 45px;
    margin-left: 25px;
    background: linear-gradient(to right, #f6f60d, #a69f18, #857f02, #f8ee3b, #f6f60d );
    border-radius: 10px;
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
}

@keyframes animationGradient{
    to{
        background-position: 200%;
    }
}

.right-nav button{
    position: absolute;
    inset: 3px 3px 3px 3px;
    border: none;
    background-color: #0000008c;
    color: white;
    border-radius: 10px;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    cursor: pointer;
    transition: 0.3s;
}
.right-nav button:hover{
    color: goldenrod;
}
.card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-container h1{
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.card-container span{
    color: #ff7f1f;
}
.card{
    /*width:900px;*/
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:0px 2px 4px rgba(0,0,0,0.2);
}
.card img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 16px;
}
.card-content h2{
    font-size: 30px;
    margin-bottom: 8px;
    color: #000;
}
.card-content p{
    color: #000;
    font-size: 18px;
}
.card-content .btn-box{
    display: flex;
    position: relative;
    width: 100px;
    height: 45px;
    background: linear-gradient(to right, #f6f60d, #a69f18, #857f02, #f8ee3b, #f6f60d );
    border-radius: 10px;
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    margin-top: 10px;
}
.card-content .btn-box button{
    position: absolute;
    inset: 3px 3px 3px 3px;
    border: none;
    background-color: #0000008c;
    color: white;
    border-radius: 10px;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    cursor: pointer;
    transition: 0.3s;
}
.card-content .btn-box button:hover{
    background-color: #0056b3;
}
.section-ami{
    display: flex;
    justify-content: center;
}
.section-ami h2{
    display: flex;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
}
.amenities {
    background-color: #000;
    margin: auto;
    justify-items: center;
}
.amenities h1{
    color: white;
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 20px;
}
.amenities span{
    color: #ff7f1f;
}
span{color: #ff7f1f!important;}
.amenities-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.amenities-column {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.amenity {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.amenity img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.amenity span {
    font-size: 16px;
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.card12{
    width:100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:0px 2px 4px rgba(0,0,0,0.2);
    margin-left: 300px;
    justify-items: center;
    cursor: pointer;
}
.card12 img{
    width: 100%;
    height: auto;
}
.card12 .popup-image{
    position: fixed;
    top: 0; left: 0;
    background-color: #0000008c;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.card12 .popup-image span{
    position: absolute;
    top: 0; right: 10px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 100;
}
.card12 .popup-image img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    width: 1000px;
    object-fit: cover;
}
.card-content12{
    padding: 16px;
}
.card12 h1{
    color: #000;
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}
.card12 span{
    color: #ff7f1f;
}
.card-content12 p{
    color: #000;
    font-size: 18px;
}
.card-content12 .btn-box{
    display: flex;
    position: relative;
    width: 100px;
    height: 45px;
    background: linear-gradient(to right, #f6f60d, #a69f18, #857f02, #f8ee3b, #f6f60d );
    border-radius: 10px;
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    margin-top: 10px;
}
.card-content12 .btn-box button{
    position: absolute;
    inset: 3px 3px 3px 3px;
    border: none;
    background-color: #0000008c;
    color: white;
    border-radius: 10px;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    cursor: pointer;
    transition: 0.3s;
}
.card-content12 .btn-box button:hover{
    background-color: #0056b3;
}
.container11 {
    background: #0000008c;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 400px;
    margin-left: 550px;
}
.container11 h2 {
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container11 .checkbox label{
    color: white;
}
.sub-heading {
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.checkbox {
    display: flex;
    align-items: center;
    font-size: 12px;
    text-align: left;
}
.container11 .btn-box2 {
    display: flex;
    position: relative;
    width: 340px;
    height: 45px;
    background: linear-gradient(to right, #f6f60d, #c9bf09, #dcca06, #f8ee3b, rgb(246, 126, 92), #f6f60d );
    border-radius: 10px;
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    margin-top: 10px;
}
.container11 .btn-box2 button {
    position: absolute;
    inset: 3px 3px 3px 3px;
    border: none;
    background-color: #0000008c;
    color: white;
    border-radius: 10px;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    cursor: pointer;
    transition: 0.3s;
}
.container11 .btn-box2 button:hover{
    background-color: #0056b3;
}
.loc{
    display: flex;
    justify-content: center;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.loc span{
    color: #ff7f1f;
}
.container13 {
    display: flex;
    padding: 40px;
}
.container13 h1{
    display: flex;
    color: #000;
}
.container13 li{
    margin-top: 12px;
    color: #000;
}
.location-info {
    flex: 1;
    padding-right: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.location-info h1 {
    font-size: 36px;
}
.location-info ul {
    list-style-type: disc;
    margin-left: 20px;
}
.map {
    flex: 1;
}
iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.address {
    background:#0000008c;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: white;
}
.address h3 {
    color: red;
}
.loca{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    /*background-color: #0000008c;*/
    /*color: #eee;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.loca span{
    color: #ff7f1f;
}

.container14 {
    max-width: 1100px;
    margin: 50px auto;
}
.plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.plan {
    /*background:#0000008c;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
    border-radius: 5px;
    padding: 10px;
    width: 45%;
}
.plan img {
    width: 100%;
    border-radius: 5px;
}
.plan .btn-box1{
    display: flex;
    position: relative;
    width: 200px;
    height: 60px;
    background: linear-gradient(to right, #f6f60d, #a69f18, #857f02, #f8ee3b, #f6f60d );
    border-radius: 10px;
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    margin-top: 10px;
}
.plan .btn-box1 button{
    position: absolute;
    inset: 3px 3px 3px 3px;
    border: none;
    background-color: #0000008c;
    color: white;
    border-radius: 10px;
    clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    cursor: pointer;
    transition: 0.3s;
}
.plan .btn-box1 button:hover{
    background-color: #0056b3;
}
.Spec{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    /*background-color: #0000008c;*/
    color: #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.Spec span{
    color: #ff7f1f;
}
.container15 {
    max-width: 1200px;
    background: #0000008c;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 180px;
}

.container15 h2 {
    text-align: left;
    color: #444;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 80px;
    margin-top: 20px;
}

.spec-item {
    background: #000;
    padding: 15px;
    border-left: 5px solid #ff7f1f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.spec-item h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.spec-item ul {
    padding-left: 20px;
    list-style: none;
}

.spec-item ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: white;
    text-align: left;
}
.lable1{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /*background-color: #0000008c;*/
    color: #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.lable1 span{
    color: #ff7f1f;
}

.container16 {
    max-width: 900px;
    margin: 50px auto;
}
.projects {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.project {
    padding: 10px;
    margin: 5px;
    background: #000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: left;
}
.project h3 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.project p {
    font-size: 14px;
    color:white;
}
.price{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /*background-color: #0000008c;*/
    color: #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.price span{
    color: #ff7f1f;
}

.price-table {
    width: 60%;
    margin: auto;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
}
.price-table th, .price-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    color: white;
}
.price-table th {
    background-color: #000;
    color: white;
}
.price-table .btn {
    background-color: #ff7f1f;
    color: #0000008c;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
.price-table .btn:hover {
    background-color: #ffd500;
}
.contact-container {
    text-align: center;
    background: #000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-container h2{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.social-links {
    margin-top: 10px;
}
.social-links a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    font-size: 24px;
    color: white;
}
.footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer p {
    margin: 5px 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    background-color:#000;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
#scrollToTop i{
    color: #fff;
}