@charset "utf-8";

:root {
  --color-white: #ddd;
  --time-animation: 1s;
--secHeight:100vh;
}


html {
  scrollbar-width: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 8px;
}

main{
 resize: vertical;
    overflow: auto;
    --animc:var(--wc1);
    --animc2:var(--wc1);
    --animc3:var(--wc1);
    
    
    background: linear-gradient(45deg, var(--animc2) 38%,var(--rc3) 38%, var(--rc2) 40%, var(--animc) 40%,var(--animc) 60%,var(--animc2) 60%);
    background: linear-gradient(45deg, var(--animc2) 30%, var(--animc) 40%,var(--animc) 50%,var(--animc2) 60%);
    
    background: linear-gradient(45deg, var(--animc2) 38%, var(--animc) 40%,var(--animc) 50%,var(--animc2) 52%); 
    
    background: linear-gradient(80deg,  var(--animc) 20%,var(--animc2) 20%,var(--animc2) 80%,var(--animc3) 80%);
   
    background-size: 100% 1000vh;
}

.SmoothScrollSection {
  width: 100%;

  position: relative;
  top: 0px;
  left: 0;
z-index: 0;
  transform: translateY(calc(0vh - var(--header_height)));
  transition: all var(--time-animation) ease-in-out;
box-sizing: content-box;

}/*
.SmoothScrollSection:nth-child(2){
	transform: translateY(0vh);	
}
.SmoothScrollSection:nth-child(odd){
	
}	
	*/	
.sectionIndicater{
	list-style: none;
	position: relative;
	z-index: 20;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 50vh;
	transform: translateY(-50%);	
    display: none;
}

.sectionIndicater li{
	position: relative;
	width: 10px;
	height: 10px;
	background: var(--bc9);
	margin: 30px 0px;
	border-radius: 50%;	
	transition: all var(--time-animation) ease-in-out;
}

.sectionIndicater .acticeSec{		
    background: var(--wc3);
	box-shadow: 0px 0px 0px  3px var(--mc7) , 0px 0px 20px  2px var(--mc11);
}
	
.scrollAlert{
	position: absolute;display: none;
	width: 54px;
	height: 90px;
	top: calc(100vh - 150px);
	left: calc(50% - 28px);
	border: solid 2px  #04808B;
	border-radius: 30px;
	z-index: 40;	
}

.scrollAlert span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 9px;
	left: 15px;
	border: solid 3px  #04808B;
	border-top: none;
	border-left: none;
	z-index: 45;
	transform-origin: center;
	transform: rotate(45deg);
	animation: scrollAlert 1s infinite linear;
}

.scrollAlert .scrollAlert_span2{
	top:30px;
	animation-delay: .2s;
}

.scrollAlert .scrollAlert_span3{
	top:50px;
	animation-delay: .4s;
}

@keyframes scrollAlert{
	to{opacity: 0;}
}
.headerWithImg{
    background: var(--twc3);
    backdrop-filter:blur(5px) saturate(180%) ;
    
   
}
#homeBG{
    position: absolute;
    width: 100%;
    height: 100%;
    background:var(--tbc5);
    background-blend-mode:color-dodge;
    background-size: cover;
    background-position: right;
    backdrop-filter:blur(1px) ;
   
}

#sliderBG{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    min-height: 100Vh;
   
    right: 0px;
    top: 70px;
    background:var(--tbc1);
    background-blend-mode:color-dodge;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    border-radius: 00% 0% 0% 00%;
    
}
#sliderBG li{
    position: absolute;
    width: 100%;
    left: 0%;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100Vh;
    transition: 1s;
    transform:translateX(100%);
    opacity: 0;
    background:var(--bg);
    background-position: center;
    background-size: cover;
}

#sliderBG li img{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;    
    margin: auto 0;
    max-height: calc(100% - 100px);    
}

#sliderBG .prv_slide{
    transform:translateX(100%);
    opacity: 0;
}

#sliderBG .current_slide{
    transform:translateX(0);
    opacity: 1;
}

