@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.navbar .navbar-brand{
    font-weight: normal;
    font-size: 25px;
    color: white !important;
}
.navbar .navbar-nav .nav-link{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    transition: all ease-in 0.4s;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
}
#bg{
    background: transparent;
    transition: 0.2s ease;
}
#bg .scrolled{
    background: orange;
}
#home{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    
}
#home video{
    position: fixed;
     top: 50%;
     left: 50%;
    
     min-width: 100%;
     min-height: 100%;
     height: auto;
     width: auto;
     transform: translateX(-50%) translateY(-50%);
     background-size: cover;
     box-sizing: border-box;
     overflow: hidden;
     z-index: -100;
     transition: 1s opacity;
    }
    .navbar .navbar-nav .nav-link:hover{
        background-color: transparent;

    }


    /* nav link hover transition effect start */
    .navbar .navbar-nav .nav-link::after{
        content: "";
         display: block;
         width: 0;
         height: 2px;
         background: transparent;
         transition: width 0.3s ease, background-color 0.3s ease;

    }
    .navbar .navbar-nav .nav-link:hover::after{
        width: 100%;
        background: white;
        color: white;
    }
    /* nav link hover transition effect end */

#home .overlay{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.75);
}
#home h1{
      color: white;
      font-size: 6vw;
      line-height: 1.2em;
      font-family: 'Montserrat', sans-serif;
}
#home p{
    color: rgba(250,250,250,0.7);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    
}
#home .home-text{
    z-index: 99;
}

/* 3D section-btn starts here */

.section-btn{
    margin : 32px 0 0 0;
    padding: 0;
}
.section-btn a{
    color: white;
    font-weight: normal;
    line-height: 45px;
    perspective: 1000px;
}
.section-btn a span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 2px 27px;
    background: orange;
    border-radius: 1px;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;

}
.section-btn a span::before{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    background: red;
    border-radius: 1px;
    padding: 2px 27px;
    transition: background 0.3s;
    transform: rotateX(-90deg);
    content: attr(data-hover);
    transform-origin: 50% 0;


}
.section-btn a:hover span,
.section-btn a:focus span{
    transform: rotateX(90deg) translateY(-22px);
    color: white;
}
/* 3D section-btn ends here */


#about{
    position: relative;
    background: white;

}
#about h3{
    font-size: 34px;
    letter-spacing: 6px;
    font-family: 'Montserrat', sans-serif;
}
#sawa{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
/* project show case effect starts */

#project .project-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
#project{
    background: white;
}
#project .project-item .project-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all ease-in-out 0.4s;
}
#project .project-item .project-overlay:hover{
      opacity: 1;
}
#project .project-item .project-overlay .project-info{
    padding: 12em 0;

}
.project-info h1{
    color: #fff;
    margin: 0;
}
.project-info h3{
    color: #d9d9d9;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.2px;
    
}

.project-item img{
    transition: all ease-in-out 0.4s;
}
.project-item:hover img{
     transform: scale(1.1);
}
/* project show case effect ends */


#team{
    background: white;
}

/* 
swiper js slider section  */
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
    
      display: flex;
      
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .swiper-slide .Text h3{
        font-weight: 200;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        
        

    }
    .swiper-slide .Text span{
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
    }
    #meet{
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 6px;
        font-weight: lighter;
        
        
    }

    /* contact section  */
    #contact{
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 6px;
        font-weight: lighter;
        
        text-align: center;
        background: url(/images/business-792113_1920.jpg) 50% 0 repeat-y fixed;
        background-size: cover;
        background-position: center center;
        position: relative;
        
    }
    #contact .form-control{
        border: none;
        box-shadow: none;
        font-size: 18px;
        margin-bottom: 22px;

    }
    #contact input{
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        font-weight: lighter;
        height: 45px;
        
    }

    /* footer */

    footer{
        background: white;
    }

    #footersec{
        background: white;
       
        padding: 3px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }