@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IRANSansXFaNum-Regular.ttf') format('truetype');
    font-weight: 400;
    /* یا normal */
    font-style: normal;
}

@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IRANSansXFaNum-Bold.ttf') format('truetype');
    font-weight: 700;
    /* یا bold */
    font-style: normal;
}

@font-face {
    font-family: 'Morabba';
    src: url('../fonts/IranSans-Regular.ttf') format('truetype');
    font-weight: 400;
    /* یا normal */
    font-style: normal;
}

@font-face {
    font-family: 'Morabba';
    src: url('../fonts/Morabba-Black.ttf') format('truetype');
    font-weight: 700;
    /* یا bold */
    font-style: normal;
}

:root {
    --primary-color: #003e36;
    --toolbar-height: 50px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IranSans', sans-serif;
    /* Fallback to a generic sans-serif font */
    font-weight: light;
    overflow-x: clip;
     scroll-snap-type: y proximity; 
     scroll-snap-align: start;
    /*scroll-padding-top: 110px;*/
}

body {
    background: #f5f5f5;
    color: #b2ff59;
    line-height: 1.6;
}

section {
    scroll-snap-align: start;

}

#header {
    top: 0;
    /* background-color: #003e36; */
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    position: absolute;
    width: 100%;
    transition: 0.4s;
    z-index: 100;
    margin: 0;
    border-radius: 0;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
}

.business-info {
    margin-block: 8px;
}
.whatsapp-link {
    display: inline-flex;
    margin-left: 8px;
    text-decoration: none;
}
.business-info img {
    height: 20px;
}



#nav-logo {

    max-height: 80px;
    margin: 6px 0;
    height: 80%;
    object-fit: contain;
    /* filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); */
}



header h1 {
    color: #DCCC98;
    font-size: 1.2rem;
}

header p {
    color: #4d4d4d;
    font-size: 0.8rem;

}

.navbar {
    margin: 0 24px;
    font-size: 16px;

}

.navbar>a {
    margin: 0 34px;
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;

}

#date-now {
    color: #2e2e2e;
    font-weight: 700;
}

.navbar>a::after {

    color: aliceblue;
    width: 100%;
    height: 4px;

}


.bg1 {
    display: none;
    position: absolute;
    z-index: -10;
    opacity: 0.2;
    height: 90vh;
    left: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    filter: hue-rotate(210deg);

}

.pic-ctn {
    width: 35vw;
    height: 200px;
}



.pic-ctn {
    position: relative;
    width: 50%;
    height: 300px;
    overflow: visible;
}


.pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: drop-shadow(0px 10px 10px rgba(32, 27, 1, 0.4));
    animation: slideFade 20s infinite;

}

.pic img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    margin-right: 80px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

.pic>h3 {
    position: absolute;
    font-size: 24px;
    left: 64px;
    bottom: 24px;
    color: #ffdb50;
    filter: drop-shadow(0px 6px 10px black);
    z-index: 1;
}

