html{
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oooh Baby', cursive;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 600;
    color: black;

}

.extra-div h2 {
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}

.header {
    width: 100;
    height: 100vh;
    background-image: linear-gradient(rgba(58, 98, 162, 0.8), rgba(138, 238, 240, 0.8)), url(./211372-web-design-wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    clip-path: polygon(100% 0%, 100% 77%, 50% 100%, 0 75%, 0 0);
}

.header:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: .3;
    z-index: -1;
    background: linear-gradient(to right, #1ef799 0%, #3ccdbb 0%, #16c9f6 100%);



}

.navbar:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: .3;
    z-index: -1;
    background: linear-gradient(to right, #1ef799 0%, #3ccdbb 0%, #16c9f6 100%);

}

.nav-item a {
    color: #fff !important;
    font-weight: bold;
}

.header-section {
    width: 100%;
    height: inherit;
    color: white;
    text-align: center;
    position: relative;

}

.center-div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);


}

.header-buttons a {
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.header-buttons a:hover {
    color: #50d1c0;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.center-div p {
    font-size: 1, 3rem;
    padding: 10px 0 20px 0;
    color: white;
}

/*extra three header div started*/

.header-extradiv {
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
}

.extra-div {
    background: #fff;
    border: medium none;
    padding: 50px;
    border-radius: 3px;
    transition: 0.3s;

}

.extra-div:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
}



/*awards won started*/

.project-work {
    margin: 100px 0;
}

.project-works h1 {
    font-size: 2rem;
    text-align: center;
}

/*awards won ends*/


/*PRICING CSS START*/

.pricing {
    width: 100%;
    height: 100vh;
    padding: 50px;
    position: relative;
    font-weight: 800;
}

.pricing:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
    background: linear-gradient(160deg, #16c9f6 55%, #fff 0%);

}

.money {
    font-size: 50px;
    line-height: 1;
    color: #606060;
}

.card {
    transition: 0.4s ease;
}

.card-header {
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff !important;
    padding: 25px 9 !important;
}

.card-body {
    padding: 30px 0px !important;
}

.card-body li {
    margin: 10px 0;
    font-weight: 1000;
    font-size: 15px;
    line-height: 1.6;
    color: #606060;

}

.card-footer {
    background: white !important;
    padding: 30px 0px !important;
}

.card-footer a {
    border: 1px solid #439ab5;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #165fc5;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.card:hover .card-footer a {
    color: #fff;
    background: #50d1c0;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card:hover {
    transform: translateY(-18px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card:hover .card-header .card:hover .money {
    color: #50d1c0;
}

.card-second {
    transform: translateY(-3px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

/*PRICING CSS ends*/

/*customer feedback starts*/

.happyclients {
    width: 100%;
    height: 100vh;
    padding: 80px 0;
}

.box {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: o 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    transition: 0.3s ease;
}

.box:hover {
    background-color: #16c9f6;
}

.box:hover p {
    color: white;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px !important;

}

.carousel-indicators li {
    background-color: #16c9f6 !important;
}

.box a {
    position: relative;
}

.box a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;
}


.box a::after {
    content: "\f10d";
    font-family: fontAWESOME;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #16c9f6;
    color: white;
    position: absolute;
    top: 120%;
    left: 70%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box h1 {
    font-size: 18px;
    font-weight: 900;
    color: black;
    margin-bottom: 10px;
}

.box h2 {
    font-size: 13px;
    font-weight: 900;
    color: black;
    margin-bottom: 20px;

}





/*customer feedback ends*/

/*contact us starts*/

.contactus {
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    position: relative;
}

.contactus:before{
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
    background: linear-gradient(330deg, #16c9f6 55%, #fff 0%);

}

.form-button button{
    border: 1px solid #439ab5;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #165fc5;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: transparent;
}

.form-button button{
    color: #50d1c0;
}

form:hover .form-button button{
    background: #fff;
    font-weight: 900;
    color: #50d1c0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
::placeholder{
    font-weight: 900;
    font-size: 0.85rem;
}

/*contact us end*/

/*newsletter starts*/

.newsletter {
    width: 100%;
    height: 100vh;
    padding: 80px 0px;
    position: relative;
}
.news-input{
    border-radius: 100px 0px 0px 100px!important;

}

.input-group-text{
    color: #fff!important;
    background: #5bc0de!important;
    border-radius: 0 100px 100px 0!important;
    min-width: 130px;
    min-height: 40px;
    
}

/*newsletter end */

/*footer starts*/
      
.footersection{
    height: auto;
    width: auto;
padding: 80px 0 20px 0 ;
background: #00abff;
position: relative;
font-weight: bold;
}

.footersection p{
    color: #fff;
}

.footersection li a{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}


.footersection h3{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.2rem!important;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#myBtn{
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: #fff;
    background: #00abff;
    padding: 10px;
    border-radius: 10px;
}
#myBtn:hover{
    background: #606060;
}

/*footer end */

@media(max-width: 768px){
    .nav-item{
        text-align: center!important;

    }
    .pricing, .happyclients{
        height: auto;
        margin-top: 50px;
    }
    .card-second{
        transform: translateY(0px);
        margin: 30px 0;
    }
    .contactus p{
        padding: 0 50px ;
    }
    .footer-div:nth-child(2){
        text-align: left!important;
    }
    .footer-div{
        margin: 30px 0;
    }

}