@font-face {
    font-family: 'irSansWeb';
    src: local('irSans'), url('./fonts/IRANSansWeb.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansBlack';
    src: local('irSans'), url('./fonts/IRANSansWeb_Black.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansBold';
    src: local('irSans'), url('./fonts/IRANSansWeb_Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansLight';
    src: local('irSans'), url('./fonts/IRANSansWeb_Light.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansMedium';
    src: local('irSans'), url('./fonts/IRANSansWeb_Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansUltraLight';
    src: local('irSans'), url('./fonts/IRANSansWeb_UltraLight.ttf') format('truetype')
}

:root {
    --header-padding: 15px;
    --cm-rectangle-bottom: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "irSansWeb";
    scroll-behavior: smooth;
}

body {
    display: grid;
    grid-template-rows: 1fr;
    /* position: absolute; */
}

.coin-icon {
    width: 30px;
    height: 30px;
}

/* .market-table td {
    position: sticky;
    right: 0px;
} */

.header-invitation-link {
    text-decoration: none !important;
    color: white !important;
}

.header-invitation-link:hover {
    text-decoration: none !important;
    color: white !important;
    cursor: pointer;
}

.app-main {
    padding: 0px;
    overflow-x: hidden;
}

.app-main-section {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #204288;
    border-radius: 8px;
}

.header-link-parent {
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style: none;
    place-content: end;
    z-index: 2;
    background-color: #0B204A;
    margin-bottom: 0px !important;
    font-size: 14px;
}

.left-ul-span {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-gap: 25px;
}

.right-ul-span {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-gap: 25px;
}

.app-header-bottom-right-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#navbarToggleExternalContent .header-link-parent{
    background-color: #233967;
    direction: ltr;
}

.header-link a {
    color: #f1f1f1;
    text-decoration: none !important;
    letter-spacing: -0.3px;
    word-spacing: -1.7px;
    white-space: nowrap;
}

.header-nav {
    background-color: #0B204A;
    z-index: -1;
    position: absolute !important;
    pointer-events: none;
    opacity: 0;
}

.app-header-socials-text {
    font-size: 14px;
}

.pos-f-t .navbar {
    padding: 0.5rem 0px;
}

.app-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    display: grid;
    grid-template-rows: 1fr 1fr;
    background-color: #0B204A;
    color: white;
    padding: 20px 20%;
    padding-bottom: var(--header-padding);
    transition: all 0.5s;
}

.sticky-header {
    position: sticky !important;
    top: 0;
}

.header-display {
    grid-template-rows: 1fr 0px !important;
}

.app-header-top-div {
    border-bottom: 1px solid #243C6C;
    padding-bottom: var(--header-padding);
    display: grid;
    align-items: center;
}

.app-header-socials-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 15px;
    align-items: center;
}

.header-socials-container {
    display: grid;
    grid-template-columns: repeat(4,max-content);
    grid-gap: 5px;
}

.app-header-top-left-div {
    display: grid;
    grid-template-columns: 1fr max-content;
}

.app-header-bottom-div {
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-top: var(--header-padding);
    align-items: baseline;
}

.app-header-bottom-left-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 7px;
}

.header-btn {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 7px;
    border: 0px;
    transition: background-color 0.5s;
    text-decoration: none !important;
}

.btn-signin {
    background-color: #FF773D;
    color: white;
}

.btn-signin:hover {
    background-color: #dd5f29;
    cursor: pointer;
    color: white;
}

.btn-help {
    background-color: white;
    color: black !important;
}

.btn-help:hover {
    background-color: rgb(201, 201, 201);
    cursor: pointer;
}

.social-img-div {
    overflow: hidden;
    border-radius: 50%;
    background-color: #132C5E;
    cursor: pointer;
}

.header-link:hover {
    cursor: pointer;
}

.header-btn:focus {
    outline: none;
}

.pa-info-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pa-info-img-inner-div {
    display: grid;
    place-content: center;
    padding: 70px 0px;
    position: relative;
}

.pa-main-div {
    position: relative;
    display: grid;
    grid-template-columns: max-content max-content;
}

.pa-top-text {
    font-family: 'irSansBold';
    font-size: 20px;
}

.pa-higlight {
    color: #FB8856;
    font-family: 'irSansBold';
}

.pa-text-2 {
    font-family: 'irSansUltraLight';
    border: 1px solid white;
    padding: 10px;
    border-radius: 6px;
    background-color: #ffffff1a;
    color: white;
}

.pa-left-div {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-gap: 30px;
    place-content: center;
    transform: translate(-50px, -50px);
    transition: transform 1s;
}

.pa-pc-pic {
    transform: translate(50px, -50px);
    transition: transform 1s;
}

.pa-move-in {
    transform: translate(0, 0);
}

.pa-left-top-div {
    text-align: center;
    display: grid;
    grid-gap: 15px;
}

.pa-top-text {
    color: white;
}

.pa-left-bottom-div {
    display: grid;
    place-content: center;
    grid-gap: 15px;
}

.social-img {
    padding: 7px;
}

/* /////////////////////// */

.pos-f-t {
    position: relative;
    direction: rtl;
    min-width: 100px;
}

.bg-dark {
    background-color: #0b204a !important;
}

#navbarToggleExternalContent {
    position: absolute;
    width: unset;
    z-index: 10;
    padding: 1px;
    border-radius: 8px;
    background-color: #0b204a;
}

#navbarToggleExternalContent ul {
    padding: 20px;
    border-radius: 8px;
}

/* Market Info */

.market-info-inner-div {
    position: relative;
    display: grid;
    grid-gap: 50px;
}

.mi-wave {
    width: 100%;
    transform: rotateX('180');
}

.table-header {
    background-color: #F6F6F8;
    border: 1px solid #F1F0F3;
    line-height: 50px;
    transform: translateY(-1px);
    z-index: 1;
    position: sticky;
    top: 0px;
}

.table-header th {
    font-size: 15px;
}

.market-table td {
    font-weight: bold;
    font-family: 'irSansUltraLight';
}

.market-info-left-div p {
    font-weight: bold;
    font-family: 'irSansUltraLight';
}

.market-table {
    text-align: center;
    border: 1px solid #EBEBED;
}

.market-table tr {
    line-height: 60px;
    border-bottom: 1px solid #EBEBED;
}

.row-num {
    color: #f6f6f8;
    user-select: none;
}

.t-row-number {
    border-left: 1px solid #EBEBED;
}

.loss {
    color: red;
}

.gains {
    color: #60B83C;
}

.drop-down {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0px;
}

.table-parent-div {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-gap: 15px;
    padding: 20px 20%;
    /* margin: 40px 0px 20px 0px; */
    opacity: 0.3;
    transform: scale(1.2);
    animation-fill-mode: forwards;
}

.dropdown-parent {
    place-self: end;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 40px;
    padding: 10px;
    align-items: center;
    border: 1px solid #d6d6e0;
    border-radius: 5px;
    background-color: #F6F6F8;
}

.market-top-inp {
    width: max-content;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 20px;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 10px;
    border-radius: 5px;
}

.market-info-div {
    background-image: url(../item/about-us/bg.png);
    padding: 0px 20%;
    padding-bottom: 50px;
}

.market-info-left-div {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-gap: 20px;
    text-align: justify;
    direction: rtl;
    font-size: 14px;
    place-content: center;
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 1s, opacity 1s;
}

.market-info-left-div p {
    transform: scale(0);
    transition: transform 1s;
}

.market-info-right-div {
    transform: translateX(50px);
    opacity: 0;
    transition: all 1s;
}

.market-info-text-header {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 20px;
    align-items: center;
    transform: translateY(-50px) scale(1.5);
    transition: transform 1s;
}

.about-pa {
    font-family: 'irSansBold';
    font-size: 25px;
}

.about-pa-b {
    color: #FB8856;
    font-size: 16px;
    margin-top: 5px;
}


/* WebLog */

