*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Saira Semi Condensed", system-ui;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: white;
}
h2 span,h3 span{
    color: aqua;
}
body,html{
    height: 100%;
    width: 100%;
    background-color: rgb(22, 22, 22);
    color: white;
}
body{
    width: 100vw;
    max-width: 1524px;
    overflow-x: hidden;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100vw;
    position: fixed;
    z-index: 1000;
    background-color: rgba(22, 22, 22, 0.651);
    backdrop-filter: blur(4px);
}
header nav{
    width: 60%;
}
#nav_togleBtn{
    height: 30px;
    width: 30px;
    border: 1px solid white;
    border-radius: 7px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
header nav ul{
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   gap: 10px;
   height: 70px;
   width: 100%;
}
header nav ul li{
   list-style: none;
   padding: 5px 10px;
   border:1px solid rgba(22, 22, 22, 0);
   transition: all linear .3s;
   border-radius: 9px;
}
header nav ul li:hover{
    border: 1px solid aqua;
    border-radius: 9px;
}
header nav ul a:nth-child(5) li{
    border: 1px solid aqua;
    border-radius: 9px;
}
header nav ul a:nth-child(5) li:hover{
    animation: downloadani .7s ease-in-out;
}
@keyframes downloadani{
    0%{
        padding: 10px;
    }
    25%{
        padding: 9px 10px;
    }
    50%{
        padding: 12px 10px ;
    }
    75%{
        padding: 15px 10px ;
    }
    100%{
        padding: 10px;
    }
}
.mainLogo{
    height: 70px;
}
.mainLogo img{
    height: 100%;
    filter: contrast(160%);
}

/* alert box  */
#alertBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: -100vw;
    border-radius: 9px;
    background-color: rgb(32, 32, 32);
    width: 300px;
    min-height: 100px;
    user-select: none;
    z-index: 1001;
    transition: all .3s ease-in-out;
}
#alertBox h3{
    color: red;
}
#alertBox p{
    color: white;
}

/* hero section  */
#Herosection{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.herocont{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image{
    height: 50%;
}
.image img{
    height: 100%;
    contain: content;
    border-radius: 20px;
    box-shadow: 9px 9px 12px black;
}
.herotxts{
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.heromaintext h1{
  color: aqua;
  font-size: 36px;
}
.heromaintext h2{
    font-family: "Playwrite US Modern", system-ui
}
.heromaintext h2 span{
    font-family: "Playwrite US Modern", system-ui
}
.herosociallinks i{
   font-size: 23px;
   margin: 10px 5px;
   cursor: pointer;
}
.herosociallinks i:hover{
    scale: 1.1;
}
.herobtns button{
    height: 30px;
    width: 70px;
    border: 1px solid aqua;
    border-radius: 9px;
    background: transparent;
    color: white;
    cursor: pointer;
    margin: 5px;
}
.herobtns button:hover{
    box-shadow: 0 0 10px aqua;
}
.heroinfos{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* about section  */
#About{
    height: 60vw;
    width: 100%;
    background-image: url('../images/abloutbg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.ablut_cont{
    width: 100%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.ablutTXTcont{
    width: 40%;
    padding: 10px;
    background-color: rgba(22, 22, 22, 0.651);
    backdrop-filter: blur(1px);
    box-shadow: 0 0 15px rgb(22, 22, 22);
}
.about_imgcont{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.about_imgcont_img{
    height: 300px;
    width: auto;
    border: 1px solid aqua;
    border-radius: 15px;
    overflow: hidden;
}
.about_imgcont_img img{
    height: 100%;
}
.ablut_exp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.ablut_exp_card{
    width: 400px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 9px;
    backdrop-filter: blur(4px);
    user-select: none;
    margin: 4px;
}
.ablut_exp_card_bar{
    width: 90%;
    height: 10px;
    overflow: hidden;
}
.ablut_exp_cards{
    height: 100%;
    background-color: white;
    border-radius: 9px;
}
.pr1{
    width: 70%;
}
.pr2{
    width: 62%;
}
.pr3{
    width: 56%;
}
.pr4{
    width: 31%;
}
.pr5{
    width: 19%;
}
.prd1{
    width: 61%;
}
.prd2{
    width: 49%;
}
.prd3{
    width: 94%;
}
.prd4{
    width: 86%;
}

#servicess{
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicec_cont{
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services_boxes{
    width: 100%;
    min-height: 70%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.servicesboxcont{
    height: 200px;
    width: 250px;
    border: 1px solid aqua;
    border-radius: 9px;
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 34, 34);
    overflow: hidden;
}
.servicesboxmain{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 10px;
}
.servicesboxmain i{
    font-size: 70px;
    color: aqua;
    margin: 10px 0;
}
.servicesboxmainh{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -110%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .2s linear;
    background-color: rgb(34, 34, 34);
    padding: 9px;
}
.servicesboxmainh button{
    height: 30px;
    width: 100px;
    border: 1px solid aqua;
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
    color: aqua;
    margin-top: 10px;
}
.servicesboxmainh button:hover{
    border: 1px solid white;
    background-color: white;
    color: black;
}
.servicesboxcont:hover .servicesboxmainh{
    bottom: 0;
}
#apps{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.apps_cont{
    width: 100%;
    min-height: 70%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
footer{
    padding: 10px;
    width: 100%;
    background-color: rgb(29, 29, 29);
    display: flex;
    align-items: center;
    justify-content: center;
}