@keyframes slideFade {
    0% {
        z-index: -20;
        transform: translateX(-400px) rotate(-45deg);
        opacity: 0;
    }

    10% {
        z-index: 0;

        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    20% {
        z-index: 0;
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    25% {
        z-index: -20;

        transform: translateX(124px) rotate(25deg);
        opacity: 0;
    }

    100% {
        z-index: -20;
        transform: translateX(124px) rotate(25deg);
        opacity: 0;
    }
}

.pic-ctn>a:nth-child(2) {
    animation-delay: 5s;
}

.pic-ctn>a:nth-child(3) {
    animation-delay: 10s;
}

.pic-ctn>a:nth-child(4) {
    animation-delay: 15s;
}

.pic-ctn>a:nth-child(5) {
    animation-delay: 20s;
}

.shade1 {
    top: -500px;
    right: -400px;
    width: 1400px;
    height: 1400px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-image: radial-gradient(#265e53af 0%, transparent 50%);
}

.shade2 {
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 1400px;
    height: 1400px;
    box-sizing: border-box;
    z-index: -1;
    border-radius: 50%;
    background-image: radial-gradient(#337166ad 0%, transparent 50%);
    overflow-x: hidden;
}

.trust-wrapper {

    height: 100vh;
    width: 100vw;
    display: block;
    justify-content: center;
    align-items: center;
}

.trust {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: row-reverse;
}

.trust .card {
    text-align: right;
}

.trust .card>* {
    margin: 10px 0px;

}

.trust img {

    /*animation: 2s fadeCoin;*/
    /* animation-timeline: view(); */
}

@keyframes fadeCoin {

    0% {
        opacity: 0;

    }

    100% {
        opacity: 1;
    }

}

.trust .card h2 {
    color: var(--primary-color);
    font-size: 68px;
    font-family: "Morabba";
    font-weight: 700;
    /* یا bold */

}

.trust .card h3 {
    color: #0e0e0e;
    font-weight: 400;

    margin: 20px 0;


}

.trust .card p {
    font-size: 32px;
    font-weight: 700;
    font-family: "IranSans";

    color: #0e0e0e;

}

.trust .card p span {
    font-size: 32px;
    font-family: "IranSans";

    color: #D4AF37;

}

.trust .card button {
    position: relative;
    align-items: center;
    font-size: 18px;
    color: #715c0d;
    background-color: #ffffff;
    margin-top: 20px;
    justify-items: end;
    padding: 15px 30px;
    font-size: 18px;
    border: solid 0.9px;
}

.trust .card button:hover {
    background-color: rgb(37, 37, 5);
    color: #ffdc5d;

}

#scroll-infinite {
    position: relative;
    margin-top: 20px;

}

.scroll-container {
    height: 160px;
}

.carousel-primary,
.carousel-secondary {
    top: 16%;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

.carousel-primary>* {
    width: 100%;
    height: 120px;
    background-color: #003029;
    margin-left: 10px;
    border-radius: 22px;
}

.carousel-primary {
    display: flex;
    justify-content: space-around;
    animation: scroll-horizontal 20s linear infinite;
}

.carousel-secondary {
    animation: scroll-horizontal 20s linear infinite;
    animation-delay: 10s;
}

@keyframes scroll-horizontal {
    0% {
        right: 100%;
    }

    100% {
        right: -100%;
    }
}

.cara {
    text-align: right;
    padding: 8px 24px;
    color: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cara h2 {
    padding: 8px 0;
    font-size: 18px;

}

.cara p {
    font-size: 16px;
    color: #d1d1d1;
    text-align: right;
}

.cara img {
    height: 80px;

}

.carousel-primary:hover,
.carousel-primary:hover~.carousel-secondary {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.carousel-secondary:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.scroll-container:hover>.carousel-primary:not(:hover) {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.price_desc {
    font-size: 14px;
    color: #002920;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 78%;


}

.price_desc span {
    font-family: inherit;
    /* همون فونت اصلی صفحه */
}

.price_date {
    display: flex;
    direction: rtl;
}

.prices_label {
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    margin: 8px auto;
    font-size: 28px;
    color: #ffffff;
    align-items: center;
}

.prices_label img {
    width: 10%;
}

.prices_label img:nth-child(1) {
    transform: scaleX(-1);
}

.table-section {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

table {
    width: 80%;
    border-collapse: separate;
    /* margin: 20px 0; */
    border-spacing: 4px 4px;
    color: #201a04;
    table-layout: fixed;
    font-family: "IranSans";

    /* 0px horizontal spacing, 10px vertical spacing */

}

th,
td {
    padding: 6px 12px;
    text-align: center;
    border-radius: 15px;
    background-color: #ebebeb;
    color: #473a09;
    font-size: 18px;
    font-family: "IranSans";

}

table td:hover {
    background-color: #d3c599;
}

th {
    background-color: var(--primary-color);

    color: antiquewhite;
    font-size: 18px;
    font-family: "IranSans";


}

.row-name {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

.row-name>img {
    width: 24px;
    margin: 10px 0 10px 0;

}


/* tr:nth-child(even) {
    background: #1a1a1a;
} */

tr:hover {
    background: transparent;
}

.world-clocks {
    background-color: var(--primary-color);
    color: #f3d05b;
    /* border-radius: 20px; */
    align-items: center;
}

.clock-section {
    display: flex;
    padding: 20px;
    width: 100%;
    margin: 44px 0;

    flex-wrap: wrap;
    justify-content: space-around;

}

#date-now-detail {
    margin-top: 40px;
    font-weight: 400;
    color: antiquewhite;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart-section {
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 140px 1%;

}

.chart-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.chart-wrapper h3 {
    text-align: center;
    color: #DCCC98;
}

.chart-container {
    background: #0e0e16;
    border-radius: 16px;
    padding: 20px;
    width: 45vw;
    margin-inline: 10px;
    /* max-width: 50vw; */
    box-shadow: 0 0 15px rgb(0 0 0 / 23%);
    /* height: 400px; */
}

select {
    padding: 8px 12px;
    margin: 15px;
    border-radius: 8px;
    border: black 0.5 solid;
    outline: none;
    color: #161608;
}

.range-label {
    margin-top: 40px;
    color: #002920;
}

.clock {
    margin: 10px;
    text-align: center;
}

.calculator {
    background: #111;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.calculator h3 {
    margin-bottom: 15px;
}

button {

    color: #fff;
    background-color: #002920;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

button:hover {
    background-color: #0aa158;
}

button a {
    text-decoration: none;
    color: #352708;

}

button:hover a {
    text-decoration: none;
    color: #faeccd;

}

ul {
    width: 100vw;
    height: 700px;
    padding: 10px;
    margin-top: 30px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    columns: 4;
    text-align: center;
    scroll-behavior: smooth;
}

li {
    list-style-type: none;
    display: inline-block;
    padding: 0 20px;
    height: 100%;
    /* width: 200px; */
    /* background-color: #eeeeee;
    border: 1px solid #dddddd; */
    /* padding: 20px; */
    margin: 0 24px;
    text-align: left;
    scroll-snap-align: center;
}

li:nth-child(even) {
    /* background-color: cyan; */
}

ul::scroll-button(*) {
    border: 0;
    font-size: 2rem;
    background: none;
    color: black;
    opacity: 0.7;
    cursor: pointer;

    position: absolute;

}

ul::scroll-button(*):hover,
ul::scroll-button(*):focus {
    opacity: 1;
}

ul::scroll-button(*):active {
    translate: 1px 1px;
}

ul::scroll-button(*):disabled {
    opacity: 0.2;
    cursor: unset;
}

ul::scroll-button(left) {
    content: "◄";

}

ul::scroll-button(right) {
    content: "►";

}

ul {
    anchor-name: --my-carousel;
}

ul::scroll-button(*) {
    position: absolute;
    position-anchor: --my-carousel;
}

ul::scroll-button(left) {
    right: calc(anchor(left) - 50px);
    bottom: calc(anchor(top) - 40%);
}

ul::scroll-button(right) {
    left: calc(anchor(right) - 50px);
    bottom: calc(anchor(top) - 40%);
}

ul {
    scroll-marker-group: after;
}

/* ul::scroll-marker-group {
    position: absolute;
    position-anchor: --my-carousel;
    top: calc(anchor(bottom) - 70px);
    justify-self: anchor-center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul::column::scroll-marker {
    content: "";
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 10px;
}

ul::column::scroll-marker:target-current {
    background-color: black;
} */
.refrence {
    font-size: 10px;
    color: #919191;
    margin-top: auto;
}

.link {
    color: #002920;
    text-decoration: none;
    font-family: "IranSans";

}

.blogs-container {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden;  */
    margin: 80px 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Firefox, Safari 18.2+, Chromium 121+ */

}

.blogs-container ::-webkit-scrollbar {
    display: none;
}


.section-title {
    color: var(--primary-color);
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    font-family: "IranSans";

}

.blogs-wrapper {
    display: contents;
    position: relative;
    align-items: start;
}

.circle-button {
    border-radius: 50%;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: rgb(0, 0, 0);
    top: 350px;
    left: 10px;

    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));

}

.blog-card {
    box-sizing: border-box;
    background-color: #ececec;
    height: 577px;
    width: 280px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* margin: 40px 20px; */
    /* max-width: 13.333%; */
    margin-bottom: 2rem;
    border: 0;
    /* flex-basis: 13.333%; */
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blog-card img {
    object-fit: cover;
    height: 271px;
    width: 100%;
    object-position: center;
    /* Centers the image within the container */

}

.blog-card>h3 {
    padding: 12px;
    color: rgb(5, 22, 3);
    font-size: 18px;
    font-weight: 700;
    text-align: right;

}


.blog-card>p {
    padding: 12px;
    color: rgb(5, 22, 3);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.range-buttons {
    margin: 20px 0;
}

.about-us {
    display: flex;
    margin: 80px 0;
    /* margin-left: 20px; */
}

.about-desc {
    flex: 0 0 60%;
    flex-wrap: nowrap;

    /* flex-grow: 0, flex-shrink: 0, flex-basis: 50% */


}

.about-us img {
    width: 100%;
    flex: 0 0 30%;
    object-fit: contain;

    /* flex-grow: 0, flex-shrink: 0, flex-basis: 50% */

}

.about-desc>p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(20, 20, 20);
    margin-top: 20px;
    line-height: 32px;
    max-width: 80%;
    text-align: right;

    font-family: "IranSans";

}

footer {
    background: var(--primary-color);
    color: #d1d1d1;
    padding: 20px;
    margin-top: 30px;
    font-size: 24px;

}

.footer-detail {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.footer-social {

    height: 58px;
}

.footer-img {
    margin-left: 8px;

    height: 24px;

}

.footer-logo {
    display: flex;
    margin: 8px auto 16px auto;
    justify-content: center;
}
.footer-divider {
    display: none;

}


.divider {
    height: 0.5px;
    width: 80%;
    background-color: #d1d1d16c;
    margin: 8px auto 16px auto;
    justify-content: center;
}

#footer-logo {
    height: 60px;
    width: 60px;
    margin-left: 20px;

}

.footer-box {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-around;

}

#map {
    width: 500px;
    height: 400px;
}

.phones {
    display: flex;
    flex-direction: column;
}

.phones a {
    text-decoration: none;
    color: #d1d1d1;
    font-size: 18px;

}

.footer-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;

    /* flex-basis: 40%; */
}

.footer-location {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-family: "IranSans";

}

.footer-location>p {

    font-family: "IranSans";

}

footer p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #d1d1d1;
    text-align: right;
    font-family: 'IranSans';

}



.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: right;
}


.social-icons a {
    margin: 0 10px;
    color: #D4AF37;
    font-size: 2.5rem;
    text-decoration: none;
}

.address {
    text-align: right;
    padding-left: 30px;
}

.social-icons a:hover {
    color: #b2ff59;
}

.map-container {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}



#chat-title {
    color: var(--primary-color);
    text-align: center;
    font-size: 36px;
}

#goldChart1 {
    max-width: 100%;
    height: 600px;

}

#goldChart2 {
    max-width: 100%;
    height: 600px;

}

.price-wrapper {
    padding: 20px;
    background: #002920;
    margin: 0 10%;
    border-radius: 32px;

}

.container-price {
    position: relative;
    direction: rtl;
    display: grid;

    /* grid-template-columns: 2fr; */
    /* gap: 1px; */
}

@media (min-width: 768px) {
    .container-price {
        grid-template-columns: repeat(2, 1fr);
    }
}



.card-price {
    background: #002920;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-style: solid;
    --border-style: solid;
    color: floralwhite;
    padding: 10px;
    height: 154px;

}

.card-price:nth-of-type(odd) {
    border-width: 0px 0px 1px 1px;
    --border-top-width: 0px;
    --border-bottom-width: 1px;
}

.card-price:last-of-type {
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-bottom-width: 0px;
}

.card-price:nth-child(7) {
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-bottom-width: 0px;
}

.card-price:nth-of-type(even) {
    padding-right: 30px;

    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-bottom-width: 1px;
}

.card-price:last-of-type {
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-bottom-width: 0px;
}

.card-price img {
    flex: 0 0 20%;
    object-fit: contain;
}

.card-header {
    display: flex;
    flex-direction: column;
    flex: 0 0 70%;
    margin: 12px 10px 0 0;
    align-content: space-around;
    justify-content: space-between;

}

.card-header h3 {
    font-size: 18px;
}

.change {
    color: #3aff85;
    font-size: 14px;
    text-align: center;
}

.card-body {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    /* justify-content: space-between; */
    /* margin-top: 15px; */
    align-items: stretch;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: baseline;
}

.info p {
    font-size: 14px;
    color: #ccc;
}

.info span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 40px;
}


@media(max-width:768px) {
    .header {
        height: 60px;

    }

    .navbar {
        margin: 0 24px;
        display: none;
        color: aliceblue;
    }

    .trust-wrapper {
        width: 100vw;
        height: 100vh;

    }

    .trust {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pic-ctn {
        width: 85vw;
        height: 200px;
    }

    .pic>h3 {
        position: absolute;
        font-size: 24px;
        left: 34px;
        bottom: 24px;

    }

    .big_image {
        margin: 0;
    }

    .trust img {
        /*margin-top: 20px;*/
        /*width: 260px;*/
        /*margin-right: 0px;*/
        /*object-fit: contain;*/
        /*overflow: hidden;*/
    }

    .carousel-primary,
    .carousel-secondary {
        left: 250%;
        width: 250%;

    }

    .carousel-primary>* {
        left: 250%;
        width: 250%;
    }

    .cara {
        text-align: right;
        padding: 8px 8px;
        color: #D4AF37;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cara h2 {
        padding: 8px 0;
        font-size: 18px;

    }

    .cara p {
        font-size: 16px;
        color: #d1d1d1;
        text-align: right;
    }

    .cara img {
        width: 80px;
        object-fit: contain;
    }

    .card-price {
        padding: 0;

    }

    .card-price:nth-of-type(even) {
        padding: 0;

    }

    .card-price:nth-of-type(odd) {
        border-width: 0px 0px 1px 0px;
        --border-top-width: 0px;
        --border-bottom-width: 1px;
    }

    .about-desc>p {
        max-width: 100%;
        text-align: center;
        padding: 0 0px;
    }

    .chart-section {
        margin: 0;
    }

    .section-title {
        text-align: center;
    }

    .about-us {
        flex-direction: column;
    }

    .section-title {
        font-size: 24px;
    }

    .trust .card h2 {
        font-size: 48px;

    }

    .trust .card p {
        font-size: 28px;

    }

    .trust .card p span {
        font-size: 28px;

    }

    .trust .card {
        text-align: center;
    }

    .trust .card h3 {
        font-size: 1.2rem;
    }

    .world-clocks {
        flex-direction: column;
        align-items: center;
        flex-flow: column-reverse;
    }

    .price_desc {
        font-size: 12px;
        color: #002920;
        display: flex;
        justify-content: flex-end;
        margin: 10px 10%;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;

    }

    table {
        width: 100%;
        table-layout: fixed;

        border-collapse: separate;
        margin: 4px 0;
        border-spacing: 2px 2px;
        color: #3bf6ae;

        /* 0px horizontal spacing, 10px vertical spacing */

    }

    th,
    td {
        padding: 4px;
        text-align: center;
        border-radius: 8px;
        background-color: #ebebeb;
        color: #473a09;
        font-size: 14px;
    }

    th {
        background-color: var(--primary-color);
        color: antiquewhite;
        font-size: 14px;

    }

    table td:hover {
        background-color: #d3c599;
    }



    .row-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-name>img {
        width: 24px;
        margin: 10px 0 10px 0;

    }

    ul {



        columns: 1;
        scroll-snap-align: start;

    }

    .blog-card {
        width: 310px;
    }

    .chart-container {
        width: 90%;
    }

    .about-desc {
        flex: 0 0 90%;
    }

    .row {

        flex-wrap: wrap;
        /* justify-content: center; */
    }

    .address {
        padding-left: 0;
    }

    .footer-address {
        display: block;
    }

    #date-now-detail {
        font-size: 16px;
    }
    .social-icons {
        margin-top: 30px;

    justify-content: center;
}
.footer-divider {
        display: flex
;
        background-color: #9191915e;
        width: 90%;
        height: 1px;
        justify-content: center;
        margin: 20px 5%;
}

}



.autoShow {
    animation: reveal-text both;
    animation-timeline: view(block 50% 10%);

}




@keyframes reveal-text {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .rotateRow {
    animation: rotate-row both;
    animation-timeline: view(block 80% 3%);
}

@keyframes rotate-row {
    from {
        transform: rotateX(90deg);
    }

    to {

        transform: rotateX(0deg);

    }
} */

.sliderShow {
    animation: reveal-slider both;
    animation-timeline: view(100% 0);

    /* animation-range: entry -30% cover 100vh; */

}


@keyframes reveal-slider {
    from {
        width: 30vw;
    }

    to {

        width: 100vw;


    }
}

.text-type {
    animation: text-typing both;
    animation-timeline: view();
}

@keyframes text-typing {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}