@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "Nexa Bold";
    src: url('../fonts/Nexa\ Bold.woff') format('woff'),
        url('../fonts/Nexa\ Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h2{
    font-family: "Nexa Bold" !important;
    margin-bottom: 4px !important;
    font-size: 35px !important;
    text-transform: uppercase !important;
    letter-spacing: 4px;
}


p{
     font-family: "Montserrat" !important;
     font-weight: 400 !important;
     font-size: 15px !important;
} 
li{
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    font-size: 15px;
}
a{
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
}

h3, h4, h5, h6{
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
}
.deskview {
    display: block !important;
}

.mblview {
    display: none !important;
}


.bannersection img {
    width: 100%;
}

.pding {
    padding: 50px 0px;
}

h2 {
    font-size: 33px;
    color: #084C71;
    font-weight: 600;
}

.miniheding {
    font-size: 18px;
    color: #084C71;
    font-weight: 500 !important;
    font-family: "Nexa Bold" !important;
}

.progctright h6{
     font-family: "Nexa Bold" !important;
}
.hdline {
    height: 3px;
    width: 120px;
    background-image: linear-gradient(45deg, #beb1a0, #115174, #e8eef1, #fff);
    margin: 10px 4px 13px 0px;
    border-radius: 56px;
}

.hdline2 {
    height: 3px;
    width: 120px;
    background-image: linear-gradient(45deg, #beb1a0, #115174, #e8eef1, #ffffff00);
    margin: 10px 4px 13px 0px;
    border-radius: 56px;
}

.hdline3 {
    height: 3px;

    background-image: linear-gradient(45deg, #beb1a0, #115174, #e8eef1, #fff);
    margin: 10px 4px 13px 0px;
    border-radius: 56px;
    margin: 0 auto;
    width: 131px !important;
}

.buttonpage {
    margin-top: 20px;
}

.buttonpage a {
    background-color: #084C71;
    font-size: 16px;
    color: #fff;
    padding: 12px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    margin-top: 30px;
}

.buttonpage a:hover {
    background-color: #084C71;
    font-size: 16px;
    color: #fff;
}

.abouticons {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.abouticonsbx {
    width: 200px;
    padding: 12px;
    text-align: center;
}

.abouticonsbx img {
    width: 50px;
    margin-bottom: 7px;
}

.bg_pc {
    background-color: #084c71 !important
}

.abouticonsbx p {}

.projecthighlights {
    color: #fff;
}

.projecthighlights h2 {
    color: #fff !important;
    margin-bottom: 0px !important;
}

.prhiltsrt img {
    margin-right: 3px;
    width: 15px;
}

.prhiltsrt {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.progctright {
    padding: 49px !important;
}

.location img {
    width: 100%;
}

/* amenitis_sec */
.amenitis_sec h2 {
    text-align: center;
}

.amenitis_secbx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.amentsicon {
    width: 180px;
    margin: 17px 0px 8px 0px;
    text-align: center;
}

.amentsicon img {
    width: 35px;
    margin-bottom: 8px;
    margin-top: 25px;
}


.amentsicon h5 {
    font-size: 16px;
    font-weight: 200;
}






.carousel-inner img {
    width: 100%;
}

.gl_slider {
    padding: 30px 0px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

.carousel-indicators {
    bottom: -50px !important;
}

/* tabs section */
.Planssec {
    background: #084c71 !important;
 
    
}
.Plansseneswbox{
height: 1px;
    width: 100%;
    position: relative;
}

.Planssecnesw{
     position: absolute;
    left: 5%;
    top: 171px;
    width: 181px;
 }




.Planssec h2 {
    color: #fff !important;
    text-align: center;
}

.tab {

    display: flex;
    width: 750px;
    border-radius: 171px;
    margin: 0 auto;
    margin-top: 25px;
}


.tab button {
    width: 50%;
    border: none !important;
    outline: none;
    padding: 7px 10px;
}

.tab .active {
    background: #c49a6c !important;
    color: #fff;
    border: none !important;
    outline: none;
}

.tabcontentone img {
    width: 45%;
    margin: 40px auto;
    display: flex;
}


.tababt1 {
    border-radius: 08px 0px 0px 8px;
}

.tababt2 {
    border-radius: 0px 08px 08px 0px;
}

.enquiry-section {
    background-color: #0a4c6a;
    padding: 40px 0px;
    border-radius: 10px;
    max-width: 800px;
    margin: auto;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
}

.enquiry-title {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.enquiry-form input,
.enquiry-form select {
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 42%;
    font-size: 16px;
    outline: none;
}

.enquiry-form select {
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 15px center;
    background-color: white;
    background-size: 16px;
}

.submit-btn {
    background-color: #c8a262;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    transition: background-color 0.3s;
    width: 87%;
    margin: 0 auto;
}


.submit-btn:hover {
    background-color: #b38a50;
}

.enquiry-section .hdline2 {
    margin: 0px auto 25px auto;
}

.footersec {
    background-color: #084C71;
    padding-top: 50px;
    margin-top: 50px;
}

.footerseclogo {
    text-align: center;
}

.footerseclogo ul {
    list-style-type: none !important;
    display: flex;
    padding: 0px;
    justify-content: center;
    margin: 15px 0px;
}

.footerseclogo ul li {
    margin: 0px 10px;
}

.footerseclogo ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.footadd h3 {
    color: #fff;
    font-size: 20px;
}

.footadd p {
    color: #fff;
    font-size: 15px;
}


.footadd p a {
    color: #fff;
    font-size: 15px;
    text-decoration: none !important;
}


.footerseclogo {
    margin: 10px 0px 20px 0px;
}

.socialfoot p img {
    width: 14px;
    margin-right: 1px;
    margin-top: -4px;
}

.socialfoot p i {
    font-size: 17px;
    margin: 2px 12px;
}



.socialfoot p a {
    color: #fff;
    font-size: 15px;
    text-decoration: none !important;
    margin: 0px 3px;
    cursor: pointer;
}



.footrightrow {
    border-top: 1px solid #fff;
    padding: 14px 0px;
    margin-top: 11px !important;
}

.footright1 p {
    color: #fff;
    margin: 0px;
}

.footright2 {
    float: right;
}


.footright2 a {
    color: #fff;
    text-decoration: none;
}

.navrtbtn {
    background: #d5ad7b !important;
}


.buttoncta { 
    margin: 12px 0px 12px 0px;
    text-align: center;
}

.buttoncta a {
       background: #d5ad7b !important;
    color: #fff;
    padding: 10px 22px 12px 22px;
    border-radius: 7px;
    text-decoration: none !important;
}

.buttoncta a:hover {
    color: #fff;
}

.abtrightpic{
    position: relative;
}
.abtrightpic img{
        position: relative;
    z-index: 1;
}
.abtrightpic::before{
    position: absolute;
        top: -7px;
    left: 5px;
    width: 100px;
    height: 100px;
    content: '';
    background-color: #b38a50;
}

.abtrightpic::after{
    position: absolute;
   right: 4px;
    bottom: -5px;
    width: 100px;
    height: 100px;
    content: '';
    background-color: #b38a50;
}

.specifctins{
    background-color: #084C71 !important;
}


.popfm input , select{
    width: 100%;
    padding: 12px 5px;
    margin-bottom: 12px;
}

.popfm .submit-btn{
        padding: 11px 12px;
    width: 151px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin: auto 0 auto auto;
    font-weight: 600 !important;
}


@media (max-width:768px) {


    .deskview {
        display: none !important;
    }

    .mblview {
        display: block !important;
    }

    .abouticonsbx {
       width: 50% !important;
       float: left;
    }
    .abouticons {
     display: block !important;
    }
    .abtrightpic {
        margin-top: 55px !important;
    }
    .enquiry-form input, .enquiry-form select {
        padding: 15px;
        border: none;
        border-radius: 5px;
       width: 85%;
        font-size: 14px;
    }

        .tab {
             width: 100%;
            border-radius: 0px !important;
            margin: 0 auto;
            margin-top: 25px;
        }

       .Planssecnesw {
            position: absolute;
            left: 0%;
            top: 1%;
            width: 77px;
        }
        .tabcontentone img {
            width: 95%;
            margin: 40px auto;
            display: flex;
        }
        .footerseclogo ul {
            list-style-type: none !important;
            display: block;
        }
        .footerseclogo ul li {
                margin: 0px 10px;
                margin-bottom: 20px;
        }
        .footadd{
            text-align: center;
            width: 79%;
            margin: 9px auto;
        }
        .socialfoot h3{
            margin-bottom: 12px;
        }
        .footright1 p {
            text-align: center;
        }
        .footright2 {
            float: inherit;
            text-align: center;
            margin-top: 8px;
            margin-bottom: 12px;
        }
        .enquiry-section {
            background-color: #0a4c6a;
            padding: 30px 0px;
            margin: 0px 10px !important;
            border-radius: 10px;
            max-width: auto;
        }
        .progctright {
                padding: 30px 18px !important;
        }
        h2 {
            font-size: 25px !important;
        }
        .accorspecific2{
            margin-top: 0px !important;
        }
        .amentsicon {
              width: 113px  !important;
        }
        
        .tabsec2{
                margin-top: 19px;
        }
}

