@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.woff2') format('woff2'),
        url('../fonts/Didot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Italic';
    src: url('../fonts/Didot-Italic.woff2') format('woff2'),
        url('../fonts/Didot-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Bold';
    src: url('../fonts/Didot-Bold.woff2') format('woff2'),
        url('../fonts/Didot-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.btn-scroll {
    transition: 0.4s;
    color: #fff;
    display: block;
    animation: btn-up-down 1s ease-in-out infinite alternate-reverse both;
  }
  
   .btn-scroll i {
    font-size: 48px;
  }

  @keyframes btn-up-down {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
    }


.triaa-dot {
    display: none;
}


.theme-btn, a.theme-btn {
    background: #061D12;
    border: 2px solid #061D12;
}
.theme-btn, a.theme-btn:hover {
    background: #068FC4;
    border: 2px solid #068FC4;
}
.theme-btn.style-three, a.theme-btn.style-three:hover {
    border-color: #fff112;
    background: #fff112;
    border-radius: 10px;
}

.main-menu .navbar-collapse>ul>li:before {
    bottom: 0;
    top: auto;
    height: 5px;
    background-color: #068FC4;
}

header.main-header.fixed-header .main-menu .navbar-collapse>ul>li:before {
    background-color: #fff;
    bottom: -10px;
}

.row.Sights {
    display: flex;
  }

.Sights .icon {
    width: 60px;
    height: 60px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-radius: 50%;
    margin-right: 50px;
    border: 1px solid var(--heading-color);
  }

  .Sights figure{
    /* border-radius: 50%; */
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
    width: 100px;
    margin: 0 auto;
}


/* Pop Up form css */

.modal-backdrop{
    z-index: 1 !important;
}
div#enqModal .modal-xl {
    max-width: 30%;
}
div#enqModal h2 {
    font-size: 40px;
}
div#enqModal textarea.form-control {
    min-height: auto;
    height: 90px !important;
}
div#enqModal .modal-title, div#reqModal .modal-title{
    display: block;
    text-align: center;
    width: 100%;
}
div#enqModal button.btn-close.shadow-none, div#reqModal button.btn-close.shadow-none {
    background-color: #068FC4;
    color: #fff !important;
    opacity: 1;
    background-image: none;
    font-size: 20px;
}
.modal-header {
    border-color: rgb(0 0 0 / 39%);
}
@media (max-width: 767px) {

    #hero-banner{
        background-image: url(../images/banner-m-1.jpg) !important;
    }
    #about-banner{
        background-image: url(../images/banner-m-2.jpg) !important;
    }
    #amenities-banner{
        background-image: url(../images/banner-m-3.jpg) !important;
    }
    #gallery-banner{
        background-image: url(../images/banner-m-4.jpg) !important;
    }
    #location-banner{
        background-image: url(../images/banner-m-5.jpg) !important; 
    }
    #abt-triaa-banner{
        background-image: url(../images/banner-m-6.jpg) !important; 
    }

    ul.mobile-nav.d-none {
        display: flex !important;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        width: 100%;
        z-index: 999;
    }
    
    ul.mobile-nav.d-none li {
        width: 49%;
    }
    
    ul.mobile-nav.d-none a.theme-btn {
        width: 100%;
        margin-left: 0;
    }
    .scroll-top {
        bottom: 55px;
    }
    div#enqModal h2 {
        font-size: 24px;
    }
    form#contactForm {
        margin-top: 0;
    }
    div#enqModal .modal-xl {
        max-width: 100%;
    }

    .row.amenities-zone {
        padding-left: 15px;
    }

    ul.mobile-nav .theme-btn.style-three, ul.mobile-nav a.theme-btn.style-three {
        font-size: 16px;
        padding: 10px 20px;
        border-color: #068FC4;
        background: #068FC4;
    }
    .contact-link.mb-50 {
        display: flex;
        flex-direction: column;
    }
    .amenities-zone .icon:before {
        opacity: 1;
    }
    .main-header.fixed-header .header-upper {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-menu .navbar-header .navbar-toggle {
        height: 35px;
    }
    .main-menu .mobile-logo {
        max-width: 100px;
    }
    
    .main-header.fixed-header .header-upper {
        padding-top: 0;
        padding-bottom: 0;
    }
    .theme-btn, a.theme-btn {
        padding: 10px 40px;
    }

    .main-footer h2 {
        font-size: 36px;
    }

    .award-area {
        height: 100% !important;
    }

    section#awards .portfolio-inner.rounded h4.last {
        top: 6% !important;
    }
}


@media (max-width: 1600px) {
    .award-area{
        height: unset !important;
    } 
    
}

.award-area {
    position: relative; /* Required for overlay positioning */
    background-image: url(../images/award-banner.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-attachment: fixed;
    z-index: 0; /* Ensures content appears above the overlay */
}

.award-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: -1; /* Places the overlay behind content */
}


section#awards .portfolio-inner.rounded {
    border: 0px solid #ccc;
    padding: 25px;
}

section#awards .portfolio-inner.rounded img.img-fluid {
    width: 100%;
    margin: 0 auto;
    display: block;
}

section#awards .portfolio-inner.rounded h4 {
    font-size: 22px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    z-index: -1;
}

section#awards .portfolio-inner p{
    font-size: 15px;
}
section#awards .portfolio-inner.rounded h4.last {
	top: 15%;
}
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    transition: .5s;
}


.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: #068FC4;
    color:#fff ;/*var(--primary)*/
}

.portfolio-inner .portfolio-text .btn:hover {
    background:#068FC4;/*var(--primary)*/
    color: #fff;
}

@media (max-width: 767px) {

    section.video-area {
        background-image: url(../images/video-bg-new-m.jpg) !IMPORTANT;
    }

    .amenities-zone .item.d-flex {
        display: block !important;
    }
    .amenities-zone .icon {
        width: 25px !important;
        height: 25px !important;
        margin-right: 20px;
        float: left;
    }
    .amenities-zone .content .h5.title {
        font-size: 18px;
    }
    section#about-triaa .col-md-3.col-6.col-small{
        flex: auto;
        width: 50%;
    }
    section#connectivity .col-6.col-small {
        width: 95%;
        margin: 0 auto;
    }
    .hero-content {
        position: relative;
        top: 50px;
    }
    a.btn-scroll {
        position: relative;
        top: 30px;
    }
    .rera-wrapper {
        right: 10px !important;
        top: 95px !important;
    }
    .rera-wrapper img {
        width: 200px;
    }
    .Sights figure {
        margin: auto 0;
    }
    section.benefits-area ul li{
        font-size: 16px !important;
    }
}


