:root {
    --primarycolor--: #9929fb;
    --secondarycolor--:rgb(180, 176, 176);
    /* --h1-font-size: 66px; */
    --h1-align: center;
}

body {
    margin: 0px;
    padding: 0px;
    /* background-color: #d1b6e7; */
    background-color: whitesmoke;
}

#nav {
    width: 100%;
    height: 60px;
    /* border: 2px solid black; */
    background-color: whitesmoke;
    margin: 0px 200px;
    display: flex;
    position: fixed;
    top: 10px;
}

#logo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    /* border: 2px solid black; */
    margin: 5px 5px;
    background-color: var(--primarycolor--);
    display: flex;
}

#B {
    text-align: center;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 40px;
    color: white;
}

#brook {
    display: flex;
    font-size: 40px;
    margin: 5px 25px;
    text-transform: capitalize;
    font-weight: bold;
}

#list {
    margin: 10px 10px 10px 500px;
    display: flex;
    text-transform: capitalize;
    font-weight: 40px;
    /* text-decoration: none; */
}

#list>li:hover{
    background-color: var(--secondarycolor--);
    color: var(--primarycolor--);
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;

}

ul>li {
    text-decoration: none;
    margin: 10px 20px;
    font-weight: bolder;
    list-style: none;

}

button {
    width: 80px;
    height: 40px;
    /* border: 2px solid black; */
    text-decoration: double;
    background-color: var(--primarycolor--);
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 5px;
    color: white;
}
button:hover{
    background-color:  #6623a1;
    cursor: pointer;
    }

/* section 1 */

#home {
    /* width: 100%; */
    /* height: 530px; */
    /* border: 2px solid black; */
    margin: 50px 200px;
    display: flex;
    background-color: white;
    border-radius: 20px;
}

#text {
    height: 530px;
    width: 500px;
    /* border: 2px solid black; */
    margin: 10px 100px 10px 100px;
    text-align: start;
    display: inline-block;
}

h1 {
    /* margin: 50px 30px; */
    /* font-size: var(--h1-font-size); */
    text-align: var(--h1-align);

}

#first-para {
    text-align: start;
    margin: 50px 30px;
    line-height: 20px;
}

button {
    width: 100px;
    height: 40px;
    /* border: 2px solid black; */
    text-decoration: double;
    background-color: var(--primarycolor--);
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    color: white;
    margin: 2px 25px;
    display: inline-block;
}

.box {
    display: inline-block;
    height: 60px;
    width: 130px;
    /* border: 2px solid black; */
    margin: 50px 15px;
    text-align: center;
    background-color: #d1b6e7;
}

#image {
    height: 530px;
    width: 500px;
    /* border: 2px solid black; */
    /* margin: 10px 200px; */
    display: inline-block;
    /* margin: 80px 20px; */
    border-radius: 25px;
}

/* section 2 */

#about {
    width: 1325px;
    height: 600px;
    /* border: 2px solid black; */
    margin: 50px 200px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
}

#adit {
    margin: 30px 150px;
    display: inline-block;
}

#para {
    display: inline-block;
    margin: 10px 20px;
    /* border: 2px solid black; */
}

.second-para {
    display: inline-block;
    line-height: 20px;
    margin: 30px 20px;
}

.button {
    display: flex;
    background-color: var(--primarycolor--);

}

#icons {
    text-align: center;
    margin: 10px 130px 120px 130px;
    background-color: rgb(184, 178, 178);
    height: 60px;
    width: 130px;
    /* border: 2px solid black; */
    /* display: flex; */
}

/* section 3 */

#process {
    /* width: 100%; */
    height: 600px;
    /* border: 2px solid black; */
    margin: 50px 200px;
    display: inline-block;
    background-color: whitesmoke;
}

#paragraf {
    width: 400px;
    height: 500px;
    /* border: 2px solid black; */
    margin: 50px 70px 80px 70px;
    line-height: 20px;
    display: inline-block;

}

.div-box {
    height: 250px;
    width: 200px;
    /* border: 2px solid black; */
    border-radius: 15px;
    display: inline-block;
    margin: 10px 20px 10px 20px;
    background-color: white;
}

#main-div {
    height: 600px;
    width: 550px;
    /* border: 2px solid black; */
    display: inline-block;
    margin: 10px 20px 10px 60px;
}

/* section 4 */

#portfolio {
    /* width: 100%; */
    /* height: 1300px; */
    /* border: 2px solid black; */
    /* margin: 50px 200px; */
    background-color: white;
    display: inline-block;

}

#card-box {
    height: 1000px;
    width: 1400px;
    /* border: 2px solid black; */
    margin: 20px 20px 20px 140px;

}

h1 {
    text-transform: capitalize;
    text-align: center;
}

#port {
    text-align: center;
}

.card {
    height: 250px;
    width: 420px;
    /* border: 2px solid black; */
    margin: 20px 20px 20px 20px;
    display: inline-block;
}

.study {
    background-color: whitesmoke;
    color: black;
    width: 120px;
    height: 40px;
    /* border: 2px solid black; */
}
div>button.study:hover{
    border: 2px solid var(--primarycolor--);
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* color:var(--primarycolor--); */
    
}

.center {
    width: 180px;
    height: 35px;
    margin: 15px 750px;

}

/* section 5 */

#blog {
    /* width: 100%; */
    /* height: 350px; */
    border: 2px solid black;
    background-color: rgb(3, 3, 29);
    color: white;
}

.blue {
    text-align: center;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
}

/* section 6 */

#services {
    /* width: 100%; */
    /* height: 650px; */
    /* border: 2px solid black; */
    display: inline-block;
    background-color: white;

}

#blog {
    display: inline-block;
    height: 250px;
    width: 1800px;
    /* border: 2px solid black; */
}

.block {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 10px 20px 50px;

}

/* section 7 */

#seven-main {
    /* width: 100%; */
    /* height: 550px; */
    /* border: 2px solid black; */
    background-color: whitesmoke;

}

#second-last {
    height: 300px;
    width: 400px;
    /* border: 2px solid black; */
    margin: 230px 20px 20px 240px;

}

.three-box {
    width: 500px;
    height: 175px;
    /* border: 2px solid black; */
    background-color: white;
    margin: 20px 20px 20px 20px;

}

#senior {
    margin: -430px 20px 70px 900px;

}

/* section 8 */

#eight-main {
    /* width: 100%; */
    height: 600px;
    /* border: 2px solid black; */
    margin: 20px 250px;
    background-color: white;
    border-radius: 20px;
}

#contect {
    width: 400px;
    height: 500px;
    /* border: 2px solid black; */
    margin: 40px 20px 240px 130px;
    display: inline-block;
}

#form {
    width: 400px;
    height: 500px;
    /* border: 2px solid black; */
    margin: 80px 20px 700px 70px;
    display: inline-block;
}


#sub {
    margin: 30px 30px;
}

/* footer */

footer {
    /* width: 100%; */
    /* height: 200px; */
    /* border: 2px solid black; */
    background-color: var(--secondarycolor--);
    color: white;
    text-align: center;
    line-height: 20px;
}

footer>p {

    /* color: var(--primarycolor--); */
    font-size: 15px;
}