
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&family=Poppins:wght@100;200;300&display=swap');
*
{
    margin:0;
    padding:0;
    font-family: poppins;
}



.navbar-1
{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    background-color:white;
    position: fixed;
    width:100%;
    z-index: 999;
    
    
}

.nav
{
    display: flex;
}
ul>li
{
    padding: 15px;
    list-style: none;
    font-weight: 600;
   
}

ul>li:hover
{
    
    height: 20px;
    background-color: #7b6ef5;
    border-radius: 60px;
    color:black;
    transform:rotate(360deg);
    transition: 0.4s;
    
}
ul>li>a
{
    text-decoration: none;
    color: black;
}
.logo
{
    font-size: 30px;
    font-weight:800 ;
}






.about-bg
{
    background: rgb(184,195,231);
    background: linear-gradient(0deg, rgba(184,195,231,1) 0%, rgba(107,106,205,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 69% 100%, 0 57%);
    position: relative;
   
}

.software-32
{
    width: 100%;
    height: 800px;
   
}


.elements
{
    position: absolute;
    top:4%;
    left:12%;
}

.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: 25px;
    font-size: 18px;
    color: white;
    padding-top: 20px;
    
}

.p-11
{
    color: white;
    font-size: 60px;
    font-weight: bolder;
}

.p-22
{
    font-size: 40px;
    font-weight: bolder;
    color: white;
}
.p-2-2
{
    color: white;
    font-size: 50px;
}

.product22
{
    padding-top: 100px;
    text-align: center;
    
    
}
.ab-bg
{
    margin-top: 50px;
    background: rgb(23,43,106);
    background: linear-gradient(0deg, rgba(23,43,106,1) 0%, rgba(29,28,135,1) 100%);
    z-index: -99;
   
}

.p-1
{
    color: #F88379;
    font-size: 20px;
    font-weight: bolder;
}

.p-2
{
    font-size: 45px;
    font-weight: bolder;
}

.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-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-2
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 190px;
    border-radius: 10px;
}
.themes-3
{
    height: 470px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 60px;
    border-radius: 10px;
}

.logo-11
{
   display: flex;
   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;
}
.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;
}