* {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

body {
    background-color: #14171C;
    padding-top: 6rem;
}

.pb {
    max-width: 70%;
    display: flex;
    justify-content: center;
    padding: 0;
}

/**************NAVBAR*******************/
.navbar-brand-log {
    width: 9.6rem;
    margin-top: 0.51rem;
    margin-bottom: 0.41rem;
}

.navbar {
    display: flex;
    justify-content: end !important;
    align-content: end !important;
    text-align: end !important;
    align-items: end;
    width: 100%;
    position: fixed;
    top: 0;
}

.navbar-collapse {
    justify-content: end;
}

.container-fluid {
    position: relative !important;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

#navbarContainer {
    padding: 0 15% 0 15%;
}

.navbar-container {
    background-color: #1C1E29;
    border: 1px solid #282E38;
    display: flex;
    z-index: 999;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link {
    color: #A2ACB9;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
}

    .nav-link:hover {
        color: #FFFFFF !important;
        font-weight: 700;
    }

    .nav-link.active {
        color: #FFFFFF !important;
        font-weight: 700;
        border-bottom: 2px solid #FFFFFF;
        border-image: linear-gradient(to right, #1C1E29 25%, #4B45FF 25%, #4B45FF 50%, #4B45FF 50%, #4B45FF 75%, #1C1E29 75%) 5;
    }

.navbar-button {
    height: 30px;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    background-color: #4B45FF;
    color: #FFFFFF;
    border: none;
}

#scanButton {
    margin-left: 50px;
    margin-right: 0;
    border: none;
}

#scanButtonImage {
    height: 18px;
    width: 18px;
}

.navbar-toggler {
    color: #FFFFFF;
    background-color: white;
}
/******************GENERAL*******************/
.holder-dark {
    background-color: #1C1E29;
    border-radius: 0.625rem;
    border: 1px solid #282E38;
}

.top-page-blur {
    position: absolute;
    top: -10rem;
    height: 25rem;
    width: 25rem;
    background: radial-gradient(circle, #4B45FF 5%, #161821 60%);
    z-index: -100;
    opacity: 0.21;
}
/****************CALCULATOR*****************/

#calculatorContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 14px 14px 14px 14px;
    width: 100%;
}

#calculatorCardName {
    display: flex;
    gap: 0.3rem;
}

    #calculatorCardName p {
        font-weight: bold;
    }

#calculatorCardName p:last-child {
    font-weight: lighter;
}

#priceInputContainer1 {
    height: 4.8rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    background-color: #161821;
    width: 100%;
    border: 1px solid #282E38;
    border-radius: 4px;
    align-content: center;
    align-items: center;
}

#priceInputContainer1 input {
    background-color: transparent;
    border: none;
    text-align: end;
    color: white;
    height: 100%;
}

    #priceInputContainer1 p {
        font-size: 13px;
        font-weight: 500;
        color: #505D6F;
        font-weight: 700;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

#priceInputContainer2 {
    height: 4.8rem;
    display: flex;
    justify-content: space-between;
    background-color: #161821;
    width: 100%;
    border: 1px solid #282E38;
    border-radius: 4px;
    align-content: center;
    align-items: center;
}

#priceInputContainer2 input {
    background-color: transparent;
    border: none;
    text-align: end;
    color: white;
    height: 100%;
}

    #priceInputContainer2 p {
        font-weight: 500;
        color: #505D6F;
        font-weight: 700;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    #priceInputContainer2 b {
        font-weight: 500;
        color: #505D6F;
        font-weight: 700;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

#selectionContainer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    gap: 0.5rem;
}

.selection-box-1,
.selection-box-2 {
    display: flex;
    border: 1px solid #282E38;
    border-radius: 4px;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #161821;
    position: relative;
}

.selection-box-1 img,
.selection-box-2 img {
    height: 2rem;
    display: block;
}

.selection-box-1 ul,
.selection-box-2 ul {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

#calculatorSearch {
    margin-left: 0.2rem;
}

#calculatorList1 {
    position: absolute;
    height: 20rem;
    width: 13rem;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 100;
    background-color: #161821;
    border: 1px solid #282E38;
    border-radius: 10px;
    z-index: 1000;
}

    #calculatorList1::-webkit-scrollbar {
        background-color: transparent;
        width: 3px;
    }

    #calculatorList1::-webkit-scrollbar-thumb {
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    #calculatorList1 button {
        border: none;
        background-color: transparent;
        padding: 1rem;
        align-content: start;
        text-align: left;
        width: 100%;
    }

        #calculatorList1 button:hover {
            background-color: #282E38;
        }

