/* HOME PART CSS START  */
.parallax-scrolling{
    padding: 330px 0px;
}
.home-text-row{
    justify-content: center;
    margin-top: -150px !important;
}
.home-part-image{
    background: #FFF;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.home-part-image img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding: 10px;
    object-fit: cover;
}
.home-page-text{
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.home-page-text h3{
    font-family: 'DM Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #FFF;
}
.home-page-text h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}
.home-page-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #FFF;
    margin: 25px 0px;
}
.home-btn{
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.home-btn ul{
    margin-left: -25px;
}
.home-btn ul li a button{
    width: 120px;
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    background: #cfba3e;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    transition: all linear 0.3s;
}
.home-btn ul li a button:hover{
    background: #ffd900;
    box-shadow: 0px 0px 10px 0px #ffd900;
}
.home-animate-icon {
    position: absolute;
    bottom: -70% !important;
    left: 49%;
    animation-name: home-btn;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.home-animate-icon ul{
    margin-left: -25px;
}
.home-animate-icon ul li i {
    color: #FFF;
    font-size: 18px;
}
@keyframes home-btn {
        
    0%{
        bottom: -70% !important;
        color: #FFF;
    }
    50%{
        bottom: -80% !important;
        color: #FFF;
    }
    100%{
        bottom: -70% !important;
        color: #FFF;
    }
}

/* HOME PART CSS   END  */


/* ===========================
    ABOUT PART CSS START
=========================== */

#about-part{
    padding: 100px 0px;
}
.about-title-row{
    justify-content: center;
}
.about-title{
    padding-bottom: 30px;
}
.about-title h4{
    margin: 0 auto;
    width: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.about-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}

.about-left{
    margin-bottom: 100px;
}

.about-left h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #FFF;
    padding-bottom: 25px;
}
.about-left h4 span{
    border-bottom: 2px solid #ffd900;
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #FFF;
}
.about-left p{
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    text-align: justify;
}
.about-left-row{
    justify-content: space-between;
    align-items: center;
}

.about-right{
    text-align: center;
}

.experiance-bg {
    margin: 0 auto;
    text-align: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #ffd900;
    position: relative;
}
.about-right h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 124px;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 30px;
    left: 30px;
}

.about-right h6{
    margin-top: 30px;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #FFF;
}
.about-right h6 span{
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
}

.about-info-row{
    margin-top: 50px;
}

/* names */
.about-name h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
}
.about-name p{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
/* emails */
.about-email h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
}
.about-email p{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
/* date of birth  */
.about-date-birth h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
}
.about-date-birth p{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
/* location */
.about-from h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
}
.about-from p{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}


/* ===========================
    ABOUT PART CSS END
=========================== */








/* SERVICE PART CSS START  */

#services-part{
    padding-top: 150px;
    padding-bottom: 100px;
}

.service-title-row{
    justify-content: center;
}
.service-title{
    padding-bottom: 30px;
}
.service-title h4{
    margin: 0 auto;
    width: 150px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #ffd900;
}
.service-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}



.service-row{
    margin-top: 50px;
    margin-bottom: 50px;
}


.service-item{
    padding: 20px;
    border-radius: 20px;
    transition: all linear 0.3s;
    border: 1px solid #757575;
    height: 350px;
    cursor: pointer;
}
.service-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-img {
    display: block !important;
    height: 150px;
    width: 150px;
    text-align: center;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
    transition: all linear 0.3s;
    margin-top: 40px;
}
.service-img img{
    height: 100px;
    width: 100px;
    transition: all linear 0.3s;
}

