@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap");

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}

.hero-section {
    min-height: 80vh;

    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    color: white;
    padding-bottom: 200px;
}
@media (min-width: 1760px) {
    .hero-section {
        padding-bottom: 250px;
    }
}

#nav {
    background: transparent !important;
}

.yellow {
    color: #e4ce19 !important;
}

#nav ul li a {
    color: white;
}

@media (max-width: 1399px) {
    /* .navbar-toggler {
        display: block !important;
    } */
}

.navbar-toggler {
    background: #caad53;
}

navbar-toggler-icon {
    color: white;
}

#search {
    border: none;
    outline: none;
    color: black;
}

.hero-nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-box input.form-control {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 30px;
    margin-right: 2em;
}

.search-box i {
    color: gray;
    font-size: 17px;
}

.ytext {
    color: #caad53;
}

.btn-def {
    background-color: #caad53;
    color: white;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    text-wrap: nowrap;
}

.btn-def.icon span {
    padding: 0 15px;
}

.btn-def.icon {
    padding-left: 20px;
    padding-right: 30px;
}

.btn-def:hover {
    color: #caad53;
    background-color: #434343;
    transition: all 0.3s ease-in-out;
}

.hero-section h1 {
    font-size: 50px;
}

.footer {
    background-size: contain !important;
    background-position: top !important;
    min-height: 40vh;
    margin-top: 10vh;
    padding-top: 40vh;
    position: relative;
}
@media (max-width: 1352px) {
    .footer {
        background-size: cover !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
    }
}
@media (max-width: 676px) {
    .footer {
        background-size: cover !important;
        background-position: bottom right !important;
        background-repeat: no-repeat !important;
    }
}

.footer ul {
    list-style: none;
}

.footer ul li a {
    text-decoration: none;
    color: white;
    line-height: 2em;
}

.cc {
    color: white;
}

.gold {
    color: #caad53;
}

.rmform,
.lotsize {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
}

.rmform input,
.rmform select,
.lotsize input {
    border: 1px solid #565656;
    box-shadow: inset 0 5px 5px #00000028;
}

#range {
    border: none !important;
    box-shadow: none !important;
}

.rmform input:focus,
.rmform select:focus {
    border: 1px solid #565656;
    box-shadow: 0 5px 5px #00000028;
}

.prow {
    /* display: flex !important; */
    flex-direction: row !important;
    justify-content: space-between !important;
}

#range {
    background: #565656;
    height: 10px !important;
}

#range::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #caad53;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    -webkit-appearance: none;
}

.contactrow {
    background-repeat: no-repeat;
    background-size: cover;
}

.form-col {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 80px 80px 80px 80px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    z-index: 1;
}

.form-col::after {
    content: "";
    background-color: #caad53;
    width: 20px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

@media (max-width: 991px) {
    .form-col::after {
        display: none;
    }
    .form-col {
        border-radius: 30px !important;
    }

    .loc-col {
        border-radius: 30px !important;
    }
}

.loc-col {
    position: relative;
    background-color: rgba(2, 2, 2, 0.619);
    padding: 80px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.owl-carousel .breaking-news-item {
    direction: rtl;
}
.owl-carousel .breaking-news-item .date-time {
    color: #caad53;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.icon-contact {
    position: absolute;
    top: -5vh;
    right: -2vw;
}

.icons_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.icons_section i {
    font-size: 25px;
}

.accordion-item {
    box-shadow: inset 0 3px 4px #00000038;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-button {
    border: none !important;
    box-shadow: inset 0 3px 4px #00000038;
    border-radius: 10px !important;
    color: black !important;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
}

.no-pad {
    padding: 0px !important;
}

#sub_msg {
    display: none;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #caad53;
    padding: 10px;
    width: 50px;
    border: none !important;
    box-shadow: none !important;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}
#back-to-top:hover {
    background-color: #434343;
    color: #caad53;
    transition: all 0.3s ease-in-out;
}

