*
{
    padding: 0;
    margin: 0;
    
}


.navbar-1
{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    background-color:white;
    position: fixed;
    z-index: 999;
    width: 100%;
    font-family: arial;
    height: 60px;
}

.nav-bar
{
    
 
}
.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 ;
}


.doc-bg
{
    background: rgb(33,48,183);
    background: linear-gradient(158deg, rgba(33,48,183,1) 29%, rgba(142,241,255,1) 100%);
    clip-path: polygon(100% 0, 100% 76%, 76% 100%, 0 75%, 0 0);
    height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.software-34
{
    position: absolute;
    top: 5%;
    width: 100%;
}

.doc-hd
{
    font-family: arial;
    font-weight: bolder;
    font-size: 70px;
    color: white;
    position: absolute;
    top: 25%;
    left: 10%;
}

.search-1
{
    height: 40px;
    width: 500px;
    position: absolute;
    top: 40%;
    left: 10%;
    border: none;
    border-radius: 5px;
    background-color: #C0C0C0(5,5,0.2);
    opacity: 0.3;
}

.buy-btt
{
    background-color:#011F5B;
    height: 50px;
    width: 200px;
    color: white;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    font-family: arial;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 10%;
    box-shadow:black 2px 2px 10px;
    
    
    
}

.buy-btt:hover
{
    background-color: black;
    color: orange;
    transform: scale(1.06);
    transition: 0.5s;
}

.docu_menu
{
    position:relative;
}

.web-tools
{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    font-family: arial;
   
}



.themes
{
    height: 400px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    z-index: 999;
    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: 400px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 140px;
    border-radius: 10px;
   
}
.themes-2
{
    height: 400px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 190px;
    border-radius: 10px;
}
.themes-3
{
    height: 400px;
    width: 260px;
    background-color: white;
    box-shadow: #E5E4E2 10px 10px 70px;
    margin-top: 60px;
    border-radius: 10px;
}

.respons-1
{
    margin-top: 6%;
    position: relative;
    font-family: arial;
    line-height: 60px;
}
.responsiv
{
    position: absolute;
    left: 10%;
}

.p-1
{
    color: #F88379;
    font-size: 20px;
    font-weight: bolder;
}

.p-2
{
    font-size: 45px;
    font-weight: bolder;
}

.still
{
    color:#6767ef;
}
.buy-bt-1
{
    background-color:#011F5B;
    height: 50px;
    width: 200px;
    color: white;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    font-family: arial;
    border-radius: 30px;
    box-shadow:black 2px 2px 10px;
   position: absolute;
   top: 110%;
}

.buy-bt-1:hover
{
    background-color: black;
    color: orange;
    transform: scale(1.06);
    transition: 0.5s;
}

.footer
{
    background-image: url("../css/assets/images/software-10.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    margin-top: 35%;
    position: relative;
    font-family: arial;
}
.heading
{
    font-size: 80px;
    font-weight:bolder;
    color: white;
    text-align: center;
    padding-top: 10%;
    
}

.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;
    border-radius: 30px;
    position: absolute;
    top: 65%;
    left: 40%;
    right: 60%;
}

.buy-bt:hover
{
    background-color:black ;
    color:orange;
    transform: scale(1.04);
    transition:0.6s;
}