body{
    font-family: 'Big Shoulders Text', sans-serif;
}
html{
    scroll-behavior: smooth;
}
/* progress-scroll */
.progress-scroll section{
    color: white;
    font-size: 4em;
    display: grid;
    place-content: center;
    min-height: 100vh;

}
.progress-bar{
    position: fixed;
    width: 100%;
    height: 1vh;
    z-index: 2;

}
.filled{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #FF5C5C, #761961);
}



/* Banner */

.banner-img{
    background: url(../images/banner.png);
    width: 100%;
    min-height: 729px;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
.banner-img-mockup{
    background: url(../images/banner.png);
    width: 100%;
    /* min-height: 729px; */
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
/* HEADER */
/* .navbar{
    position: fixed;
   
    top: 0
} */

.navbar ul li a{
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}

.navbar ul li a:hover{
    color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}

.navbar ul{
    width: 89%;
   
}

.navbar .active a{
    color: #FF5C5C !important;
}
.banner form{
    margin-left: 22px;
   
}
.navbar form button{
    background-color: #FF5C5C;
    color: #fff;
    padding: 10px 30px;
   
    background-image: -moz-linear-gradient(top, #761961 0%, #FF5C5C 100%); 
    background-image: -webkit-linear-gradient(top, #761961 0%,#FF5C5C 100%); 
    background-image: linear-gradient(to bottom, #761961 0%,#FF5C5C 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    border: none;
    
}
.navbar form button:hover{
    background-position: -200%;
    transition: background 700ms ease-in-out;
    background-color: #FF5C5C;
    color: #fff;
}
.navbar .navbar-brand:hover{
    display: inline-block;
    transition: all 1s ease;
}
.navbar .navbar-brand:hover{
    
    transform: translateY(-5px);
    display: inline-block;
    transition: all 1s ease;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #17014c;
    z-index: 9999;
}


/* BANNER-CONTENT */
/* .banner .hero p{
    background: var(--gradient-1, linear-gradient(244deg, #761961 0%, #FF5C5C 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.banner-content .person-details .details{
    background: linear-gradient(237deg, #510E46 0%, #390331 100% );
    border-radius: 30px;
    width: 222px;
    text-align: center;
    padding: 8px 0;
    display: inline-block;
    transition: all 0.5s ease;
 
}
.banner-content .person-details .details:hover{
    color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.banner-content .person-details .details h4{
    color: #FF5C5C;
    font-size: 20px;
    font-weight: bold;
}
.banner-content .person-details .details p{
    color: #bbb1b1;
    font-size: 15px;
    font-weight: 500;

}
.banner-content .person-details .details h6 a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
}
.banner-content .person-details .details h6 a:hover{
    color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.banner-content ul li{
    list-style-type: none;
    margin-bottom: 20px;
   
    
   
}

.banner-content ul li a {
    color: #761961;
    
    font-size: 15px;
    text-decoration: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
   
   
   
}
.banner-content ul li a  i{
    margin: 10px 0;
}
.banner-content ul li a:hover{
    background-color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
   
    
}
.banner-content ul li a::before{
    background-color: #FF5C5C;
}

.banner-content ul li a:hover i{
    transform: rotateY(360deg);
}
.banner-content ul li a:hover i{
    transition: .5s;
    z-index: 3;
}

.banner .banner-content h1{
    font-size: 92px;
    font-weight: 700;
    
    background: var(--gradient-1, linear-gradient(244deg, #B0A6F7 0%, #F3DFEA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    

}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
    
}

.cssanimation span { display: inline-block }

.leFadeIn span { animation-name: leFadeIn }
@keyframes leFadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}


.banner .banner-content p{
    font-size: 24px;
    color: #D9D9D9;
}
.banner .banner-content span a{
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
    
  text-decoration: none;
    
}
.banner .banner-content span a{
    background:
    linear-gradient(
      to right,
      #FFf,
      #FFf
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.banner .banner-content span a:hover{
background-size: 0 3px, 100% 3px;
color: #FF5C5C;
}




/* ABOUT */
.about{
    padding: 65px 0;
}
.about .about-img{
    height: 421px;
    width: auto;
    display: inline-block;
    transition: all 0.5s ease;
   
}
.about .about-img:hover{
    content: url(../images/about-og2.svg);
    transform: translateY(-5px);
    display: inline-block;
    transition: all 1s ease;
   
}

.about .arrow{
    margin-top: 289px;
    margin-left: 113px;
}
.about h6{
    color: #761961;
    font-size: 18px;
    font-weight: 700;
}
.about h2{
    font-size: 48px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #761961;
 
}
.about .underline{
    background-color: #ebe7f8;
    height: 20px;
    width: 271px;
    display: inline-block;
    position: absolute;
    margin-top: -29px;
}
.about span{
    color: #FF5C5C;
}
.about .about-head img{
   margin-top: 10px;
    margin-left: 250px;
}

.about p{
    font-size: 18px;
    
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;

    
}

.about button{
    margin-top: 25px;
    background-color: #FF5C5C;
    color: #fff;
    padding: 10px 30px;

    background-image: -moz-linear-gradient(top, #761961 0%, #FF5C5C 100%); 
    background-image: -webkit-linear-gradient(top, #761961 0%,#FF5C5C 100%); 
    background-image: linear-gradient(to bottom, #761961 0%,#FF5C5C 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    border: none;
}
.about button:hover{
    background-position: -200%;
    transition: background 700ms ease-in-out;
    background-color: #FF5C5C;
    color: #fff;
}
.about .sub-head img{
    margin-left: -16px;
    margin-top: -19px;
    position: absolute;
}


/* SKILLS */

.skills{
    padding: 65px 0;
}
.skills h2{
    font-size: 48px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #761961;

}
.skills h6{
    color: #761961;
    font-size: 18px;
    font-weight: 700;
}
.skills .underline{
    background-color: #ebe7f8;
    height: 20px;
    width: 419px;
    display: block;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
  
    
}
.skills .sub-head img{
    position: absolute;
    margin-top: -17px;
    margin-left: -49px;
}

.skills .summary{
    color: #FF5C5C;
}


.skills-content{
    margin-top: 50px;
}
.skills .skills-content .skills-img{
    height: 421px;
    width: auto;
    float: right;
   
    transition: all 1s ease-in-out;
}
.skills .skills-content .skills-img:hover{
    content: url(../images/skills-og2.svg);
    transform: translateY(-5px);
    display: inline-block;
    transition: all 1s ease-in-out;
   
}
.skills .skills-content h4{
    font-size: 18px;
    font-weight: 700;
    
}

.skills .skills-content .skill-bar{
    background-color: #D9D9D9;
    width: 100%;
    height: 6px;
    border-radius: 10px;
   
    transform: scaleX(0);
    transform-origin: left;
}
.skills.animated .skills-content .skill-bar{
    animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
@keyframes animate{
    100%{
        transform: scaleX(1);

    }
}
.skills .skills-content .skill-per{
    
    background: linear-gradient(
        90deg,
        #761961,
        #FF5C5C
    );
    width: 90%;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    
    transform: scaleX(0);
    transform-origin: left;
    box-shadow: 0 0 3px #70adff;
}
.skills.animated .skills-content .skill-per{
    animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.skills .skills-content .color:nth-child(2) .skill-per{
   
    width: 85%;
}
.skills .skills-content .color:nth-child(3) .skill-per{
   
    width: 95%;
}

.skills .skills-content .color:nth-child(5) .skill-per{
    
    width: 85%;
}
.skills .skills-content .color:nth-child(6) .skill-per{
   
    width: 75%;
}
.skills .skills-content .color:nth-child(7) .skill-per{
   
    width: 70%;
}
.skills.animated .skills-content .skill-per::after{
    position: absolute;
   


    color: #761961;
    font-size: 18px;
    top: -28px;
    right: -20px;
    
    opacity: 0;
}
.skills.animated .skills-content .skill-per::after{
    animation: showText 0.5s 1.5s linear forwards ;
}
.skills .skills-content .color:nth-child(1) .skill-per::after{
   
    content: "90%";
}
.skills .skills-content .color:nth-child(2) .skill-per::after{
   
    content: "85%";
}
.skills .skills-content .color:nth-child(3) .skill-per::after{
   
    content: "95%";
}
.skills .skills-content .color:nth-child(4) .skill-per::after{
   
    content: "90%";
}
.skills .skills-content .color:nth-child(5) .skill-per::after{
   
    content: "90%";
}
.skills .skills-content .color:nth-child(6) .skill-per::after{
   
    content: "75%";
}

.skills .skills-content .color:nth-child(7) .skill-per::after{
   
    content: "70%";
}















 .skills.animated .skills-content .skill-per::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 20px #fff;
     background: #761961;
    
    top: -5px;
    right: 0;
    animation: showText 0.5s 1.5s linear forwards;
    opacity: 0;

} 
.skills .skills-content .color:nth-child(2) .skill-per::before{
    background-color: #FF5C5C;
}
.skills .skills-content .color:nth-child(4) .skill-per::before{
    background-color: #FF5C5C;
}
.skills .skills-content .color:nth-child(6) .skill-per::before{
    background-color: #FF5C5C;
}
@keyframes showText{
    100%{
        opacity: 1;
    }
}










/* EDUCATION */

.education{
    padding: 65px 0;
}
.education h2{
    font-size: 48px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #761961;

}
.education .academy{
    color: #FF5C5C;
}
.education h6{
    color: #761961;
    font-size: 18px;
    font-weight: 700;
}
.education .underline{
    background-color: #ebe7f8;
    height: 20px;
    width: 369px;
    display: block;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    
}
.education .sub-head img{
    position: absolute;
    margin-top: -17px;
    margin-left: -49px;
}
.education .edu-img{
    height: 421px;
    width: auto;
}
.education .edu-img:hover{
    content: url(../images/edu-og2.svg);
    transform: translateY(-5px);
    display: inline-block;
    transition: all 1s ease;
    background-position: center;
    background-size: cover; 
   
}
.education .edu-content{
    margin-top: 50px;
}

.education .edu-content h4{
    font-size: 18px;
    font-weight: 700;
}
.education .edu-content p{
    font-size: 15px;
    font-weight: 600;
}
.education .edu-content .line{
    background-color: #761961;
    height: 1.5px;
    width: 100%;position: relative;
}
.education .edu-content .line:after{
    content: "\f19d"; 
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    padding: 5px 6px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;

    background-color: #761961;
   
    top: -11px;
    right: -10px;
    
 
}

.education .edu-content .centre{
   text-align: right;
}
 .education .edu-content .color:nth-child(2) .line{
    background-color: #FF5C5C;
 }
 .education .edu-content .color:nth-child(4) .line{
    background-color: #FF5C5C;
 }







 
/* PORTFOLIO */

.portfolio{
    padding: 65px 0;
}
.portfolio h2{
    font-size: 48px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #761961;

}
.portfolio h6{
    color: #761961;
    font-size: 18px;
    font-weight: 700;
}
.portfolio .underline{
    background-color: #ebe7f8;
    height: 20px;
    width: 461px;
    display: block;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    
}
.portfolio .sub-head img{
    position: absolute;
    margin-top: -17px;
    margin-left: -49px;
    transition: all 0.5s ease-in;
}


.portfolio .works{
    color: #FF5C5C;
}
.portfolio .portfolio-content{
    margin-top: 50px;
}
/* .portfolio .portfolio-content h4{
    font-size: 15px;
    font-weight: 600;
}
.portfolio .portfolio-content .work-img{
    background: url(../images/work-back.svg);
    padding: 31px 7px;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background-color: #761961;
    background-position: center;
    background-size: cover; 
   
} 

.portfolio .portfolio-content img{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all 0.5s ease-in;
    
    width: 401px;
    height: 247px;
}
.portfolio .portfolio-content img:hover{
    transform: scale(1.1);
   
    transition: all 0.5s ease-out;
} */

/* .owl-next{    display: block;
    width: 42px;
    height: 51px;
    background: url('../images/sp.png');
    background-position: -47px -19px;}
.owl-prev {
    display: block;
    width: 42px;
    height: 51px;
    background: url('../images/sp.png');
    background-position: 1px -19px;
} */
.owl-nav{
    text-align: center;
    color: #761961;
    font-size: 30px;
    margin-top: 40px;
    position: relative;
}
.owl-nav .owl-prev {
   left: -30px;
   top: -222px;
    position: absolute;
    
  }
  
  .owl-nav .owl-next {
    right: -30px;
    top: -222px;
     position: absolute;
     
  }

  
.portfolio .portfolio-content img{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all 0.5s ease-in;
    
    width: 401px;
    height: 247px;
}

.portfolio .portfolio-content h4{
    font-size: 20px;
    font-weight: 600;
    color: #761961;
}

/* CONTACT */

.contact{
    padding: 65px 0;
}
.contact h2{
    font-size: 48px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #761961;

}
.contact h6{
    color: #761961;
    font-size: 18px;
    font-weight: 700;
}
.contact .underline{
    background-color: #ebe7f8;
    height: 20px;
    width: 309px;
    display: block;
    margin-top: -29px;
   
    
}
.contact .sub-head img{
    position: absolute;
    margin-top: -17px;
    margin-left: -14px;
    transition: all 0.5s ease-in;
}
.contact .line-color:nth-child(2) .underline{
    width: 398px;
}

.contact .line-color span{
    color: #FF5C5C;
}
.contact .contact-content{
    margin-top: 50px;
}
.contact .contact-content p{
    font-size: 18px;
    line-height: 34px;
  
}
.contact .contact-content h4{
    font-size: 18px;
    font-weight: bold;
}
.contact .contact-content a{
    color: #FF5C5C;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: 600;
}
.contact .contact-content a:hover{
    color: #761961;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
form .form-row{
    margin-top: 40px;
}
form .form-row input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    outline: none;
}
form .form-row  textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    outline: none;
}
.form-row input:focus ~ label, .form-row textarea:focus ~ label,
.form-row input:valid ~ label, .form-row textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #761961;
}
.form-row{
    position: relative;
}
.form-row textarea{
    resize: none;
    padding-top: 10px;
  }
  .form-row label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .form-row .under{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .form-row .under:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #761961;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .form-row input:focus ~ .under:before,
.form-row input:valid ~ .under:before,
.form-row textarea:focus ~ .under:before,
.form-row textarea:valid ~ .under:before{
  transform: scale(1);
}



.contact form  button{
    margin-top: 25px;
    background-color: #FF5C5C;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(top, #761961 0%, #FF5C5C 100%); 
    background-image: -webkit-linear-gradient(top, #761961 0%,#FF5C5C 100%); 
    background-image: linear-gradient(to bottom, #761961 0%,#FF5C5C 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    border: none;
}
.contact form  button:hover{
    background-position: -200%;
    transition: background 700ms ease-in-out;
    background-color: #FF5C5C;
}




/* FOOTER */

.footer{
    background: url(../images/banner.png);
    padding: 65px 0;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    
}
.footer .footer-logo ul li{
 display: inline-block;

}
.footer ul{
    padding: 0;
}
.footer a{
    text-decoration: none;
}
.footer .footer-logo ul li a{
    color: #761961;
    font-size: 15px;
    text-decoration: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}
.footer .footer-logo ul li a:hover i{
    transform: rotateY(360deg);
    transition: .5s;
    z-index: 3;
}

.footer .footer-logo ul li a:hover{
    background-color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.footer .footer-logo ul li a i{
    margin: 10px 0;
}
.footer h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 38px;
}

.footer .footer-links ul{
    margin-top: 29px;

}
.footer .footer-links ul a{
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}
.footer .footer-links ul a:hover{
    color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.footer .footer-links ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
}
.footer .footer-links ul li::before {
    content: "\f8d9"; 
    font-family: FontAwesome;
    color: #FF5C5C;
    font-weight: bold; 
    display: inline-block; 
    width: 3em; 
    font-size: 10px;
    
}

.footer .footer-location p{
    margin-top: 29px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
}
.footer .footer-location a{
    color: #FFf;
    display: inline-block;
    transition: all 0.5s ease;
    font-size: 18px;
    

}
.footer .footer-location a{
    background:
    linear-gradient(
      to right,
      #fff,
      #fff
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.footer .footer-location a:hover{
background-size: 0 3px, 100% 3px;
color: #FF5C5C;
}
/* .footer .footer-location a:hover{
    color: #fff;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
} */
.footer .footer-contact a{
    color: #FFf;
    display: inline-block;
    transition: all 0.5s ease;
    font-size: 18px;

}
.footer .footer-contact a:hover{
    color: #FF5C5C;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.footer .up img{
    
    position: fixed;
    bottom: 51px;
    right: 41px;
    width: 30px;
    height: 30px;
    line-height: 50px;
    display: inline-block;
    transition: all 0.5s ease;
    text-align: center;

}
.footer .up img:hover{
    content: url(../images/up-arrow\ \(1\).png);
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}

.bottom-footer{
    background-color: #0D093E;
    text-align: center;
    color: #B7ACAC;
    padding: 10px 0;
    font-style: 15px;
}


.float-what{
	position:fixed;
	width:30px;
	height:30px;
	bottom:103px;
	right:43px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:21px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}




/* single portfolio */

.single-work{
    background-color: #f4ffff;
    padding: 65px 0;
}
.single-work img{
    height: 700px;
    width: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-work h4{
    color: #761961;
    font-weight: bold;
}