#calculatorList2 {
    position: absolute;
    height: 20rem;
    width: 13rem;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 100;
    background-color: #161821;
    border: 1px solid #282E38;
    border-radius: 10px;
    z-index: 1000;
}

    #calculatorList2::-webkit-scrollbar {
        background-color: transparent;
        width: 3px;
    }

    #calculatorList2::-webkit-scrollbar-thumb {
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    #calculatorList2 button {
        border: none;
        background-color: transparent;
        padding: 1rem;
        align-content: start;
        text-align: left;
        width: 100%;
    }

        #calculatorList2 button:hover {
            background-color: #282E38;
        }

.calculator-main-button1, 
.calculator-main-button2 {
    width: 50%;
}

.calculator-main-button1 button, 
.calculator-main-button2 button {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*************PHONE AREA*****************/
.home-page-phone-area {
    height: 35rem;
    width: 100%;
    background-color: #16171F;
    background: linear-gradient(to bottom, rgba(84, 83, 193, 0.4), rgba(165, 69, 255, 0.4));
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(84, 83, 193, 0.3);
}

#phoneCardPhoneImage {
    position: absolute;
    height: 32rem;
    top: 10.3rem;
    margin-left: 5rem;
    
}

.phone-blur {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #1C1E29, transparent);
}

.home-page-banner-info-wrapper {
    display: block;
    height: 100%;
    width: auto;
    align-content: end;
    justify-items: center;
}

.home-page-phone-banner {
    position: relative;
    background-color: #352FF4;
    z-index: 100;
    text-align: center;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 3rem 1rem 3rem;
    width: 20rem;
}

.home-page-phone-banner p {
    padding: 0;
    margin: 0;
}

#home-page-banner-text {
    display: flex;
    gap: 0.5rem;
    align-items: end;
    text-align: center;
    justify-content: center;
}

.home-page-applicaton-stores {
    display: flex;
    position: relative;
    z-index: 100;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.home-page-applicaton-stores button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

.home-page-applicaton-stores img {
    height: 2.3rem;
}

/*****************HOME********************/
#homeContainer {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

.home-page-bottom-components-wrapper {
    display: none;
}

.commercial-image {
    width: 100%;
    margin-bottom: 2rem;
}

.button-holder {
    padding: 6px 8px 6px 8px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #282E38;
    color: white;
    border: none;
    border-radius: 6px;
}

.price-button-layer {
    padding: 0;
    margin: 0;
}

.price-button {
    padding: 6px 8px 6px 8px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 6px;
}

    button.selected {
        background-color: #4B45FF;
    }

    .price-button:hover {
        background-color: #505D6F;
    }

#price-row,
#branch-price-row{
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    margin: 1.5rem 0 0 0;
    padding: 0 15% 0 15%;
}

    #price-row div,
    #branch-price-row div {
        max-height: 100%;
    }

p.high-price {
    color: #37D55E;
}

p.low-price {
    color: #F73D3D;
}

p.high-price-inner {
    color: rgba(55, 213, 94, 1);
}

p.low-price-inner {
    color: rgba(247, 61, 61, 1);
}

p.high-price-inner-currency {
    color: rgba(55, 213, 94, 1);
}

p.low-price-inner-currency {
    color: rgba(247, 61, 61, 1);
}

#productPricesCard,
#branchProductPricesCard {
    position: relative;
    display: block;
    padding: 8px;
    margin-right: 2rem;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 50%;
    height: 58rem;
}

    #productPricesCard::-webkit-scrollbar,
    #branchProductPricesCard::-webkit-scrollbar {
        background-color: transparent;
        width: 3px;
    }

    #productPricesCard::-webkit-scrollbar-thumb,
    #branchProductPricesCard::-webkit-scrollbar-thumb {
        background-color: #FFFFFF;
        border-radius: 10px;
    }

.commercial-calculator-section {
    width: 35%;
}

.home-side-bar {
    height: 55%;
}

.product-info {
    padding: 0;
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 3rem;
}

.buy-sell-price {
    padding: 0;
    text-align: center;
    width: auto;
}

.buy-sell-price-wrapper {
    padding: 0;
    text-align: center;
    width: 25%;
    justify-items: center;
}

