/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/reviews-bgrnd.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-left: 7.1%;
    padding-top: 88px;
    padding-bottom: 110px;
    display: flex;
    align-items: start;
    justify-content: start;
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;
}

#homepage__reviews-section .homepage__reviews-wrapper {
    display: flex;
    justify-content: start;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 524px;
    position: relative;
    padding: 36px 42px 36px 43px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.80);
}

#homepage__reviews-section .homepage__reviews-content h4 {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#homepage__reviews-section .homepage__reviews-content .top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-right: 8px;
    margin-bottom: 20px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 29px;
    margin-left: 2px;
    padding-right: 0;
}

#homepage__reviews-section img.home-stars {
    margin-left: 0;
}

.home-reviews-flex {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 5px;
    padding-right: 8px;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    color: var(--white);
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    padding: 0;
    padding-bottom: 4px;
}

.home-reviews-flex .reviews-btn:hover {
    color: var(--white);
}

.home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 2px;
    padding-right: 1px;

}

.home-reviews-flex .customer-name-location-date {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 0;
    margin-left: 0;
    padding-right: 1px;
}

@media screen and (min-width:767px) {
    .reviews-btn.mobile {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #homepage__reviews-section {
        padding-left: 50px;
    }
}

@media screen and (max-width:767px) {
    #homepage__reviews-section {
        padding: 0;
        background-image: url("/images/home/reviews-mobile-bgrnd.jpg");
        min-height: 806px;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 20px 19px 28px 15px;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        min-height: auto;
        padding: 36px 37px 44px 23px;
        margin: auto;
    }
    #homepage__reviews-section .homepage__reviews-content .top-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding-right: 0;
        margin-bottom: 35px;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 5px;
        margin-left: 5px;
        text-align: left;
        margin-bottom: 36px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        padding-bottom: 1px;
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        padding: 0;
    }

    .home-reviews-flex {
        margin-bottom: 0;
        padding: 0;
        flex-direction: column;
    }

    #homepage__reviews-section img.home-stars {
        display: none;
    }

    .homepage__reviews-text-section {
        text-align: center;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
        width: 240px;
    }

    #homepage__reviews-section .home-btn.mobile {
       display: none;
    }
}

@media screen and (max-width: 369px) {

    #homepage__reviews-section {
        padding-left: 2%;
        padding-right: 2%;
    }

    #homepage__reviews-section .homepage__reviews-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 23px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        font-size: 24px;
        line-height: 24px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn, .home-reviews-flex .customer-name, .home-reviews-flex .customer-name-location-date {
        font-size: 14px;
        line-height: 18px;
    }


    .home-reviews-flex .customer-name-location-date {
        padding-bottom: 0;
    }
}



/* START TO HOME-WELCOME */

@media screen and (min-width: 767px) {
    #about-section .container.welcome {
        max-width: 668px;
    }
}

@media screen and (min-width: 767px) {
    #about-section .container.trade-site {
        max-width: 499px;
    }
}

#about-section .container {
    padding: 42px 69px 43px;
    border-radius: 0;
    background: #FFF;
    margin-left: 0;
}

#about-section .container.trade-site {
    margin-right: 0;
    margin-top: 12px;
    padding: 48px 50px 38px;
    border-radius: 3px;
} 

#homepage #about-section .container-wrapper {
    padding: 48px 8.4% 48px 7%;
    background-image: url("/images/home/bgrnd-home-welcome.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: start;
    min-height: 606px;
}

#about-section .text-content h1 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    font-family: var(--montserrat-font);
}

#about-section .text-content h1>span {
    font-weight: 600;
    line-height: 47px;
}

#about-section .text-content ul>li {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.24px;
    list-style: none;
    display: flex;
    align-items: start;
}

#about-section .text-content li:before {

    content: '';
    background-image: url("/images/home/icon-tick.svg");
    background-repeat: no-repeat;
    display: flex;
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    margin-right: 20px;
    margin-top: 7px;

}

#about-section .text-content li:first-child::before {
    margin-top: 9px;
}

#about-section .text-content ul {
    margin-top: 32px;
    margin-bottom: 29px;
    margin-left: 4px;
}

#about-section .container.trade-site .text-content p {
    margin-top: 16px;
    padding-left: 0;
    line-height: 22px;
    font-family: var(--montserrat-font);
}


#about-section .text-content h3 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 28px; 
    letter-spacing: -0.32px;
    font-family: var(--montserrat-font);
}

#about-section .text-content h3>span.yellow-color {
    color: #FCB315;
}

#about-section .container.welcome .btn-div {
    margin-top: 0;
    padding-left: 8px;
}

