@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif;
}
header{
    border: 1px solid rgb(151, 151, 151);
    border-radius: 2px;
    width: 1206px;
    display: inline-block;
    
}
.logo>img{
    width: 200px;
}
.navdiv{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 15px ;
}
.links>ul>li{
    display: inline-block;
    padding-left: 25px;
    font-size: 22px;
}
.links>ul>li>a{
    text-decoration: none;
    color: rgb(127, 129, 124);
    font-weight: 300;
    font-size: 16px;
}

.btns>button{
    margin-left:10px;
    padding:1px;
    width: 105px;
    height: 32px;
    border-radius:4px ;
    border: none;
    background-color: rgb(59 130 246);
    font-weight: bold;
    color: rgb(225, 231, 237);
    font-weight: 500;
    cursor: grab;
    transition: 0.3s;
    }
    .btns>button:hover{
        background-color:  rgb(141 198 63);
        transform: scale(1.1);
    }
    .links>ul>li>:hover{
        color: rgb(141 198 63);
    }
   /* header end */

   /* hero section */

    
    .title>h1>strong{
        color: rgb(141 198 63);
    }
    .title>h1{
        color: rgb(72, 72, 69);
        font-weight: 500;
        font-style: italic;
    }
    .title{
        margin: 25px;
        font-family: "Poppins", sans-serif;
        /* border: 2px solid blue; */
        width: 550px;
        }
       .bghero>img{
         padding-right:  50px;
         vertical-align: middle;
         float: right;
         width: 400px;
         padding: 20px;
         /* border: 2px solid blue; */
        }
        #btn{
         width: 180px;
         height: 45px;
         border-radius: 1px;
         border-color: rgb(239, 232, 232);
         border: 1px solid;
        }
        #para{
         color: rgb(75, 70, 70);
        }
        .title>h2{
            color: rgb(84, 78, 78);
            font-weight: 500;
            font-style: italic;
        }
        #edu{
            color: rgb(51, 51, 170);
            font-size: larger;
        }
        .maulvi_sahab>img{
            margin: 45px;
            border-radius: 4%;
        }
        .maulvi_sahab{
            /* border:2px solid blue; */
            padding-right: 5px;
        }
        #wwd{
            font-family: "poppins";
        }
        /* boxes */
        .box{
        border: 2px solid black;
        width: 115px;
        height: 115px;
        border-radius: 15px;
        border-color:rgba(0, 0, 255, 0);
        /* border-left: NONE; */
        /* border-right: none; */
        border-width: 5px;
        text-align: center;
        display: inline-block;
        padding: 15px;
        padding-left: 20px;
        margin-left: 36px;
        background-color: rgb(232, 231, 231);
        transition: 0.3s;
        }
        .box:hover{
            transform: scale(1.2);
            z-index: 1;
        }
        .fa-solid{
        font-size: 60px;
        color: rgb(141 198 63);
        }
        #box1{
        font-size: 15px;
        color: rgb(51, 51, 170);
        }
        .img>img{
            /* border: 2px solid blue; */
            margin: 30px;
            width: 400px;
            float: left;
            border-radius: 15px;
            transition: 0.3s;
        }
        .img1>img{
            /* border: 2px solid blue; */
            margin: 30px;
            width: 400px;
            float: left;
            border-radius: 15px;
            transition: 0.3s;
        }
        .img>img:hover{
            transform: scale(1.1);
        }
        .img1>img:hover{
            transform: scale(1.1);
        }