.pa-weblog-div {
    background-image: url(../item/blog/bg.png);
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pa-weblog-inner-div {
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 40px;
}

.blog-event-text {
    color: white;
    font-size: 14px;
    text-align: end;
    padding-right: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.blog-event-div {
    position: relative;
    transform: scale(0.8);
    transition: all 0.5s;
}

.text-backdrop {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 10;
    background-image: linear-gradient(to top, #131313, transparent);
}

.weblog-slider-parent {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-end;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1s;
}

.weblog-slider-parent::-webkit-scrollbar {
    height: 8px;
}

.weblog-slider-parent::-webkit-scrollbar-thumb {
    background-color: #2b498e;
    border-radius: 8px;
}

.about-pa {
    color: black;
}

.weblog-info-div {
    display: grid;
    grid-template-rows: max-content 1fr;
    width: 380px;
    text-align: end;
    grid-gap: 20px;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1s;
}

.wl-top-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
    align-items: center;
    place-self: end;
    text-align: end;
    transform: scale(1.5) translateY(-20px);
    transition: all 1s;
}

.gs-top-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
    align-items: center;
    place-self: end;
    text-align: end;
    transform: scale(1.5) translateY(-20px);
    transition: all 1s;
}

.wl-info-text {
    display: grid;
}

.about-pa-txt {
    direction: rtl;
    text-align: justify;
}

.wl-moreinfo-btn {
    border: 1px solid white;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.5s;
    text-decoration: none !important;
    transform: scale(0);
    transition: all 0.7s;
}

.wl-moreinfo-btn:hover {
    background-color: #ffffff26;
    color: white;
    text-decoration: none !important;
}

.wl-btn-div {
    display: grid;
    place-content: start;
    transform: translateY(-18px);
}

.wl-text {
    color: white;
    text-align: justify;
    direction: rtl;
    transform: translateX(40px);
    opacity: 0;
    transition: all 1s;
}

.pa-weblog-inner-div {
    padding-right: 20%;
    transform: translateX(-40px);
}

/* ADVANTAGES */

.pa-advantages-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 15%;
    background-color: #ECECF4;
    gap: 20px;
}

.pa-advantages-inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages-left-div {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-gap: 25px;
}

.advantages-right-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 50px;
    text-align: justify;
    direction: rtl;
    letter-spacing: -0.7px;
}

.adv-img-container {
    place-self: center;
}

.adv {
    display: grid;
    grid-template-rows: max-content 1fr;
    align-items: center;
    grid-gap: 10px;
    background-color: white;
    padding: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    transform: scale(0) translateY(-250px);
    opacity: 0;
    transition: all 1s;
}

.adv-header {
    font-family: 'irSansBold';
    font-size: 18px;
    word-spacing: -1.4px;
    opacity: 0;
    transition: opacity 0.7s;
}

.adv-text {
    font-size: 14px;
    text-align: justify;
    direction: rtl;
    line-height: 25px;
    text-shadow: 0px 0px black;
    transform: scale(1.3);
    opacity: 0;
    transition: all 1s;
}

.adv-info {
    opacity: 0;
    transition: opacity 1s;
}

.adv-header-logo {
    transform: translateY(-20px);
    display: grid;
    grid-template-columns: max-content max-content;
    place-content: end;
    text-align: end;
    grid-gap: 15px;
    align-items: center;
    transform: translateY(-50px) scale(1.5);
    opacity: 0;
    transition: all 1s;
}

.adv-img {
    place-self: center;
    transform: translateY(-20px);
    opacity: 0;
    width: 100%;
    transition: all 1s;
}

/* SPECIALTIES */

.pa-specialties-section {
    padding: 60px 20%;
}

.sp-header {
    font-family: 'irSansBold';
    font-size: 16px;
    background-color: white;
    z-index: 10;
    transform: translateX(-30px);
    opacity: 0;
    transition: all 0.7s;
}

.speasialties-left-div {
    display: grid;
    grid-gap: 20px;
    place-content: center;
    transform: translateX(-300px);
    transition: all 1s;
}

.specialties-content {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 40px;
}

.speacialty {
    text-align: end;
    display: grid;
    align-items: center;
    grid-gap: 6pz;
}

.sp-text {
    text-align: justify;
    direction: rtl;
    font-size: 14px;
    z-index: 5;
    text-shadow: 0px 0px black;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 1s;
}

/* GETTING STARTED */

