*{
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.sitemap{
    width: 40%;
    height: fit-content;
    border-radius: 20px;
    background-color: ghostwhite;
    overflow-y: scroll;   
    padding: 10px 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 15%;
    left: 2%;
    z-index: 600;
    display: none;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12)
     0px -12px 30px, rgba(0, 0, 0, 0,12) 0px 4px 6px, rgba(0, 0, 0, 0,17) 
     0px 12px 13px, rgba(0, 0, 0, 09) 0px -3px 5px; */
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
     pointer-events: auto;
     /* padding-bottom: 20px; */
}
.site{
    width: 100%;
    padding: 0px 0px;
    height: fit-content;
    margin: 40px 0px;
    /* background-color: 50; 50*/ 
     margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.site p{
    padding: 5px 20px;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color:  rgb(137, 198, 15);
    cursor: auto;
    margin-top: 70px;
}
.plan{
    display: none;
}
.plan a:hover{
    color: rgb(46, 40, 40);
    text-decoration: none;
    /* animation: run 2s linear; */
}
.plan a{
    animation: run 2s linear;
    /* display: none; */
}





.first{
    position: relative;
    
}
.inn{
    width: fit-content;
    height: fit-content;
    padding: 5px 5px;
}
.inn i{
    cursor: pointer;
    font-size: 40px;
}
.sitemap #ul .mod{
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap #ul .mod li{
    padding: 0px 0px;
    cursor: pointer;
    /* background-color: red; */
    margin: 20px 0px;
}
.sitemap #ul .mod li a{
    color: rgb(46, 40, 40);
    padding: 0px 10px;
    font-size: 25px;
    display: block;
}
.sitemap #ul .mod li a:hover{
    animation: show 2s linear ;
}

.first{
    width: 100%;
    height: fit-content;
    padding: 20px 20px;
    padding-right: 0px;
    /* background-color: rgb(218, 55, 55); */
    display: flex;
    justify-content: space-between;
}
.first-son{
    width: 50%;
    height: fit-content;
    /* background-color: blue; */
    padding: 10px 0px;
}

