


@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&family=Poppins:wght@100;200;300&display=swap');



*
{
    padding: 0px;
    margin: 0px;
    font-family: poppins;
    box-sizing: border-box;
 
}

.navbar-1
{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    background-color:white;
    position: fixed;
    z-index: 999;
    width: 100%;
    
}

.nav-bar
{
    
 
}
.nav
{
    display: flex;
    
    
}
ul>li
{
    padding: 15px;
    list-style: none;
    font-weight: 600;
    
}

ul>li:hover
{
    
    
    height: 50px;
    background-color: #7b6ef5;
    border-radius: 60px;
    
    transform:scale(1.02);
    transition: 0.2s;
    
}
ul>li>a
{
    text-decoration: none;
    color: black;
}

.logo
{
    font-size: 30px;
    font-weight:800 ;
    color: #e24c27;
    
    
}

.logo:hover
{
    transform: translateX(12%);
    transition: 1s;
    color:black;
    
    cursor:move;
}

.hamb
{
    display: none;
}

.bg-1
{
    background: rgb(237,149,132);
    background: linear-gradient(-30deg, rgba(237,149,132,1) 0%, rgba(24,46,160,1) 79%);
    background-size:fixed ;
    background-repeat: no-repeat;
    height:1200px;
    width:100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 69% 100%, 0 70%);
    position: relative;

    
    
}

.first-img
{
    height:700px;
    width:100%; 
    z-index: 99;
    position: absolute;
    top:85%;
    left:0%;  
    
}
.first-img:hover
{
    
    transition: 0.5s;
    cursor: pointer;
}

.heading
{
    font-size: 80px;
    font-weight:bolder;
    color: white;
    text-align: center;
    padding-top: 10%;
    
}

.heading-1
{
    font-size: 75px;
    font-weight:bolder;
    color: white;
    text-align: center;
    
}

.product
{
    color: white;
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    
}

.buy-bt
{
    background:#011F5B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 60px;
    width: 280px;
    text-align: center;
    line-height: 60px;
    margin: auto;
    margin-top: 50px;
    border-radius: 30px;
}

.buy-bt:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}

.product-2
{
    padding-top: 160px;
    text-align: center;
}

.p-1
{
    color: #F88379;
    font-size: 20px;
    font-weight: bolder;
}

.p-2
{
    font-size: 45px;
    font-weight: bolder;
}
.p-2:hover
{
    transform: translateY(-15%);
    transition: 1s;
}
.web-tools
{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
}



.themes
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 60px;
    text-align: center;
    border-radius: 10px;
}

.themes:hover
{
    transform:translateY(-4%);
    transition: 0.6s;
    box-shadow: #786e9d 0.2px 0.2px 30px;
}

.themes-p
{
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 10px;
}

.themes-p1
{
    font-size: 15px;
}

.themes-img
{
    height:250px;
    width: 220px;
    margin-top:35px;
}

.themes-1
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 140px;
    border-radius: 10px;
}
.themes-1:hover
{
    transform:translateY(-4%);
    transition: 0.6s;
    box-shadow: #786e9d 0.2px 0.2px 30px;
}
.themes-2
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 190px;
    border-radius: 10px;
}
.themes-2:hover
{
    transform:translateY(-4%);
    transition: 0.6s;
    box-shadow: #786e9d 0.2px 0.2px 30px;
}
.themes-3
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 60px;
    border-radius: 10px;
}
.themes-3:hover
{
    transform:translateY(-4%);
    transition: 0.6s;
    box-shadow: #786e9d 0.2px 0.2px 30px;
}
.youtube
{
    border-radius: 20px;
    margin-top: 40px;
    opacity: 1;
    
}

.youtube:hover
{
    transform: scale(1.01);
    transition:0.5s;
    background-color: rgb(2,5 0.5);
    
    opacity:0.8;
    
}

.clip
{
    position: relative;
}

.elements-1
{
    margin-top: 100px;
    height: 650px;
    width: 100%;
    background: rgb(175,161,246);
    background: linear-gradient(0deg, rgba(175,161,246,1) 0%, rgba(255,255,255,1) 100%);
    background-repeat: no-repeat;
    background-size: fixed;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 69% 100%, 0 60%); 
}

.mobile-1
{
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 99;
    height:650px;
    width: 600px;
}

.mobile-1:hover
{
    transform: translateY(-6%);
    transition: 1s;
}

.elements
{
    position: absolute;
    top: 15%;
    right: 10%;
}

.view-bt
{
    background:#011F5B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 60px;
    width: 280px;
    text-align: center;
    line-height: 60px;
   
    margin-top: 50px;
    border-radius: 30px;
}

.view-bt:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}
.tool-p
{
    line-height: 27px;
    font-size: 15px;
}

