body,
* {
    font-family: 'Rubik', sans-serif;
    color: #242424;
}

.header {
    background-color: #022e5b;
    padding: 20px 16px;
    text-align: center;
}

.header img {
    width: 260px;
}

.register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 700px;
    background-image: url('https://himrishtey.com/img/home-slider/slide2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.registerForm {
    width: 400px;
    background-color: #022e5b;
    padding: 30px;
}

.registerForm h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
}

.registerForm input,
.registerForm select {
    width: 100%;
    height: 32px;
    border: 1px solid #fff;
    background: transparent;
    padding: 0px 24px;
    color: #fffbfb;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}

.registerForm select option {
    color: black;
}

.registerForm input::placeholder {
    color: #fffbfb;
}

.registerForm button {
    background: #fe372b;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0px 25px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    margin: auto;
    margin-top: 20px;
}

.story-header {
    margin: 50px 0 70px 0;
}

.storyCard {
    background-color: white;
    box-shadow: 3px 0px 10px 1px #9f9f9f;
    padding: 20px;
    border-radius: 16px;
}

.storyCard img {
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

.stories h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fe372b;
    letter-spacing: .96px;
    position: relative;
    padding-bottom: 10px;
}

.stories h5 {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    color: #242424;
    letter-spacing: .48px;
}

.success {
    color: #242424;
}

.storyContent h4 {
    color: #fe372b;
    text-align: start;
    margin-top: 20px;
}

.storyContent h4 i {
    color: #fe372b;
}

.storyContent p {
    color: black;
    margin-top: 20px;
    text-align: start;
}

.aboutInfo p {
    text-align: center;
    font-size: 20px;
}

.about-header {
    margin: 80px 0 30px 0;
}

.footer {
    padding: 40px 0;
    background-color: #022e5b;
    margin-top: 40px;
}

.footer-community {
    color: white;
    font-size: 38px;
}

.footer-community .success {
    color: #fe372b;
}

.socialLinks {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}

.socialLinks li a {
    width: 40px;
    height: 40px;
    background-color: goldenrod;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialLinks li i {
    color: white;
}

@media only screen and (max-width:576px) {
    .socialLinks {
        gap: 14px;
    }

    .socialLinks li a {
        width: 30px;
        height: 30px;
    }
}

#mems1error {
    display: none;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
 .storyCard{
     margin-bottom:10px;
 }   
}