.pa-getting-started-section {
    padding: 100px 20%;
    background-image: url(../item/nahve-kharid-foroosh/bg.png);
    background-size: cover;
}


.gs-inner-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.gs-img {
    height: 50px;
    place-self: center;
    transform: scale(0);
    transition: all 1s;
}

.gs-right-div {
    display: grid;
    grid-template-rows: max-content 1fr;
}

.gs-lvls-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    place-content: center;
}

.gs-lvl {
    background-color: white;
    display: grid;
    grid-template-rows: 1fr max-content;
    place-content: center;
    grid-gap: 10px;
    padding: 40px 20px;
    border-radius: 5px;
    opacity: 0;
    transform: rotateY(90deg);
    backface-visibility: hidden;
    text-align: center;
    white-space: nowrap;
    transition: all 1.3s;
}

.gs-lvl span {
    direction: rtl;
    opacity: 0;
    transition: opacity 1s;
}

/* USER COMMENTS */

.user-comments-section {
    padding: 100px 20%;
    background-color: #f1f1f1;
}

.uc-inner-div {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-gap: 30px;
}

.user-icon {
    height: 25px;
}

.uc-bottom-div {
    grid-gap: 30px;
    display: grid;
}

.uc-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.user {
    text-align: justify;
    direction: rtl;
    display: grid;
    grid-template-rows: max-content max-content;
    grid-gap: 10px;
}

.comment {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 10px;
    background-color: white;
    padding: 20px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0px 0px 11px 4px #e0e0e0;
    transform-origin: 85% 100%;
    transform: scale(0);
    transition: all 1s;
}

.comment-text {
    margin-top: 15px;
    text-shadow: 0px 0px black;
}

.user-info {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 10px;
    direction: ltr;
    place-self: baseline;
    align-items: center;
    padding-right: 10%;
}

.user-icon-span {
    background-color: limegreen;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 20px;
    display: grid;
    place-content: center;
    position: relative;
    margin-top: 7px;
    transform: scale(0);
    transition: all 0.7s;
}

.comment-info {
    font-size: 13px;
    direction: rtl;
}

.uc-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.user-icon-span::before {
    content: '';
    position: absolute;
    bottom: var(--cm-rectangle-bottom);
    right: 29%;
    height: 20px;
    width: 20px;
    z-index: 1;
    transform: rotateZ(45deg);
    transition: all 1s;
    background-color: white;
}

.avatar-container {
    background-color: inherit;
    z-index: 10;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Contact Us */

.contact-us-section {
    background-image: url(../item/contact-us/bg.png);
    background-size: cover;
    padding: 100px 20%;
}

.contact-us-top-div {
    display: grid;
    grid-gap: 10px;
    align-items: center;
    place-self: end;
    text-align: end;
    transform: scale(1.5) translateY(-20px);
    transition: all 1s;
}

.contact-us-information-div {
    display: grid;
    place-content: start;
    grid-gap: 30px;
    align-items: center;
}

.contact-us-information-div p {
    font-size: 15px;
    color: #d6d6d6;
    text-align: justify;
    direction: rtl;
    transform: translateX(50px);
    opacity: 0;
    transition: all 1s;
}

.contact-us-btn {
    padding: 10px 60px;
    font-size: 14px;
    border-radius: 7px;
    border: 0px;
    background-color: #FF773D;
    color: white;
    transform: rotateX(90deg);
    transition: background-color 0.5s, transform 1s 1s;
}

.contact-us-btn:hover {
    cursor: pointer;
    background-color: #c5501e;
}

.contact-info-input {
    color: white;
    display: flex;
    justify-content: space-around;
}

.contact-input {
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    text-align: end;
    line-height: 40px;
    background-color: #ffffff1a;
    color: #cacaca;
}

.contact-info-div {
    gap: 10px;
}

.contact-info-input {
    gap: 10px;
}

/* Footer */

.app-footer {
    color: white;
    background-color: #0B204B;
    padding: 40px 20%;
}

.f-image {
    height: 50px;
}

.footer-top-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 30px;
    border-bottom: 1px solid #273d6d;
}

