@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}


/*================================================================================*/

.logoimage {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 82px;
    left: 70px;
    object-fit: contain;
    z-index: 1000;
    /* background-color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoimage img {
    height: 112px;
    width: 180px;
    object-fit: contain;
}

.herosection {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 0 -202px;
}

.overlay_hero {
    width: 100%;
    min-height: 600px;
    height: 85vh;
    /* background-color: rgba(0, 0, 0, 0.322); */
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5%;
}

.overlay_hero_inner {
    width: 100%;
    min-height: 600px;
    height: 85vh;
    background-color: rgba(0, 0, 0, 0.322);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5%;
}

.container-custom {
    width: 90%;
    margin: auto;
}

.overlay_hero p {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    color: white;
    font-weight: 20px;
    margin: 0px;
    margin-bottom: 15px !important;
}

.overlay_hero h1,
.overlay_hero_inner h1 {
    font-size: 60px;
    color: white;
    font-family: "Aoboshi One", serif;
}

.firstheading_overlay {
    font-size: 45px;
    color: white;
    font-family: "Aoboshi One", serif;
}

.content_wrapper {
    min-height: 400px;
}

.content_wrapper img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.minicard {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.minicard_image {
    height: 120px;
    width: 120px;
    object-fit: contain;
    border-radius: 50%;
}

.minicard_heading {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

.minicard_description {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(78, 78, 78);
    margin-top: 10px;
}

.section_heading {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
}

.section_decription {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: rgb(78, 78, 78);
    margin-top: 10px;
}

.whytrusted h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-family: "Aoboshi One", serif;
}

.whytrust_card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    height: 47vh;
}

.whytrust_card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.heading_number {
    font-size: 70px;
    color: #ff408063;
    font-family: "Poppins", sans-serif;
}

.whytrust_cardheading {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
}

.joinplatform {
    min-height: 450px;
    background-color: #ffe0eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.joinplatform_heading {
    font-size: 38px;
    text-transform: capitalize;
    text-align: center;
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.joinplatfrom_description {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: rgb(78, 78, 78);
    text-align: center;
}

.darkrealityheading {
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    text-align: center;
    color: black;
    font-family: "Aoboshi One", serif;
}

.ctabutton {
    background-color: #ff4081;
    color: #fff;
    padding: 13px 25px;
    font-family: "Poppins", sans-serif;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 30px;
}

.ctabutton:hover {
    background-color: #fd2f74;
}

.Subscribe_Wrapper {
    min-height: 450px;
    background-color: #ffe0eb;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.Subscribe_field {
    height: 60px;
    padding-left: 15px;
    border-top-left-radius: 35px;
    font-family: "Montserrat", sans-serif;
    border-bottom-left-radius: 35px;
}

.subbtn {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.big-2 {
    font-family: "Lato", Arial, sans-serif;
    position: absolute;
    top: 52px;
    left: 0;
    text-align: center;
    right: 0;
    font-size: 150px;
    color: #ffffff8a;
    z-index: 0;
    font-weight: 900;
    letter-spacing: 1px;
}

.lower_footer {
    /* height: 80px; */
    background-color: black;
    /* display: flex; 
    align-items: center;
   justify-content: center; */
    padding: 30px 0 20px 0;
    text-align: center;
}

.custom-carousel-prev,
.custom-carousel-next {
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 1;
    background-color: #fd2f74;
    border: none;
    padding: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.custom-carousel-prev:hover,
.custom-carousel-next:hover {
    opacity: 1;
}

.custom-carousel-prev {
    margin-right: 40px;
    /* Space between buttons */
}

.custom-carousel-next {
    margin-left: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #A91A45;
}

.nav-link {
    padding: 7px 30px 7px 30px;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #000;
}

.nav-pills .nav-link {
    border-radius: 20px;
}

.inner-carousel .carousel-inner {
    height: 50vh;
}

.inner-carousel .overlay_hero,
.inner-carousel .overlay_hero_inner {
    height: 50vh;
    text-align: center;
    min-height: 365px;
}


/* body {
    margin-top: 20px;
    color: #bcd0f7;
    background: #1A233A;
    position: relative;
    height: 100%;
} */

.pricing-plan {
    margin: 0 0 1rem 0;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 735px;
}

.pricing-plan .pricing-header {
    height: 180px;
    padding: 0;
    margin-bottom: 1rem;
    text-align: center;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.pricing-plan .pricing-header .pricing-title {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 1rem 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}

.pricing-plan .pricing-header .pricing-cost {
    color: #ffffff;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}

.pricing-plan .pricing-header .pricing-save {
    color: #ffffff;
    padding: 0.8rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.pricing-plan .pricing-header.secondary {
    background-image: linear-gradient(120deg, #c0d64a 0%, #35690f 100%);
}

.pricing-plan .pricing-header.red {
    background-image: linear-gradient(120deg, #ff3434 0%, #a50000 100%);
}

.pricing-plan .pricing-features {
    padding: 0;
    margin: 20px 0;
    text-align: left;
    min-height: 417px;
}

.pricing-plan .pricing-features li {
    padding: 15px 15px 15px 20px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    position: relative;
    /* line-height: 100%; */
    list-style: none;
}

.pricing-plan .pricing-footer {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    padding: 1rem 0 2rem 0;
}

.pricing-cost span {
    font-size: 1rem;
}

.team-members a {
    text-decoration: none;
}

.team-members li {
    display: inline-block;
    list-style: none;
    margin-bottom: 30px;
    width: 24%;
}

.team-members .user {
    margin: 0 0 10px 0;
}

.team-members li h3 {
    font-size: 20px;
    color: #373d73;
    margin-bottom: 0px;
}

.team-members li .position {
    font-size: 14px;
    color: #5a5d7d;
}

.team-members .user img {
    border-radius: 10px;
    width: 65%;
}

.modal-box .close span {
    font-size: 66px;
    font-weight: 100;
    color: var(--grey-50);
}

.modal-box .close {
    position: absolute;
    right: 0;
    padding: 0px;
    border: none;
    background: transparent;
}

.modal-header {
    padding: 20px 0 30px 0;
}

.contact-form form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form span {
    color: red;
    font-size: 0.875em;
}

.contact-form button {
    width: 100%;
    background-color: #52a93e;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 45px;
}

.contact-form button:hover {
    background-color: #157347;
}

#captcha_refresh {
    background: url(../images/refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    background-size: 100%;
}

.lower_footer img {
    width: 350px;
}

.lower_footer ul li {
    display: inline-block;
    color: #fff;
    margin: 0 20px 0 0;
}

.lower_footer ul li a {
    color: #fff;
    text-decoration: none;
}

.lower_footer ul li a:hover {
    text-decoration: underline;
}

.lower_footer h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 38px;
}

.lower_footer h3 span {
    display: block;
    font-size: 18px;
}

@media (max-width: 767px) {
    .pricing-plan .pricing-header {
        text-align: center;
    }
    .pricing-plan .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 1.5rem;
    }
}