@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Ubuntu Sans", sans-serif;
}
/*Nav bar section*/
#nav-bar{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: rgb(28, 26, 26);
    box-shadow: 2px 3px 10px ;
}
#nav-bar #logo-container{
    width: 300px;
    height: auto;
    display: grid;
    place-items: center;
}
#nav-bar #logo-container img{
    width: 130px;
    height: 130px;
}
#nav-bar #list-container{
    width: 40%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav-bar #list-container ul{
    display: flex;
    list-style-type: none;
}
#nav-bar #list-container ul li a{
    text-decoration: none;
    color: rgb(222, 219, 219);
    padding: 10px 20px;
    font-size: 18px;
    transition: .5s all;
}
#nav-bar #list-container ul li a:hover{
    border-bottom: 1px solid gray;
    color: aqua;
}

#menu-bar{
    display: none;
}
#nav-bar label{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
}

/*Home Intro Section */
#home-into{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px;
}
#home-into #HomeInto-content{
    width: 40%;
    height: 40rem;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-color: rgb(245, 245, 245);*/
    border-radius: 25px;
    /*box-shadow: 2px 5px 15px;*/
}
#home-into #HomeInto-content h1{
    font-size: 50px;
    margin-bottom: 25px;
    color: aqua;
}
#home-into #HomeInto-content p{
    font-size: 18px;
    margin-bottom: 20px;
    color: gray;
}
#home-into #HomeInto-content a{
    width: 145px;
    height: auto;
    font-size: 18px;
    padding: 15px 25px;
    background-color: aqua;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: 1px solid black;
    transition: .5s all ;
    text-decoration: none;
}
#home-into #HomeInto-content a:hover{
    /* background-image: linear-gradient(to right, rgb(6, 245, 233) , rgba(12, 255, 158, 0.863)); */
    box-shadow: 2px 5px 15px aqua;
    background-color: black;
    color: aqua;
}
 
#home-into #introPic-content{
    width: 40%;
    height: 40rem;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home-into #introPic-content img{
    width: 90%;
    height: auto;
    border-radius: 25px;
}

/*Passionate and skilled team Section*/
#passion-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 30px;
}
#passion-container #passion-content{
    width: 40%;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#passion-container #passion-content h1{
    font-size: 44px;
    font-weight: bolder;
    margin-bottom: 35px;
}
#passion-container #passion-content p{
    font-size: 18px;
    color: gray;
}
#passion-container #passionGif-content{
    width: 40%;
    height: auto;
    display: grid;
    place-items: center;
}
#passion-container #passionGif-content img{
    width: 450px;
    height: auto;
}

/*Grow Business Section*/
#grow{
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
}
#grow h1{
    font-size: 40px;
    padding: 15px 30px;
    text-align: center;
}
#grow-business{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px 45px;
}
#grow-business .grow-feature{
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    background-color: rgba(231, 231, 231, 0.884);
    border-radius: 10px;
    margin-bottom: 30px;
}
#grow-business .grow-feature span{
    font-size: 40px;
    padding: 20px 30px;
}
#grow-business .grow-feature h1{
    font-size: 32px;
    padding: 5px;
    text-align: center;
    text-wrap: wrap;
}
#grow-business .grow-feature p{
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
}
#grow-business .grow-feature a{
    text-decoration: none;
    font-size: 18px;
    padding: 15px 20px;
    color: blue;
    margin-bottom: 20px;
    transition: .5s all;
}
#grow-business .grow-feature a:hover{
    border-bottom: 1px solid blue;
    letter-spacing: 1px;
}

