img.card-img {
    width: 15%;
    margin-bottom: 6%;
}

.first-div .flex-wrapper {
    align-items: flex-start;
    margin-top: 2%;
}

.card-box {
    position: relative;
}

.card-box img.download-icon {
    position: absolute;
    bottom: 10%;
    width: 10%;
}

.card-box {
    height: 15vw;
}

div#third-div {
    margin-top: 0%;
    width: 100%;
}

p.color-text {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-SemiBold;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 170% */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 3%;
}

.stock-section ul li {
    color: var(--primary-900, #282621);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 200% */
}

div#third-div h5 {
    color: var(--primary-900, #282621);
    margin-bottom: 0;
}

.stock-section {
    margin-top: 2%;
}

div#exTab1 {
    width: 100%;
    overflow: auto;
    margin: 3.5% 0px 5%;
}

ul#myTab {
    width: 50%;
    overflow: visible;
    padding-bottom: 0;
    gap: 5%;
}

div#myTabContent {
    padding: 0% 0;
}

.date-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

div#exTab1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.date-wrapper .custom-date-wrapper {
    margin-top: 0;
    width: 31%;
}

div#fifth-div .card-box {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3.8%;
}

div#fifth-div .card-box h5 {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-Medium;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 37.5px */
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 2%;
}

div#fifth-div .card-box h5 img {
    width: 5%;
}

.profile-sec .flex-wrapper {
    flex-wrap: wrap;
}

div#fifth-div .card-box a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
}

.card-box a {
    text-decoration: none;
}

.email-sec a {
    color: var(--primary-900, #282621);
    font-family: Gilroy-Medium;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    text-decoration: none;
}

.email-sec a.flex-wrapper {
    gap: 1%;
    align-items: center;
    transition: 0.3s all linear;
}

.email-sec a.flex-wrapper img {
    width: 2%;
}

.email-sec a.flex-wrapper:hover {
    color: #A69163;
}

.fifth-div .wrapper .profile-sec {
    border-bottom: none;
}

div#sixth-div h2 {
    margin-bottom: 3%;
}

div#sixth-div .flex-wrapper {
    flex-wrap: wrap;
    align-items: baseline;
}

div#sixth-div .flex-wrapper .card-box {
    /* display: flex;
    align-items: flex-start; */
    gap: 6%;
    height: auto;
    margin-bottom: 3.6%;
    padding: 2%;
}

div#sixth-div .flex-wrapper .card-box a {
    display: flex;
    align-items: flex-start;
    height: auto;
    gap: 6%;
}

div#sixth-div .flex-wrapper .card-box img {
    width: 10%;
}

table.stock-table th:nth-of-type(1),
table.stock-table td:nth-of-type(1) {
    width: 25%;
}

table.stock-table th:nth-of-type(2),
table.stock-table td:nth-of-type(2) {
    width: 42%;
}

table.stock-table th:nth-of-type(3),
table.stock-table td:nth-of-type(3) {
    width: 20%;
}

div#sixth-div .flex-wrapper .card-box p {
    color: var(--primary-900, #282621);
}

.fourth-div {
    margin-bottom: 5%;
}


div#sixth-div.seventh-div .card-box {
    width: 48%;
    flex-direction: column;
    min-height: 15vw;
    justify-content: space-between;
}

div#sixth-div.seventh-div .card-box p.color-text {
    color: var(--secondary-900, #A69163);
    margin-bottom: 1%;
}

div#sixth-div.seventh-div .card-box p {
    font-size: 1.25vw;
}

div#sixth-div.seventh-div .card-box a.flex-wrapper {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
    gap: 3%;
}

div#sixth-div.seventh-div .card-box div {
    width: 100%;
}

div#sixth-div.seventh-div .card-box a.flex-wrapper img {
    width: 5%;
}

div#sixth-div.seventh-div .card-box a.flex-wrapper p {
    margin-bottom: 0;
    transition: 0.3s all linear;
}

div#sixth-div.seventh-div .card-box a.flex-wrapper:hover p {
    color: var(--secondary-900, #A69163);
}

