@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
#topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 5;
}
 #loading{
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    overflow: hidden;
} 
.span1{
    color: #09888F !important;
}
.span2{
    color: #00ADB5;
}
.navbar{
    z-index: 5;
}
.navbar a{
    color: white !important; 
    padding: 10px;
}
.navbar .container .collapse ul li .nav-link:hover{
    color: #00ADB5 !important;
}
#home{
    background-image: url(../img/cb52fe6.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}
.slider{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
}
.home-caption{
    padding-top: 35vh;
    color: #c8bdbd !important; 
}
.home-caption .btn{
    background-color: #00ADB5;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600px;
    padding: 10px 10px;
    transition: all 0.7s ease;
}
.home-caption .btn:hover{
    background-color: black;
    color: #FFF;
    transform: scale(1,1);
    border: 1px solid #FFF;
}

.social-Icon a{
    color: white !important;
    font-size: 25px;
    padding: 7px;
}
.social-Icon :hover {
    color: #00ADB5 !important;
    transition: all 1s;
}


/* About Me          */
#AboutMe{
    /* margin-top: 100px;   */
    padding-top: 100px;
}
.photo{
    position: relative;
    margin-bottom: 30px;
    border: #00ADB5 3px solid;
    box-shadow:10px 10px 10px  rgba(0,0,0,0.5);
    width: 100%;
    height: 470px;
    overflow: hidden;
}
.photo:hover img{
    transform: scale(1.1); 
  }
.photo img{
    width: 100%;
    /* height: 100%; */
    transition: all 1s ;
    object-fit: cover;
}
.sliderPhoto{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(18, 20, 20, 0.63);
    opacity: 0;
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderPhoto h4,i{
    color: #c8bdbd;
}
.photo:hover .sliderPhoto{
    opacity: 1;
}
.about-mee{
    

    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
.About-caption p{
 color: #6c757d;
}
.About-caption .btn{
    background-color: #00ADB5;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600px;
    padding: 10px 20px;
    transition: all 1s ease;
}
.About-caption .btn:hover{
    background-color: black;
    color: #FFF;
}

/*                                                      */
#Knowledge{
    padding-top: 100px;
}
.wrapper1 .single-service {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    transition: .5s;
    overflow: hidden;
    float: left;
    margin-bottom: 5rem !important;
    text-align: center;
    /* height: 350px; */
}
.wrapper1 .section-heading h2{
    text-align: center;
}
.wrapper1  .line {
    width: 100%;
    height: 1px;
    background-color: #99a1a7 !important;
    margin: 0 auto 60px auto;
}
.wrapper1 .single-service p{            
        color: #6c757d;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.wrapper1 .single-service h4 {
        /* font-size: 25px; */
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        color: #262626;
}
.wrapper1 .social {
    width: 65px;
    height: 60px;
    background: #00ADB5;
    border-radius: 50%;
    margin: 5% auto;
}
.wrapper1 .social i {
    font-size: 25px;
    padding: 15px;
    color: #000;
    text-align: center;
}
.wrapper1 .single-service:hover{
    box-shadow: 0 30px 35px rgba(0,0,0,0.7);
}
.wrapper1 .single-service span {
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: rgba(31, 158, 180, 0.7);
    transition: .7s;
    transform: skewX(10deg);
}
.wrapper1 .single-service:hover span{
    left: 110%;
}
/*                                                                 */

#projects{
    background-color:#F7F7F7;
    margin-top: 50px;
    padding-top: 50px;
}

.heading-project h2{
    text-align: center;
   
}
.heading-project .borderr{
    width: 60px;
    height: 2px;
    background-color:  #99a1a7;
    margin: auto;
    transition: all 0.5s ;
}
.heading-project:hover .borderr{
    width: 200px;
}
.project1{
    position: relative;
    /* border: rgb(73, 65, 65) 3px solid; */
    box-shadow:10px 10px 10px  rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
.project1 img{
    width: 100%;
    height: 270px;
    transition: all 1s ;
}
.project1 .slider-Photo{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image:linear-gradient(to top left,#F02551,transparent);
    opacity: 0;
    transition: all 1s;
    display: flex ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.project1:hover img{
    transform: scale(1.3); 
    
}
.project1 .slider-Photo  i{
    font-size: 20px;
    color: #00ADB5;
    background-color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.project1:hover .slider-Photo{
    opacity: 1;
    height: 100%;
}
.project1 .slider-Photo h5{
    font-weight: bold;

}
.project1 .slider-Photo h5,p{
    color: #FFF;
}
.progect-pargr{
    color: #6c757d;
    text-align: center;
}


/*                      */
#Contact-Me{
    background-color: #222222;
    margin-top: 100px;
    padding: 50px;
}

#Contact-Me .caption h4,h6{
    color: #FFF ;
   
}
#Contact-Me .caption p{
    color: #7d848b ;
}

#Contact-Me .caption-2 p{
    color:#7d848b ;
    margin: 0;
}
#Contact-Me form input {
    margin-bottom: 20px;
    border-radius: 20rem;
    background-color: #222222;
    color: #FFF;
}

#Contact-Me form textarea {
    margin-bottom: 20px;
    border-radius: 1rem;
    background-color: #222222;
    color: #FFF;
}
#Contact-Me form textarea {
    height: 200px;
    resize: both;
}
#my-form-button{
    transition: all 1s;
}
#my-form-button:hover{
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #fff;
    transition: all 1s;
}


/*media query*/
@media screen and (max-width:600px){
    nav button{
        background-color: #c8bdbd !important;
    }
    nav ul{
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4) ;
    }
    .photoMedia{
    width: 100%;
    }
    .captionMedia{
        width: 100%;
        text-align: center;
    }
    .KnowledgeMedia{
        width: 100%;
    }
    .projectsMedia{
        width: 100%;
    }
    .contactMedia{
        width: 100%;
    }
    .contactMedia2{
        width: 100%;
    }
}


@media screen and (min-width:601px) and (max-width:768px){
    nav button{
        background-color: #c8bdbd !important;
    }
    nav ul{
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4) ;
    }
    .photoMedia{
    width: 100%;
    }
    .captionMedia{
        width: 100%;
        text-align: center;
    }
    .KnowledgeMedia{
        width: 100%;
    }
    .projectsMedia{
        width: 100%;
    }
    .contactMedia{
        width: 100%;
    }
    .contactMedia2{
        width: 100%;
    }
}
@media screen and (min-width:769px) and (max-width:992px){
    .KnowledgeMedia{
        width: 100%;
    }
    .projectsMedia{
        width: 50%;
    }
    nav button{
        background-color: #c8bdbd !important;
    }
    nav ul{
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4) ;

    }

  
}
@media screen and (min-width:993px) and (max-width:1200px) {

}