.first-son .circle{
    width: 8px;
    border-radius: 100%;
    height: 8px;
    background-color: rgb(26, 251, 26);
}
.first-trt{
    width: 30%;
    height: fit-content;
    /* background-color: red; */
    padding: 10px 0px;
}
.own{
    display: flex;
    margin: 0px auto;
    width: fit-content;
    padding: 0px 10px;
    /* background-color: red; */
}
.own p{
    font-size: 23px;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 20px;
    margin: 0px 0px;
    /* text-align: center; */
}
.web{
    font-size: 9px;
    font-weight: bolder;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px 0px;    
}
.first-son p{
    text-align: center;
}
.trt{
    display: flex;
    width: fit-content;
    height: fit-content;
    /* background-color: brown; */
    padding: 5px 0px;
}
.trt i{
    font-size: 24px;
    color: rgb(26, 251, 26);
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}
.trt a{
    display: block;
    color: black;
    width: fit-content;
    padding: 5px 15px;
    background-color: rgb(26, 251, 26);
    border-radius: 4px;
    border: 1px solid rgb(2, 49, 2);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.trt a:hover{
    text-decoration: none;
    background-color: rgb(195, 212, 226);
    transition: all 1s;
}
.maintain{
    width: 100%;
    height: fit-content;
    padding: 70px 20px;
    background: linear-gradient(to left,  rgb(12, 12, 144), rgb(32, 3, 61));
}
.maintain p{
    color: white;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.usd{
    width: 100%;
    height: fit-content;
    background-color: white;
    padding: 30px 20px;
}
.but-carry{
    width: fit-content;
    padding: 20px 40px;
    height: fit-content;
    margin: 0px auto;
}
.but-carry button{
    width: fit-content;
    height: fit-content;
    padding: 10px 20px;
    border: none;
    /* background-color: rgb(26, 251, 26); */
    background-color:  rgb(137, 198, 15);
    color: white;
    font-size: 15px;
    cursor: pointer;
    border-radius: 8px;
    text-transform: uppercase;
}
.but-carry button:nth-child(2){
    background-color: gray;
    color: white;
    margin-left: 20px;
}
.section{
    width: 100%;
    height: fit-content;
    padding: 30px 40px;
    padding-bottom: 20px;
    /* padding-right: 20px; */
    margin: 0px 0px;
    /* background-color: red; */
    display: flex;
    
}
.section .sect{
    width: 30%;
    margin: 0px 10px;
    padding: 0px 30px;
    height: fit-content;
    background-color: white;
    border-radius: 20px;
    border: 1px solid darkgray;
}
.popular{
    width: fit-content;
    height: fit-content;
    padding: 0px 20px;
    /* padding-top: 10px; */
    text-align: center;
    background-color: darkorange;
    color: white;
    margin: 0px 0px;
    border-radius: 15px;
}
.popular p{
    padding:8px 10px;
    margin-top: -13px;
}
.commerce{
    width: 100%;
    height: fit-content;
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
}
.proj{
    font-size: medium;
    font-weight: bold;
}
.num{
    width: fit-content;
    background-color: gainsboro;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}
.speech{
    width: 100%;
    height: fit-content;
    /* background-color: beige; */
}
.speech p{
    color: rgb(101, 94, 94);
    font-size: 17px;
}
.charge{
    width: 100%;
    height: fit-content;
    /* background-color: blue; */
    display: flex;
    margin-top: 40px;
}
.ngn{
    font-size: 40px;
    font-weight: bold;
}
.mone{
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 3px;
    color: rgb(106, 93, 93);
}
#sect{
    padding-top: 45px;
}
.button-d{
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
    margin-top: 20px;
}
.button-d a{
    display: block;
    width: 100%;
    height: fit-content;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 10px;
    text-align: center;
    border-radius: 7px;
}
.button-d a:hover{
    text-decoration: none;
    background-color: rgb(137, 198, 15);
    transition: all 1s;
}
#pop{
    background-color: rgb(137, 198, 15);
}
.main{
    width: 100%;
    height: fit-content;
    background-color: gainsboro;
    padding: 30px 20px;
}
.extra{
    width: 100%;
    height: fit-content;
    padding: 10px 40px;
    padding-left: 100px;
    /* background-color: blue; */
    margin: 20px auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ext{
    width: 65%;
    /* background-color: red; */
    margin: 0px auto;
}
.extra h2{
    font-size: 70px;
    font-weight: bold;
}
.all{
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 0px 0px;
}
.all button, .all2 button, .all3 button{
    width: fit-content;
    height: fit-content;
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0px 5px;
}
.all2 , .all3{
    display: flex;
}
.all button:hover{
    background-color: rgb(137, 198, 15);
    color: black;
    transition: all 1s;
}
.all button:nth-child(1){
    background-color: rgb(137, 198, 15);
}
.all button:nth-child(1):hover{
    background-color: black;
    color: white;
}
.all3 button:nth-child(1){
    background-color: black;

}

.products{
    width: 100%;
    height: fit-content;
    background-color: gainsboro;
    padding: 0px 30px;
    margin: 0px 0px;
    overflow: hidden;
}
.product{
    width: 70%;
    height: fit-content;
    /* background-color: blue; */
    display: flex;
    margin: 0px 0px;
    margin-left: 22%;
}
.product .div{
    width: 33.3%;
    height: fit-content;
    background-color: white;
    margin: 20px 10px;
    border-radius: 20px;
    padding: 20px 20px;
    border: 1px solid darkgrey;
}
.full{
    width: 100%;
    height: fit-content;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
}
.img-cc{
    width: 30%;
    height: fit-content;
    /* background-color: blue; */
}
.img-cc img{
    width:100%;
    height: 70px;
    border-radius: 20%;
    display: block;
}
.design{
    width: 65%;
    height: fit-content;
    /* background-color: blue; */
    font-weight: 600;
    font-size: 18px;
}
.key{
    width: fit-content;
    height: fit-content;
    background-color: ghostwhite;
    font-size: 14px;
    font-weight: bold;
    color: darkgreen;
    padding: 10px 15px;
    border: 0.4px solid gainsboro;
    margin: 20px auto;
    margin-bottom: 40px;
    border-radius: 10px;
}
.newpage{
    width: 100%;
    height: fit-content;
    background-color: whitesmoke;
    padding: 20px 10px;
    border: 0.4px solid darkgrey;
    border-radius: 10px;
    font-size: 18px;
    color: rgb(101, 94, 94);
}
.addbut{
    width: 100%;
    height: fit-content;
    /* background-color: aqua;   */
    padding: 5px 5px;
    margin: 20px 0px;
    margin-bottom: 0px;
}
.addbut a{
    width: 100%;
    height: fit-content;
    text-align: center;
    background-color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}
.addbut a :hover{
    background-color: rgb(137, 198, 15);
    transition: all 1s;
    text-decoration: none;
}
.stbut{
    width: 100%;
    height: fit-content;
    text-align: center;
    background-color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    padding: 4px 0px;
    display: block;
    text-decoration: none;
    margin: 20px 0px;
}
.stbut:hover{
    background-color: rgb(137, 198, 15);
    cursor: pointer;
}
.stbut a{
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 3px 0px;
    padding-bottom: 5px;
}
#over #key :hover{
    text-decoration: none !important;
}
#proc .hidden a:hover{
    background-color: rgb(137, 198, 15);
    transition: all 1s;
}

