.homepage section {
    padding: 0;
}

.homepage h5,
.homepage p {
    margin: 0;
    letter-spacing: 0;
}

.alt-p {
    font-size: 1.3rem;
}

.link-colored {
    color:#00359e;
}
/* ------------------------------------ Homepage jumbotron section ----------------------- */

.jumbotron {
    background-size: cover;
    background-position: bottom;
    background-color: #fff;
    /* padding-top: 100px !important; */
}

.jumbotron h5 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
    line-height: 3.3rem;
    font-family: "Roboto", sans-serif;
}

.jumbotron .intro_text {
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.download_div img {
    width: 90%;
}

.download_div p {
    display: inline-block;
    width: 21rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding-top: 0.6rem;
    font-family: "Roboto", sans-serif;
}

/* ------------------------------------ Homepage 'welcome to yaocrypt' section ----------------------- */

.home_welcome {
    padding: 1rem 0 4rem 0 !important;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow-x: hidden;
}

.arrows_abs {
    position: absolute;
    top: -3rem;
    left: -12rem;
    width: 42rem;
    z-index: 0;
}

.home_welcome img {
    margin-top: -6rem;
}

.home_welcome h5 {
    color: #00359e;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.home_welcome p {
    color: #000;
    margin-bottom: 1.5rem !important;
}

.btn_yao {
    color: #fff;
    background: linear-gradient(to bottom, #00359e, #4295f4);
    padding: 0.7rem 2rem;
    border-radius: 6px;
    text-transform: capitalize;
    font-weight: 500;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.btn_yao:hover {
    box-shadow: 1px 2px 5px rgba(0, 53, 158, 0.5);
    color: #fff;
}

@media (max-width: 767px) {
    .home_welcome img {
        margin-bottom: 2rem;
    }

    .jumbotron {
        background-size: cover;
        background-position: bottom;
        padding-top: 0px !important;
        background:linear-gradient(0deg, rgba(64, 63, 63, 0.3), rgba(75, 73, 74, 0.3)), url(https://www.yaocrypt.com/images/banner-main.png) !important;
        
    }

    .text-banner-wrapper {
        padding-top: 50px !important;
    }
}

/* ------------------------------------ Homepage 'special offers' section ----------------------- */
.section_header {
    text-align: center !important;
}

.section_header h3 {
    color: #fff;
    text-align: center !important;
    background: linear-gradient(to bottom, #00359e, #4295f4);
    padding: 0rem 2.2rem !important;
    border-radius: 10px;
    text-transform: capitalize;
    border: 0;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    line-height: 3rem;
}

.offers {
    position: relative;
    padding: 1rem 0 3rem 0 !important;
}

.bg_blob {
    position: absolute;
    top: 0rem;
    width: 150% !important;
    display: none;
}

.offers .section_header {
    margin-bottom: 4rem;
}

.offers_slick {
    padding-bottom: 4rem;
    position: relative;
}

.offers_slick img {
    border-radius: 10px;
}

.slick-center img {
    transform: scale(1.05);
    width: 379px !important;
    object-fit: cover;
    margin-bottom: 0.6rem;
}

.slick-track {
    top: 1rem;
}

.slick-list {
    padding-bottom: 4rem;
}

.slick-prev {
    color: #4285f4;
    background: blue;
    position: absolute !important;
    bottom: -5rem;
}

/* ------------------------ Homepage instant trade section styles ------------------ */
.instant {
    position: relative;
    padding: 5rem 0 !important;
    background-size: contain;
    object-fit: cover;
}
.instant::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(to bottom, #00359e, #4295f4);
}

.instant_box {
    background: #fff;
    padding: 3rem 6rem 5rem 6rem;
    border-radius: 17px;
}

.instant_box h5 {
    color: #00359e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.instant_box2 {
    border: 3px solid #04139e;
    border-radius: 20px;
    opacity: 1;
    padding: 2rem;
}

.instant_box2 img {
    width: 3rem;
    margin-bottom: 1rem;
    height: 3rem;
    object-fit: contain;
}

.instant_box2 p {
    color: #00359e;
    font-weight: 600;
}

.inst_arrow {
    margin-top: 1.5rem;
}

.inst_btn {
    margin-top: 5rem;
}

.inst_btn a {
    border: 1px solid #707070;
    border-radius: 5px;
    background: #fff;
    color: #00359e;
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.inst_btn a:hover {
    box-shadow: 1px 2px 5px rgba(0, 53, 158, 0.5);
}

/* ------------------------- Homepage Download Our Mobile App  section styles ------------------------- */
.download {
    background: #fbfbfa;
    padding: 4rem 0 1rem 0 !important;
}

.download .two_phones {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.download_box {
    display: flex;
    height: auto;
    align-items: center;
}

.download_box img {
    width: 30rem;
}

.download_box p {
    font-size: 27px;
    font-weight: 500;
    color: #000;
    line-height: 3.5rem;
    padding-bottom: 1.5rem;
    padding-right: 20%;
}

/* --------------------------------- Homepage newsletter section styles ------------------------------- */

.newsletter {
    padding: 6rem 0 !important;
}

.newsletter_box {
    background: linear-gradient(to bottom, #00359e, #4295f4);
    box-shadow: 0px 3px 6px #00000029;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 1.7rem;
    text-align: center;
}

.newsletter_box h5 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
}

.newsletter_box p {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}

.newsletter_box .form_div {
    background: #fff;
    padding: 0.5rem 0.7rem;
    width: 75%;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

.newsletter_box .form_div button {
    background: linear-gradient(to bottom, #00359e, #4295f4);
    color: #fff;
    border-radius: 2rem;
    width: 10rem;
    height: 3rem;
}

.newsletter_box .form_div input {
    height: 3rem;
    padding: 0 0.5rem 0 1rem;
    color: #707070;
    border: none;
}

.newsletter_box .form_div input::placeholder {
    color: #707070;
}

.newsletter_box .form_div input:focus {
    color: #707070;
    box-shadow: none;
}

@media (min-width: 992px) {
    .newsletter_box {
        padding: 2rem 15%;
    }
}

@media (max-width: 767px) {
    .newsletter_box .form_div button {
        width: 8rem;
        height: 3rem;
    }
}

@media (max-width: 576px) {
    .newsletter_box .form_div button {
        width: 6rem;
        height: 3rem;
    }
}

/* ---------------------------------------- Footer section styles -------------------------------- */
.footer_bg {
    background-color: #000000;
    padding: 4rem 0 2rem 0;
}

.footer_bg p {
    color: #d2cccc;
    font-size: 14px;
    line-height: 20px;
    margin: 1rem 5% 2.5rem 0 !important;
}

.footer_links img {
    margin-right: 0.5rem;
    width: 1.9rem;
}

.footer_bg h5 {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
}

.footer_bg ul li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: #fff;
    transition: all 1s ease-in-out;
}

.footer_bg ul li a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.footer_bg ul li:hover > a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media (max-width: 992px) {
    .foot_para {
        margin-bottom: 2rem;
    }
}

/* ------------------------------------------------------- About us page styles -------------------------------------------------- */
.yellow_bold {
    color: rgb(255, 187, 0);
    font-weight: 700;
}

.about_carousel h4 {
    text-align: center;
    color: #00359e;
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: 500;
}

.about_carousel p {
    color: #707070;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12rem;
}

@media (min-width: 992px) {
    .about_carousel p {
        padding: 0 20%;
    }
}

.about_carousel .carousel-indicators {
    bottom: -3.5rem;
}

.about_carousel .carousel-indicators li {
    border-radius: 50%;
    height: 0.8rem;
    width: 0.8rem;
    background-color: #4295f4;
}

.about_carousel .carousel-indicators active {
    border-radius: 50%;
    background-color: #00359e;
}

.about_yao {
    padding: 2rem 0 1rem 0 !important;
    background-size: contain;
    object-fit: cover;
}

.about_yao h3 {
    font-size: 2rem;
    color: #00359e;
    font-weight: 700;
}

.about_yao img {
    width: 100%;
}

.about_yao p {
    color: #707070;
    font-size: 1.3rem;
    padding-top: 2rem;
}

/* ------------------------------------------------- Contact us Page styles ------------------------------------------ */
.contact_form {
    padding: 2rem 0;
}

.contact_form p {
    font-weight: 500;
    margin-bottom: 3rem !important;
}

.contact_form input {
    height: 7rem;
    margin-bottom: 3rem;
    border: 1px solid #707070;
    border-radius: 12px;
    color: #707070;
    padding: 0 2rem;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #707070;
}

.contact_form textarea:focus {
    color: #707070;
}

.contact_form textarea {
    margin-bottom: 4rem;
    border: 1px solid #707070;
    border-radius: 12px;
    color: #707070;
    padding: 2rem;
}

.contact_map {
    padding: 2rem 0 8rem 0 !important;
    background-size: contain;
    object-fit: cover;
}

/* -------------------------------------------- Login and Signup modals and pages styles ------------------------------------------- */
.login_modal_div {
    padding: 2rem !important;
}

@media (min-width: 992px) {
    .login_modal_div {
        padding: 3rem 20% !important;
    }
}

.login_modal_div h4 {
    color: #00359e;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
}

.login_modal_div .kindly {
    font-weight: 600;
    color: #000;
}

.login_modal_div input {
    margin-bottom: 3rem;
    border: 1px solid #707070;
    border-radius: 10px;
    color: #707070;
    padding: 0 2rem;
    height: 4.5rem;
}

.modal-content {
    border-radius: 2rem;
}

.login_pass {
    margin-bottom: 0.5rem !important;
}

.forgot {
    color: #00359e;
    font-weight: 600;
}

.dont {
    color: #00359e;
    font-weight: 500;
    margin-top: 2rem;
}

.dont a {
    color: #000;
}

.dont a:hover {
    text-decoration: underline;
}

.signup_pop h4 {
    margin-bottom: 2rem !important;
}

.login_card {
    /* border: 1px solid #707070; */
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 10px;
    box-shadow: 2px 4px 6px #999;
    background-color: #fff;
}

@media (max-width: 767px) {
    .login_modal_div h4 {
        font-size: 1.7rem;
    }
}

/* ---------------------------------------------- Sell giftcards page styles ------------------------------------------ */
.sell_gift {
    padding: 2rem 0 !important;
}

.sell_gift h3 {
    color: #00359e;
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.sell_gift img {
    height: 100%;
    width: auto;
    margin-bottom: 1.5rem;
    object-fit: cover;
}

.reg-modal-div{
    padding: 25px !important;
}