#sliderBG .nxt_slide{
    transform:translateX(-100%);
}/*.prv_slide{
    transform:rotate(-20deg) translate3d(150%,-150%,180px);
    opacity: 0;
}

.current_slide{
    transform:rotate(0deg) translate3d(0%,0%,0px);
    opacity: 1;
}.nxt_slide{
    transform:rotate(20deg) translate3d(150%,150%,180px);
    opacity: 0;
}
*/

.leftCont{
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    top: calc(50px);
    text-align: center;
}
#firstSec{
    height: calc(100vh - 0px);
}
#firstSec #pageDiscCont{
    position: relative;
    width: calc(100% - 300px);
    
    left: calc(100px);
    top: calc(50vh - 350px);
    max-width: 1000px;
    padding: 50px;
}

#firstSec h1{
    position: relative;    
    font-family: 'p2';
    font-size: 75px;
    line-height: 105px;
    margin: 0px;
    padding-bottom: 30px;
    border-bottom: solid 0px var(--mc9);    
    text-align: left;
    --animc:var(--mc9);
    --animc2:transparent;
    --animc3:var(--pink);
    
    
    background: linear-gradient(70deg, var(--animc2) 38%,var(--rc3) 38%, var(--rc2) 40%, var(--animc) 40%,var(--animc) 60%,var(--animc2) 60%);
    background: linear-gradient(45deg, var(--animc2) 30%, var(--animc) 40%,var(--animc) 50%,var(--animc2) 60%);
    
    background: linear-gradient(45deg, var(--animc2) 38%, var(--animc) 40%,var(--animc) 50%,var(--animc2) 52%); 
    
    background: linear-gradient(70deg,  var(--animc) 33%,var(--animc2) 33%,var(--animc2) 66%,var(--animc3) 66%);
    
    background: linear-gradient(70deg,  var(--animc) 40%,var(--animc2) 60%);
    
    background-size: 200% 100%;
    background-position: center;
    -webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    -webkit-text-stroke-color:var(--mc10);
    -webkit-text-stroke-width:1px;
    background-clip: text;
    animation: ai_sf_alert2h1 10s linear infinite;
}
@keyframes ai_sf_alert2h1{
    0%{
        background-position: left;

    }
    50%{
        background-position: right;
    } 100%{
        background-position: left;
    }
}

#firstSec p{
    position: relative;   
    top: 100px;
    font-family: 'p4';
    line-height: 25px;
    font-size: 14px;    
    text-align: left;
    color: var(--wc6);
    letter-spacing: 1.5px;
    max-height: 200px;
}

#firstSec p::before{
    content: "";
    position: absolute;   
    top: -50px;
    height: 06px;
    width: 300px;
    --animc:var(--mc9);
    --animc2:transparent;
    --animc3:var(--pink);
    
    background: linear-gradient(70deg,  var(--animc) 40%,var(--animc2) 60%);
    
    background-size: 200% 100%;
    background-position: center;
    
    background-clip: text;
    animation: ai_sf_alert2h1 5s linear infinite;
    animation-direction: reverse
}

.secTitle{
    position: relative;
    box-sizing: content-box;
    text-align: center;
    top: 60px;
    text-transform:capitalize;
    height: 60px;
    background: var(--grd1);
   font-size: 40px;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secInner{
    position: relative;
	left: 10%;
	padding:10vh 0px;
    margin: 0px;
	transition:  0s;
    width: 80%;
    top: calc(0vh + 0px);
    resize: both;
    overflow: auto;
}
/*News==============================================*/
#newsSec{
    background:var(--wc3)/* linear-gradient(0deg, var(--mc11) 0%, var(--wc10) 33%,var(--wc10) 66%, var(--wc15) 100%)*/;
    background-size: 200%;
    
}


#newsSec .secInner{
    width: calc(100% - 100px);
    left: 50px;
}