p.labor-price {
    margin-bottom: 0.2rem;
    font-size: 12px;
    font-weight: lighter;
}

.product-info p {
    margin: 0;
    font-size: 14px;
    text-wrap: nowrap;
}

.price-upgrade-percent p {
    font-size: 11px;
}

.buy-sell-price p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.price-info-line {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    border-bottom: 0.5px solid #282E38;
    width: stretch;
    align-items: center;
    padding: 0.3rem 0 0.3rem 0;
}

.price-info-line canvas {
    padding: 0;
    margin-top: 0.3rem;
}

.price-info-line button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

    .price-info-line button img {
        height: 1.5rem;
        width: 1.5rem;
        color: #FFFFFF;
    }

.price-card-header-holder {
    padding-top: 0.5rem;
    border-bottom: 1px solid #282E38;
}

.search-input {
    background-color: #161821;
    color: #505D6F;
    border-radius: 6px;
    width: 100%;
    margin-top: 5px;
    border: none;
    display: flex;
}

.search-input input {
    background-color: transparent;
    color: #505D6F;
    border: none;
    padding: 0.7rem;
}

.clock {
    color: #747474;
    font-size: 12px;
}

.header-wrapper {
    width: 25%;
    text-align: end;
    display: inline-block;
}

.header-product-info-wrapper {
    width: 35%;
    text-align: end;
    display: inline-block;
}

.header-graphic-wrapper {
    width: 15% !important;
    text-align: end;
    display: inline-block;
}

#priceInfoHeaderSubtitle {
    font-size: 10px;
    color: #747474;
    font-weight: lighter;
    margin-top: 3px;
}

.price-upgrade-percent-low-price {
    color: #F73D3D;
}

.price-upgrade-percent-high-price {
    color: #37D55E;
}

.buy-sell-labor-wrapper-1 {
    background-color: #262935;
    padding: 0.2rem 1rem 0.2rem 1rem;
    width: min-content;
    align-self: center;
    border-radius: 4px;
}
/***********************ABOUTUS************************************/
.aboutus-body-container-wrapper {
    width: 100%;
    text-align: center;
    align-content: center;
    justify-items: center;
}

.aboutus-body-container {
    margin-top: 1rem;
    align-items: center;
    text-align: center;
    align-self: center;
    width: 50%;
}

.aboutus-header {
    align-items: center;
    text-align: center;
}

.aboutus-header img {
    margin-bottom: 1rem;
}

#aboutUsCard {
    margin-top: 3rem;
    padding: 2rem 1rem 2rem 1rem;
}

#aboutUsCard p {
    font-weight: lighter;
    font-size: 14px;
    text-align: left;
    line-height: 1.5rem;
}

/**********************PRODUCT****************************/

.product-page-row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

#productInfoCard {
    display: flex;
    padding: 1rem;
}

#productInfoCard img {
    height: 8rem;
    width: 8rem;
}

.product-details {
    margin-left: 1rem;
    text-align: left;
    justify-content: space-between;
    max-width: 20.5rem;
}

    .product-details p {
        font-weight: lighter;
        font-size: 12px;
        color: #8390A2;
    }

    .product-details a {
        background-color: transparent;
        border: 0.5px solid #4B45FF;
        border-radius: 6px;
        padding: 6px 14px 6px 14px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;   
    }

.group-index-row {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.product-detail-card-middle-header {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 1rem;
}

.product-detail-card-middle-header-line {
    border-bottom: 1px solid #282E38;
    width: 70%;
}

.product-detail-card-middle-header-content {
    border: 1px solid #282E38;
    border-radius: 10px;
    text-align: left;
    width: 10rem;
}

.product-detail-card-middle-header-content p {
    margin: 0.5rem 1rem 0.5rem 1rem;
}

.product-detail-card-midle-info {
    display: flex;
}

.product-detail-card-midle-info ul {
    list-style-type: none;
}

    .product-detail-card-midle-info ul li {
        text-align: left;
        line-height: 1.5rem;
    }

        .product-detail-card-midle-info ul li:first-child {
            font-weight: lighter;
            color: #8390A2;
        }

.product-detail-card-midle-info-second {
    font-weight: lighter;
    color: #8390A2;
    text-align: left;
    margin-left: 1rem;
}

.product-detail-card-midle-info-second p {
    font-weight: lighter;
    color: #8390A2;
}

#productDetailFirstCard {
    width: 50%;
}
/************************SUPPORT*****************************/
.support-form-container {
    display: flex;
}