#about-section .container.trade-site .btn-div {
    padding-top: 24px;
}

.home-btn {
    width: 260px;
    height: 60px;
    border-radius: 2px;
    border: none;
    color: var(--primary-color);
    background: var(--button-color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: unset;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 2px;
    padding-right: 2px;
}

.home-btn:hover {
    color: var(--primary-color);
}

@media screen and (min-width: 767px) {
    #about-section .container.trade-site .text-content p {
        width: 367px;
    }
}

@media screen and (max-width: 1500px) {
    #homepage #about-section .container-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 1300px) {
    #homepage #about-section .container-wrapper {
        padding-left: 3%;
        padding-right: 3%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    #about-section .container.welcome {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    #homepage #about-section .container-wrapper {
        padding: 30px 23px 49px 16px;
        gap: 26px;
        justify-content: start;
    }
    #about-section .container.trade-site {
        margin-top: 0;
    }
    #about-section .container.welcome img {
        width: 100%;
        margin-left: 0;
    }
    #about-section .container.welcome {
        padding: 20px 29px 31px;
    }
    #about-section .container.trade-site {
        padding: 26px 35px 22px;
    }
    #about-section .text-content h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #about-section .text-content h1>span {
        line-height: 28px;
    }
    #about-section .text-content ul>li {
        font-size: 16px;
        line-height: 24px;
    }
    #about-section .text-content li:before {
        width: 12px;
        height: 12px;
        margin-right: 12px;
        margin-top: 5px;
        background-size: cover;
    }
    #about-section .text-content li:first-child::before {
        margin-top: 7px;
    }
    #about-section .home-btn, #about-section .container.trade-site .home-btn {
        width: 206px;
        height: 50px;
        font-size: 16px;
        padding: 0;
        padding-top: 0;
    }
    #about-section .text-content p {
        font-size: 14px;
        line-height: 18px;
        padding-left: 1px;
        margin-top: 11px;
    }
    #about-section .text-content h3 {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    #about-section .container.welcome .btn-div {
        padding-left: 0;
        display: flex;
        justify-content: start;
        margin-top: 0;
    }
    #about-section .text-content ul {
        margin-top: 14px;
        margin-bottom: 18px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 330px) {
    #homepage #about-section .container-wrapper {
        padding: 30px 7px 49px 7px;
    }
    #about-section .container.welcome, #about-section .container.trade-site {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* END TO HOME-WELCOME */

/* START OF STOCK SEARCH STYLING */


#search-stock .container .search-stock__content-search .search-stock__btn{
    width: 59px;
    height: 52px;
    background: var(--button-color);
    border-radius: 5px;
    display: grid;
    place-content: center;
    cursor: pointer;
}
#search-stock .container .search-stock__content-search input{
    width: 236px;
    height: 52px;
    border-radius: 3px;
    border: 2px solid #CCC;
    margin-right: 5px;
    padding-left: 15px;
    margin-left: -1px;
}
#search-stock .container .search-stock__image{
    margin-top: 2px;
}
#search-stock .container .search-stock__content-search{
    display: flex;
}
#search-stock a.btn img {
    margin-right: 0;
}
#search-stock .container .row{
    gap: 24px;
    margin: 0;
}
#search-stock .container .search-stock__content h4{
    padding: 0;
    color:#224984;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
    text-align: left;
    margin-bottom: 4px;
    margin-left: 1px;
}
#search-stock .container .search-stock__content p{
    color: #697279;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 11px;
    margin-left: 1px;
}
#search-stock .container .search-stock__content h3{
    color:#224984;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
#search-stock .container{
    max-width: 552px;
    padding: 0;
    margin: 40px auto 43px;
}

@media screen and (max-width:767px) {
    #search-stock .container .row {
        gap: 15px;
        padding-left: 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #search-stock .container {
        max-width: 100%;
        padding: 0;
        margin: 20px auto;
    }
    #search-stock .container .search-stock__content h4{
        text-align: center;
        margin-bottom: 8px;
    }
    #search-stock .container .search-stock__content p{
        text-align: center;
        font-size: 14px;
        margin-bottom: 5px;
    
    }
    #search-stock .container .search-stock__content h3 {
        text-align: center;
        font-size: 20px;
    }
    #search-stock {
        order: 2;
    }
    #search-stock .container .search-stock__image img {
        width: 150px;
    }
}

@media screen and (max-width:330px) {
    #search-stock .container .search-stock__content-search .search-stock__btn {
        width: 52px;
    }
    #search-stock .container .search-stock__content-search input {
        width: 200px;
    }
}

/* END OF STOCK SEARCH STYLING */