.soft
{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

.soft-1
{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.siftware-25:hover
{
    transform: scale(1.3);
    transition: 1s;
    
}

.soft-2
{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    justify-content:space-evenly;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

.start-bt
{
    background:#011F5B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 60px;
    width: 200px;
    text-align: center;
    line-height: 60px;
    margin: auto;
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: lightgray 6px 6px 30px;
}

.start-bt:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}

.feed
{
    position: relative;
}

.box
{
    background: rgb(228,116,81);
    background: linear-gradient(-40deg, rgba(228,116,81,1) 0%, rgba(238,92,60,1) 100%);
    height: 500px;
    width: 65%;
    margin-top: 120px;
    text-align: justify;
    font-size: 28px;
    padding-left:6%;
    padding-top: 10%;
    color: white;
    font-weight: bold;
    position: relative;
   
}

.got
{
    background-color: white;
    box-shadow: lightgray 6px 6px 60px;
    height:180px;
    width: 650px;
    border-radius: 10px;
    position: absolute;
    left: 40%;
    top: 86%;
}

.got:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}


.man-1
{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    left:30%;
    top:90% ;
}
.man-1:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}

.got-para
{
    color: orange;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
}

.got-para1
{
    font-size: 15px;
    padding: 20px;
    line-height: 25px;
}

.got-1
{
    background-color: white;
    box-shadow: lightgray 6px 6px 60px;
    height:180px;
    width: 650px;
    border-radius: 10px;
    position: absolute;
    left: 25%;
    top: 130%;
}
.got-1:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}

.man-2
{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    left:15%;
    top:135% ;
}
.man-2:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}

.got-2
{
    background-color: white;
    box-shadow: lightgray 6px 6px 60px;
    height:180px;
    width: 650px;
    border-radius: 10px;
    position: absolute;
    left: 46%;
    top: 175%;
}
.got-2:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}


.man-3
{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    left:36%;
    top:180% ;
}
.man-3:hover
{
    transform: scale(1.06);
    transition: 0.5s;
}


.respons-1
{
    margin-top: 45%;
    position: relative;
}
.responsiv
{
    position: absolute;
    top: 15%;
    left: 15%;
}

.join-bt
{
    background:#011F5B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 60px;
    width: 170px;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: lightgray 6px 6px 30px;
}

.join-bt:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}

.software-22
{
    padding-top: 100px;
    width: 100%;
    
}

.back
{
    position: relative;
}

.price-bag
{
    
    
    background: rgb(25,111,199);
    background: linear-gradient(180deg, rgb(17, 24, 105) 0%, rgb(67, 69, 171) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    position: absolute;
    top:98%;
    z-index: -999;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
}

.build
{
    position: relative;
    height: 350px;
}



.product-22
{
    color: white;
    padding-top: 100px;
    text-align: center;
}

.p-1_1
{
    color: #F88379;
    font-size: 20px;
    font-weight: bolder;
}

.p-2_2
{
    font-size: 45px;
    font-weight: bolder;
}

.plan
{
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: 80px;
    margin-right: 80px;
}

.plan-box
{
    height: 410px;
    width: 300px;
    background-color: white;
    text-align: center;
    line-height:35px;
    border-radius: 15px;
    box-shadow: lightgray 6px 6px 60px;
}

.three
{
    
    font-size: 65px;
    color:rgb(244, 110, 8);
}
.three-1
{
    
    font-size: 65px;
    color:rgb(60, 110, 190);
    padding-top: 60px;
    
}

.three-11
{
    padding-top: 30px;
    padding-bottom: 30px;
}



.plan-box-11
{
    height: 410px;
    width: 300px;
    background-color: white;
    text-align: center;
    line-height:30px;
    border-radius: 15px;
    box-shadow: lightgray 6px 6px 60px;
}

.plan-box-22
{
    height: 410px;
    width: 300px;
    background-color: white;
    text-align: center;
    line-height:35px;
    border-radius: 15px;
    box-shadow: lightgray 6px 6px 60px;
}

.site
{
    font-weight: bold;
    padding-bottom:15px;
}
.popular
{
    font-size: 25px;
    font-weight: bold; 
}

.logo-11
{
   display: flex;
   flex-wrap:wrap;
   justify-content:center;
   padding: 20px;
   
}

.footer
{
    background-image: url("css/assets/images/software-10.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    margin-top: 30px;
}

.powered
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: black;
    color: #8b8e92;
}
.icons
{
    font-size: 30px;
    word-spacing: 20px;
}

.heading_hh
{
    font-size: 80px;
    font-weight:bolder;
    color: white;
    text-align: center;
    padding-top: 10%;
    
}


.product_00
{
    color: white;
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    
}

.buy-bt_0
{
    background:#011F5B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 60px;
    width: 280px;
    text-align: center;
    line-height: 60px;
    margin: auto;
    margin-top: 50px;
    border-radius: 30px;
}

.buy-bt_0:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}

    