html {
  scroll-behavior: smooth;
}
#particles-js,
#scroll-bar-show {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
}
#particles-js {
    z-index: 10;
}
#scroll-bar-show {
    z-index: 0;
}
#scroll-bar-show .scroll-bar-content {
    display: flex;
}
#scroll-bar-show .scroll-bar-content .scroll-bar-line-wrapper {
    flex: 1;
    max-width: 1px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: rgba(252, 176, 64, 0.29);
}
#scroll-bar-show .scroll-bar-content .scroll-bar-line-wrapper .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fcb040;
    height: 100px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.section-header {
    font-size: 4.5rem;
    color: #7c7777;
}
.section_about_container {
    padding: 5% 50px;
    direction: rtl;
}
.section_about_container .section_about_breif {
    font-size: 1.5rem;
    color: #fcb040;
    margin: 3rem 5vw;
    font-weight: 600;
}
.section_about_container .section_about_text {
    color: #292928;
    margin: 3rem 5vw;
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 400;
}
.gallery-box {
    position: relative;
    z-index: 20;
}
.gallery-box .action-box {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 80%;
    left: 25%;
    width: 100px;
    height: 60px;
    z-index: 98;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.gallery-box .action-box .btn-action {
    outline: none;
    background-color: transparent;
    position: relative;
    flex: 1;
    height: 100%;
    border: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    cursor: pointer;
    opacity: 1;
}
.gallery-box .action-box .btn-action:hover {
    opacity: 0.5;
}
.gallery-box .action-box .btn-action.left img {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
}
.gallery-box .action-box .btn-action.center {
    max-width: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 10px 0;
    height: 40px;
}
.gallery-box .action-box .btn-action img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    filter: invert(1);
    -webkit-filter: invert(1);
}
#about-section-gallery-carousel .gallery-item-box {
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 65vh !important;
}
#about-section-gallery-carousel .gallery-item-photo {
    position: absolute;
    width: 90%;
    height: 60%;
    background-size: cover !important;
    background-position: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    filter: contrast(0.35);
    -webkit-filter: contrast(0.35);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    will-change: transform;
}
#about-section-gallery-carousel .gallery-item-photo button.fullscreen {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    outline: none;
    border: 0 solid;
    width: 25px;
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 0;
}
#about-section-gallery-carousel .gallery-item-photo button.fullscreen img {
    width: 100%;
}
#about-section-gallery-carousel .owl-item {
    transform: translateZ(-10px);
    -webkit-transform: translateZ(-10px);
    z-index: -10;
    will-change: transform;
}
#about-section-gallery-carousel .owl-item.active.center {
    transform: translateZ(10px);
    -webkit-transform: translateZ(10px);
    z-index: 99;
}
#about-section-gallery-carousel .owl-item.active.center .gallery-item-photo {
    width: 160%;
    height: 97%;
    filter: contrast(1);
    -webkit-filter: contrast(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
#about-section-gallery-carousel .owl-item.active.center .gallery-item-photo button.fullscreen {
    opacity: 1;
    cursor: pointer;
}
.slider-bar-progress-wrapper {
    padding: 10px calc(50vw - 350px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.slider-bar-progress-wrapper .slider-bar-progress-text-wrapper {
    direction: ltr;
    text-align: center;
    font-size: 3.5rem;
    color: #fcb040;
    white-space: nowrap;
    font-weight: 400;
}
.slider-bar-progress-wrapper .slider-bar-progress-line-wrapper {
    flex: 1;
    height: 20px;
    position: relative;
    margin: 0 5px;
}
.slider-bar-progress-wrapper .slider-bar-progress-line-wrapper .line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: rgba(252, 176, 64, 0.43);
}
.slider-bar-progress-wrapper .slider-bar-progress-line-wrapper .fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 4px;
    width: 10%;
    background-color: #fcb040;
    border-radius: 5px;
}
.fullscreen-box,
.slider-bar-progress-wrapper .slider-bar-progress-line-wrapper .fill {
    left: 0;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
}
.fullscreen-box {
    position: fixed;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    overflow: hidden;
    z-index: 1000;
}
.fullscreen-box.show {
    height: 100vh;
}
.fullscreen-box .fullscreen-imag-box {
    position: relative;
    width: 100%;
    height: 100vh;
}
.fullscreen-box .fullscreen-imag-box .close-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
}
.fullscreen-box .fullscreen-imag-box .close-btn img {
    width: 100%;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.fullscreen-box .fullscreen-imag-box .close-btn:active,
.fullscreen-box .fullscreen-imag-box .close-btn:focus,
.fullscreen-box .fullscreen-imag-box .close-btn:hover {
    opacity: 0.8;
}
.fullscreen-box .fullscreen-imag-box .full-imag {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 90%;
}
.about-box {
    height: 120vh;
    position: relative;
    display: flex;
}
.about-box .col {
    flex: 1;
    position: relative;
}
.about-box .gray-box {
    position: absolute;
    width: 110%;
    height: 38vw;
    left: 0;
    bottom: 200px;
    background-color: #3e3f41;
    display: flex;
    flex-direction: column;
    z-index: 20;
}
.about-box .gray-box .gray-box-content {
    flex: 1;
    padding: 30px 20% 30px 5px;
}
.about-box .gray-box .gray-box-content .text {
    width: 100%;
    color: #fff;
    white-space: pre-line;
    line-height: 3rem;
    font-size: 1.3rem;
}
.about-box .gray-box .gray-box-content .title {
    color: #fcb040;
    display: contents;
}
.about-box .gray-box .gray-box-content br {
    height: 10px;
}
.about-box .gray-box .gray-box-shared {
    height: 90px;
    display: flex;
    flex-direction: row-reverse;
}
.about-box .gray-box .gray-box-shared .shared-btn {
    position: relative;
    width: 90px;
    background-color: #dd9e40;
    border: none;
    outline: none;
    cursor: pointer;
}
.about-box .gray-box .gray-box-shared .shared-btn .shared-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    filter: invert(1);
    -webkit-filter: invert(1);
    max-width: 80%;
    max-height: 80%;
}
.about-box .gray-box .gray-box-shared .shared-content {
    flex: 1;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.3rem;
    overflow: hidden;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list.show {
    top: 0;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list a {
    flex: 1;
    position: relative;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list a img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 37px;
    max-height: 37px;
    filter: brightness(0) invert(1) drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list a:hover {
    opacity: 1 !important;
}
.about-box .gray-box .gray-box-shared .shared-content .social-list a:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.95));
}
.about-box .yellow-box {
    position: absolute;
    width: 110%;
    height: 35vw;
    right: 0;
    top: 50%;
    background-color: #fcb040;
    z-index: 25;
}
.about-box .info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    direction: ltr;
    display: flex;
    flex-direction: column;
    padding: 0;
	z-index: 2;
}
.about-box .info-box .company-call {
    line-height: 2rem;
}
.about-box .info-box .company-call,
.about-box .info-box .company-link {
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #5a5b5d;
}
.about-box .info-box .company-link {
    line-height: 2.5rem;
    border: 1px solid;
    margin: 5px 0;
    border-radius: 30px;
    padding: 0 10px;
    min-width: 230px;
    text-align: center;
}
@media only screen and (max-width: 750px) {
    .section-header {
        font-size: 2.5rem;
        color: #7c7777;
        padding-right: 15px;
        padding-left: 5px;
    }
    .section_about_breif {
        font-size: 1.5rem;
        color: #fcb040;
        margin: 1rem 5vw;
        line-height: 2rem;
        font-weight: 600;
        text-align: justify;
    }
    .section_about_container .section_about_text {
        color: #292928;
        margin: 1rem 5vw;
        font-size: 0.9rem;
        text-align: justify;
        font-weight: 400;
    }
    #about-section-gallery-carousel .owl-item.active.center .gallery-item-photo {
        width: 90%;
        height: 97%;
        filter: contrast(1);
        -webkit-filter: contrast(1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }
    .slider-bar-progress-wrapper {
        padding: 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }
    .slider-bar-progress-wrapper .slider-bar-progress-text-wrapper {
        direction: ltr;
        text-align: center;
        font-size: 1.5rem;
        color: #fcb040;
        white-space: nowrap;
        font-weight: 400;
    }
    .about-box {
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .about-box .yellow-box {
        position: relative;
        width: 99%;
        height: 60vw;
        right: unset;
        top: unset;
        background-color: #fcb040;
        z-index: 25;
        transform: unset !important;
        -webkit-transform: unset !important;
    }
    .about-box .gray-box {
        width: 99%;
        height: auto;
        background-color: #3e3f41;
        z-index: 20;
    }
    .about-box .gray-box,
    .about-box .info-box {
        position: relative;
        left: unset;
        bottom: unset;
        display: flex;
        flex-direction: column;
    }
    .about-box .info-box {
        width: 98%;
        direction: ltr;
        padding: 0;
    }
    .about-box .gray-box .gray-box-content {
        flex: 1;
        padding: 25px;
    }
    .about-box .gray-box .gray-box-content .text {
        width: 100%;
        color: #fff;
        white-space: pre-line;
        line-height: 2rem;
        font-size: 1rem;
    }
    .about-box .gray-box .gray-box-content br {
        height: 5px;
    }
    .about-box .gray-box .gray-box-shared {
        height: 40px;
        display: flex;
        flex-direction: row-reverse;
    }
    .about-box .gray-box .gray-box-shared .shared-btn {
        position: relative;
        width: 60px;
    }
    .about-box .gray-box .gray-box-shared .shared-content {
        font-size: 1rem;
    }
    .about-box .gray-box .gray-box-shared .shared-content .social-list a img {
        max-width: 25px;
        max-height: 25px;
    }
    .about-box .info-box .company-call {
        font-size: 1rem;
        line-height: 2rem;
    }
    .about-box .info-box .company-link {
        font-size: 1rem;
        line-height: 2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #5a5b5d;
        border: 1px solid;
        margin: 5px 0;
        border-radius: 30px;
        padding: 0 8px;
        min-width: 200px;
        text-align: center;
    }
}
