/* PROMOTION PAGE */

.promotion-page-baner {
    height: 100vh;
    position: relative;

}

/* .promotion-page-top .th-header{
    position: absolute; 
    width: 100%;
    background-color: transparent;
} */
/* .promotion-page-top .th-header .header-top{
   
    background-color: transparent !important;
} */

.promotion-baner-overlay {
    background-color: rgba(0, 0, 0, 0.541);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 100px;
}

.promotion-baner-overlay h1 {
    text-align: center;
    font-weight: 400;
    color: #ffffffbe;
}

.about-section {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
}

.sub-heading {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 5px;
}

.main-heading {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats-box {
    margin-top: -70px;
    background: #f7f0e8;
    padding: 25px 10px;
    border-radius: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.stat-item {
    flex: 1;
    min-width: 120px;
    padding: 15px 10px;
}

.stat-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.stat-item p {
    font-size: 14px;
    color: #555;
}

.bg-light-cs {
    background-color: #f2f2f2;
}

.promotion-container {
    max-width: 1350px !important;
}

.project-overview-promotion-page-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 100px;
}
.project-overview-promotion-page-left h3{
    margin: 0;
    margin-bottom: 10px;
    font-size: 25px;
}
.project-overview-promotion-page-left p{
    margin: 0;
    font-size: 18px;
    color: #000;
}
.project-overview-promotion-page-right img.p-img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.project-overview-promotion-page-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
}
.project-overview-promotion-page-right ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid var(--theme-color);
    padding: 7px 15px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-color);
}
.project-overview-promotion-page-right ul li a img{
    width: 25px;
}
.project-overview-promotion-page-right ul li a:hover{
   border: 1px solid #000;
   color: #000;
}
.promtion-page-location h3,.promtion-page-Insights h3{
    font-size: 25px;
    font-weight: 600;
}
.promtion-page-location iframe{
    width: 100%;
    height: 370px;
    border-radius: 10px;
}
.promtion-page-Insights{
    padding-left: 20px;
}
.promtion-page-Insights .accordion-button{
    font-size: 16px;
    padding: 15px;
}
.promtion-page-Insights  .accordion-card{
    margin-bottom: 10px;
}
.promtion-page-Insights  .accordion-body{
    padding: 25px;
    padding-top: 0px;
}
.promtion-page-Insights  .accordion-body p{
    font-size: 15px;
    margin: 0;
}



.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.tab:hover{
    color: #fff;
    background-color: #ac2752;
}
.tabs {
    width: 100%;
    display: flex;
    justify-content:center;

}

.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel ,
#four:checked~.panels #four-panel ,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab ,
#four:checked~.tabs #four-tab ,
#five:checked~.tabs #five-tab {
    background: var(--theme-color);
    color: #fff;
}


.pro-gallery-img-bx,.pro-gallery-video-bx{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  
}
.pro-gallery-img-bx a{
  cursor: zoom-in;
}
.pro-gallery-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.pro-gallery-img-bx-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #000000b1;
    display: flex;
    justify-content: center;
    align-items: center;
      opacity: 0;
}
.pro-gallery-img-bx-overlay p{
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    color: #ffffffc2;
  
}
.pro-gallery-img-bx:hover .pro-gallery-img-bx-overlay {
    opacity: 1;
    transition: 0.5s;
}
.pro-gallery-img-bx:hover  img{
    transform: scale(1.1);
    rotate: 2deg;
    transition: 0.5s;
}

.pro-gallery-video-bx iframe{
 width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
    .stat-item{
        flex: 33%;
    }
    .project-overview-promotion-page-left{
        padding-right: 0;
        padding-bottom: 10px;
    }
    .promtion-page-Insights{
        padding-left: 0;
        padding-top: 15px;
    }
}
@media screen and (max-width:768px){
    .main-heading {
        font-size: 25px;
    }
        .stat-item {
        flex: 50%;
    }
}
@media screen and (max-width:567px){
    .main-heading {
        font-size: 22px;
    }
    .about-section{
        padding: 40px 0;
    }
        .stat-item {
        flex: 100%;
    }
    .project-overview-promotion-page-right ul{
        flex-direction: column;
        gap: 15px;
    }
}