@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@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&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'Arial', sans-serif;
}

/* Rest of your CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    font-family: 'Poppins', 'Arial', sans-serif;

}

a2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25pt;
    font-weight: 500;
    color: aliceblue;
    cursor: pointer;


}

li,
a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: aliceblue;

    text-decoration: none;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgb(30, 19, 70, 1);

    text-decoration: none;
}

header {
    color: aliceblue;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 5%;

}

.logo {
    margin-right: auto;
    max-width: 100px;
    max-height: 100px;

}

.navbar {
    list-style: none;
}

.navbar li {
    display: inline-block;
    padding: 0px 20px;

}

.navbar li a {
    padding: 0px 20px;

}

.navbar li a:hover {
    text-decoration-line: underline;



}


i:active{
    text-decoration: none;
}



h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60pt;
    font-weight: 700;

}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: 300;

}

p1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: 600;
    color: rgb(45, 226, 136, 1);

}



main {}

.hero {

    color: aliceblue;


}

.hero-box {
    margin-top: 50px;
    background-color: rgb(221, 212, 255, 0.1);
    border-radius: 15px;
    padding: 35px 46px;
    max-width: 650px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25pt;
    font-weight: 500;
    line-height: 25pt;


}

p7 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25pt;
    font-weight: 600;
    line-height: 25pt;
    color: rgb(45, 226, 136, 1);

}

p3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    line-height: 15pt;


}

p5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    font-weight: 300;

}

p4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    font-weight: 500;

}

p2 {


    font-family: 'Montserrat', sans-serif;
    font-size: pt;
    font-weight: 400;
    line-height: 15pt;

}

p6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    font-weight: 600;


}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 80pt;
    font-weight: 700;

}

.about {

    border-radius: 10px;
    padding: 10px 20px;
    padding-bottom: 10px;
    padding-right: 20px
}

.about1 {

    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);

    background-size: 200%;
    max-width: 440px;
    max-height: max-content;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 0px 50px rgba(48, 48, 48, 0.03);


}



.about-text {
    text-align: right;
}


main2 {

    background-color: #29282b;
    width: 100%;
    position: relative;
    height: 200px;


    height: max-content;
}

.footer {
    background-color: #29282b;
    width: 100%;

    height: 200px;


    align-items: center;
    justify-content: center;

    padding-top: 20px;
    height: max-content;


}

.lists {
    background-color: #29282b;
    max-width: 100%;
    position: relative;

    justify-content: space-between;
    display: flex;
    padding: 20px;
    padding-top: 20px;
    margin-right: 300px;
    margin-left: 300px;
    text-align: center;



}

.list1 li1 {
    display: grid;
    gap: 10px;

}

li1,
a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: aliceblue;

    text-decoration: none;
}

.lists:hover {
    color: rgb(45, 226, 136, 1);
}

.josh {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding-top: -10px;

    height: 70px;
}

/* This applies to the whole page */
::-webkit-scrollbar {
    width: 10px; /* Adjust scrollbar width */
}

::-webkit-scrollbar-track {
    background: rgb(6, 16, 27);
}

::-webkit-scrollbar-thumb {
    background: #82dffc; /* Change the thumb color */
    border-radius: 10px; /* Add border radius to the thumb */
    height: 20px;

}

::-webkit-scrollbar-thumb:hover {
    background: #9ce6fd; /* Change the thumb color */
}