.support-card-half {
    padding: 1rem;
    text-align: left;
    font-size: 10px;
}

    .support-card-half p {
        font-size: 10px;
        color: #A2ACB9;
    }

    .support-card-half iframe {
        height: 10rem;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 1rem; 
    }

#secondHalf {
    border-left: 1px solid #282E38;
}

.support-form-input {
    display: flex;
    background-color: #161821;
    border: 1px solid #282E38;
    height: 2.5rem;
    border-radius: 10px;
    text-align: left;
    gap: 2rem;
    align-items: center;
    padding: 0.5rem;
    margin-top: 1rem;
}

.support-form-input input {
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    width: 100%;
}

    .support-form-input button {
        background-color: transparent;
        color: #FFFFFF;
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

#formSubmitButton {
    background-color: #4B45FF;
}

#messageInput {
    height: 10rem;
    align-items: start;
}

    #messageInput textarea {
        background-color: transparent;
        color: #FFFFFF;
        border: none;
        width: 100%;
        height: 100%;
    }

#formSubmit {
    background-color: #4B45FF;
    border: none;
}

.form-send-message {
    display: none;
    width: 40rem;
    position: absolute;
    background-color: #1C1E29;
    top: 30%;
    left: 35%;
    z-index: 1000;
    border-radius: 1rem;
    padding: 5rem;
    box-shadow: 1px 1px 5px 5px rgba(240, 240, 240, 0.1);
}

.form-send-message p {
    font-size: 25px;
    font-weight: lighter;
}

    .form-send-message button {
        background-color: #4B45FF;
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
        height: 3rem;
        justify-content: space-between;
        margin-top: 10rem;
    }

.support-page-full-blur {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.5);
    z-index: 999;
}
/*************LEGALDOCUMENTS***********/
.legal-documents-card {
    display: flex;
    border: 1px solid #282E38;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
    overflow: hidden;
    border-color: rgba(75, 69, 255, 0.3);
}

#legalDocumentDetailCard {
    margin-top: 3rem;
    padding: 2rem 1rem 2rem 1rem;
    display: flex;
    gap: 1rem;
}

.legal-documents-card-header-image-wrapper {
    align-content: start;
    text-align: start;
    align-items: center;
    display: flex;
    gap: 1rem;
}

.legal-documents-card-header-image-wrapper-wrapper {
    width: 5rem;
}

.legal-documents-card button {
    margin-left: inherit;
    text-decoration: none;
    color: #95A1AD;
    border: none;
    background-color: transparent;
}

    .legal-documents-card p {
        margin-bottom: 0;
        padding: 0;
    }
.legal-document-detail-first-column {
    text-align: start;
    color: #95A1AD;
}

.legal-document-detail-first-column img {
    margin-bottom: 1rem;
}

.legal-document-detail-first-column p {
    color: #95A1AD;
}

.legal-document-detail-first-column a {
    color: #95A1AD;
    text-decoration: none;
    align-items: center;
    align-content: center;
}

    .legal-document-detail-first-column a p {
        margin: 0 0.5rem 0 0;
        padding: 0;
    }

    .legal-document-detail-first-column a img {
        padding: 0;
        margin: 0;
    }

#legalDocDownloadButton {
    display: flex;
}

.legal-document-detail-second-column {
    width: 100%;
}
/***************GRAPHICS********************/
.graphic-section {
    margin: 2rem 20% 2rem 20%;
    align-items: start;
}

.graphic-section-top {
    display: flex;
}

.graphic-section-url {
    display: flex;
    gap: 0.5rem;
}

.graphic-section-url p {
    font-size: 10px;
    font-weight: lighter;
}

    .graphic-section-url a {
        font-size: 10px;
        font-weight: lighter;
        color: #95A1AD;
        text-decoration: none;
    }

.graphic-image-frame {
    padding: 0.8rem;
    border-radius: 100px;
    background-color: aquamarine;
}


.graphic-top-info {
    margin-left: 1rem;
}

.graphic-top-info-header h5 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.graphic-top-info-header p {
    font-size: 14px;
    color: #8390A2;
    padding: 0;
    font-weight: lighter;
    margin: 0;
}

.graphic-card-header {
    display: flex;
}

