body {
    margin: 0;
    padding: 0;
}

nav{
    background-color: white;
    border-bottom: 1px solid rgb(247, 244, 244);
}
nav .collapse .nav-item .active{
    color: rgb(22, 122, 122);
}

nav .navbar-brand{
    color: black;
    font-weight: bold;
    font-family: cursive;
    text-decoration: none;
}
nav .navbar-brand:hover{
    color: rgb(54, 99, 99);
}

nav .collapse ul a{
    color: black;
    font-weight: bold;
}

.collapse ul a:hover{
    color: rgb(54, 99, 99);
}
nav .collapse li .dropdown-menu a{
    color: rgb(16, 16, 80);
}
.get{
    /* border: 1px solid white; */
    border-radius: 12px;
    background: rgb(184, 248, 248);
}
.get:hover{
    background-color: rgb(68, 194, 194);
}

nav li{
    padding: 2px 15px;
}

/* hero */
.hero{
    text-align: center;
    /* background: rgb(38, 38, 155);  */
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.hero .text p {
    margin-top: 20px;
}
.hero .text{
    margin-top: 10%;
}

.hero p{
    font-size: 17px;
    font-family: cursive;
    color: black;
}
.hero h1{
    font-size: 70px;
    margin-bottom: 20px;
    color: rgb(7, 7, 85);
}
.hero span{
    color: rgb(72, 179, 179);
}
.search{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 200px;
    position: relative;
}
.search input{
    padding: 15px;
    border-radius: 20rem;
    outline: none;
    box-shadow: 2px 4px 5px #000;
}
.search a{
    background-color: rgb(184, 248, 248);
    color: black;
    position: absolute;
    top: 10;
    right: 10;
    font-weight: bold;
    border: none;
}
.search a:hover{
    background-color: rgb(72, 179, 179);
}

.search input:active {
    outline: none;
}


.card img{
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
}

.crd{
    box-shadow: 1px 1px 10px #0000001a;
}

.card{
    text-align: center;
}

.card-text{
    margin-top: -8px;
}

.container-fluid{
    margin-top: 30px;
}

.hero2{
    background: rgb(7, 7, 85);
    color: white;
    margin-top: 4%;
    text-align: center;
}
.hero2 h5{
    font-family: cursive;

}
.hero2 h1{
    font-size: 50px;
    margin-bottom: 10px;
    padding-top: 30px;
}
.hero2 .hero22{
    color: white;
}
.hero2 .herop{
    color: white;
}
.hero2 .step{
    margin-top: 50px;
}
.hero2 .step p{
    font-size: 17px;
    font-family: cursive;
    padding-top: 10px;
}
.hero2 .step h3{
    font-size: 30px;
}
.butt .find{
    border: 1px solid rgb(64, 63, 63);
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    background-color: rgb(79, 148, 148);
    color: white;
    font-family: cursive;
}
.butt .become{
    border: 1px solid white;
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    font-family: cursive;
}
.butt .find:hover{
        background-color: rgb(22, 122, 122);
        color: white;
}
.butt .become:hover{
        background-color: rgb(22, 122, 122);
        color: white;
}
.butt{
    margin-top: 20px;
}

.hero3{
    margin-top: 80px;
}

.hero3 h2{
    color: rgb(16, 16, 80);
}
.hero4 h2{
    color: white;
}
.hero4 .hero4p{
    color: white;
}
.crd2{
    box-shadow: 1px 1px 10px #0000001a;
    margin-top: 50px;
}

.hero4{
    background-color: rgb(7, 7, 85);
    padding-bottom: 20px;
}
.hero4 .col-md-5{
    margin-top: 50px;
}

footer{
    padding: 10px;
    color: rgb(72, 179, 179);
}






@media (max-width: 760px) {
    .text h1{
        font-size: 30px;
    }
    .hero{
        margin-top: 80px;
    }
    .search{
        width: 100%;
    }
}