#new{
    margin-top: 50px;
}
#div{
    border: 1px solid rgb(137, 198, 15);
}
#con{
    background-color: rgb(137, 198, 15);
}
.website{
    width: 100%;
    height: fit-content;
    background-color: black;
    padding: 40px 60px;
    display: flex;
    padding-bottom: 80px;
}
.more{
    width: 50%;
    height: fit-content;
    /* background-color: blue; */
    color: white;
}
.more h2{
    font-weight: 600;
    font-size: 40px;
    padding: 30px 0px;
    padding-bottom: 5px;
}
.more p{
    font-size: 16px;
    font-weight: light;
    color: gray;
    margin-top: 20px;
    padding-bottom: 10px;
}
.more div{
    width: 100%;
    height: fit-content;
    /* background-color: white; */
    margin-top: 20px;
    display: flex;
}
.more div a{
    border: 1px solid white;
    background-color: black;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.more div a:nth-child(2){
    background-color: rgb(180, 193, 204);
    border: none;
    color: black;
    margin-left: 20px;
}
.more div a:hover{
    transition: all 1s;
    transform: scale(0.95, 0.95);
    cursor: pointer;
}
button:hover{
    transition: all 1s;
    transform: scale(0.95, 0.95);
}
.more2{
    /* background-color: red; */
    width: 50%;
    height: fit-content;
    padding: 20px 20px;
}
.cov{
    font-weight: 600;
    color: gray;
    display: flex;
}
.cov p{
    margin: 0px 15px;
    font-size: 16px;
}
.since{
    color: white;
    font-weight: 600;
    display: flex;
}
.since p{
    margin: 0px 15px;
    font-size: 18px; 
}
.tiny{
    width: 100%;
    height: 4px;
}
.sect1{
    width: 100%;
    height: auto;
    background-color: black;
    padding: 50px 40px;
    text-transform: capitalize;
    display: flex;
    margin: 0px 0px;
}
.cart{
    width: 50%;
    height: fit-content;
    /* background-color: rgb(25, 7, 82); */
    margin-top: 40px;
    display: flex;
    text-transform: capitalize;
    padding: 10px 20px;
}
.cart h1{
    color: white;
    font-size: 80px;
    font-weight: bolder;
    margin-left: 20px;
}
.span{
    color:rgb(15, 228, 11);
    font-size: 80px;
    font-weight: bolder;
    margin-top: -30px;
}
.imgs{
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.115)), url(homepicture.jpg);
    width: 10%;
    height: 11vh;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 15px;
    margin-top: 20px;
}
.imgs:hover{
    transform: scale(0.95, 0.95);
    transition: all 1s;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(brigh.jpg);
    background-position: center;
    background-size: cover;
}
.asside{
    width: 50%;
    height: fit-content;
    /* background-color: brown; */
    display: flex;
    margin-top: 40px;
}
::-webkit-scrollbar{
    display: none;
}
.hover{
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    margin: 0px 20px;
    padding: 10px 0px;
    font-size: 18px;
    cursor: pointer;
}
.hover:hover{
    text-decoration: none;
    color: rgb(137, 198, 15);
    transition: all 1s;
}
.service{
    width: 100%;
    height: fit-content;
    background-color: rgb(29, 27, 27);
    border: 1px solid rgb(29, 27, 107);
    margin-top: 80px;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 0px 30px;
}
.serv p{
    padding: 5px 15px;
    padding-bottom: 5px;
    background-color: goldenrod;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.667);
    letter-spacing: 2px;
    border-radius: 10px;
    margin: -20px 0px;
    margin-bottom: 10px;
}
#right a{
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
    margin: 0px 0px;
    text-decoration: none;
}