.service-text{
    text-align: center;
}
.service-text h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    transition: all linear 0.3s;
    padding-bottom: 20px;
    margin-top: 10px;
}
.service-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: -120px;
    /* opacity: 0; */
    overflow: hidden !important;
    transition: all linear 0.3s;
    visibility: hidden;
}
.service-item:hover{
    box-shadow: 0px 0px 10px 2px #ffffff9d;
    transition: all linear 0.3s;
}
.service-item:hover .service-img {
    margin-top: 10px;
}
.service-item:hover .service-img img{
    height: 50px;
    width: 50px;
}
.service-item:hover .service-text h4{
    font-size: 20px;
    margin-top: -20px;
}
.service-item:hover .service-text p{
    opacity: 1;
    margin-bottom: 0px;
    visibility: visible;
}
.service-item-col{
    margin: 10px 0px;
}

/* SERVICE PART CSS   END  */








/* PROJECTS PART CSS START  */

#project-part{
    padding: 100px 0px;
}

.project-title-row{
    justify-content: center;
}
.project-title{
    padding-bottom: 30px;
}
.project-title h4{
    margin: 0 auto;
    width: 120px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.project-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}


.project-img{
    position: relative;
    z-index: 1;
}
.project-img img{
    width: 100%;
    border-radius: 20px;
    filter: brightness(0.5);
    transition: all linear 0.3s;
    object-fit: cover;
}
.project-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.project-text h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
}

.project-img:hover.project-img img{
    transform: scale(1.1);
    filter: brightness(0.8);
}
.project-img:hover .project-text h4{
    color: #ffd900;
    background: linear-gradient(90deg, #000, #FFD700 , #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    animation: project-text-gradient-ani 50s infinite linear;
    filter: drop-shadow(0px 0px 20px #000);
}
@keyframes project-text-gradient-ani {
        
    0%{
        background-position: 0% center;
    }
    50%{
        background-position: 2000% center;
    }
}

.project-wrapper{
    margin: 10px 10px;
}
.project-img-row{
    margin: 10px 0px;
}
/* PROJECTS PART CSS   END  */



/* COUNTER PART CSS START  */

#statics-part{
    padding: 100px 0px;
}
.statics-title-row{
    justify-content: center;
}
.statics-title{
    padding-bottom: 30px;
}
.statics-title h4{
    margin: 0 auto;
    width: 120px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.statics-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}
.counter-wrapper{
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: 2px solid #757575;
    border-radius: 20px;
}
.counter-icon{
    text-align: center;
    padding-top: 40px;
}
.counter-icon i{
    font-size: 38px;
    color: #FFD700;
    filter: drop-shadow(0px 0px 20px #FFD700);
}
.counter-text{
    text-align: center;
}
.counter-text h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding-top: 40px;
}
.counter-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
    margin-top: 20px;
}
.counter-row{
    margin: 20px 0px;
}
.counter-col{
    margin: 10px 0px;
}

/* COUNTER PART CSS   END  */



/* REVIEW PART CSS START  */

#review-part{
    padding: 100px 0px;
}
.review-title-row{
    justify-content: center;
}
.review-title{
    padding-bottom: 30px;
}
.review-title h4{
    margin: 0 auto;
    width: 140px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.review-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}
.review-slider-row{
    justify-content: center;
    padding-top: 50px;
    cursor: pointer;
}
.review-items{
    text-align: center;
}
.review-img{
    display: flex;
    justify-content: center;
}
.review-img img{
    background: #FFF;
    padding: 10px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.review-text{
    padding: 20px 0px;
}
.review-text h5{
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #FFD700;
}
.review-text h6{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #c2c2c2;
    padding-bottom: 10px;
}
.review-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}
.review-slider .slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.review-slider .slick-dots li{
    display: inline-block;
    margin: 0 10px;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 50%;
    border: none;
}
.review-slider .slick-dots li button{
    color: transparent;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 50%;
    border: none;
    opacity: 0;
    transition: all linear 0.30s;
    box-shadow: 0px 0px 10px 4px #ffd900;
}
.review-slider .slick-dots li.slick-active button{
    opacity: 1;
}
/* REVIEW PART CSS   END  */



/* SAYING PART CSS START  */

#saying-part{
    padding: 200px 0px;
}