.graphic-top-price {
    display: flex;
    margin-top: 1.5rem;
    align-items: end;
}

    .graphic-top-price h5 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0.5rem 0 0;
    }

    .graphic-top-price p {
        font-size: 14px;
        font-weight: lighter;
        margin:0 2rem 0 0;
        padding: 0;
    }

#graphicCard {
    margin-top: 1.5rem;
    min-height: 15rem;
}

#graphicHeaderTwo {
    margin-left: 0.5rem;
}

.graphic-card-header {
    padding: 1rem;
    border-bottom: 1px solid #282E38;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.graphic-card-header-product-name {
    display: flex;
}

.graphic-card-header-product-price {
    display: flex;
    align-items: center;
}

.graphic-card-header-product-price p {
    margin: 0;
    padding: 0;
}

.graphic-card-header b {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

    .graphic-card-header p {
        font-size: 14px;
        font-weight: lighter;
        color: #C1C7D1;
        margin: 0;
        padding: 0;
    }

.graphic-card-header button {
    border: 1px solid #4A4459;
    border-radius: 4px;
    background-color: #4A4459;
    margin-left: 2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

#graphicHeaderProductListCurrent {
    display: flex;
    gap: 1rem;
}

#graphicHeaderBuyName {
    margin-right: 1rem;
}

#graphicHeaderSellName {
    margin-left: 2rem;
    margin-right: 1rem;
}

#graphicChart {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    
}

.graphic-section-time-line {
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

    .graphic-section-time-line ul {
        display: flex;
        list-style: none;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .graphic-section-time-line ul li {
        font-size: 10px;
        color: #A2ACB9;
    }

.graphic-section-timezone-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

    .graphic-section-timezone-buttons button {
        border: 1px solid #282E38;
        background-color: #1C1E29;
        padding: 1rem 2rem 1rem 2rem;
        border-radius: 10px;
    }

.graphic-dropdown-list {
    height: 15rem;
    width: 10rem;
    position: absolute;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
    background-color: #161821;
}

.graphic-dropdown-list::-webkit-scrollbar {
    background-color: transparent;
    width: 3px;
}

.graphic-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.graphic-dropdown-list button {
    height: 2rem;
    width: 100%;
    background-color: transparent;
    border: none;
    margin: 0;
    text-align:left;
    padding: 1rem;
}

    .graphic-dropdown-list button:hover {
        background-color: #282E38;
    }

.graphic-card-header-product-price button:hover #graphicDropdownList {
    display: block;
}
/****************PAGEBOTTOM*****************/
.page-bottom-components {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 1.5rem;
    justify-content: space-between;
    gap: 1.5rem;
    height: 17rem;
}

#pageTopLogo {
    height: 4rem;
    width: 4rem;
}

.calculator-section {
    max-width: 35%;

}

#pageBottomCommercial {
    gap: 8rem;
    display: flex;
    background-image: linear-gradient(90deg,rgba(28, 30, 41, 0.34) 63%, rgba(75, 69, 255, 0.30) 100%);
    width: 100%;
}

#pageBottomCommercial img {
    margin-top: 1rem;
}

.page-bottom-slogan-section {
    margin: 2rem;
    width: 15rem;
    text-align: start;
    align-content: center;
}

.page-bottom-slogan-section h4 {
    font-weight: lighter;
    padding: 0;
    margin: 0;
}

.page-bottom-slogan-section-second {
    display: flex;
    gap: 0.3rem;
}

.page-bottom-slogan-section-second h4:first-child{
    font-weight: bold;
}

.page-bottom-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.page-bottom-buttons img {
    height: 2rem;
}

.page-bottom-buttons button {
    border: none;
    background-color: transparent;
    padding:0;
    margin:0;
}

/*********************FOOTER********************************/
.footer-wrapper {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 15% 0 15%;
}
.top-footer-left {
    width: 30%;
    padding-top: 2rem;
    margin-top: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid #282E38;
    border-radius: 0.625rem;
}
.blog-holder{

}
.blog-holder ul{
    list-style:none;
    padding-left:0px;
}
.blog-holder ul li {
    display: flex;
    align-items:center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #282E38;
}
.blog-holder ul li:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.blog-holder ul li img {
    width: 40px;
    height: 40px;
    margin-right:0.875rem;
}
.top-footer-right {
    width: 70%;
    border: 1px solid #282E38;
    border-radius: 0.625rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    margin-top: 2rem;
    margin-left: 2rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.support-list {
    z-index: 100;
}

.support-list ul {
    list-style-type: none;
    padding-left: 0;
}

.support-list ul li {
    display: flex;
    align-items: center;
    text-align: start;
    align-content: center;
    justify-items: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.support-list ul li img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

#footerContainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-logo {
    position: absolute;
    height: 30rem;
    right: -10rem;
    top: -3rem;
    z-index: 0;
}

#supportCardTitle {
    font-size: 10px;
    color: #A2ACB9;
}