#newsSecTitle{
    font-family: 'p2';    
    width: 100%;
    text-align: center;
    left: 0%;
    top: 120px;
    font-size: 80px;
    line-height: 80px;
    height: 220px;
    background: var(--grd1);    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#newsSecTitle span{
    position: absolute;
    width: calc(100% - 520px);
    height: 0px;
    top: 52px;
    left: 250px;
    background: var(--bc8);    
    
}

.newsPass{
    position: relative;   
    width: 250px;
    right:0px;
    top: 90px;
    left: calc(50% - 120px);
   display: none;

}.newsPass div{
    position: relative; 
    float: left;
    width: 100px;
    height: 70px;
    line-height: 70px;
    font-family: 'ico';
    text-align: center;
    color: var(--bc6);
    background: linear-gradient(90deg, var(--bc3) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right;
    font-size: 35px;
    margin: 0px 10px;
    border: solid 2px ;
    border-radius: 8px;
    cursor: pointer;
    transition:  var(--transition-time) var(--transition-type);

}

.newsPass div:hover{ background-position: left;color: var(--mc10)}

.newsList{
	position: relative;
	list-style: none;
	left: calc(50%);
	padding: 50px 0;
    margin: 0px;
	transition:  0s;
    width: 100%;
    max-width: 1140px;
    top: 10px;
    
    transform: translateX(-50%);
}

.newsList li{
	position: relative;
    top: 0px;
    width: 33%;
   min-width: 330px;
    max-width: 380px;
    padding: 0px;
    margin:0 00px 50px 0 ;
    text-align: center;
    float: left;
}

.newsList li .news{
	position: relative;
	width: 300px;
    height: 150px;
    padding: 0;
    margin: 0 auto;    
    border-radius: 10px;
    border: solid 2px var(--wc13);
    background: url("../media/Picture5.jpg");
    background-size:cover;
    background-position: center top; 
	display: inline-flex;
	transition:  var(--transition-time) var(--transition-type);
overflow: hidden
}
.newsList li .news::before{
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 100%;
    height: 150px;
    background: linear-gradient(180deg, var(--tbc5) 30%, var(--bc2) 100%);
    background: var(--tbc5);
    background-size:100% 200%;
    background-position: center top; 
    -webkit-backdrop-filter: blur(55px) saturate(180%);
    backdrop-filter: blur(5px) saturate(180%);
	transition:  var(--transition-time) var(--transition-type);

}


.newsList li .news:hover{
    border: solid 2px var(--mc10);
    
}.newsList li .news:hover h3{
    color:var(--bc2);
}
.newsList li .news:hover::before{
    height: 150px;   
    background-position: center bottom; 
   background: var(--mc11);
}

.newsList li .news h3{
    position: absolute;
    margin: 0px;
    top: 75px;
    transform: translateY(-50%);
    color:var(--wc3);
	font-family: "p2";
	font-size: 18px;	
	line-height: 30px;
	text-align: center;
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 20px;
    transition:  var(--transition-time) var(--transition-type);
}
/*Ongoing project==========================================================================*/
#ongoingProject{
    background: var(--bc3);
}

#ongoingProject .secTitle{
     -webkit-background-clip: text;
    -webkit-text-fill-color: var(--mc10);
    top:10px;
    color: var(--bc9);
    font-family: "p4";
	font-size: 62px;
}
#ongoingProject h2{
    position: relative;

    top: 60px;
 
	font-family: "r4";
	font-size: 30px;	
	text-transform: ;
	text-align: center;
    color: var(--wc1);
    letter-spacing: 1px;
}

#ongoingProject h5{
    position: relative;
    font-weight: normal;
    top: 60px;
    left:calc(50% - 350px) ;
	width: calc(700px - 0px) ;
	font-size: 14px;	
	padding: 0;
    margin:0 0 30px 0;
	text-align: center;
    color: var(--mc11);
    letter-spacing: 1px;
}

