*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}


@font-face {
    font-family: Arvo;
    src: url("./Arvo/Arvo-Regular.ttf");
}
body{
    font-family: Arvo;
}
.herotext{
    font-family: Arvo;
}
#navbomb{
    background-color: rgb(247, 246, 249);
}
#listin li a{
    position: relative;
}
#listin li a:after{
    content: "";
    position: absolute;
    border-radius: 5px;
    background-color: rgba(31, 13, 70, 1);
    height: 5px;
    width: 0;
    left: 0;
    bottom: -3px;
    transition: 0.3s ease-in-out;
}
#listin :hover::after{
    width: 100%;
    font-size: larger;
}
#listin {
    gap: 30px;
    margin-left: 50%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(31, 13, 70, 1);
}

#imager{
    width: 10%;
    margin-left: 40px;
}
#imager img{
    width: 60%;
}
#butto{
    color: rgba(31, 13, 70, 1);
    background-color: rgb(245, 249, 247);
}
#butto :hover{
    color: rgba(31, 13, 70, 1);
    
}
#butto span{
    color: rgb(255, 255, 255);
}
.navbar-toggler-icon{
    color: rgb(246, 246, 246);
}

.header{
    margin-top: 30px;
    /* margin-bottom: 40px; */
    text-align: start;
    font-size: 150px;
    width: 20%;
} 
.header h2{
    font-size: 30px;
    margin-bottom: 40px;
    transition: .5s ease-out;
}
.header h2:hover{
    font-size: 40px;
    font-weight: bold;
}
#immgg img{
    height: 70vh;
    
}
.card-body h5{
    margin-top: 30px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
}
.card-body p{
    margin-left: 10px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.card-body button{
    padding: 15px 25px;
    background-color: black;
    color: white;
    margin-left: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
}
.card-body button:hover{
    background-color: red;
    color: white;
    cursor: pointer;
}
.card-body{
    background: url(./img/image\ 1.png) no-repeat center;
    background-size: cover;
    height: 70vh;
}
body{
    background-color: rgba(205, 225, 232, 1);
}
#exx{
    background-color: rgba(205, 225, 232, 1);
}
.modal-footer button{
    background-color: black;
    
}