html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background-color: #ffffff;
    box-sizing: border-box;
    color: #abacae;
}
p{
    color: #abacae;
}
nav{
    background-color: #ffffff;
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    animation-duration: 1s
}
.nav-item{
    padding-left: 25px;
}
.nav-link{
    color: #585b60;
    margin-top: 0;
    margin-bottom: 0
}
.nav-link:after{
    display:block;
    content: '';
    border-bottom: solid 2px #f63854;  
    padding-bottom: 5px;
    transform: scaleX(0);  
    transition: transform 500ms ease-in-out;
}
.nav-link:hover, .nav-link:active{
    color: #f63854;
}
.nav-link:hover:after{
    transform: scaleX(1);
}
.collapse{
    background: #ffffff;
    padding: 5px;
    top: 0;
    background: #ffffff;
}
.nav-link{
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
img{
    width: 70%;
}
#hero-area{
    background-image: url(https://preview.uideck.com/items/fusion/assets/img/hero-area.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    padding: 180px 0 80px
}
#hero-area .contents .head-title {
    color: #222;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px
}

.button {
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
    color: #ffffff;
    border-radius: 40px;
    display: inline-block;
    outline: none;
}
#hero-area .pink,#pricing .pink, #contact .pink{
    background-color: #f63854;
    margin-right: 5px;
    position: relative;
    border: #ffffff 1px solid;
}
#hero-area .pink:hover,#pricing .pink:hover, #contact .pink:hover{
    background-color: #ffffff;
    color: #f63854;
    text-decoration: none;
    border: 1px dotted #f63854;
    box-shadow: 0 6px 22px rgba(0,0,0,.1);
}
.white{
    color: #f63854;
    border: 1px solid #f63854;
}
.white:hover{
    background-color: #f63854;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0,0,0,.1);
}
.intro-img{
    width: 150%;
}
/* SERVICES SECTION */
.section-padding {
    padding: 60px 0
}
.section-title {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.services-item {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #f4f4f4;
    /* transition: all .3s ease-in-out 0s; */
}
.services-item .icon {
    border: 1px solid #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    /* transition: all .3s ease-in-out 0s; */
}
.services-item .icon i {
    font-size: 30px;
    color: #f63854;
    line-height: 70px;
    /* transition: all .3s ease-in-out 0s; */
}
h3 a{ 
    color: #585858;
    font-size: 23px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27,38,49,.1)}
.services-item:hover .icon {
    background: #f63854}
.services-item:hover .icon i {
    color: #ffffff}
.services-item a:hover{
    text-decoration: none;
    color: #f63854;
}
.statistics{
    background-color: #f9f9f9;
    padding-top: 100px;
    height: auto;
    padding-left: 150px;
}

.statContent{
    margin-top: 100px;
}
.featuresH2{
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}
.row .myIcon{
    color: #f63854;
    font-size:30px ;
    line-height: 120px;
    padding: 0;
}
.col-lg-3 , .col-lg-9{
    margin: 0;
    
 float: left;
}
.statistics .col-lg-12{
    margin-bottom: 30px;
    padding: 5px 0px;
    box-shadow: 0 0 12px #f4f4f4;
}
.statistics .col-lg-12:hover, #team .card:hover{
    box-shadow: 0 10px 22px 10px rgba(27,38,49,.1)}
    .statistics .col-lg-12:hover h2{
    color: #f63854;
}
/* TEAM */
#team{
    background-color:#f9f9f9;;
}
#team .card-margin{
    margin: 12px; 
    box-shadow: 0 2px 18px 0 rgba(198,198,198,.3);
    border: none;
}
#team .card-margin , #team img{
    border-radius: 0;
}
#team .card-body .dark-gray{
    color:#444444 ;
}
#team h5{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    cursor: pointer;
}
.card-img{
    height: 228.5px;
    /* width: 210px; */
}
#team .social-icons{
    padding: 0;
    margin: 0;
}
#team .social-icons li{
    display: inline-block;
    margin-left: 12px;
}
#team .social-icons li a i{
    font-size: 17px;
}
#team .social-icons .blue,{
    color: #3b5999;
}
#team .social-icons .lightBlue{
    color: #55acee;
}
#team .social-icons .pink{
    color: #e4405f;
}
#team .card:hover h5{
    color: #f63854;
}
/* PRICING */
#pricing{
    text-align: center;
}
#pricing .col-lg-4{
    max-width: 350px;
    margin: 15px; 
    box-shadow: 0 2px 18px 0 rgba(198,198,198,.3);
    border: none;
    padding: 35px 0px;
}
#pricing .icon-box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #ebedef;
    margin-bottom: 18px;
}
#pricing .red{
    background-color: #f63854;
}
#pricing .icon-box i{
    line-height: 80px;
    font-size: 30px;
    color: #f63854;
}
#pricing .cost{
    font-size: 25px;
    color: #f63854;
    text-align: center;
    font-weight: 700;
}
#pricing .cost span{
    font-size: 15px;
    color: #abacae;
    font-weight: 500;
}
#pricing .type h2{
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}
.description{
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 20px;
}
.shadow{
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}
#pricing .affect:hover{
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}
#pricing .affect:hover .icon-box{
    background-color: #f63854;
}
#pricing .affect:hover .icon-box i{
    color: #ffffff;
}
/* REGISTER */
#register{
    background-color: #f63854;
}
#register .text h3{
    margin-bottom: 20px;
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
}
#register .text p{
    color: #f4f4f4;
}
#register .register-btn{
    float: right;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
    background-color: #ffffff;
    color: #f63854;
    border-radius: 40px;
    display: inline-block;
    outline: none;
}
#register .register-btn:hover{
    background-color: #353535;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0,0,0,.1);
}
/* CONTACT */
#contact{
    background-color: #f9f9f9;;
}
#contact .form{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}
footer{
    padding: 150px 0;
    background-color: #ffffff;
}
footer .footer-text{
    margin-top: 15px;
}
footer .social-icon a{
    color: #272727;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
}
footer .social-icon .facebook:hover{
    background-color: #3b5999;
    color: #ffffff;
}
footer .social-icon .twitter:hover{
    background-color: #55acee;
    color: #ffffff;
}
footer .social-icon .instagram:hover{
    background-color: #e4405f;
    color: #ffffff;
}
footer .social-icon .linkedin:hover{
    background-color: #0077B5;
    color: #ffffff;
}
footer .footer-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: .5px;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer li a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
}
footer li a:hover{
    color: #f63854;
    text-decoration: none;
}
footer .gray{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
footer .gray i{
    font-size: 22px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    line-height: 32px;
}