#right div, #right2 div{
    margin: 10px 0px;
    text-decoration: none;
    padding-bottom: 20px;
}

#right a:hover{
    color: rgb(137, 198, 15);
    text-decoration: none;
}
#right2 a{
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
    margin: 2px 0px;
    text-decoration: none;
}
#right2 a:hover{
    color: rgb(137, 198, 15);
    text-decoration: none;
}
#cover{
    display: flex;
}
.tin{
    width: 100%;
    height: 2px;
    background-color: rgba(55, 43, 43, 0.367);
}

/* footer  */
.footer{
    width: 100%;
    height: fit-content;
    padding: 50px 40px;
    background-color: black;
    /* display: flex; */
}
.footer-div{
    /* background-color: red; */
    height: fit-content;
    padding: 25px 10px;
    width: 100%;
    display: flex;
}
#last{
    /* background-color: blue; */
    padding: 10px 0px;
    margin-top: 15px;
}
.a-div{
    width: fit-content;
    height: fit-content;
    /* background-color: green; */
    display: flex;
    padding: 0px 0px;
}

.a-div div, .a-div2 div{
    margin: 0px 10px;
}
.a-div2{
    /* background-color: red; */
    width: fit-content;
    height: fit-content;
    display: flex;
}
.acad a{
    width: fit-content;
    height: fit-content;
    padding: 14px 70px;
    border: 2px solid rgb(137, 198, 15);
    cursor: pointer;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin: 0px 10px;
}
.acad a:hover{
    background-color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 1s;
    color: black;
}
#acad a{
    width: fit-content;
    height: fit-content;
    padding: 15px 70px;
    border: 2px solid rgb(137, 198, 15);
    cursor: pointer;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin: 0px 0px;
}
#acad a:hover{
    background-color: white;
    transition: all 1s;
    color: black;
}
.a-div2 #acad a:hover{
    background-color: rgb(137, 198, 15);
}
html{
    scroll-behavior:smooth;
}
.end{
    width: 100%;
    height: fit-content;
    background-color: rgb(137, 198, 15);
    padding: 5px 0px;
    padding-bottom: 2px;
}
.end ul{
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}
ul li{
    padding: 5px 5px;
}
ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
ul li a:hover{
    color: black;
    text-decoration: none;
}
.end p{
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.sect1{
    padding-bottom: 80px;
}
.but-carry button:nth-child(2):hover{
    background-color: rgb(137, 198, 15);
    transition: all 1s;
}
.addbut .a{
    background-color: black;
}
.addbut .a:hover{
    background-color: rgb(137, 198, 15);
    transition: all 1s;
    transform: scale(0.95, 0.95);
}


/* media queries */

@media screen and (max-width:1200px) {
    .product{
        width: 100%;
        margin-left: 0%;
    }
}


@media screen and (max-width:1120px) {
    .sect1{
        display: block;
    }
    .cart{
        width: 100%;
    }
    .asside{
        width: 100%;
    }
    .asside a{
        font-size: 25px;
        display: block;
    }
    .asside article {
        margin: 0px 80px;
    }
    .asside aside{
        margin-left: 20px;
    }
}


@media screen and (max-width: 947px){

    #pop p{
        padding: 7px 10px;
    }
    .more div a{
        font-size: 14px;
    }

    .more div a{
        padding: 12px 20px;
    }
}