@media (max-width:767px) {
    .first-div .flex-wrapper .card-box {
        height: 55vw;
        border: 1px solid var(--secondary-100, #F5F0E4);
        background: #FFF;
        min-width: 70vw;
    }

    .first-div .flex-wrapper {
        flex-wrap: nowrap;
        overflow: auto;
        gap: 8vw;
    }

    .first-div .flex-wrapper::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .first-div .flex-wrapper::-webkit-scrollbar-track {
        background: #D4D4D3;
        height: 3px;
    }

    button.exchange-btn {
        font-size: 28px;
        margin-bottom: 4%;
    }

    div#third-div {
        margin-top: 8%;
        width: 100%;
    }

    div#third-div h5 {
        color: var(--primary-900, #282621);
        font-family: Gilroy-Medium;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .stock-section ul li {
        color: var(--primary-700, #53514D);
        font-family: Gilroy-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 175% */
    }

    p.color-text {
        font-family: Gilroy-SemiBold;
        font-size: 22px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        /* 154.545% */
        letter-spacing: 4.4px;
        text-transform: uppercase;
    }

    div#accordionFlushExample {
        margin-top: 5%;
    }

    .fifth-div {
        margin-top: 12%;
        width: 100%;
    }

    div#exTab1 {
        margin: 6.5% 0px 9%;
    }

    ul#myTab {
        width: 100%;
        gap: 8%;
    }

    div#fifth-div .card-box {
        width: 100%;
        margin-bottom: 7%;
        height: auto;
    }

    div#fifth-div .card-box h5 {
        color: var(--secondary-900, #A69163);
        font-family: Gilroy-Medium;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 112.5% */
        margin-top: 18%;
    }

    div#fifth-div .card-box h5 img {
        width: 10%;
    }

    .email-sec a.flex-wrapper {
        gap: 3%;
    }

    .email-sec a.flex-wrapper img {
        width: 8%;
    }

    div#sixth-div {
        margin-top: 12%;
        width: 100%;
    }

    div#sixth-div p.color-text {
        letter-spacing: 2.4px;
        font-size: 16px !important;
        margin-bottom: 8%;
    }

    div#sixth-div .flex-wrapper .card-box {
        flex-direction: row;
        padding: 5% 6%;
        align-items: center;
        gap: 4%;
        margin-bottom: 5%;
    }

    div#sixth-div .flex-wrapper .card-box p {
        font-size: 16px !important;
        line-height: normal;
    }

    div#sixth-div .flex-wrapper .card-box img {
        top: -5px;
        position: relative;
    }

    .fourth-div {
        margin-bottom: 15%;
        margin-top: 15%;
        width: 100%;
    }

    div#fourth-div h2 {
        margin-bottom: 9%;
    }

    table.stock-table {
        border: 1px solid #D4D4D3;
        width: 130vw;
        border-collapse: collapse;
    }

    table.stock-table th:nth-of-type(1),
    table.stock-table td:nth-of-type(1) {
        width: 26%;
    }

    table.stock-table th:nth-of-type(2),
    table.stock-table td:nth-of-type(2) {
        width: 38%;
    }

    table.stock-table th:nth-of-type(3),
    table.stock-table td:nth-of-type(3) {
        width: 10%;
    }

    table.stock-table th,
    table.stock-table td {
        font-size: 12px;
    }

    div#sixth-div.seventh-div .card-box {
        width: 100%;
        flex-direction: column;
        gap: 4vw;
        margin-bottom: 8%;
    }

    div#sixth-div.seventh-div .card-box a.flex-wrapper {
        display: flex;
        align-items: center;
        gap: 0;
        justify-content: space-between;
    }

    div#sixth-div.seventh-div .card-box a.flex-wrapper img {
        width: 8%;
        top: 0;
    }

    div#sixth-div.seventh-div .card-box p {
        font-size: 18px !important;
        line-height: 36px;
        /* 200% */
    }

    div#sixth-div.seventh-div .card-box p.color-text+p {
        line-height: 28px;
    }
}