@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
 body{
    width: 100%;
    background: #fff;
    color: #000;
 }
 body::-webkit-scrollbar{
    display: none;
 }
 main{
    display: flex;
    flex-direction: column;
    gap: 100px;
 }
 .wrapper{
    max-width: 1100px;
    margin: 0 auto;
 }
header{
    margin-top: 10px;
    width: 100%;
    height: 75px;
}
.navbar{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul{
    display: flex;
    gap: 30px;
}
ul li{
    list-style: none;
}
.nav-links{
    display: flex;
    align-items: center;
    gap: 25px;
}
.nav-links a{
    font-family: 'Roboto Mono', sans-serif;
    font-size: 17px;
    font-weight: 600;
}
a{
    text-decoration: none;
    color: #000;
}
.logo_txt{
    font-size: 25px;
    font-weight: 700;
}
.logo{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.logo-icon{
    width: 40px;
    transform: rotate(45deg);
}
.secondary-nav{
    width: 215px;
    height: 56px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}
.hero-section{
    width: 100%;
    height: 100vh;
}
.upper-row{
    width: 100%;
    height: 584px;
    margin-top: 20px;
    display: flex;
    padding-bottom: 50px;
}
.col{
    width: 550px;
    height: 100%;
}
.left-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
}
.left-col h1{
    font-size: 50px;
    font-family: 'Space Mono', sans-serif;
}
.left-col p{
    font-size: 16px;
    font-weight: 400;
}
.right-col{
    background-image: url(./images/Marketing-cuate.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 56px;
    background: #000;
    border-radius: 6px;
    color: #fff ;
    font-family: 'Roboto mono', sans-serif;
    font-size: 16px;
    cursor: pointer;
}.lower-row{
    width: 100%;
    height: 116px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.icon_feature{
    width: 165px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amazon-icon{
    width: 100%;
}
.dribble-icon{
    width: 95%;
}
.hubspot-icon{
    width: 100%;
}
.notion-icon{
    width: 105%;
}
.netflix-icon{
    width: 85%;
}
.zoom-icon{
    width: 85%;
}
.service-section{
    width: 100%;
    margin: 0 auto;
   
.s-upper-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 85px;
}
}
.service-wrap{
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.s-txt{
    font-size: 35px;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    background: #B6FF6E;
    padding: 0  10px;
    border-radius: 5px;
}
.s-p{
    font-size: 17px;
    font-weight: 400;
}
.service-cat{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:  repeat(2, auto);
    justify-items: center;
    row-gap: 35px;

}

.s-wrap{
    width: 514px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-wrap-1,
.s-wrap-4{
    height: 260px;
    border: 1.5px solid #000;
    -webkit-box-shadow: 0px 9px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 9px 0px 0px rgba(0,0,0,1);
box-shadow: 0px 9px 0px 0px rgba(0,0,0,1);
}

.s-wrap-2,
.s-wrap-3{
    height: 268px;
    background: #000;
}
.ww-ui-1{
    width: 195px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ss-txt{
    margin: 0 !important;
}
.seo-txt{
    font-size: 22px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    background: #B6FF6E;
    padding: 2px 10px;
}
.pp-txt{
    font-size: 22px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    background: #fff;
    padding: 2px 10px;
}
.stxt{
    border-radius: 5px 5px 5px 0;
}
.stxt-1{
    border-radius: 0 0 5px 5px;
}
.btn_wrap_ww{
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-p{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.icon-p-1{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn_wrap_ww span{
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.learn-txt{
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
.arrow_icon{
    width: 28px;
}
.ww-ui-2{
    width: 220px;
    height: 250px;
    background-image: url(./images/seo.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.ww-ui-3{
    width: 220px;
    height: 250px;
    background-image: url(./images/e-mail.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.ww-ui-4{
    margin-left: 30px;
    width: 190px;
    height: 200px;
    background-image: url(./images/pcc-1.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.ww-ui-5{
    margin-left: 30px;
    width: 190px;
    height: 200px;
    background-image: url(./images/smd.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.l-lower-row{
    max-width: 1080px;
    height: 300px;
    border-radius: 30px;
    background: #F0F0F0;
}