.blog-posts {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.blog-section {
    display: flex;
    flex-direction: column;
    color: black;
    text-decoration: none;
    min-height: 20vh;
    width: 30%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 36px;
    height: fit-content;
}

.blog-content {
    background-color: white;
    padding: 20px;
}

.blog-content p {
    max-height: 10vh;
    white-space: no-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.blog-content a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 12px;
}

.expert {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.title {
    flex-basis: 70%;
}

.date {
    flex-basis: 30%;
    text-align: end;
}

.blog-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insidelink {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.social-share {
    text-align: end;
    flex-basis: 30%;
}

.blog-side {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 10vh;
    color: black;
    text-decoration: none;
}

.blog-side-img {
    min-height: 10vh;
    width: 41%;
}

.blog-side-img img {
    min-height: 10vh;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-side-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 59%;
}

.blog-side-content p {
    max-height: 6vh;
    white-space: wrap;
    font-size: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.blog-side-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebar-blogs {
    background-color: white;
    margin-top: 18px;
    width: 90%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.search-bar {
    width: 90%;
    border-radius: 30px;
    padding: 10px;
    background-color: transparent !important;
    border: 1px solid black;
}

.input-comment {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
    width: 80%;
    /* height: 5vh; */
}

.coments {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.thumb {
    flex-basis: 10%;
}

.field {
    flex-basis: 70%;
}

.total-cmt {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    flex-basis: 20%;
}

.blog-detail-container {
    padding: 10px 30px 10px 30px;
}

.testimonials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 80px;
}

.testimonial-box {
    flex-basis: 35%;
    height: fit-content;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 20px;
}

.testimonial-box center {
    margin: 10px 0;
}

.testimonial-box img {
    display: unset !important;
    width: unset !important;
}

.testimonial-box p {
    padding: 0 40px 0 40px;
}

.avatar {
    margin-bottom: -28%;
}

.t1box {
    margin-bottom: 60px;
}

.card-container {
    width: 100%;
    justify-content: center;
    padding: 0 13%;
    height: fit-content;
    gap: 60px;
}
.card {
    width: 100%;
    height: fit-content;
    min-height: 345px;
    border-radius: 15px;
    background-color: #414141;
    position: relative;
}
.card-logo {
    background-color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 7px solid #c9ad52;
}
.card-content {
    gap: 30px;
    color: white;
    padding: 80px 25px 25px;
}
.card-title {
    justify-content: center;
    display: flex;
    text-align: center;
    font-size: 17px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 51px;
}
.card-text {
    justify-content: center;
    display: flex;
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    height: 175px;
    overflow: scroll;
}

.card-text::-webkit-scrollbar {
    display: none !important;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.6);
}
.even-card {
    background-color: #c9ad52 !important;
}
.even-card-logo {
    border: 7px solid white !important;
    background-color: #414141 !important;
}

.image-wrapper {
    width: 100%;
    position: relative;
}

.asp-1-1 {
    padding-bottom: 100%;
}

.asp-2-1 {
    padding-bottom: 50%;
}

.asp-1-2 {
    padding-bottom: 200%;
}

.asp-13-10 {
    padding-bottom: 130%;
}

.asp-16-9 {
    padding-bottom: 56.25%;
}

.asp-4-3 {
    padding-bottom: 75%;
}

.asp-3-2 {
    padding-bottom: 66.66%;
}

.asp-8-5 {
    padding-bottom: 62.5%;
}

.asp-21-9 {
    padding-bottom: 42.85%;
}

.asp-between-4-3-and-16-9 {
    padding-bottom: 80%;
}

.image-wrapper .image-wrapped {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cover {
    object-fit: cover;
}

.contain {
    object-fit: contain;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-wrapper.fitynine {
    width: 90% !important;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.input-custom {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid black;
    padding-left: 15px;
}

.input-custom-v2 {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid black;
    padding-left: 15px;
}

.input-custom:focus {
    outline: 0;
}

.small-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 58.5px;
    display: flex;
    align-items: center;
}

.small-title-lecture {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.small-title-lecture-side {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.small-date {
    font-size: 11px;
    text-transform: uppercase;
    color: grey;
    font-weight: 600;
}

.share-icon {
    color: grey;
    font-size: 14px;
}

.old-article-block {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.bg-article-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.bg-article-image::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.white-content {
    color: white !important;
    position: relative;
    z-index: 2;
}

.old-article-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.read-more {
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.old-article-block:hover {
    color: inherit !important;
}
.old-article-block:hover .read-more {
    color: #caad53 !important;
}

.breaking-news-text-block {
    background-color: rgb(149, 36, 36);
    padding: 15px;
    color: white;
    min-height: 100px;
}

.breaking-news-text {
    margin: 0;
}

.breaking-news-title-block {
    color: white;
    background-color: black;
    padding: 15px;
    min-height: 100px;
}

.breaking-news-title {
    margin: 0;
    text-wrap: nowrap;
}

.breaking-news-search-wrapper {
    position: relative;
}

.breaking-news-search-wrapper .breaking-news-search {
    padding: 5px 10px;
    font-size: 13px;
    border: 0;
    display: block;
    width: 100%;
}
.breaking-news-search-wrapper .breaking-news-search::placeholder {
    color: rgba(128, 128, 128, 0.406);
}

.breaking-news-search-wrapper .breaking-news-search:focus {
    outline: 0;
}

.breaking-news-search-button-block {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
}

.breaking-news-search-button {
    color: rgba(128, 128, 128, 0.406);
    font-size: 13px;
}

.get-email-news {
    font-size: 10px;
    color: white;
}

.get-email-news:hover {
    opacity: 0.8;
}

.input-email-news::placeholder {
    color: rgba(128, 128, 128, 0.406);
}

.input-email-news {
    padding: 2px 8px;
    font-size: 13px;
    border: 0;
    display: block;
    width: 100%;
}
.input-email-news:focus {
    outline: 0;
}

.get-email-news {
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}

.stocks-news-block {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
}

.stocks-news-block:last-child {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.view-more {
    background-color: grey;
    color: white;
    font-size: 14px;
    padding: 12px 25px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.view-more:hover {
    background-color: #434343;
    color: #caad53;
}

.icon-flag {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.icon-home-service {
    width: 100px;
    height: 100px;
}

.text-currency {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
}

.coins-news-title {
    font-weight: 600;
    font-size: 20px;
}

.coins-news-author {
    color: grey;
    font-size: 14px;
    padding-top: 5px;
}

.coins-news-text {
    margin: 0;
    padding-top: 15px;
}

.home-service-title {
    color: #caad53;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
    min-height: 100px;
}

.home-service-description {
    font-size: 14px;
    text-align: center;
}

.home-service-view-more {
    margin-top: 15px;
    background-color: #caad53;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 20px;
    width: fit-content;
    color: white;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.home-service-view-more:hover {
    background-color: #434343;
    color: #caad53;
}

.home-testimonial-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-testimonial-content-block {
    position: relative;
    z-index: 1;
}

.home-testimonial-content {
    /* color: white; */
}

.home-testimonial-section-overlay {
    z-index: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 17%);
}

.home-founder-section {
    width: 100%;
    position: relative;
}

.home-founder-section::before {
    content: url("/Images/2024-images/gold-d.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100px;
    height: 400px;
    overflow: hidden;
}

.home-founder-section::after {
    content: url("/Images/2024-images/gold-d.png");
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    width: 100px;
    height: 400px;
    overflow: hidden;
}

.home-founder-title {
    font-size: 30px;
    color: #caad53;
    margin-left: 10px;
    font-weight: 500;
}

.home-founder-sub-title {
    font-size: 20px;
    font-weight: 600;
}

.home-founder-text {
    color: black !important;
}

/* .home-founder-text p {
    color: black !important;
}

.home-founder-text span {
    color: black;
} */

.home-card {
    background-color: #c3a854;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    min-width: 450px;
    min-height: 650px;
    border-radius: 35px;
    text-decoration: none !important;
}

.home-card.relative-card {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    z-index: 0 !important;
    transform: unset !important;
    min-width: 100% !important;
    min-height: 350px !important;
}

.home-card-link-box {
    background-color: transparent;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    min-width: 600px;
    min-height: 750px;
    border-radius: 35px;
    text-decoration: none !important;
}

.home-card::before {
    content: url("/public/Images/2024-images/left-card-line.png");
    position: absolute;
    left: 0;
    top: 35%;
    transform: translate(-100%, -50%);
    z-index: -2;
    overflow: hidden;
}

.home-card::after {
    content: url("/public/Images/2024-images/right-card-line.png");
    position: absolute;
    right: 0;
    top: 35%;
    transform: translate(100%, -50%);
    z-index: -2;
    overflow: hidden;
}

.home-card-title {
    font-size: 35px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.home-card-liaison {
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.home-card-space {
    height: 320px;
}

.home-card-price {
    font-size: 40px;
    text-align: center;
    color: white;
    font-weight: 600;
}

@media only screen and (max-width: 676px) {
    .home-founder-section::after {
        display: none;
    }

    .home-founder-section::before {
        display: none;
    }

    .home-card::before {
        display: none;
    }

    .home-card::after {
        display: none;
    }

    .home-card {
        min-width: 330px;
        min-height: 450px;
        transform: translate(-50%, -30%);
    }

    .home-card-link-box {
        min-width: 330px;
        min-height: 420px;
        transform: translate(-50%, -30%);
    }

    .home-card-space {
        height: 120px;
    }

    .home-card-title {
        font-size: 20px;
    }

    .home-card-liaison {
        font-size: 15px;
    }

    .home-card-price {
        font-size: 25px;
    }
}

.nav-link.active {
    position: relative;
    width: 100%;
}

.nav-link.active::before {
    content: url("/public/Images/png/arrow.png");
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
}

@media only screen and (max-width: 991px) {
    .nav-link.active::before {
        display: none;
    }
}

.nav-link {
    position: relative;
    display: block;
    text-wrap: nowrap;
    transition: 0.3s all ease-in-out;
}

.nav-link.yellow:hover {
    color: white !important;
}

.nav-link:hover {
    color: yellow !important;
}

.w-md-25 {
    @media only screen and (min-width: 767px) {
        width: 25% !important;
    }
}

.image-stocks-and-coins {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.footer-link {
    transition: all ease-in-out 0.3s;
}

.footer-link:hover {
    color: yellow !important;
}

.footer-link.yellow:hover {
    color: white !important;
}

.forex-api-wrapper {
    background-color: white;
    padding: 10px;
    padding-left: 0;
    padding-right: 10px;
}

.forex-api-wrapper .forex-api {
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    color: white;
    padding: 20px;
}

.text-forex-info-block {
    color: black;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    height: 100%;
    padding-left: 40px;
}

.button-view-more-forex {
    background-color: rgba(76, 76, 77, 0.579);
    transition: all ease-in-out 0.3s;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
}

.button-view-more-forex:hover {
    background-color: #caad53;
}

.text-forex-info-line {
    background-color: red;
    width: 35px;
    height: 100%;
    left: -10px;
    position: absolute;
}

.text-forex-info-title {
    color: red;
    text-transform: capitalize;
    font-size: 16px;
}

.forex-currency {
    color: #caad53;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.forex-currency-sep {
    font-size: 13px;
    font-weight: bold;
}

.forex-currency-number {
    font-size: 13px;
    font-weight: bold;
}
.forex-currency-percentage {
    font-size: 13px;
    font-weight: bold;
}

.forex-currency-percentage.green {
    color: green;
}
.forex-currency-percentage.red {
    color: red;
}

.forex-api .border-forex {
    border-right: 1px solid rgba(255, 255, 255, 0.513);
}

.view-more-forex-popup .border-forex.black-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.view-more-forex-popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.view-more-forex-popup .border-forex .forex-box {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
    .forex-api .border-forex {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .view-more-forex-popup .border-forex .forex-box {
        border-right: none;
    }

    .forex-api-wrapper {
        padding-left: 10px;
    }

    .text-forex-info-line {
        background-color: red;
        width: 20px;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }
}

.fa-whatsapp {
    position: fixed;
    right: 35px;
    transform: scale(2.2);
    bottom: 35px;
    z-index: 99999999;
    color: #caad53;
}

.a2a_svg {
    background-color: transparent !important;
}
.a2a_s__default {
    background-color: transparent !important;
}

.a2a_svg svg path {
    fill: grey !important;
}

.notification {
    position: fixed;
    bottom: 20%; /* Place it at the vertical center */
    left: 50%; /* Place it at the horizontal center */
    transform: translate(-50%, 0); /* Center it exactly */
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    animation: fadeInOut 3s ease-in-out forwards;
    display: none;
    z-index: 1234;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.st-btn {
    display: inline-block !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 5px !important;
}

#st-1 .st-btn > img {
    filter: grayscale(1) !important;
    height: 20px !important;
    width: 20px !important;
}

#message-reply-news {
    color: white;
    font-size: 13px;
}
.play-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffffe3;
    height: 94px;
    width: 94px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.3s ease-in-out;
}

.play-btn:hover {
    background-color: #caad53;
    height: 104px;
    width: 104px;
    transition: all 0.3s ease-in-out;
}
.play-btn2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffffe3;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.3s ease-in-out;
}
iframe {
    width: 100%;
    height: 500px;
}

.newsletter-form-response-title {
    font-size: 24px;
    color: white;
    margin-bottom: 10px;
}

.newsletter-form-response-text {
    font-size: 15px;
    color: white;
    opacity: 0.5;
}

.contactus-form-response-box {
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100%;
    min-height: 400px;
    padding: 50px 50px;
    border-radius: 30px;
}

.contactus-form-response-title {
    font-size: 29px;
    color: white;
    margin-bottom: 30px;
    font-weight: bold;
}

.contactus-form-response-text {
    font-size: 18px;
    color: white;
    width: 60%;
}

.contactus-form-response-image-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.contactus-form-response-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    inset: 0;
    position: absolute;
}

.contactus-form-response-box-wrapper {
    max-width: 850px;
}

@media (max-width: 585px) {
    .contactus-form-response-box {
        padding: 20px 20px !important;
    }
    .contactus-form-response-text {
        width: 100% !important;
    }
    .comment-form-response-text {
        width: 100% !important;
    }
}

.comment-form-response-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}

.comment-form-response-title {
    font-size: 23px;
    color: black;
    margin-bottom: 20px;
}

.comment-form-response-text {
    font-size: 15px;
    color: black;
    opacity: 0.5;
    width: 60%;
    margin-bottom: 30px;
}

.comment-form-response-image-container {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment-form-response-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    inset: 0;
    position: absolute;
}

.view-more-forex-popup {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 70%;
    height: 70%;
    color: black;
    padding: 40px;
    border-radius: 40px;
    overflow: auto;
}

.view-more-forex-popup::-webkit-scrollbar {
    display: none !important;
}

.view-more-forex-popup-overlay {
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent white */
    filter: blur(50px); /* Adjust the blur amount as needed */
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; /* Ensure it's on top of other content */
}

.filter-label {
    width: fit-content;
    display: block;
    white-space: nowrap;
    margin-right: 20px;
    font-size: 14px;
}

.filter-button {
    margin-left: 10px;
}

.date-center {
    font-size: 15px;
    font-weight: bold;
}

.old-article-intrument {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.swiper-container-wrapper {
    position: relative;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: black !important;
    font-size: 30px !important;
}

.swiper-container-wrapper .swiper-button-next {
    transform: translateX(35px);
}

.swiper-container-wrapper .swiper-button-prev {
    transform: translateX(-35px);
}

@media (max-width: 581px) {
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px !important;
    }

    .swiper-container-wrapper .swiper-button-next {
        transform: translateX(25px);
    }

    .swiper-container-wrapper .swiper-button-prev {
        transform: translateX(-25px);
    }
}

.search-date-wrapper {
    position: relative;
    width: 195px;
}

.search-date-wrapper .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.map {
    width: 100%;
    aspect-ratio: 1/ 1;
    height: auto;
}