.footer-contact-info {
    display: grid;
    grid-template-columns: 1fr max-content;
    text-align: end;
    grid-gap: 10px;
    align-items: center;
}

.footer-contact-info-div {
    font-size: 13px;
    line-height: 25px;
}

.footer-join-btn-div {
    display: grid;
    grid-template-columns: max-content 1fr;
    border: 1px solid #0b204b;
    padding: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer-join-btn {
    padding: 10px 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fj-text {
    height: 100%;
    width: 100%;
    background-color: #142D63;
    text-align: end;
    border: 0px;
    padding-right: 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.fj-text::placeholder {
    color: rgb(214, 214, 214);
    font-size: 14px;
}

.fj-text:focus,
.fj-text:active {
    outline: 0px;
}

.footer-top-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fm-left-col {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-gap: 20px;
}

.fm-left-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-table tbody {
    text-align: center;
}

.table-data div {
    line-height: 30px;
}

.footer-table th {
    line-height: 50px;
}

.footer-table td {
    color: #d6d6d6e8;
    font-size: 14px;
    vertical-align: text-top;
}

.footer-mid-div {
    padding: 30px 0px;
    border-bottom: 1px solid #273d6d;
}

.footer-inner-div {
    justify-content: center;
}

.fm-logo-div {
    text-align: end;
    display: grid;
    grid-gap: 20px;
    grid-template-rows: max-content 1fr;
}

.fm-logo-div p {
    color: #d6d6d6;
    font-size: 15px;
}

.fm-logo-div img {
    place-self: end;
}

.footer-bottom-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 10px;
    padding-bottom: 0px;
}

.top-search-div {
    padding: 0px 15px;
}

.input-div {
    padding: 0px;
}

.drop-down div {
    text-align: end;
}

.gs-left-div {
    display: flex;
    justify-content: center;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1s;
}

.contact-info-div-left {
    padding-right: 0px;
    gap: 10px;
}

.contact-info-div-right {
    padding-left: 0px;
    gap: 10px;
}

.contact-us-inner-div {
    justify-content: space-around;
}

.contact-us-inner-div input {
    transform: rotateX(90deg);
    transition: all 1s;
}

.footer-table a {
    text-decoration: none !important;
    color: white;
}

.footer-table a:hover {
    text-decoration: none !important;
    color: white;
}

.market-table-div {
    height: 490px;
    overflow: auto;    
}

/* HEADER */

@media screen and (max-width: 350px) {
    
    .app-header-top-left-div {
        grid-template-columns: max-content max-content;
        justify-content: space-around;
    }

    .market-info-text-header .about-pa-b{
        font-size: 15px;
    }

    .adv-header-logo .about-pa-b {
        font-size: 14px;
    }
}

/* INTRODUCTIONS */

@media screen and (max-width: 500px) {
    
    .pa-main-div {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 350px) {
    
    .pa-top-text {
        font-size: unset;
    }

    .pa-main-div {
        display: unset;
    }

    .pa-info-img-inner-div {
        padding: 0px;
    }
}

@media screen and (max-width: 300px) {
    
    .pa-main-div {
        transform: scale(0.7);
    }
}

/* HEADER NAV RESPONSIVENESS */

@media screen and (max-width: 1300px) {
    
    .app-header {
        --header-padding: 10px;
    }

    .header-nav {
        z-index: 2;
        position: relative !important;
        pointer-events: unset;
        opacity: 1;
    }

    .header-link-parent {
        z-index: -1;
        position: absolute;
    }

    .default-header-nav {
        display: none;
    }


}

@media screen and (max-width: 991px) {
    
    .app-header-socials-text {
        display: none;
    }

    .app-header {
        padding: 20px 10%;
        padding-bottom: 11px;
    }

    .pa-pc-pic {
        display: none;
    }
}

@media screen and (max-width: 920px) {
    
    #navbarToggleExternalContent .header-link-parent {
        text-align: center;
        display: flex;
        list-style: none;
        place-content: end;
        z-index: 2;
        background-color: #233967;
        margin-bottom: 0px !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 576px) {
    
    #navbarToggleExternalContent .header-link-parent {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        white-space: nowrap;
        list-style: none;
        place-content: end;
        z-index: 2;
        background-color: #233967;
        margin-bottom: 0px !important;
    }

    .left-ul-span {
        display: flex;
        flex-direction: column-reverse;
    }

    .right-ul-span {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 350px) {
    
    .app-header {
        padding: 20px 4%;
    }
}

/* COIN TABLE */

@media screen and (max-width: 1200px) {
    
    .market-info-right-div img {
        width: 100%;
    }

    .market-info-div {
        padding: 0px 5%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    
    .table-parent-div {
        padding: 40px 5%;
    }
}

@media screen and (max-width: 576px) {

    .top-search-div {
        gap: 10px;
    }

    .market-top-inp {
        width: unset;
    }

    .dropdown-parent {
        width: 100%;
    }

    .market-table td {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    
    .table-parent-div {
        padding: 40px 13%;
    }
}

@media screen and (max-width: 300px) {
    
    .dropdown-parent div {
        text-align: end;
        font-size: 13px;
    }

    .market-top-inp span {
        text-align: end;
        font-size: 13px;
    }

    .header-btn {
        padding: 10px 20px;
    }

    .app-header {
        padding-bottom: 10px;
    }
}

/* WebLog */

@media screen and (max-width: 991px) {
    
    .pa-weblog-inner-div {
        transform: scale(0.8);
        padding: 0px;
        grid-template-columns: unset;
        grid-template-rows: 1fr 1fr;
    }

    .weblog-slider-parent {
        order: 2;
    }

    .weblog-info-div {
        place-self: center;
        width: unset;
    }

    .wl-btn-div {
        transform: translateY(0);
    }
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
    
    .pa-weblog-inner-div {
        padding-right: 10%;
    }
}

@media screen and (max-width: 350px) {
    
    .pa-weblog-inner-div {
        grid-gap: 0px;
    }
}

/* ABOUT-US */

@media screen and (max-width: 768px) {
    
    .pa-advantages-section {
        padding: 70px 4%;
    }


    .pa-advantages-inner-div {
        gap: 20px;
    }
}

@media screen and (max-width: 1200px) {
    
    .adv {
        padding: 20px;
    }

    .advantages-right-div {
        grid-gap: 20px;
    }

    .pa-advantages-section {
        padding: 70px 4%;
    }

}

@media screen and (max-width: 1360px) {
    
    .adv-header {
        letter-spacing: -1.4px;
    }
}

@media screen and (max-width: 991px) {
    
    .pa-advantages-inner-div {
        gap: 20px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    
    .pa-advantages-section {
        padding: 70px 10%;
    }

    .advantages-right-div {
        grid-gap: 15px
    }

    .adv {
        padding: 20px;
    }
}

@media screen and (min-width: 1500px) {
    
    .pa-advantages-section {
        padding: 70px 20%;
    }

    .adv {
        padding: 20px;
    }

    .advantages-right-div {
        grid-gap: 15px
    }
}

@media screen and (max-width: 400px) {
    
    .adv-header-logo {
        display: unset;
    }

    .advantages-right-div {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 20px;
        text-align: justify;
        direction: rtl;
        letter-spacing: -0.7px;
    }

    .small-devices-logo-pic {
        display: unset !important;
    }

    .default-logo-pic {
        display: none;
    }

    .advantages-left-div {
        grid-gap: 5px;
    }

    .adv-header-logo div.about-pa {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    .adv-header-logo span.about-pa {
        font-size: 20px;
    }

    .speasialties-left-div .default-logo-pic {
        display: none !important;
    }

    .speasialties-left-div .small-devices-pic {
        display: unset !important;
    }
}

/* MARKET INFO */

@media screen and (max-width: 500px) {
    
    .market-table-div {
        overflow-x: auto;
    }

    .market-table {
        width: 600px !important;
    }

    .market-table-div::-webkit-scrollbar {
        height: 8px;
    }
}

/* Specialties */

@media screen and (max-width: 991px) {
    
    .specialties-inner-div {
        gap: 30px;
    }
    
    .speasialties-img {
        height: 100%;
    }

    .speasialties-right-div {
        display: flex;
        justify-content: center;
    }

    .pa-specialties-section {
        padding: 60px 7%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    
    .pa-specialties-section {
        padding: 60px 4%;
    }
}

@media screen and (min-width: 991px) {
    
    .speasialties-right-div {
        transform: translateX(30px);
    }
}


/* GETTING STARTED */

@media screen and (max-width: 1200px) {

    .gs-left-div {
        display: none;
    }

    .gs-inner-div {
        display: unset;
    }

    .gs-right-div {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1200px) {
    
    .pa-getting-started-section {
        padding: 100px 17%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    
    .pa-getting-started-section {
        padding: 100px 10%;
    }

    .gs-inner-div {
        grid-gap: 0px;
    }
}

@media screen and (max-width: 700px) {
    
    .pa-getting-started-section {
        padding: 50px 5%;
    }
}

@media screen and (max-width: 576px) {
    
    .gs-pc-img {
        display: none;
    }

    .gs-mobile-img {
        display: unset !important;
    }

    .gs-top-div {
        display: unset !important;
    }

    .gs-header-span {
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;
    }

    .gs-right-div .about-pa-b {
        font-size: 12px;
    }

    .gs-right-div {
        padding: 0px;
    }

    .gs-lvl:nth-child(4) {
        padding: 4px 5px;
        display: grid;
        grid-template-rows: max-content max-content;
    }
}

@media screen and (max-width: 500px) {
    
    .gs-lvls-div {
        grid-gap: 10px;
    }
}

@media screen and (max-width: 300px) {
    
    .gs-lvls-div {
        grid-template-columns: 1fr;
    }

    .gs-lvl:nth-child(4) {
        padding: 40px 20px;
    }

    .gs-header-span span {
        font-size: 20px;
    }
}

/* COMMENTS */

@media screen and (max-width: 991px) {
    
    .uc-top {
        grid-template-columns: unset;
        grid-template-rows: repeat(3, max-content);
    }

    .uc-bottom {
        grid-template-columns: unset;
        grid-template-rows: repeat(2, max-content);
    }
    
    .user-comments-section {
        padding: 30px 10%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
    
    .user-comments-section {
        padding: 100px 10%;
    }
}

/* CONTACT US */

@media screen and (max-width: 991px) {
    
    .contact-info-input {
        order: 2;
    }

    .contact-info-input {
        padding: 0px;
    }
}

@media screen and (max-width: 576px) {
    
    .contact-us-btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    
    .contact-us-section {
        padding: 100px 10%;
    }
}

/* FOOTER */

@media screen and (max-width: 1200px) {
    
    .footer-join-btn-div {
        margin-top: 20px;
    }

    .app-footer {
        padding: 40px 10%;
    }
}

@media screen and (max-width: 991px) {

    .fm-left-col {
        order: 2;
    }

    .fm-logo-div img {
        place-self: center;
    }

    .app-footer {
        padding: 40px 4%;
    }
}

@media screen and (max-width: 576px) {
    
    .footer-bottom-div div:nth-child(2){
        display: none;
    }

    .header-socials-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .fm-logo-div p {
        text-align: center;
    }
}

@media screen and (max-width: 1600px) {
    
    .fj-text::placeholder {
        color: rgb(214, 214, 214);
        font-size: 11px;
    }
    
}

@media screen and (min-width: 576px) {
    
    .footer-contact-info-div {
        white-space: nowrap;
    }
}

@media screen and (max-width: 576px) {
    
    .footer-top-div {
        display: grid;
        grid-gap: 20px;
        place-content: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #273d6d;
    }

    .footer-top-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 350px) and (min-width: 300px) {
    
    .footer-table td {
        font-size: 11px !important;
    }

    .footer-table tr {
        font-size: 14px !important;
    }

    .footer-mid-div {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 300px) {
    
    .footer-table tr {
        font-size: 11px;
    }

    .footer-table td {
        font-size: 10px;
    }

    .footer-mid-div {
        padding-bottom: 0px;
    }
}

/* ANIMATIONS */

@keyframes marketTablePopIn {

    100% {
        opacity: 1;
        transform: scale(1);
    }

}

@keyframes popTxt {
    
    50% {
        transform: translateY(-20px);
    }

}