@media screen and (max-width:912px){
    .sitemap{
        width: 70%;
        padding-bottom: 30px;
     }
     .sitemap #ul .mod li a{
        color: rgb(46, 40, 40);
        padding: 5px 10px;
        font-size: 18px;
        display: block;
    }
    .sitemap #plan{
        padding: 15px 10px;
        width: 60%;
    }
    .sitemap #plan a{
        font-size: 16px;
    }
}

@media screen and (max-width:889px) {
       
        .section{
            display: block;
            padding: 0px 0px;
        }
        .section .sect{
            width: 80%;
            margin: 0px auto;
            margin-bottom: 30px;
        }
        .all button{
            padding: 10px 10px;
            font-size: 13px;
        }
        .full{
            display: block;
        }
        .full .img-cc{
            width: 40%;
            margin: 0px auto;
            margin-bottom: 10px;
        }
        .full .design{
            width: 55%;
            margin: 0px 30%;
            font-size: 14px;
        }
        .newpage p{
            font-size: 15px;
        }
}

@media screen and (max-width:860px) {
   #prok{
    display: none;
   }
   #proc{
    display: block;
   }    
   #proc .product .div{
    width: 45%;
   }
   #proc .product .div p{
    font-size: 14px;
   }
}
@media screen and (min-width:861px){
    #prok{
        display: block;
       }
       #proc{
        display: none;
       }  
       .more div a{
        font-size: 14px;
    }
   
}
@media screen and (max-width:820px){
    .sitemap{
        width: 70%;
        padding-bottom: 30px;
     }
     .sitemap #ul .mod li a{
        color: rgb(46, 40, 40);
        padding: 5px 10px;
        font-size: 18px;
        display: block;
    }
    .sitemap #plan{
        padding: 15px 10px;
        width: 60%;
    }
    .sitemap #plan a{
        font-size: 16px;
    }
}

@media screen and (max-width:804px) {
    .more div a{
        padding: 12px 15px;
        font-size: 12px;
    }
}
@media screen and (max-width:737px) {
    
    .all{
        display: block;
    }
    .all2{
        margin-bottom: 30px;
    }
    .all2 button{
        padding: 10px 20px;
    }
}

@media screen and (max-width:700px) {
    .website{
        display: block;
    }
    .more{
        /* background-color: gold; */
        width: 100%;
        /* margin: auto; */
    }
    .more2{
        width: 100%;
        display: block;
        margin-top: 40px;
        padding: 0px 0px;
        /* background-color: blue; */
    }
    /* .more div{
        display: block;
    }
    .more div a{
        display: block;
        width: 100%;
;
    } */
    .more2 div{
        margin-bottom: 20px;
    }
    .more2 div p{
        padding: 0px 0px;
    }
    .footer-div{
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .footer-div div a{
        display: block;
        padding: 10px 40px;
        font-size: 17px;
    }
    #last a{
        display: block;
        padding: 10px 40px;
        font-size: 17px;
    }
}
@media screen and (max-width:639px) {
    #proc .stbut{
        padding: 0px 0px;
    }
    .stbut a{
        padding: 0px 0px;
        padding-bottom: 10px;
    }
}
@media screen  and (max-width:600px){
   
 .cart{
    width: 100%;
    /* background-color: red; */
    display: block;
 }
 .imgs{
    width: 18%;
    border-radius: 10%;
    border: 2px solid white;
    height: 100px;
 }
 .sitemap{
    width: 70%;
    padding-bottom: 30px;
 }
 .sitemap #ul .mod li a{
    color: rgb(46, 40, 40);
    padding: 0px 10px;
    font-size: 17px;
    display: block;
}
.sitemap #plan{
    padding: 15px 10px !important;
    width: 60% !important;
}
.sitemap #plan a{
    font-size: 16px !important;
}

