*{
    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{
    width: 400px;
    font-size: 30px;
    margin-bottom: 40px;
    transition: .5s ease-out;
    /* border: 2px solid red; */
}
.header h2:hover{
    font-size: 35px;
    font-weight: bold;
}
#immgg img{
    height: 70vh;
    
}
.card-body h5{
    margin-top: 50px;
    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;
    
}

/* media query begin  */

@media screen and (max-width:1100px){
    #listin{
        /* text-align: center; */
        gap: 30px;
        margin-left: 40%;
        font-size: 13px;
        font-weight: 500;
        color: rgba(31, 13, 70, 1);
    }
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 10px;
        margin-left: 5px;
        font-size: 25px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    .card-body button{
        padding: 10px 15px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 15px;
    }
    .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;
    }
    #immgg img{
        height: 70vh;
        
    }
}
@media screen and (max-width:1040px){
    #listin{
        /* text-align: center; */
        gap: 30px;
        margin-left: 40%;
        font-size: 13px;
        font-weight: 500;
        color: rgba(31, 13, 70, 1);
    }
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 10px;
        margin-left: 5px;
        font-size: 25px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    .card-body button{
        padding: 10px 15px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 15px;
    }
    .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;
    }
    #immgg img{
        height: 70vh;
        
    }
}
@media screen and (max-width:1000px){
    #listin{
        /* text-align: center; */
        gap: 30px;
        margin-left: 40%;
        font-size: 13px;
        font-weight: 500;
        color: rgba(31, 13, 70, 1);
    }
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 10px;
        margin-left: 5px;
        font-size: 25px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    .card-body button{
        padding: 10px 15px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 15px;
    }
    .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;
    }
    #immgg img{
        height: 70vh;
        
    }
}
@media screen and (max-width:991px){
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 5px;
        margin-left: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 300;
    }
    .card-body button{
        padding: 9px 13px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
    .card-body button:hover{
        background-color: red;
        color: white;
        cursor: pointer;
    }
}
@media screen and (max-width:767px){
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 5px;
        margin-left: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 300;
    }
    .card-body button{
        padding: 9px 13px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
    .card-body button:hover{
        background-color: red;
        color: white;
        cursor: pointer;
    }
    #immgg img{
        height: 70vh;
        width: 100%;
    }
}
@media screen and (max-width:490px){
    .header h2{
        width: 400px;
        font-size: 30px;
        margin-bottom: 40px;
        transition: .5s ease-out;
        /* border: 2px solid red; */
    }
    .header h2:hover{
        font-size: 35px;
        font-weight: bold;
    }
    .card-body h5{
        margin-top: 5px;
        margin-left: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 12.5px;
        line-height: 20px;
        font-weight: 300;
    }
    .card-body button{
        padding: 9px 13px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
    .card-body button:hover{
        background-color: red;
        color: white;
        cursor: pointer;
    }
    #immgg img{
        height: 70vh;
        width: 100%;
    }
    
}
@media screen and (max-width:470px){
    .card-body h5{
        margin-top: 3px;
        margin-left: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
    }
    .card-body button{
        padding: 9px 13px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
    .card-body button:hover{
        background-color: red;
        color: white;
        cursor: pointer;
    }
}
@media screen and (max-width:459px){
    .card-body h5{
        margin-top: 3px;
        margin-left: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
    }
    .card-body button{
        padding: 8px 12px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
}
@media screen and (max-width:432px){
    .card-body h5{
        margin-top: 3px;
        margin-left: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 11px;
        line-height: 19px;
        font-weight: 300;
    }
    .card-body button{
        padding: 8px 12px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
}
@media screen and (max-width:378px){
    .card-body h5{
        margin-top: 2px;
        margin-left: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
    }
    .card-body button{
        padding: 8px 12px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
}
@media screen and (max-width:354px){
    .card-body h5{
        margin-top: 1px;
        margin-left: 5px;
        font-size: 16px;
        font-weight: bold;
    }
    .card-body p{
        margin-left: 5px;
        font-size: 10px;
        line-height: 18px;
        font-weight: 300;
    }
    .card-body button{
        padding: 8px 12px;
        background-color: black;
        color: white;
        margin-left: 10px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
    }
}
