*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* navbar */
.navbar{
    background-color: #FFFFFF;
}
.nav-link:hover{
    color: #F26B2A;
    /* background-color: aquamarine; */
} 
.dropdown-item:hover{
    color: #F26B2A;
}
@media (min-width:1200px) {
    
.nav-link{
    position: relative;
}
.nav-link::after{
    content: "";
    background-color: #F26B2A;
    position: absolute;
    width: 0;
    height:2px;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    transition: width .5s ease;
    opacity: 0.7;
}

.nav-link:hover::after{
    width: 100%;
   
}
}
/* .nav-link.active{
    color: #F26B2A !important;
} */

/* .nav-link.active::after{
    width: 100%;
} */
.iconNav{
    color: #F26B2A;
}
.wNav{
    color: #2C2C2C;
}
.btnNav{
   
    height: 50px;
    padding: 12px 24px;
    border-radius: 32px;
    background-color: #F26B2A;
    border: none;
    color: #FFFFFF;
  
}
.btnNav:hover{
    background-color: #d95b20;
    color: white;
}


/* sections */
 section{
    min-height: 100vh;
    padding-top: 75px;
}#carouselExampleIndicators{
    position: relative;
}

.overlayHome{
    position: absolute;
    inset: 0;
    background: rgba(1, 6, 49, 0.5);
    z-index: 1;
    pointer-events: none;
 
}


.infoHero{
   position: absolute;
   top: 50%;
   left:50%;
   transform: translate(-50%,-50%);
}
.tHero{
    color: #F26B2A;
    font-size: 56px;
    font-weight: 700;
}
.t2Hero{
    font-size: 18px;
}
.btn{
    background-color: transparent;
    border-radius: 50px ;
    padding: 12px 40px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #f26b2A;
    color: #FFFFFF;
}
.btn:hover{
    background-color: #F26B2A;
}
@media (max-width: 768px){

.tHero{
    font-size: 34px;
}

.t2Hero{
    font-size: 16px;
}

}
/* sectionAbout */
.btn2{
    background-color: #F26B2A;
}
.hsec2{
    color: #F26B2A;

}

.fomAbout{
    /* width: 580px;
    height:600px ; */
    padding: 40px 80px ;
    /* margin-left: 105px;
    justify-content: space-around; */
}
/* @media (min-width:768px){
    .formAbout{
        margin-left:0px;
    }
} */

/* sectionService */
.service-item {
   
    padding: 50px 40px;
   
}
.iconService{
    font-size: 56px;
}

.service-item:hover .iconService{
    color: #d95b20;
}
.service-item h3{
    font-size: 22px;
}
.fomAbout:hover{
    transition: .3s;
    transform: translateY(-15px);
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-item .card-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.portfolio-content img{
    width: 415px;
    height: 300px;
}
/* Projects*/
.icon-box i{
font-size: 22px;
/* border: 1px solid #F26B2A; */
/* background-color: #f0eaea; */
height: 40px;width: 40px;
/* padding: 20px 40px; */
color: #d95b20;

}
.icon-box:hover i{
 color: #FFFFFF;
 background-color: #F26B2A;
}
.icon-box:hover .add{
    color: #d95b20;
}
/*//  */
.divService:hover{
    
transform: translateY(-10px);
transition: .3s;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}
.portfolio-content{
    position: relative;
    overflow: hidden;
}
.portfolio-info{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    opacity: 0;
}
 
.portfolio-content:hover img{
    transform: scale(1.2);
    transition: 2s;
}
.portfolio-content:hover .portfolio-info{
    opacity: 1;
    transition: 1s;
}
.portfolio-info h4{
    position: absolute;
    top: 0;
    left:0;
}
.portfolio-info p{
    position: absolute;
    bottom: 0;
    left: 60px;
}
.portfolio-info .icProj{
    font-size: 34px;

}
.portfolio-info .icProj1{
    font-size: 26px;

}
.post-img img{
    width: 100%;
    object-fit: cover;
    display: block;
    height: 277px;
}
.portfolio-content{
    position: relative;
    overflow: hidden;
}

.portfolio-content img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}.portfolio-content img{
    transition: transform .5s;
}

.portfolio-content:hover img{
    transform: scale(1.1);
}
/* / */
.post-img span{
    position: absolute;
    bottom: 0;
    right: 0;
    color: aliceblue;
    background-color: #F26B2A;
}
.post-item:hover .post-img img{
    transform: scale(1.2 ,1.2);
    transition: 1s;
}
.post-item:hover h3{
    color: #d95b20;
}
.post-item:hover .read{
    color: #d95b20;
}
.post-item span{
    color: rgb(167, 164, 164);
}
.post-item i{
    color: #d95b20;
}
/*footer*/
.footer  a{
 text-decoration: none;
 color: #FFFFFF;
 
}
.footer li a{
    
    color: rgb(178, 176, 176);
}
.footer li a:hover{
    
    color:#F26B2A;
}
.footer li{
    list-style: none;
}
.social-links a i:hover{
   border:1px solid #d95b20 !important;
   color: #d95b20;
}
/* //// */
.sec2Proj{
    /* width: 100%;
    height: 100px;
     */
     height: 300px;
     background-color: rgb(49, 122, 122);
    background-image: url(../images/i.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #FFFFFF;

}
.sec2cons{
    /* width: 100%;
    height: 100px;
     */
     height: 300px;
     background-color: rgb(49, 122, 122);
    background-image: url(../images/b64e4b30088e21575e23f88f04bc4b2c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}