* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


.navbar-nav {
    margin-left: 15rem;
}

.navbar-brand {
    margin-left: 5rem;
}

.nav-item a {
    font-size: 20px;
    font-weight: 700;
    color: aliceblue !important;
    text-shadow: 1px 1px 1px black, 0 0 25px rgb(255, 230, 0), 0 0 5px rgb(230, 238, 10);
    margin-right: 40px;
    transition: 0.4s;
}

.nav-item a:hover {
    color: rgb(12, 223, 12) !important;
}

/* search button */
.form-inline {
    margin-left: 8rem;
}

.btn {
    display: inline-block;
    outline: 0;
    border: 0;
    background-image: linear-gradient(to right, #e052a0, #f15c41);
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
}

.btn:hover {
    background-image: linear-gradient(to right, #3ec7e0, #526bf4);
    color: aliceblue;
}


/* banner */

.banner {
    width: 100%;
    height: 90vh;
    background: url(ban4.gif);
    /*https://i0.wp.com/media.giphy.com/media/5ERaOy5fQEIAU/giphy.gif*/
    background-size: cover;
    font-size: 80px;
    color: #110e0e;
    text-align: center;
    padding: 40px 15px;
    background-position: center;
}

.big-text {
    font-size: 65px;
    color: gold;
    margin-top: 20rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 1px black, 0 0 25px rgb(0, 0, 0), 0 0 5px rgb(27, 27, 26);
}

.big-text:hover {
    color: #fff;
}

/* questions */

.question {
    width: 100%;
    height: 280vh;
    background-image: url(pexels-neo-2653362.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.questionrap {
    width: 80%;
    margin: auto;
    padding-top: 6rem;
}

.box {
    width: 100%;
    padding: 30px;
    background-color: rgba(77, 76, 76, 0.6);
}

.box h4 {
    padding-bottom: 20px;
}

.box h4 a {
    font-size: 30px;
    color: aliceblue;
    text-decoration: none;
    transition: 0.4s;
}

.box h4 a:hover {
    color: tomato;
}





/* Footer */
.foot {
    width: 100%;
    height: 48vh;
    background-image: linear-gradient(rgb(27, 15, 23), rgb(38, 46, 50));
    margin-top: 2px;
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}

.box11 {
    width: 350px;
}

.box11 h2 {
    text-align: center;
    padding-top: 20px;
    color: white;
    font-size: 30px;
    border-bottom: 2px solid wheat;
}

.box11 p {
    text-align: justify;
    padding-top: 15px;
    color: snow;
    font-size: 15px;
}

.box11 span {
    text-align: center;
    color: snow;
    font-size: 15px;
}

.box11 h5 {
    padding-top: 20px;
    color: gold;
}

.box11 a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.box11 a:hover {
    text-decoration: underline;
    color: gold;
}

.box11 .form-inline {
    margin-left: 0px;
    padding-top: 15px;
}

.footer-social-links {
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}

.footer-social-links a {
    width: 30px;
    height: 30px;
    line-height: 25px !important;
    position: relative;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    color: #0a0505;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.footer-social-links a i,
.footer-social-links a span {
    position: relative;
    top: 2px;
    left: 1px;
}

.footer-social-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid goldenrod;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.footer-social-links a:hover {
    color: #f0e8e8;
}

.footer-social-links a:hover:before {
    background: #111;
}

/* btn1 */
.btn1 {
    display: inline-block;
    outline: 0;
    border: 0;
    background-image: linear-gradient(to right, #e052a0, #f15c41);
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
}

.btn1:hover {
    background-image: linear-gradient(to right, #3ec7e0, #526bf4);
    color: aliceblue;
}

/* Footer */
.footer1 {
    width: 100%;
    height: 10vh;
    margin-top: 1px;
    background-image: linear-gradient(rgb(31, 34, 35), rgb(27, 15, 23));
}

.footrap1 {
    width: 80%;
    margin: auto;
}

.footrap1 p {
    padding-top: 20px;
    color: rgb(236, 222, 236);
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
}

#copy {
    color: white;
}