.more{     
    width: 100%;
}
.more div{
    display: block;
}
.more  div a{
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}
.more  div a:nth-child(2){
    /* background-color: blue; */
    margin-left: 0px;
}
.cart h1{
    font-size: 55px;
}
.cart p{
    font-size: 75px;
}

}
@media screen and (max-width:560px) {
    #proc .stbut{
        height: fit-content;
        padding: 0px 0px
    }
    #proc .stbut a{
        padding:0px 0px;
        margin: 0px 0px;
        display: block;
        margin-top: -20px;
    }
  
    .more{
        width: 100%;
    }
    .more  div a{
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .more  div a:nth-child(2){
        /* background-color: blue; */
        margin-left: 0px;
    }
    .cart h1{
        font-size: 45px;
    }
    .cart p{
        font-size: 65px;
    }
    #proc .product .div button,  #proc .product .div a{
        padding: 10px 8px;
        font-size: 14px;
    }
    .footer .footer-div .acad a,  .footer .footer-div #acad a{ 
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width:531px){
    #proc .product{
        display: block;
        width: 100%;
        /* background-color: red; */
    }
    #proc .product .div{
        width: 70%;
        margin: 20px auto;
    }
    .maintain p{
        font-size: 35px;
    }
}


@media screen and (max-width:480px) {
    .footer{
        display: block;
    }
    .footer-div{
        display: block;
    }
    .footer-div .acad{
        margin: 20px 0px;
    }
    .footer .footer-div .acad a,  .footer .footer-div #acad a{
        display: block;
        padding: 15px 50px;
        font-size: 16px;
    }
    #last{
        display: block;
    }
    .a-div2 #acad{
        margin-top: 20px;
    }
    .footer .footer-div .a-div2 #acad a{
        padding: 14px 120px;
        display: block;
    }

    #proc{
        width: 100%;
    }
    #proc .product{
        display: block;
        width: 100%;
        height: fit-content;
    }
    #proc .product .div{
        display: block;
        width: 75%;
        height: fit-content;
        margin: 20px auto;
    }
    .ext h2{
        font-size: 45px;
    }
    .ext .all2{
        display: block;
        margin: 20px 0px;
    }
    .ext .all2 button{
        padding: 10px 0px;
        width: 90%;
        margin-bottom: 10px;
    }
    .ext .all3{
        display: block;
        margin: 20px 0px;
    }
    .ext .all3 button{
        padding: 10px 0px;
        width: 90%;
        margin-bottom: 10px;
    }
    .service #right div, #right2 div{
        padding: 10px 0px;
        margin: 10px 20px;
    }
    .service #right .hover2, .service #right2 .hover2{
        font-size: 14px;
        padding: 0px 0px;
        margin: 0px;
        display: block;
    }
    .cart h1{
        font-size: 40px;
    }
    .cart p{
        font-size: 50px;
    }
    .more2 div p{
        font-size: 16px;
    }

    .sitemap #plan{
        padding: 10px 10px !important;
        width: 75% !important;
    }
    .sitemap #plan a{
        font-size: 14px !important;
    }
    .first-trt{
        /* background-color: red; */
        margin-right: 10px;
        width: 50%;
    }
    .first-son{
        width: 40%;
    }
    .trt{
        width: 100%;
        padding-left: 30px;
    }
}
@media screen and (max-width:460px) {
    /* #proc .product .div{
        width: 85%;
        background-color: red;
    } */
     .cart .imgs{
        width: 30%;
        height: 18vh;
        border-radius: 100%;
     }
     .cart p{
        margin-left: 15px;
     }
     .cart h1{
        margin-bottom: 20px;
     }
     #cover{
        width: 100%;
     }
     #cover #right, #cover #right2{
        width: 50%;
        padding: 0px 0px;
     }
     #cover #right a, #cover #right2 a{
        display: block;
        width: 100%;
        color: white;
     }
     .extra .ext{
        width: 100%;
     }
     .extra{
        width: 100%;
        padding: 20px 30px;
     }
     .extra h2{
        text-align: center;
     }
     .ext .all{
        width: 100%;
        display: flex;
     }
     .all2, .all3{
        width: 50%;
     }
     #proc .product .div .newpage p{
        font-size: 16px;
     }
     .website .more a:nth-child(1){
        display: none;
     }
     .website .more a:nth-child(2){
        padding: 15px 0px;
        margin: 30px 0px;
     }   
}
@media screen and (max-width:414px){
    .usd{
        width: 100%;
        margin-bottom: 35px;
        padding: 40px 0px;
    }
    .but-carry{
        width: 100%;
        margin: 0px 0px;
        padding: 10px 20px;
        display: flex;
    }
    .but-carry button{
        display: block;
        width: 45%;
    }
    .section .sect{
        width: 90%;
    }
    #proc .product .div{
        width:85%;
    }
    #proc{
        width: 100%;
        padding: 20px 0px;
    }
    .footer .footer-div .acad a,  .footer .footer-div #acad a{
        display: block;
        padding: 15px 40px;
        font-size: 14px;
    }
    .footer .footer-div .a-div2 #acad a{
        padding: 15px 100px;
        display: block;
    }
    .cart .imgs{
        width: 50%;
        border-radius: 10px;
    }
    .cart h1{
        padding-top: 40px;

    }
}
@media screen and (max-width:400px) {
    .service #right div, #right2 div{
        padding: 10px 0px;
        margin: 10px 0px;
        width: 100%;
    }
    .service #right .hover2, .service #right2 .hover2{
        font-size: 14px;
        padding: 0px 0px;
        margin: 0px;
        display: block;
    }
    .cart h1{
        font-size: 35px;
    }
    .cart p{
        font-size: 40px;
    }
    #plan{
        width: 100% !important;
        padding-right: 0px !important;
    }
    #plan a{
        width: 100% !important;
        font-size: 16px;
    }
    .sitemap{
        width: 100%;
        left: 0px;
        top: 100px;
    }
}
@media screen and (min-width:401px){
    .sitemap{
        width: 80%;
        left: 0px;
        top: 100px;
    }  
}
@media screen and (min-width:1000px){
    .sitemap{
        width: 50%;
        left: 50px;
        top: 100px;
    }  
}