#storeImg {
    height: 30px;
    width: 90px;
    margin-left:0;
}

#twitterImage {
    width: 16px;
    height: 16px;
}

#allButton {
    background-color: transparent;
    color: white;
    font-size: 12px;
    text-decoration-line: underline;
    text-align: right;
    margin-left: 15rem;
}

#bottomFooterContainer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 1px solid #FFFFFF;
    border-image: linear-gradient(to right, #14171C 25%, #CCCCCC7F 50%, #CCCCCC7F 50%, #14171C 75%) 5;
}

.bottom-footer-buttons {
    width: 100%;
    display: inline;
    align-content: center;
    justify-content: center;
}

.bottom-footer-buttons ul {
    list-style-type: none;
    display: inline;
}

.bottom-footer-buttons ul li {
    display: inline;
}

    .bottom-footer-buttons ul li a {
        font-size: 12px;
        text-decoration-line: none;
        color: white;
        padding-left: 2rem;
    }

.bottom-footer-buttons ul li button {
    font-size: 12px;
    text-decoration-line: none;
    color: white;
    padding-left: 2rem;
    border: none;
    background-color: transparent;
}

.bottom-footer-text {
    padding-top: 2rem;
}

#bottomFooterText {
    font-size: 12px;
    font-weight: 300;
    color: #535353;
}

#mobileStoreButton {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-right: 1rem;
}

@media (max-width: 1800px) {
    /**************NAVBAR*******************/

    #navbarContainer {
        padding: 0 5% 0 5%;
        width: 100%;
    }

    /*****************HOME********************/

    #price-row,
    #branch-price-row {
        padding: 1rem 5% 0 5%;
        gap: 2rem;
    }

    #productPricesCard,
    #branchProductPricesCard {
        margin: 0;
    }

    /**********GRAPHICS*********/

    .graphic-section {
        width: auto;
        margin: 2rem 5% 2rem 5%;
    }

    /************ABOUTUS**************/
    .aboutus-body-container {
        width: 100%;
        padding: 2rem 5% 2rem 5%;
    }


    /************PRODUCTS**************/
    .product-page-row {
        width: 100%;
    }

    productInfoCard {
        width: 50%;
    }
    /****************FOOTER*****************/
    .footer-wrapper {
        width: 100%;
        margin: 0 5% 0 5%;
    }
}

@media (max-width: 1500px) {
    /**************NAVBAR*******************/

    #navbarContainer {
        padding: 0 4rem 0 4rem;
        width: 100%;
    }

    /*****************HOME********************/

    #price-row,
    #branch-price-row {
        padding: 1rem 4rem 0 4rem;
        gap: 2rem;
    }

    #productPricesCard,
    #branchProductPricesCard {
        margin: 0;
    }

    /**********GRAPHICS*********/

    .graphic-section {
        width: auto;
        margin: 2rem 11rem 2rem 11rem;
    }

    /************ABOUTUS**************/
    .aboutus-body-container {
        width: 100%;
        padding: 2rem 11rem 2rem 11rem;
    }


    /************PRODUCTS**************/
    .product-page-row {
        width: 100%;
    }

    productInfoCard {
        width: 50%;
    }
    /****************FOOTER*****************/
    .footer-wrapper {
        width: 100%;
        margin: 0 4rem 0 4rem;
    }
}

@media (max-width: 1200px) {
    /**************NAVBAR*******************/

    #navbarContainer {
        padding: 0 1rem 0 1rem;
        width: 100%;
    }

    /*****************HOME********************/

    #price-row,
    #branch-price-row {
        padding: 1rem;
        gap: 2rem;
    }

    #productPricesCard,
    #branchProductPricesCard {
        margin: 0;
    }

    .commercial-calculator-section {
        display: none;
    }

    .home-page-bottom-components-wrapper {
        display: block;
        padding: 1rem;
    }

    /**********GRAPHICS*********/

    .graphic-section {
        width: auto;
        margin: 1rem;
    }

    /************ABOUTUS**************/
    .aboutus-body-container {
        width: 100%;
        padding: 1rem;
    }

    
    /************PRODUCTS**************/
    .product-page-row {
        width: 100%;
        
    }

    productInfoCard {
        width: 50%;
    }
    /****************FOOTER*****************/
    .footer-wrapper {
        width: auto;
        margin: 1rem;
    }
}

