@font-face {
    font-family: 'proxima_novabold';
    src: url('/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('/fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('/fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('/fonts/proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.container {
    width: 1920px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}
/*header*/
header {
    position: absolute;
    width: 100%;
}
/* .share-btn {
    width: 193px;
} */
.share-btn {
    border-radius: 50px;
    background: #F2E800 !important;
    color: #FFF !important;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 26px;
    position: absolute;
    right: 10%;
    top: 5%;
}
.modal-dialog {
    max-width: 714px;
}
.modal-content {
    text-align: center;
}
.modal-body {
    padding: 100px 0;
}
.modal-body h5#exampleModalLabel {
    color: #642065;
    font-family: 'proxima_novaextrabold';
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 28px;
}
.modal-body .share-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-body .share-option a {
    margin: 0 22px;
}
a.navbar-brand {
    display: flex;
    align-items: baseline;
}
nav.navbar a.navbar-brand p {
    color: #FFF;
    font-family: 'proxima_novaextrabold';
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}
.navbar-toggler-icon {
    background-image: url(/images/nav-toggler-pic.png);
}
button.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    border: none;
}
.offcanvas {
    background: rgba(100, 32, 101, 0.80) !important;
}
.offcanvas-header .btn-close {
    margin: 0 0 0 auto;
    background-image: url(/images/close_icon.png) !important;
}
a.nav-link.active {
    color: #fff !important;
}
.navbar-nav .nav-link {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.offcanvas-header .social-links p {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.offcanvas-body {
    position: relative;
}
.offcanvas-body .social-links {
    position: absolute;
    bottom: 87px;
}
/*global style*/
.global-bg  {
    /* background-image: url(/images/main-home-bg-new.jpg); */
    background-image: url(/images/main-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 304px 0;
}
h1 {
    position: absolute;
    top: 240px;
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.social-links p {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.social-links a {
    padding: 0 6px;
}

/*home-page*/
.row {
    justify-content: center !important;
    width: 100%;
    margin: 0 auto;
}
.card-body {
    padding: 114px 0;
}
.home-page .card-body a {
    border-radius: 82px;
    background: #642065;
    padding: 10px 54px;
    text-decoration: none;
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-body .sign-up {
    margin: 48px auto;
}
.card-body .log-in a {
    background: #30D5C8;    
}
.play-rounds a {
    color: #000;
    font-family: 'proxima_novabold';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 82px;
    background: #F2E800;
    padding: 10px 60px;
    border: none;
    text-decoration: none;
}
/*home-page*/
/*footer*/
footer {
    background: #642065;
    padding: 28px 0;
    /* display: none; */
}
footer .footer {
    align-items: center;
}
.footer .logo {
    padding: 0;
}
.footer .logo .inner {
    display: flex;
    align-items: baseline;
}
.footer .logo .inner h2 {
    color: #FFF;
    font-family: 'proxima_novaextrabold';
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}
.footer .copyright-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: end;
    padding: 0;
}
.copyright p {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

/*sign-in-page & log-in-page*/
.sign-log-in-page .card-body {
    padding: 50px 0;
}
.sign-log-in-page .card-text {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}
.card-body h2.card-title {
    color: #30D5C8;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sign-log-in-page .card-text input {
    margin: 25px auto;
    padding: 13px 28px;
    border-radius: 57px;
    background: #E1E1E1;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sign-log-in-page .forget-password {
    margin: 10px auto 35px auto;
}
.sign-log-in-page .forget-password a {
    color: #033DDB;
    font-family: 'proxima_novaregular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;  
    padding: 0;
    background: none;
    border-radius: 0; 
}
.sign-log-in-page button.btn.btn-primary.btn-block {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 82px;
    background: #30D5C8;
    padding: 10px 60px;
    border: none;
}

/*Round-1-page*/
.round-1-page .selection .card-body h2 {
    font-family: 'proxima_novaextrabold';
    text-transform: capitalize;
    font-size: 60px;
    color: #642065;
    line-height: 60px;
    margin: 0;
}
.round-1-page .selection .card-body {
    padding: 50px;
}
.round-1-page .perdiction .card-body {
    padding: 50px 34px;
}
.round-1-page .selection .card-body h5 {
    margin-top: 50px;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.round-1-page .selection-btn {
    margin: 36px auto 36px 0;
    /* height: 54px; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 785px;
}
.round-1-page .selection-btn .left {
    width: 283px;
}
.round-1-page .selection-btn .middle {
    width: 283px;
}
.round-1-page .selection-btn .right {
    width: 283px;
}
.round-1-page .selection-btn a {
    border-radius: 53px;
    background: #642065;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 0;
    margin-right: 36px;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: capitalize;
}
.round-1-page .selection-btn .middle a{
    background: #30D5C8;
}
.round-1-page .selection-btn .right a{
    background: #F2E900;
}
.round-1-page .selection-btn a input#quantity {
    width: 100%;
    max-width: 90%;
    border: none;
    background: transparent;
    text-align: center;
    color: #FFF !important;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.round-1-page .selection-btn a input#quantity::placeholder{
    color: #FFF !important;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.round-1-page .selection-btn a input#quantity:focus-visible {
    outline: none;
}
.round-1-page .selection-btn img {
    margin-right: 36px;
    object-fit: contain;
}
.round-1-page .perdiction {
    border-radius: 0px 13px 13px 0px;
    background: #642065;
}
.round-1-page .perdiction .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.round-1-page .perdiction .head h2.card-title {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.round-1-page .perdiction .head a {
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    background: #F2E800;
    text-decoration: none;
    padding: 3px 11px;
}
.round-1-page .perdiction .head a button {
    border: none;
    background: none;
    color: #fff;
}
.round-1-page .perdiction .selection-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.round-1-page .perdiction .selection-btn p {
    color: #FFF;
    font-family: 'proxima_novaregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 14px 0 0;
    width: 33%;
}
.round-1-page .perdiction .selection-btn a {
    margin: 0 0 0 22px;
}
.play-btn a {
    display: block;
    text-align: center;
    border-radius: 13px;
    background: #F2E800;
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 11px 0;
    text-decoration: none;
}
p.card-text {
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 42px auto;
}
.round-1-page .perdiction p.card-text {
    color: #fff;
    text-align: center;
    font-size: 17px;
}

/*contact-us-page*/
.contact-page .card-body {
    padding: 0;
}
.contact-page  h2 {
    color: #000;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -1.6px;
}
.contact-form {
    padding: 50px 86px 86px 64px;
}
.contact-form form input {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 40px 0;
    padding: 11px 29px;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.contact-form form textarea {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 40px 0;
    padding: 11px 29px;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.contact-form form .submit-button-wrapper input[type="submit"] {
    border-radius: 50px;
    background: #642065;
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    padding: 10px 73px;
}
.contact-page .picture-only .card-body img {
    width: 100%;
    border-radius: 0 13px 13px 0;
}

/*about-us-page*/
.about-page .picture-only img {
    width: 100%;
    border-radius: 20px;
}
.about-intro {
    margin: 120px auto;
    justify-content: space-between !important;
}
.about-intro .about-text {
    width: 870px;
    padding: 50px 0 0;
}
.about-intro h5 {
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.about-page .about-intro h2 {
    margin: 9px auto;
}
.about-page h2 {
    color: #000;
    font-family: 'proxima_novabold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 9px auto;
}
.about-page h6 {
    color: #000;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
}
.about-page p {
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.about-more {
    /*padding: 96px 0;
    background-image: url(/images/about-pic-full.png); */
    padding: 150px 0;
    background-image: url(/images/about-us-inner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-more::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.about-more .about-text {
    text-align: center;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    position: relative;
}
.about-page .about-more h2 {
    color: #fff;
    margin-bottom: 20px;
}
.about-page .about-more h6 {
    color: #fff;
}
.about-page .about-more p {
    color: #fff;
    margin: 20px auto;
}
.about-page .about-more p a{
    color: #fff;
    text-decoration: none;
}
.about-more .about-btn {
    width: 193px;
    margin: 0 auto;
}
.about-more .about-btn a {
    display: block;
    border-radius: 50px;
    background: #642065;
    color: #FFF;
    font-family: 'proxima_novabold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 50px;
    text-decoration: none;
    text-transform: capitalize;
}
.about-testimonials {
    margin: 96px auto;
}
.about-testimonials .carousel-caption {
    position: unset;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}
/*prediction-page*/
.prediction-round h3 {
    color: #000;
    font-family: 'proxima_novaextrabold';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.prediction-round ul {
    list-style: none;
    padding: 0;
}
.prediction-round ul li img {
    padding: 0 20px;
}
.prediction-round ul li {
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
/*prediction-page*/

/*reset-password-page*/
.reset-password .row.form-group {
    align-items: center;
    justify-content: space-between !important;
}
.reset-password .row.form-group label {
    font-size: 20px;
    font-family: 'proxima_novaregular';
    color: #000;
}
.reset-password button.btn.btn-primary.btn-block {
    padding: 13px 15px;
    font-size: 18px;
}
.reset-password .card-header {
    background: none;
    border: none;
    padding: 0;
}
/*reset-password-page*/
.reset-pwd button .btn .btn-primary .btn-block {
    padding: 10px 35px !important;
}

/*responsive*/
@media screen and (max-width:1720px) {
    .navbar-nav .nav-link {
        font-size: 28px;
    }
    .round-1-page .perdiction .head h2.card-title {
        font-size: 34px;
    }
    .round-1-page .perdiction .selection-btn p {
        font-size: 24px;
    }
    .round-1-page .selection-btn a {
        font-size: 18px;
    }
    .round-1-page .selection-btn a input#quantity::placeholder {
        font-size: 18px;
    }
    .round-1-page .selection-btn a input#quantity {
        font-size: 18px;
    }
    .play-btn a {
        font-size: 34px;
    }
    .copyright p {
        font-size: 20px;
    }
    .social-links p {
        font-size: 28px;
    }
    .share-btn {
        font-size: 18px;
    }
    .about-intro .about-text {
        width: 770px;
    }
    .contact-form {
        padding: 50px 86px 0px 64px;
    }
}

@media screen and (max-width:1550px) {
    .navbar-nav .nav-link {
        font-size: 22px;
    }
    .social-links p {
        font-size: 22px;
    }
    .round-1-page .perdiction .head h2.card-title {
        font-size: 28px;
    }
    .round-1-page .selection-btn .left {
        width: 235px;
    }
    .round-1-page .selection-btn .middle {
        width: 235px;
    }
    .round-1-page .selection-btn .right {
        width: 235px;
    }
    p.card-text {
        font-size: 16px;
    }
    .round-1-page .perdiction p.card-text {
        font-size: 16px;
    }
    .play-btn a {
        font-size: 30px;
    }
    .about-intro .about-text {
        padding: 0;
    }
}

@media screen and (max-width:1440px) {
    .share-btn {
        font-size: 16px;
    }
    .offcanvas-body .social-links {
        bottom: 30px;
    }
    .social-links p {
        font-size: 24px;
    }
    .round-1-page .selection-btn .left {
        width: 180px;
    }
    .round-1-page .selection-btn .middle {
        width: 180px;
    }
    .round-1-page .selection-btn .right {
        width: 180px;
    }
    .round-1-page .selection-btn a {
        font-size: 16px;
    }
    .round-1-page .selection-btn a input#quantity::placeholder {
        font-size: 16px;
    }
    .round-1-page .selection-btn a input#quantity {
        font-size: 16px;
    }
    .round-1-page .perdiction .head h2.card-title {
        font-size: 24px;
    }
    p.card-text {
        font-size: 14px;
    }
    .round-1-page .perdiction p.card-text {
        font-size: 14px;
    }
    .copyright p {
        font-size: 16px;
    }
    .social-links p {
        font-size: 20px;
    }
    img.site-name {
        width: 100%;
        max-width: 70%;
    }
    .about-intro .about-text {
        width: 670px;
    }
    .about-intro h5 {
        font-size: 24px;
    }
    .about-page h2 {
        font-size: 34px;
    }
    .about-page h6 {
        font-size: 18px;
    }
    .about-page p {
        font-size: 16px;
    }
    .contact-page h2 {
        font-size: 34px;
    }
    .contact-form form input {
        margin: 0 0 24px 0;
        font-size: 16px;
    }
}

@media screen and (max-width:1250px) {
    .share-btn {
        font-size: 14px;
        top: 12%;
    }
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .social-links p {
        font-size: 16px;
    }
    .round-1-page .selection .card-body h2 {
        font-size: 40px;
    }
    .round-1-page .perdiction .head h2.card-title {
        font-size: 20px;
    }
    .round-1-page .selection-btn .left {
        width: 150px;
    }
    .round-1-page .selection-btn .middle {
        width: 150px;
    }
    .round-1-page .selection-btn .right {
        width: 150px;
    }
    .round-1-page .perdiction .selection-btn p {
        font-size: 20px;
    }
    .round-1-page .selection-btn a {
        font-size: 14px;
    }
    .round-1-page .selection-btn a input#quantity::placeholder {
        font-size: 14px;
    }
    .round-1-page .selection-btn a input#quantity {
        font-size: 14px;
    }
    .play-btn a {
        font-size: 24px;
    }
    p.card-text {
        font-size: 12px;
    }
    .round-1-page .perdiction p.card-text {
        font-size: 12px;
    }
    .copyright p {
        font-size: 14px;
    }
    .social-links a img {
        max-width: 18%;
    }
    .about-intro .about-text {
        width: 570px;
    }
    .about-intro h5 {
        font-size: 20px;
    }
    .about-page h2 {
        font-size: 30px;
    }
    .about-page h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .about-page p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-page h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .contact-form form input {
        margin: 0 0 20px 0;
        font-size: 16px;
        padding: 7px 29px;
    }
    .contact-form form input::placeholder {
        font-size: 14px;
    }
    .contact-form form textarea::placeholder {
        font-size: 14px;
    }
    .contact-form form .submit-button-wrapper input[type="submit"] {
        font-size: 16px;
        padding: 7px 73px;
    }
}

@media screen and (max-width:1025px) {
    .round-1-page .selection .card-body h5 {
        font-size: 26px
    }
    .share-btn {
        padding: 6px 20px;
        top: 7%;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 0 10px;
    }
    .social-links p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .social-links a img {
        max-width: 14%;
    }
    .round-1-page .selection .card-body h2 {
        font-size: 36px;
    }
    .round-1-page .perdiction .head h2.card-title {
        font-size: 16px;
    }
    .round-1-page .perdiction .head a {
        font-size: 10px;
        padding: 3px 8px;
    }
    .round-1-page .perdiction .head a button img {
        width: 100%;
        max-width: 7%;
    }
    .round-1-page .selection-btn a {
        font-size: 12px;
        padding: 10px 0;
        margin-right: 20px;
    }
    .round-1-page .selection-btn a input#quantity::placeholder {
        font-size: 12px;
    }
    .round-1-page .selection-btn a input#quantity {
        font-size: 12px;
    }
    .round-1-page .selection-btn .left {
        width: 125px;
    }
    .round-1-page .selection-btn .middle {
        width: 125px;
    }
    .round-1-page .selection-btn .right {
        width: 125px;
    }
    .round-1-page .perdiction .selection-btn p {
        font-size: 16px;
    }
    .play-btn a {
        font-size: 20px;
    }
    .copyright p {
        font-size: 12px;
    }
    .about-intro .about-text {
        width: 100%;
    }
    .about-intro .picture-only {
        width: 100%;
    }
}

@media screen and (max-width:769px) {
    .share-btn {
        padding: 6px 20px;
        top: 5%;
        left: 0;
        right: 0;
        width: fit-content;
        margin: 0 auto;
    }
    .about-intro .about-text {
        width: 100%;
    }
    .d-none {
        display: block !important;
    }
    nav.navbar a.navbar-brand p {
        font-size: 30px;
    }
    .footer .logo .inner h2 {
        font-size: 30px;
    }
    h1 {
        top: 20%;
        font-size: 30px;
    }
    a.navbar-brand img {
        width: 100%;
        max-width: 15%;
    }
    .round-1-page .selection {
        width: 100%;
    }
    .round-1-page .perdiction {
        width: 100%;
    }
    .round-1-page .selection-btn {
        display: block;
        border-bottom: 2px solid;
        padding-bottom: 30px;
        text-align: center;
    }
    .round-1-page .selection-btn .left {
        width: 100%;
    }
    .round-1-page .selection-btn .middle {
        width: 100%;
        margin: 20px auto;
    }
    .round-1-page .selection-btn .right {
        width: 100%;
        margin-top: 20px;
    }
    .round-1-page .selection-btn a {
        margin-right: 0px;
    }
    .round-1-page .selection-btn img {
        margin-right: 0px;
        max-width: 8% !important;
    }
    .round-1-page .selection-btn a {
        font-size: 20px;
    }
    .round-1-page .selection-btn a input#quantity {
        font-size: 20px;
    }
    .round-1-page .selection-btn a input#quantity::placeholder {
        font-size: 20px;
    }
    .round-1-page .perdiction .selection-btn {
        display: block;
    }
}

@media screen and (max-width:667px) {
    .share-btn {
        padding: 6px 20px;
        top: 15%;
        left: 5%;
        width: fit-content;
        right: auto;
    }
    .card {
        width: 100% !important;
    }
    .card .card-body{
        padding: 114px 20px;
    }
    .home-page .card-body a {
        font-size: 18px;
    }
    .card-body h2.card-title {
        font-size: 30px;
    }
    .sign-log-in-page .card-text input {
        font-size: 14px;
    }
    .sign-log-in-page button.btn.btn-primary.btn-block {
        font-size: 18px;
    }
    .sign-log-in-page.global-bg {
        padding: 120px 0;
    }
    h1 {
        top: 14%;
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    .contact-page .card .card-body {
        padding: 20px 20px;
    }
    .contact-form {
        padding: 50px 5px 0px 5px;
    }
    .card .card-body {
        padding: 20px 20px;
    }
    .footer .logo .inner {
        display: block;
    }
    .footer .copyright-links {
        display: block;
        text-align: left;
    }
    .carousel-control-prev, .carousel-control-next {
        top: -25%;
    }
    .card .card-body img.home-bck-pic {
        width: 100%;
        max-width: 50%;
    }
}

@media screen and (max-width:425px) { 
    h1 {
        top: 9%;
        font-size: 26px;
    }
    nav.navbar a.navbar-brand p {
        font-size: 18px;
    }
}