body,h1,h2,h3,h4,h5,h6{
    font-family: 'Work Sans', sans-serif;
}

img{
    max-width: 100%;
    border-radius: 10px;
}

/* header-section */
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    font-size: 25px;
    font-weight: 600;
}
.navbar-light .navbar-brand span {
    background: #6278df;
    height: 46px;
    display: inline-block;
    width: 45px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 28px;
    line-height: 1.7;
}

li.nav-item {
    padding-left: 15px;
}
/* slider-section */

.slider-section{
    background: url(./img/ia_100000020.jpg) no-repeat center center;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}
.slider-section::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(18, 19, 18, 0.4);
    z-index: -1;

}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.9rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    font-weight: 200;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .9rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.btn-info {
    color: #ddd;
    background-color: #5ba533;
    border-color: #5ba533;
}
.slider-caption h2 {
    font-size: 43px;
    margin-bottom: 55px;
}
.slider-caption h4 {
    font-size: 24px;
    margin-bottom: 55px;
    font-weight: 300;
}
/* counter-number-item */

.counter-number-item h1{
    font-weight: 600;
    font-size: 70px;
}
.counter-number-item p{
    font-weight: 300;
    font-size: 24px;
}

/* about-section */

.about-section h1 {
    margin-top: 100px;
    font-size: 45px;
}
.about-section p {
    font-size: 20px;
    margin-top: 35px;
}

/* more-about */

.more-about h1{
    font-weight: 400;
}
.more-about h6 {
    margin-top: 45px;
    font-size: 27px;
    font-weight: 300;
}

/* more-about-item */

.feature-item{
    height: 300px;
}

.left-img-sec img{
    width: 70%;
    height: 90%;
}
.right-text-sec{
    width: 60%;
}

/* more-about-item */
.more-about-item{
    box-shadow: 2.5px 4.5px 33px 20 rgba(64 87 191 / 10%);
}
img.img-fluid {
    height: 270px;
}

.more-about h4 {
    font-size: 20px;
    margin-top: 40px;
}
.card:hover{
    box-shadow: 5px 5px 18px 2px;
    color: cadetblue;
    transition: all 0.4s;
}

/* portfolio-item Css */


.portfolio-item a{
    display: block;
    position: relative;
}
.portfolio-item a::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(114, 175, 114, 0.4);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    border-radius: 10px;

}
.portfolio-item:hover a::after{
    opacity: 0;
    visibility: hidden;
}

/* pricing-table-section Css */



.pricing-table-section::after{
    content: "";
    width: 415px;
    padding: 50px;
    box-shadow: 2.5px 4.5px 33px 0 rgba(64, 87, 194, 0.6);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    
}
.pricing-item:hover{
    width: 415px;
    padding: 50px;
    box-shadow: 2.5px 4.5px 33px 0 rgba(64, 87, 194, 0.6);
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
    position: absolute;
    transition: all 0.4s;
    
}

.pricing-item ul{
    list-style: none;
    position: relative;
}
.pricing-item ul li{
    margin-top: 22px;
    font-size: 20px;
}
.pricing-item ul li span{
    color: #667dea;
    font-size: 27px;
    font-weight: 500;
    width: 38px;
    display: inline-block;
    
    
}

.pricing-button{
    position: absolute;
    width: 200px;
    margin: 20px;
}
.pricing-button a{
    color: #0a1ff7;
    border-color: #250cf5;
    border-width: 2px;
    background-color: btn-outline-info;
}

/* tastimonial-section */


.tastimonial-section h2{
    font-size: 1.8rem;
}
.tastimonial-section h1{
    font-size: 2.9rem;
    font-weight: 300;
    margin-top: 25px;
}
.tastimonial-section span{
    font-size: 50px;
}
.tastimonial-section p{
    width: 772px;
    font-size: 20px;
    margin: auto;
}
.author-info{
    width: 250px;
    margin: auto;
}
.author-info img{
    width: 93px;
    margin-right: 18px;
}
.user-details{
    text-align: left;
    position: relative;
    top: 10px;

}
/* team-section Css */


.team-section h1{
    margin-top: 200px;
}
.team-section p{
    margin-top: 40px;
    font-size: 22px;
}

/* team-parson Css */


.team-parson img{
    width: 110px;
    margin-left: 30px;
}

.team-parson p{
    margin-top: 40px;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* contuct-section Css */


.contuct-section h5{
    margin-top: 120px;
}
textarea{
    height: 250px;
}
.app-section button{
    width: 180px;
    font-size: 20px;
    font-weight: 700;
    border-width: 3px;
    border-radius: 10px;
}
.app-section span {
    margin-right: 5px;
}
.app-section button#button-2:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    transition: all 1.5s;
}
.app-section button#button-1:hover {

    transition: all 1.5s;
}
.app-section img{
    width: 1000px;
}

/* footer section Css */

.footer p{
    font-size: 25px;
}
.footer p a{
    text-decoration: none;
}
.footer p span{
    font-size: 35px;
}