@media screen and (max-width:1000px){
    .sitemap{
        width: 100%;
        left: 00px;
        top: 100px;
        border-radius: 0px;
    }  
}
@media screen and (max-width:375px){
    .cart .imgs{
        width: 50%;
        border-radius: 10px;
    }
    .cart h1{
        padding-top: 40px;
    }
    .website{
        /* background-color: red; */
        padding: 40px 0px;
    }
    .more{
        /* background-color: green; */
        width: 100%;
        padding: 10px 30px;
        margin: 0px 0px;
    }
    .more2{
        /* background-color: yellow; */
        padding: 10px 0px;
    }
    .cov, .since{
        padding: 0px 0px;
        margin: 0px 0px;
        /* background-color: red; */
    }
    .cov p, .since p{
        width: 40%;
        /* background-color: blue; */
        margin: 0px 30px;
    }
}

@media screen and (max-width:360px) {
    .maintain p{
        font-size: 30px;
        font-weight: bold;
    }
    .service{
        padding: 0px 0px;
    }
   .service #cover{
        padding: 0px 10px;
    }
    #right2 a{
        text-align: right;
    }
}
.footer{
    /* background-color: red; */
    padding: 40px 0px;
    padding-left: 20px;
}
.footer-div{
    margin: 0px 0px;
}
@media screen and (max-width:344px) {
    .first{
        padding-left: 0px;
        padding-right: 0px;
    }
    .first-son{
        width: fit-content;
    }
    .first-trt{
        width: fit-content;
        margin-right: 0px;
        padding-right: 10px;
    }
}
.key:hover{
    text-decoration: none !important;
}