#ongoingProject button{
    position: relative;    
    top: 50px;
    left:calc(50% - 150px);
	width: 300px;
	font-size: 20px;	
    font-family: "p2";
	padding: 0;
    margin: 0;
	text-align: center;
    color: var(--bc1);
    line-height: 40px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--bc3) 50%, var(--mc10) 50%);
    background-size: 200% 100%;
    background-position: right;
    border-radius: 25px;
       border: solid 2px  var(--mc10);
    transition:  var(--transition-time) var(--transition-type);
}
#ongoingProject button:hover{
    background-position: left;
    color: var(--mc10);

}
#ongoingProject .desc .desc_prg{
    
    color: var(--wc12);
 
}

.SmoothScrollSection .desc{
    position: relative;
    width: calc(80% - 160px);    
 float: left;
    top: 0px;
    left: 50%;
    padding:  80px 80px;    
   max-width: 1300px;
    transform: translateX(-50%)
}
#ongoingProject .desc{
   padding: 140px 80px 0 80px; 
}
.SmoothScrollSection .blurBG{
    margin: 100px 0;
   -webkit-backdrop-filter: blur(55px) saturate(180%);
    backdrop-filter: blur(5px) saturate(180%);
    background: var(--twc3);
    top: 0px;
    border-radius: 15px;
    border: solid 2px var(--wc7);
    box-shadow: 0px 0px 30px 0px var(--tbc9)
}

.SmoothScrollSection .desc_img{
    position: relative;
    width: 40%;
    max-width: 500px;
    left: 0%;
    float: right;
    border-radius: 10px;
    border: solid 2px var(--wc12);
}

.SmoothScrollSection .desc_prg{
    position: relative;
    width:45%;
    max-width: 600px;
    max-height: 600px;
    left: 50px;
    float: left;
    color: var(--bc7);
    top: 0px;
    font-size: 13px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1.5px;
    line-height: 25px;
}


/*=======================sec*/

.SmoothScrollSection .aleter_sec .desc_prg{
   left: 0px; 
    float: right;
}.SmoothScrollSection .aleter_sec .desc_img{
   float: left;
    left: 0px;
}

#ProjectIncluded h2{
    position: relative;
    width: 80%;
    top: 0px;
    left: 10%;
    right: none;
	font-family: "p1";
	font-size: 20px;	
	text-transform: uppercase;
	text-align: center;
    color: var(--bc1);
    letter-spacing: 1px;
    margin-bottom: 130px;
}

#ProjectIncluded ul{
    position: relative;
    list-style: ;
    padding: 0;
    margin: 0;
    width:45%;
    max-width: 600px;
    left: 50px;
    float: left;
    color: var(--bc7);
    top:-80px;
    text-align: justify;
	font-size: 14px;	
	
}#ProjectIncluded ul li{
    padding: 0 ;
    margin: 5px;
    position: relative;
    width: calc(50% - 10px);
  height: 30px;
    line-height: 20px;
    float: left;
    color: var(--bc7);
    top: 40px;
    text-align: left;
	font-size: 12px;	
}

#footer{   
    background: var(--bc3);}