/*Services Section*/
#services{
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    padding: 40px;
    background-color: rgba(239, 239, 239, 0.884);
}
#services h1{
    text-align: center;
    font-size: 40px;
    padding: 20px 30px;
    margin-bottom: 20px;
    color: black;
}
#services #services-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#services #services-container .each-service{
    width: 25%;
    height: auto;
    padding: 20px;
    display: grid;
    place-items: center;
    background-color: rgba(245, 245, 245, 0.888);
    border-radius: 10px;
    box-shadow: 2px 2px 9px;
}
#services #services-container .each-service img{
    width: 70px;
    height: 70px;
}
#services #services-container .each-service h1{
    font-size: 28px;
    text-align: center;
    padding: 15px 20px;
}
#services #services-container .each-service p{
    font-size: 18px;
    text-align: center;
    padding: 15px 0px;
}
#services a{
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px 30px;
    background-color: aqua;
    color: white;
    border-radius: 10px;
    transition: .5s all;
}
#services a:hover{
    /* background-image: linear-gradient(to right, rgb(6, 245, 233) , rgba(12, 255, 158, 0.863)); */
    box-shadow: 2px 5px 15px aqua;
    background-color: black;
    color: aqua;    
}

/*More information section*/
#more-info{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px;
}
#info-content{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 35px;
}
#info-content h1{
    font-size: 35px;
    margin-bottom: 15px;
    padding: 15px 20px;
}
#info-content p{
    font-size: 18px;
    padding: 10px 20px;
}
#info-content ul{
    font-size: 18px;
    color: gray;
    padding: 15px 45px;
}
#info-content ul li{
    padding-bottom: 10px;
}
#info-gif{
    width: 40%;
    height: auto;
    display: grid;
    place-items: center;
    margin-right: 30px;
}
#info-gif img{
    width: 90%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 30px;
}

/*Quick link section*/
#Quick-link{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* background-image: linear-gradient(to left, rgb(6, 245, 233) , rgba(12, 255, 158, 0.863)); */
    background-color: black;
}
#Quick-link #logolist{
    width: 30%;
    height: auto;
    display: grid;
    place-items: center;
}
#Quick-link #logolist img{
    width: 250px;
    height: 250px;
}
#Quick-link #logolist ul{
    list-style: none;
    display: flex;
}
#Quick-link #logolist ul li a{
    text-decoration: none;
    font-size: 22px;
    padding: 15px 20px;
    cursor: pointer;    
}
#Quick-link #logolist ul li a ion-icon{
    transition: .5s all;
    color: white;
}
#Quick-link #logolist ul li a ion-icon:hover{
    font-size: 26px;
    transform: rotate(360deg);
    color: blue;
}
#Quick-link #short-expl{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Quick-link #short-expl h1{
    font-size: 28px;
    padding: 20px;
    color: white;
}
#Quick-link #short-expl p{
    font-size: 18px;
    padding: 20px;
    color: white;
}
#Quick-link #quick-link-list{
    width: 30%;
    height: auto;
    display: grid;
    place-items: center;
}
#Quick-link #quick-link-list ul{
    list-style-type: none;
    padding: 20px;
}
#Quick-link #quick-link-list ul li{
    padding: 5px;
}
#Quick-link #quick-link-list ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}


@media only screen and (max-width: 1300px){
    
    #nav-bar #list-container{
        padding: 10px;
    }
    #grow-business .grow-feature{
        text-wrap: wrap;
        flex-wrap: wrap;
    }
    #grow-business .grow-feature h1{
        padding: 0px 0px;
        font-size: 30px;
        text-align: center;
        text-wrap: wrap;
    }
}

@media only screen and (max-width: 1166px){
    #grow-business .grow-feature{
        width: 40%;
        height: auto;
        margin: 5px;
    }
    #services #services-container .each-service{
        width: 60%;
        height: auto;
        margin-bottom: 20px;
    }
}

.wpbtn{
    position: fixed;
    float: right;
    bottom: 30px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    height: 62px;
   /* background-image: linear-gradient(to right , rgb(44, 243, 243) , rgb(15, 236, 185));*/
   color: white;
   background-color: green;
   transition: .5s all;
}
.wpbtn:hover{
    background-color: white;
    color: black;
}
.wpbtn a{
    text-decoration: none;
    font-size: 40px;
    transition: .3s all;
    color: white;
    border-radius: 50%;
}
.wpbtn a:hover{
    color: black;
}


footer{
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 22px;
    color: white;
    display: grid;
    place-items: center;
    text-wrap: wrap;
    /* background-image: linear-gradient(to left, rgb(6, 245, 233) , rgba(12, 255, 158, 0.863)); */
    background-color: black;
    border-top: 0.7px solid white;
}