@media (max-width: 915.99px) {
    /**************NAVBAR*******************/

    .navbar-collapse {
        position: absolute;
        top: 70px;
        right: 0;
        justify-content: end !important;
        text-align: end;
        background-color: #1C1E29;
        padding: 2rem;
        box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
    }

    .navbar-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #navbarContainer {
        padding: 0 10px 0 10px;
    }

    .navbar-button {
        display: none;
    }

    /*****************HOME********************/

    .home-page-bottom-components-wrapper {
        display: none;
    }

    #price-row,
    #branch-price-row {
        display: inline-flex;
        flex-direction: column-reverse;
        height: auto;
        margin: 0;
        padding: 2rem 8rem 8rem 8rem;
        align-content: center;
        width: 100%;
    }

    #productPricesCard,
    #branchProductPricesCard {
        width: 100%;
        margin-bottom: 2rem;
    }

    .price-upgrade-percent {
        font-size: 8px;
        margin-left: 0.3rem;
    }

    .product-info {
        margin: 0;
        padding: 0;
        gap: 0.2rem;
        align-content: start;
        text-align: start;
        justify-content: start;
    }

        .product-info p {
            margin: 0;
            padding: 0;
            text-wrap: nowrap;
            font-size: 12px;
        }

    #phoneCardPhoneImage {
        top: 131rem;
        left: 32%;
    }

    .price-info-line {
        justify-content: space-between;
        gap: 0;
    }

    .buy-sell-price {
        text-wrap: nowrap;
        align-items: center;
    }

    .price-info-line canvas {
        padding: 0;
        margin-top: 0;
    }

    /****************GRAPHIC******************/
    .graphic-section {
        margin: 0;
        width: auto;
    }

    .graphic-section-top {
        margin: 5rem;
    }

    #graphicCard {
        margin: 5rem;
        width: auto;
    }

    .graphic-card-header {
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
        align-content: start;
    }

    .graphic-card-header-product-name {
        align-self: start;
        width: auto;
        margin-bottom: 2rem;
    }

    .graphic-card-header-product-price {
        justify-content: space-between;
        width: auto;
    }

    .graphic-section-time-line {
        display: none;
    }

    .graphic-section-timezone-buttons {
        flex-wrap: wrap;
        margin: 5rem;
        gap: 0;
        width: auto;
    }

        .graphic-section-timezone-buttons button {
            width: 8rem;
            margin-top: 1rem;
        }

    /****************CALCULATOR******************/

    .commercial-calculator-section {
        width: 100%;
        margin-bottom: 1.5rem;
        display: block;
    }

    /****************ABOUTUS******************/

    #aboutUsCard {
        width: auto;
        margin: 5rem;
    }

    .aboutus-body-container {
        align-content: center;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    /****************PRODUCTS******************/

    .product-page-row {
        display: block;
        padding: 5rem;
    }

    #productInfoCard {
        margin-bottom: 2rem;
    }

    .group-index-row {
        display: block;
        width: auto;
        padding: 5rem;
    }

    #productDetailFirstCard {
        width: 100%;
        margin-top: 2rem;
    }

    /****************SUPPORT******************/

    .support-list {
        width: 100%;
        z-index: 1000;
        position: relative;
    }

    .support-form-container {
        display: block;
        margin: 5rem;
    }

    .support-card-half {
        width: 100%;
    }

    .form-send-message {
        right: 2rem;
        left: 2rem;
        width: auto;
        height: 200px;
        padding: 1rem;
    }

        .form-send-message p {
            font-size: 16px;
            font-weight: lighter;
            text-align: center;
        }

        .form-send-message button {
            margin-top: 20%;
            display: inline-block;
        }


    /****************LEGALDOCUMENTS******************/

    .legal-documents-card button {
        width: 6rem;
    }

    .legal-document-detail-first-column img {
        display: none;
    }

    #legalDocumentDetailCard {
        margin: 5rem;
    }

    #legalDocDownloadButton img {
        display: block;
    }

    .legal-document-detail-first-column {
        display: none;
    }

    /****************PAGEBOTTOM******************/

    .page-bottom-components {
        width: auto;
        height: 100%;
        display: block;
        margin: 3rem 5rem 5rem 5rem;
    }

    #pageBottomCommercial {
        margin-top: 2rem;
        gap: 1rem;
        overflow: hidden;
    }

    /****************FOOTER******************/

    .footer-wrapper {
        display: block;
        width: 100%;
        padding: 8rem;
    }

    .top-footer-left {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .top-footer-right {
        width: 100%;
        margin: 0;
        display: block;
    }
}

