* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* navigation bar */

.navigation {
    background-color: rgba(255, 255, 255, 0.921);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.navbar {
    height: 12vh;
}

.navbar-nav {
    margin-left: 1rem;
}

.navbar-nav h2 {
    color: #dc4348;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px;
    transition: 0.2s;
}

.navbar-nav h2:hover {
    border-bottom: 4px solid #dc4348;
}

.navbar-brand img {
    margin-left: 2rem;
}

.form-inline {
    margin-left: 2rem;
}



/* modal */

#margin {
    margin-top: 42px;
    margin-left: 2rem;
}

.modalrap a {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
    border: 2px solid #dc4348;
    padding: 6px 22px;
    transition: 0.4s;
    color: #dc4348 !important;
    font-weight: 600;
}

.modalrap a:hover {
    color: #dc4348 !important;
    border-bottom: 1px solid #dc4348;
    background-color: #dc4348;
    color: aliceblue !important;
}

.modal-header {
    background-color: #dc4348;
}

.modal-header h4 {
    color: aliceblue;
}


.body {
    width: 100%;
}

.bodyrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
}

.bodycontent h3 {
    color: #dc4348;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.textlines h5 {
    font-size: 15px;
    color: #dc4348;
    margin-top: 1rem;
}

.btnnn1 {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#fb {
    margin-right: 5px;
}

.btnnn1 a {
    text-decoration: none;
    color: aliceblue;
    background-color: darkblue;
    padding: 6px 22px;
    border-radius: 30px;
}

.btnnn1 a:hover {
    text-decoration: none;
    color: aliceblue;
}

#gg {
    margin-right: 5px;
}

.btnnn2 a {
    text-decoration: none;
    color: black;
    padding: 6px 22px;
    border: 1px solid black;
    border-radius: 30px;
}

.btnnn2 a:hover {
    text-decoration: none;
    color: black;
}



/* banner */
.banner {
    width: 100%;
}

.bannerrap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}

.box1 {
    width: 100%;
}

.box1 img {
    width: 100%;
    height: 60vh;
}

.box2 {
    background-color: #dc4348;
    width: 100%;
}

.box2 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: aliceblue;
    margin-bottom: 20px;
    margin-top: 5rem;
}

.box2 p {
    font-size: 15px;
    font-weight: 600;
    color: aliceblue;
    text-align: center;
    margin-bottom: 20px;
}

.btn a {
    padding: 10px;
    color: #dc4348;
    background-color: aliceblue;
    font-size: 15px;
    border-radius: 30px;
    margin-left: 5rem;
    transition: 0.5s;
}

.btn a:hover {
    background-color: aliceblue;
    opacity: 0.8;
    text-decoration: none;
}

.box2 h3 {
    color: aliceblue;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.input-box input {
    margin-left: 4rem;
    padding: 6px 20px;
    border-radius: 30px;
    width: 15rem;
    border: 2px solid aliceblue;
    background-color: transparent;
    /* color: yellow; */

}

::placeholder {
    color: aliceblue;
}



/* middle 3 menu sec */

.socialicons {
    display: flex;
    margin-left: 37rem;
    margin-top: 3rem;
}

.socialicons a {
    text-decoration: none;
    padding: 10px;
    background-color: aliceblue;
    margin: 15px;
    border-radius: 10px;
    transition: 0.5s;
    height: 5vh;
}

.socialicons a:hover {
    background-color: black;
}

#linkdin {
    color: red;
    font-size: 20px;
}

#facebook {
    color: red;
    font-size: 20px;
}

#instagram {
    color: red;
    font-size: 20px;
}

#tweeter {
    color: red;
    font-size: 20px;
}

#linkedin {
    color: red;
    font-size: 20px;
}


/* webiste footer */

.footer {
    width: 100%;
}

.footerrap {
    width: 90%;
    padding: 10px;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
    margin-top: 3rem;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 2rem;
}

.box2 {
    width: 100%;
}

.box3 h2 {
    font-size: 20px;
    color: #dc4348;
    text-align: left;
    text-transform: capitalize;
}

.box3 p {
    font-size: 15px;
    color: black;
    opacity: 0.7;
    text-transform: capitalize;
}


/* copy right section */

.footerbottom {
    width: 100%;
}

.footerbottom h3 {
    font-size: 15px;
    color: #dc4348;
    text-align: center;
}