.saying-title-row{
    justify-content: center;
}
.saying-title{
    padding-bottom: 30px;
}
.saying-title h4{
    margin: 0 auto;
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #FFD700;
    padding-bottom: 50px;
}

.saying-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
}

/* SAYING PART CSS   END  */


/* BLOGS PART CSS START  */

#blog-part{
    padding: 100px 0px;
}
.blog-title-row{
    justify-content: center;
}
.blog-title{
    padding-bottom: 50px;
}
.blog-title h4{
    margin: 0 auto;
    width: 200px;
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: transparent;
    background-clip: border-box;
    border: 1px solid #FFD700;
    border-radius: .25rem;
    /* background: #757575; */
}
.card-title{
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #FFD700;
    padding-top: 10px;
}
.card-text-wrapper{
    display: flex;
}
.card-icon{
    margin-right: 15px;
}
.main-icon{
    font-size: 18px;
    color: #FFD700;
}
.card-inner-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    text-align: justify;
}

/* BLOGS PART CSS   END  */



/* CONTACT PART CSS START  */

#contact-part{
    padding: 200px 0px;
}
.contact-title-row{
    justify-content: center;
}
.contact-title{
    padding-bottom: 30px;
}
.contact-title h4{
    margin: 0 auto;
    width: 200px;
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    background: #ffd900;
}
.contact-title h6{
    font-family: 'DM Sans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}
.contact-title p{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #bdbdbd;
    margin-top: 15px;
}
.contact-row{
    align-items: center;
    margin-top: 100px;
    justify-content: space-between;
}
.info-col{
    margin-top: 30px;
}
.contact-info{
    text-align: center;
}
.contact-info h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #FFF;
}
.contact-info p{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #a7a7a7;
}
.contact-btn{
    margin-top: 100px;
    text-align: center;
}
.contact-btn ul{
    margin-left: -25px;
}
.contact-btn ul li a button{
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    background: #cfba3e;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    transition: all linear 0.3s;
}
.contact-btn ul li a button:hover{
    background: #ffd900;
    box-shadow: 0px 0px 10px 0px #ffd900;
}
.contact-img{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: transparent;
    background-clip: border-box;
}
.contact-img img{
    object-fit: cover;
}

/* contact left side  */

.contact-right{
    background: #FFD700;
    padding: 10px 20px;
    border-radius: 20px;
}
.contact-heading{
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
}
.contact-heading h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.contact-heading p{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
}
.contact-card-info{
    display: flex;
    padding: 10px 0px;
}
.contact-icon{
    margin-right: 30px;
}
.contact-icon i{
    color: #000;
    font-size: 20px;
    margin: 8px;
}
.contact-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.contact-social-icons{
    display: flex;
    padding: 20px 0px;
}
.contact-social-icons i{
    font-size: 20px;
}
.contact-social-icons a{
    text-decoration: none;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 1s;
    margin: 10px;
}
.contact-social-icons a:hover{
    background-color: #000;
    color: #fff;
}

.contact-social-icons a:hover .facebook{
    color: #3d9ec4;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.contact-social-icons a:hover .insta{
    color: #dd34cf;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.contact-social-icons a:hover .twitter{
    color: #00acee;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.contact-social-icons a:hover .linkedin{
    color: #0072b1;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.contact-social-icons a:hover .git{
    color: #FFF;
    transition: all linear 0.3s;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
/* CONTACT PART CSS   END  */


/* FOOTER PART CSS START  */

footer{
    width: 100%;
    background: #FFD700;
    padding: 10px 0px;
}
.foter-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foter-left{
    text-align: start;
    margin-left: 40px;
}
.foter-left h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.foter-center{
    text-align: center;
}
.foter-center p{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.foter-right{
    text-align: end;
    margin-right: 40px;
}
.foter-right p{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.fotter-wrapper {
	display: flex;
	justify-content: space-between;
}
/* FOOTER PART CSS   END  */