:root {
    --theme-color: #0D65A3;
    --primary-color: #F26522;
    --secondary-color: #1476F2;
    --text-primary-color: #222222;
    --text-secondary-color: #596478;
    --background-color: #3787DB;
    --second-background-color: #f9f9f9;
    --icon-color: #00ADFF;



  
  }



.ongoing-details-main{
    padding: 100px 0 100px 300px;
    background-color: var(--primary-color);
    position: relative;

}
.ongoing-banner-img img{
    /* background-size: cover; */
    /* position: relative; */
    width: 100%;
    aspect-ratio: 16/7;
    object-fit: cover;
}

.ongoing-details-banner{
    position:relative;
}
.ongoing-banner-img::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background:  linear-gradient(180deg,rgba(0,0,0,.94),transparent);
      
}

.ongoing-details-title{
   position: absolute;
   top: 0;
   left: 0;

}
.ongoing-details-title h1{
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding: 0 0 500px 0; */
    line-height: 0;
    margin-left: -150px;

}

/*-------------- project info start here  ---------------*/

.project-info-main{
    padding-top: 150px;
}
.project-info-left{
    /* vertical-align: middle; */
}
.project-info-left .project-left-title h1{
   font-size: 70px;
   font-weight: 500;
   color: var(--primary-color);
   text-transform: uppercase;
}
.project-info-left .project-left-title h4{
    font-size: 20px;
    color: var(--theme-color);
    text-transform: uppercase;  
    margin-top: 20px;

}
.project-info-left .project-left-desc {
    margin-top: 40px;
    & h4{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: var(--text-primary-color);
    }
    & p{
        font-size: 16px;
        text-transform: capitalize;
        color: var(--text-secondary-color);
    }
}

.project-info-right .row .col-lg-6
{
    border-bottom: 1px solid gray;
}
.project-info-right .project-right-desc h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--text-primary-color);
}
.project-info-right .project-right-desc p {
   font-size: 16px;
   margin-bottom: 30px;
   color: var(--text-secondary-color);

}


/*--------- project info end here  -----------*/

/* ongoing video section start here  */
.ongoing-video-main{
    padding-top: 200px;
}
.ongoing-video-main .ongoing-video-box iframe{
    width: 100%;
    aspect-ratio: 16/8;
}
/*---------- ongoing video section start here  -----------*/

/*------------ ongoing gallery start here  ---------------*/

.gallery-main{
    /* padding-top: 200px; */
    /* margin-top: 40px; */
}
.ongoing-gallery-box{
    position: relative;
    padding-top: 200px;

}

.ongoing-gallery-title h1:nth-child(1){
    position: absolute;
    color: rgb(58, 58, 58);
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    /* z-index: -1; */
    left: 50%;
    transform: translate(-50%);
    margin-top: -50px
}
.ongoing-gallery-title h1:nth-child(2){
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
    margin-top: -50px;

}


/*------------ ongoing gallery end here  -----------*/


/* location section start here  */
.project-location-main{
    margin-top: 200px;
}

.location-right{
    position: relative;
}
.location-right img{
    width: 100%;
}
.location-right .location-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.location-right .location-icon span{
    color: var(--text-secondary-color);
}

/* location section end here  */

/* get in touch section start here  */

/* .contact-field input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 100px var(--secondary-color) inset;
  box-shadow: 0 0 0px 100px var(--secondary-color) inset; 
  -webkit-text-fill-color: #fff; 
  border: none;
  caret-color: #fff;
} */

.ongoing-contact-main{
    margin-top: 50px;
    padding: 50px 0;
}
.ongoing-contact-main .container{
  background: var(--theme-color);

}


.contact-right select {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 12px 10px;
    font-size: 14px;
    width: 100%;
    color: var(--text-secondary-color);
}
.contact-right input {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    width: 100%;
    color: var(--text-secondary-color);
    /* background-color: var(--background-color); */
    /* background: transparent; */
}
.contact-right input:focus, input:active {
    outline: none;
    border: none;
    box-shadow: none;
    /* background: var(--background-color); */

}

.contact-right textarea {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    width: 100%;
    color: var(--text-secondary-color);
    /* background: transparent; */

}
.contact-right textarea:focus, textarea:active {
    outline: none;
    border: none;
    box-shadow: none;
    /* background: transparent; */
}

.order-btn{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: var(--primary-color);
    width: 100%;
    border: 0;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all .3s ease;

}
.order-btn:hover{
    background: #ffffff;
    color: #000;
   

}

/* get in touch section end here  */


/* expolore more projects start here  */
.explore-project-main{
    margin-top: 150px;
}
/* expolore more projects end here  */

/* media queries start here  */
@media screen and (max-width:576px){
    .ongoing-details-main{
        padding: 50px 0 0 50px;
        background-color: var(--primary-color);
        position: relative;
    
    }

    .ongoing-details-banner{
       
        aspect-ratio: 16/10;
          
    }
    .ongoing-details-title h1{
        font-size: 30px;
        margin-left: -40px;
        -webkit-text-stroke: 1px #ffffff;

    
    
    }

/*-------------- project info start here  ---------------*/

    .project-info-left .project-left-title h1{
    font-size: 40px;  
    }

    .project-info-right .project-right-desc h4 {
        font-size: 16px;
    }
    .project-info-right .project-right-desc p {
       font-size: 14px;
  
    
    }
/*-------------- project info start here  ---------------*/

/* ongoing gallery start here  */


.ongoing-gallery-title h1:nth-child(1){
    position: absolute;
    color: rgb(58, 58, 58);
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    /* z-index: -1; */
    left: 50%;
    transform: translate(-50%);
    margin-top: -30px
}
.ongoing-gallery-title h1:nth-child(2){
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
    margin-top: -30px;

}

/* ongoing gallery end here  */

}

@media screen and (min-width:576px) and (max-width: 768px){
    .ongoing-details-main{
        padding: 80px 0 50px 100px;
        background-color: var(--primary-color);
        position: relative;
    
    }

    .ongoing-details-banner{
       
        aspect-ratio: 16/10;
          
    }
    .ongoing-details-title h1{
        font-size: 50px;
        margin-left: -80px;
        -webkit-text-stroke: 1px #ffffff;

    
    
    }
}

@media screen and (min-width:768px) and (max-width: 992px){
    .ongoing-details-main{
        padding: 100px 0 50px 130px;
        background-color: var(--primary-color);
        position: relative;
    
    }

    .ongoing-details-banner{
       
        aspect-ratio: 16/10;
          
    }
    .ongoing-details-title h1{
        font-size: 60px;
        margin-left: -100px;
        -webkit-text-stroke: 1px #ffffff;

    
    
    }
}