@media (max-width: 767px) {

    /****************HOME******************/

    #price-row,
    #branch-price-row {
        padding: 12px;
    }

    .mini-chart-wrapper {
        width: auto;
        height: 40px;
        overflow: hidden;
        object-fit: contain;
    }

    /****************GRAPHIC******************/

    .graphic-section-top {
        margin: 12px;
    }

    #graphicCard {
        margin: 12px;
    }

    .graphic-card-header {
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
        align-content: start;
    }

    .graphic-card-header-product-price {
        justify-content: space-between;
        width: auto;
    }

    .graphic-section-time-line {
        display: none;
    }

    .graphic-section-timezone-buttons {
        flex-wrap: wrap;
        margin: 12px;
        gap: 0;
        width: auto;
    }

        .graphic-section-timezone-buttons button {
            width: 8rem;
            margin-top: 1rem;
        }

    /****************ABOUTUS******************/

    #aboutUsCard {
        margin: 12px;
    }


    /****************PRODUCTS******************/

    .product-page-row {
        padding: 12px;
    }

    .group-index-row {
        padding: 12px;
    }

    /****************SUPPORT******************/

    .support-form-container {
        margin: 12px;
    }


    /****************LEGALDOCUMENTS******************/


    #legalDocumentDetailCard {
        margin: 12px;
    }


    /****************PAGEBOTTOM******************/

    .page-bottom-components {
        margin: 3rem 12px 12px 12px;
    }

    /****************FOOTER******************/

    .footer-wrapper {
        padding: 12px;
    }
}
    
@media (max-width: 450px) {

    /****************HOME******************/

    #price-row,
    #branch-price-row {
        padding: 12px;
    }

    .mini-chart-wrapper {
        width: auto;
        height: 40px;
        overflow: hidden;
        object-fit: contain;
    }

    .price-upgrade-percent {
        display: none;
        width: 0;
    }

    .product-info {
        width: 80px;
    }

    .buy-sell-price {
        text-wrap: nowrap;
        font-size: small;
    }

    .buy-sell-price p {
        font-size: 14px;
    }
    /****************GRAPHIC******************/
    .graphic-section-top {
        margin: 12px;
    }

    #graphicCard {
        margin: 12px;
    }

    .graphic-card-header {
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
        align-content: start;
    }

    .graphic-card-header-product-price {
        align-content: start;
        text-align: left;
        align-items: start;
        width: auto;
        display: flex;
        flex-direction: column;
    }

    .graphic-card-header-product-price button {
        margin: 0;
    }

    .graphic-card-header-product-price b {
        margin: 8px 0 8px 0;
    }

    #graphicHeaderSellName {
        margin: 0;
        padding: 0;
    }

    .graphic-section-time-line {
        display: none;
    }

    .graphic-section-timezone-buttons {
        display: grid;
        margin: 12px;
        gap: 0;
        width: auto;
        grid-template-columns: 10rem 10rem;
    }

        .graphic-section-timezone-buttons button {
            width: 10rem;
            margin-top: 1rem;
        }

    /****************ABOUTUS******************/

    #aboutUsCard {
        margin: 12px;
    }


    /****************PRODUCTS******************/

    .product-page-row {
        padding: 12px;
    }

    .group-index-row {
        padding: 12px;
    }

    /****************SUPPORT******************/

    .support-form-container {
        margin: 12px;
    }


    /****************LEGALDOCUMENTS******************/


    #legalDocumentDetailCard {
        margin: 12px;
    }


    /****************PAGEBOTTOM******************/

    .page-bottom-components {
        margin: 3rem 12px 12px 12px;
    }

    /****************FOOTER******************/

    .footer-wrapper {
        padding: 12px;
    }
}