@media only screen and (max-width:1600px){

    .SmoothScrollSection .secInner{
        left: 0px;
        width: calc(100% - 0px);
        padding: 60px 0 80px 0;
    } 
    
    .SmoothScrollSection .desc{
        margin: 80px calc(20% - 80px);
        width: 60%;
        left: 0;
        transform: translateX(0);
    }
    #ongoingProject .desc{
        margin-bottom: 0;
        padding-top: 20px;
      ; 
    }
    #ProjectIncluded h2{
    
    margin-bottom: 40px;
}
    .SmoothScrollSection .desc .desc_img{
       margin: 0 0px;
        float:none;
        align-self: center;
        max-width: calc(100% - 0px);
        width: calc(100% - 0px);;
    } 
    
    .SmoothScrollSection .desc p{
       margin: 20px 0px;     
        float:none;
        left: 0;
        align-self: center;
         max-width: calc(100% - 0px);
        width: calc(100% - 0px);;
    }
    #newsSecTitle{
        font-size: 60px;
        top: 0;
        height: 80px
    }
    #ProjectIncluded ul {
        width: 100%;max-width: 100%;
        left: 0%;
        padding: 60px 00% 0 00%;
        margin: 0;
        
    }
}
@media only screen and (max-width:1100px){
    #firstSec h1{
        font-size: 65px;
        line-height: 110px;
    }
    
    .newsList li{
	position: relative;
    top: 0px;
    width: 50%;
   min-width: 330px;
    max-width:inherit;
    padding: 0px;
    margin:0 00px 50px 0 ;
    text-align: center;
    float: left;
}

}
@media only screen and (max-width:900px){
    #firstSec #pageDiscCont {
        top: 80px;
    }#firstSec #pageDiscCont p{
        top: 60px;
    }
    .SmoothScrollSection .secInner{
        left: 0px;
        width: calc(100% - 0px);
         padding: 40px 0 80px 0;
    } 
    
    .SmoothScrollSection .desc{
        margin: 80px 40px;
        width: calc(100% - 240px);
        left: 0;
        transform: translateX(0);
    }
    #firstSec h1{
        font-size: 50px;
        line-height: 90px;
    }
    
    #ongoingProject h5{
        width: calc(100% - 100px);
        left: 50px;
    }
    .SmoothScrollSection .desc .desc_img{
       margin: 0 0px;
        float:none;
        align-self: center;
        max-width: calc(100% - 0px);
        width: calc(100% - 0px);;
    } 
    
    .SmoothScrollSection .desc p{
       margin: 20px 0px;     
        float:none;
        left: 0;
        align-self: center;
         max-width: calc(100% - 0px);
        width: calc(100% - 0px);;
    }
    #newsSecTitle{
        font-size: 60px;
        top: 0;
        height: 80px
    }
    #ProjectIncluded ul {
        width: 100%;max-width: 100%;
        left: 0%;
        padding: 60px 00% 0 00%;
        margin: 0;
        
    }
}

@media only screen and (max-width:760px){
    #firstSec #pageDiscCont {
        top: 80px;
        width: calc(100% - 120px);
        left: 60px;
        padding: 40px 0;
    }
    #firstSec h1{
        font-size: 40px;
        line-height: 70px;
    }
    
    #firstSec #pageDiscCont p{
        top: 30px;
    }
    #newsSecTitle{
        font-size: 40px;
        top: 0;
        height: 60px
    }
    #ongoingProject .secTitle {
        font-size: 35px;
    }
    #ongoingProject h2 {
        font-size: 18px;
        top: 20px;
        margin-bottom: 10px;
    }
    #newsSec .secInner {
     width: calc(100% - 0px); 
    left: 0px;
}
    
    #ongoingProject .desc {
    padding: 0px;
}
    #ongoingProject h5{
        width: calc(100% - 60px);
        left: 30px;
        top: 0;
    }
    
    #ongoingProject button{
        
        top: 0;
    }#ProjectIncluded h2{
        padding: 40px 0;
        margin-bottom: 0
    }
     .SmoothScrollSection .desc{
        margin: 20px 0px;
        padding: 0px;
        width: calc(100% - 0px);
        left: 0;
        transform: translateX(0);
    }
     .SmoothScrollSection .blurBG{
        border-width: 0;
    }
    
    .SmoothScrollSection .desc .desc_img{
       margin: 0 0px;
        float:none;
        align-self: center;
        max-width: calc(100% + 0px);
        width: calc(100% + 0px);
        left: 0px;
        border: none;
        border-radius: 0;
    } 
    .SmoothScrollSection .desc P{
       padding: 0 30px;
        float:none;
        
        max-width: calc(100% - 60px);
        width: calc(100% - 60px);
        left: 0px;
        
    } 
    
    .newsList li {
        min-width: 300px;
        width: 100%;
    }
    .SmoothScrollSection .secInner{
        left: 0px;
        width: calc(100% - 0px);
        padding: 40px 0;
    } 
    
   
    
    
    #ProjectIncluded ul li{
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        overflow: auto;
        left: 0%;
        padding: 0px 30px;
        margin: 0;
        height:50px;
    }
}





