body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-weight: bolder;
    box-shadow: 0 2px 5px #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.contact-details-page {
    background-image: url('../image/landing-page/f4-1136x480.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}



.top-btn-text {
    color: #c2c2c2
}

.fa-chevron-up {
    color: #053B58;
}

.scroll-to-top-btn {
    background: #fff;
    box-shadow: 0 0 10px #000;
    border-radius: 50%;
    padding: 12px 13px;
    border: none;
    animation: slideUp 1s linear infinite alternate-reverse;
    overflow: hidden;
}

/* animation */
@keyframes slideUp {
    0% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0%);
    }
}

.text-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
}

.landing-page-first-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.pages-container {
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
}

.pages-container.disable {
    display: none;
}



.pages-container::-webkit-scrollbar {
    display: none;
}



.page {
    margin-top: -10px;
    background: url('../image/background-images/background-2.png');
    /* background-attachment: ; */
    background-size: cover;
    background-size: auto 110%;
    height: 100vh;
    box-shadow: 0 5px 10px #c6c6c6;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width:780px) {
    .page {
        height: max-content;
    }

}

.eb-font {
    font-family: 'EB Garamond', serif;
}

.font-medium {
    font-size: 1.5em;
}

.font-large {
    font-size: 3em;
}

.font-weight-semi-bold {
    font-weight: 600;
}



h2 {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    z-index: 10;
}


h4 {
    font-family: 'EB Garamond', serif;
}

.sub-text,
label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.pages:nth-child(1) {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../image/background-images/Bulk bags in warehouse with document pouches _ BulkSak.webp') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
}

.pages:nth-child(2) {
    /* background: tomato; */
    background-image: url('../image/background-images/bacground.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}



.pages:nth-child(3) {
    /* background: tomato; */
    /* background-image: url("./images/background-1.png"); */
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    /* background-image: url("./images/The-Future-of-FIBC-Bags-Transportation-and-Logistics.Featured-1024x538.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 400px; */
}



.pages:nth-child(3) {
    background-image: url("../image/background-images/background-section-3-new.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: -240px 200px;
    background-repeat: no-repeat;
    height: 100vh;
}

.pages:nth-child(4) {
    background: #fff;
    height: 100vh;
}

.pages:nth-child(5) {
    background: red;
    height: 100vh;
}

.overlay-final-page-home {
    /* background:rgba(0,0,0,0.7); */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.overlay-about-page-home {
    background: rgb(5, 59, 88, 0.72);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}



.company-logo-img-container {
    border-radius: 50%;
    box-shadow: 0 0 10px #000;
    width: max-content;
    padding: 18px 10px;
    margin-top: 4px;
    background-color: #fff;
}

.company-logo-img {
    width: 100px;
}

.navbar-position-setter {
    margin-top: 50px;
    position: fixed;
    width: 100%;
    z-index: 1000000;
}


.navbar-position-setter-common {
    position: fixed;
    width: 100%;
    z-index: 1000000;
    background-color: #031925;
}

.mobile-navbar.scrolled {
    padding-top: 46px;
    padding-bottom: 8px;
    background: rgb(5, 59, 88, 0.72);
    background: rgb(0, 0, 0, 0.9);
}






.enquiry-navbar {
    display: flex;
}

.navbar-position-setter {
    display: flex;
}

.navbar-position-setter.scrolled {
    margin-top: 0px;
}

.navbar-position-setter.disable {
    display: none;
}


.header-nav {
    background-color: #031925;
    height: 55px;
    animation: fadeIn .5s linear forwards;
    box-shadow: 0 2px 5px #000;
}

.header-nav.scrolled {
    background-color: #031925;
    height: 55px;
    box-shadow: 0 2px 5px #000;
    animation: fadeOut .5s linear forwards;
    display: none;

}


.company-logo-container {
    margin-right: 20px;
}

.nav-link-white {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-link-white:hover {
    color: #fff;
    border-bottom: 4px solid #F45905;
}

.nav-link-blue {
    font-family: 'Montserrat', sans-serif;
    color: #053B58;
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.nav-link-blue:hover {
    color: #053B58;
    border-bottom: 4px solid #F45905;
}

.nav-link-blue-1 {
    font-family: 'Montserrat', sans-serif;
    color: #053B58;
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.nav-link-blue-1:hover {
    color: #053B58;
    border-bottom: 4px solid #F45905;
}

.scroll-navbar {
    background: #031925;
    animation: dropIn .2s linear forwards;
}

.enquiry-navbar {
    background: #031925;
    animation: dropIn .2s linear forwards;
}


.scroll-navbar-logo-container {
    border-radius: 50%;
    box-shadow: 0 0 10px #000;
    width: max-content;
    padding: 18px 10px;
    margin-top: 4px;
    background-color: #fff;
}

.scroll-navbar-logo {
    height: 100px;
}

.scroll-navbar.scrolled {
    display: flex;
    padding-top: 35px;
    padding-bottom: 5px;
    height: 48px;
}

.enquiry-navbar {
    display: flex;
    padding-top: 35px;
    padding-bottom: 5px;
    height: 48px;
}

.header-container-1 {
    margin-top: 5px;
}

.nav-items-container-1 {
    margin-top: -10px;
}

.close-sidebar-btn {
    background: transparent;
    padding: 5px 10px;
    border: none;
    justify-content: center;
    align-items: center;
}

.close-sidebar-btn:hover {
    border-radius: 5px;
}

.close-sidebar-btn:hover .fa-times {
    color: rgba(155, 0, 0) !important;
}

.fa-bars {
    color: #000 !important;
}

.open-sidebar-btn {
    background: transparent;
    border: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.open-sidebar-btn {
    padding-top: 7px;
}

.safpack-footer {
    height: max-content;
    background: #053B58;
}

.developed-by-section {
    background: #011e2e;
    color: #fff;
}

.site-link {
    color: #fff;
    text-decoration: none;
}

.site-link:hover {
    text-decoration: underline;
    color: #fff;
}

.scroll-to-top-container {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 10000;
    width: max-content;
}

.scroll-to-top-container.scrolled {
    display: flex;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10000;
    width: max-content;
}

.safpack-reserved-section {
    background: #053B58;
}

@media screen and (max-width:550px) {
    .header-nav {
        display: none;
    }

    .scroll-nav.scrolled {
        display: none !important;
    }

    .company-logo-img-container {
        padding: 10px 5px;
        transition: all 1s ease;

    }

    .company-logo-img {
        transition: all 1s ease;
        width: 60px;
    }
}

.company-logo-img-container.scrolled {
    padding: 7px 4px;
    margin-top: -5px;
}

.company-logo-img.scrolled {
    width: 45px;
}

/* animation */
@keyframes dropIn {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.landing-section {
    background-attachment: fixed;
    background-image: url('../image/background-images/bacground.jpg');
    min-height: 100vh;
    width: 100%;
}

.landing-section-title {
    font-size: 70px;
}

.landing-section-title-container {
    margin-top: 80px;
    width: 380px;
}

.landing-page-get-a-quote-btn {
    background-color: #F45905;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    outline: none;
    font-size: 18px;
}

.landing-page-get-a-quote-btn:hover {
    background-color: #b94100;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    outline: none;
}


.location-icon-footer {
    height: 30px;
    filter: invert(1);
}

.location-icon-container {
    background-color: rgba(5, 36, 56, 0.72);
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    box-shadow: 0 0 5px #000;
}


.contact-us-icon-container {
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    box-shadow: 0 0 5px #000;
}

.phone-icon-footer {
    height: 30px;
    filter: invert(1);
}

.phone-icon-container {
    background-color: rgba(5, 36, 56, 0.72);
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    box-shadow: 0 0 5px #000;
}

.circular-overlay-blue {
    background-color: rgba(5, 59, 88, 0.72);
    height: 1033px;
    width: 1033px;
    border-radius: 50%;
    position: absolute;
    right: -280px;
    top: -230px;

}

.home-page {
    overflow-x: hidden;
}

.landing-image {
    z-index: 100;
}

.company-description-section {
    background-image: url('../image/background-images/background-1.png');
}

.title-blue {
    color: #053B58;
}

.title-white {
    color: #fff;
}

.product-preview-section {
    background-color: #053B58;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.product-scroller {
    height: 440px;
    overflow-y: scroll;
}

/* width */
.product-scroller::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.product-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.product-scroller::-webkit-scrollbar-thumb {
    background: #053B58;
    border-radius: 20px;
}

/* Handle on hover */
.product-scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.product-snippet-img {
    height: 100px;
}

.product-scroll-item {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px #c6c6c6;
    margin: 10px 5px;
}

.product-snippet-title {
    background-color: #053B58;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.view-all-products-btn {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    background-color: #F45905;
}

.about-us-section {
    background: linear-gradient(rgb(5, 59, 88, 0.72), rgba(5, 59, 88, 0.72)), url('../image/background-images/bacground.jpg');
    background-attachment: fixed;
}

.overlay-contact-us-page {
    background-color: rgb(5, 59, 88, 0.72);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.overlay-contact-us-page-1 {
    background-color: rgb(5, 59, 88, 0.25);
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.overlay-contact-us-page-2 {
    background-color: rgb(5, 59, 88, 0.60);
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.overlay-contact-us-page-3 {
    background-color: rgb(5, 59, 88, 0.72);
    position: absolute;
    top: 0;
    left: 75%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.scroll-navbar {
    display: none;
}

.enquiry-navbar {
    display: flex;
}

.rotate-phone {
    animation: rotatePhone 2s linear infinite;
    height: 100px;
}

@keyframes rotatePhone {
    0% {
        transform: rotate(90deg)
    }

    60% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.contact-us-page {
    background-image: url('../image/contact-us-images/image-contact-us.png');
    background-size: cover;
    background-attachment: fixed;
}

.menu-sidebar-common {
    height: 100vh;
    top: -10px;
    display: none;
}

.menu-sidebar-common.scrolled {
    height: 100vh;
    top: -10px;
}

.menu-sidebar {
    height: 120vh;
    top: -60px;
    display: none;
}

.menu-sidebar.scrolled {
    height: 100vh;
    top: -5px;
}


@keyframes slideIn {
    0% {
        right: -800px;
    }

    100% {
        right: 0px;
    }
}

@keyframes slideOut {
    0% {
        right: 0px;
    }

    100% {
        right: -800px;
    }
}

.landing-page-get-a-quote-btn {
    pointer-events: all;
}

.landing-page-get-a-quote-btn:hover {
    color: #fff;
}

@media screen and (max-width:400px) {
    .text-info {
        font-size: .8rem;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    .landing-page-get-a-quote-btn {
        font-size: .8rem;
    }

    .text-dark {
        font-size: .8rem;
    }

    div {
        font-size: .85rem;
    }

    .location-icon-container {
        padding: .55em
    }

    .phone-icon-container {
        padding: .55em
    }

    .location-icon-footer {
        height: 2em;
    }

    .phone-icon-footer {
        height: 2em;
    }
}

@media screen and (max-width:450px) {
    h2 {
        font-size: 2rem !important;
        font-weight: 600;
    }
}

.landing-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.commitment-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.landing-page-logo {
    height: 80%;
    width: 80%;
}

.product-landing-image {
    height: 100%;
    width: 100%;
}

.commitment-icons {
    height: 100%;
    width: 100%;
}

@media screen and (max-width:940px) {
    .contact-details-page {
        height: max-content !important;
    }

    .commitment-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-landing-image {
        height: 100%;
        width: 100%;
    }

    .landing-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page-logo {
        height: 50%;
        width: 50%;
    }

    .commitment-icons {
        height: 80%;
        width: 100%;
    }
}


.enquiry-input {
    background: #EEEEEE;
}

.submit-btn {
    background: #F45905;
    color: #fff;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.submit-btn:hover {
    background: #be4402;
    color: #fff;
}

.enquiry-cover-image {
    background-image: url('../image/enquiry-page-images/image-12.png');
    background-size: cover;
}

.enquiry-cover-image-overlay {
    background: rgba(5, 59, 88, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.enquiry-phrase {
    font-family: 'EB Garamond', serif;
    font-size: 145px;
    font-weight: bolder;
    line-height: .9;
    color: #fff;
}

.director-section {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media screen and (min-width:550px) {
    .mobile-navbar.scrolled {
        display: none;
    }

    .mobile-navbar {
        display: none;
    }


}

.view-more-btn {
    background: #F45905;
    border-radius: 5px;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
    width: max-content;
    font-size: .9em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    box-shadow: 0 0 5px #00000f60;
}

.product-container:nth-child(1) {
    background-color: #06334B;
}


.product-container:nth-child(2) {
    background-color: #063F5E
}


.product-container:nth-child(3) {
    background-color: #103245
}

.product-container:nth-child(4) {
    background-color: #042435
}

.product-container:nth-child(5) {
    background-color: #042435;
}

.view-more-btn:hover {
    background: #c94700;
    border-radius: 5px;
    color: #fff;
}

.products-page-images {
    height: 100%;
}

.product-detail-page {
    background-image: url('../image/background-images/background-1.png');
    position: relative;
    overflow: hidden;
    /* display:flex;
    justify-content: center;
    align-items: center; */

}


.custom-title {
    color: #06334B;
}

.carousel-item {
    min-height: 380px;

}

.carousel-item-1 {
    min-height: max-content;
    height: max-content;
}

.carousel-image {
    height: 400px;
    object-fit: contain;
    width: max-content;
    margin: 0 20px;
}

.carousel-image-1 {
    height: 330px;
    object-fit: contain;
    width: max-content;
    margin: 0 20px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.carousel-control-prev {
    color: red
}

#myCarousel {
    height: 440px
}

.carousel-indicators {
    margin-top: 20px;
}

.product-title {
    color: white;
    z-index: 100;
}

.diagonal-strip-blue {
    height: 500%;
    width: 35%;
    background-color: #063F5E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:550px) {
    .enquiry-navbar {
        display: none;
    }

    .nav-navbar-common {
        display: none;
    }

    .navbar-position-setter-common {
        padding: 10px 0px;
    }

    .safpack-reserved-section,
    .developed-by-section {
        font-size: .7em;
    }
}

@media screen and (max-width:992px) {
    .products-page-product-description {
        margin-top: 0px !important;
    }

    .product-container {
        height: max-content !important;
    }

    .products-page-images {
        width: 50% !important;
        margin-top: 20px !important;
    }
}

.glass-back {
    position: relative;
    margin-top: 30px;
}

.industry-name {
    background-color: #06334B;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    box-shadow: 0 5px 10px #031d2b;
}

.black-glass {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    height: max-content;
}

.title-feature-1 {
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
}

.products-page-images-2 {
    width: 300px;
}

.products-page-images-3 {
    width: 380px;
}


.products-page-images-1 {
    width: 500px;
}

.feature-list {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feature-list li {
    margin: 10px 0px;
}

@media screen and (min-width:760px) {
    .feature-list {
        list-style: none;
        font-family: 'Montserrat', sans-serif;

    }

    .feature-list li {
        padding: 20px;
        width: 300px;
    }

    .feature-list li::after {
        content: '';
        height: 20px;
        width: 20px;
        border-radius: 50%;
        position: absolute;
        background: #fff;
        top: 0;
    }

    .feature-list li:nth-child(odd) {
        float: left;
        clear: right;
        transform: translateX(-205px);
        background: rgba(5, 36, 56, 0.72);
        border-radius: 10px;
    }

    .feature-list li:nth-child(even) {
        clear: left;
        float: right;
        transform: translateX(170px);
        background: rgba(5, 36, 56, 0.72);
        border-radius: 10px;
    }

    .feature-list li:nth-child(odd)::after {
        right: -40px;
        transform: translate(50%, 170%);
    }

    .feature-list li:nth-child(even)::after {
        left: -56px;
        transform: translate(50%, 170%);
    }

    .feature-container-1::before {
        content: '';
        position: absolute;
        height: 80%;
        width: 2px;
        left: 50%;
        background-color: #fff;
        transform: translateX(-50%);
    }
}

.industry-name {
    margin: 10px;
    text-align: center;
}

@media screen and (max-width:1024px) {
    #myCarousel {
        display: none;
    }

    #myCarousel-2 {
        display: none;
    }

    .industry-name {
        text-align: center;
    }

    .industries-name-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .features-grid-container {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
    }
}

.features-grid-container {
    display: flex;
    flex-wrap: wrap;
    /*  allow items to wrap  */
    justify-content: center;
    /*  horizontally center items  */
}

.feature-item {
    background: rgba(5, 59, 88, 0.80);
    border-radius: 10px;
    padding: 20px;
    flex-basis: calc(26.666% - 20px);
    margin: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    flex-direction: column;
}

.feature-icons {
    width: 60px;
    filter: invert(1);
}


.feature-icon-uv {
    width: 60px;
}

.feature-icons-1 {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feature-icon-container {
    box-shadow: 0 0 10px #031925;
    border-radius: 50%;
    padding: 20px;
    border: 2px solid #fff;
}

.feature-item:last-child {
    grid-column-end: -2;
}

@media screen and (min-width:1030px) {
    #myCarousel-1 {
        display: none;
    }

    #myCarousel-3 {
        display: none;
    }

    .industries-name-container {
        display: grid;
        grid-template-columns: repeat(5, auto);
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .feature-item {
        flex-basis: 50%;
    }

    .products-page-images-1 {
        width: 100%;
        height: 100%;
        margin-top: 0 !important;
    }

    .products-page-images-2 {
        margin-top: 10px !important;
    }

    .products-page-images {
        margin-top: 0px !important;
    }
}

@media screen and (max-width:458px) {
    .carousel-image {
        height: auto;
        width: auto;
    }

    .feature-item {
        flex-basis: 100%;
    }

    .product-container {
        height: auto !important;
    }
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    /* filter: invert(100%); */
}

.process-image {
    height: 450%;
    width: 80%;
    margin-top: -100px;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .process-image {
        height: 300%;
        width: 100%;
        margin-top: -100px;
        z-index: 1
    }
}


@media screen and (max-width:768px) {
    .process-image {
        height: 250%;
        width: 100%;
        margin-top: -100px;
        z-index: 1
    }
}

@media screen and (max-width:468px) {
    .process-image {
        height: 180%;
        width: 100%;
        margin-top: -50px;
        z-index: 1
    }
}

.title-container-blue {
    background: #06334B;
    border-radius: 10px;
    padding: 10px;
}


/* .svg-container{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
} */

.svg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}


svg {
    display: inline-block;
    height: 100%;
}

.process-items {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.process-items:nth-child(odd) {
    height: 100vh;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    font-size: 2em;
    align-items: center;
}

.process-items:nth-child(even) {
    height: 100vh;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 2em;
}

.process-items:nth-child(8) {
    height: 100vh;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 2em;
}

.process-items:nth-child(1) {
    height: 100vh;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
}

.process-container {
    overflow-x: hidden;
}

.process-items div {
    /* background-color: red; */
    background-color: #06334B;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    border-radius: 10px;
    height: 350px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    animation: bounce 10s linear infinite
}

.process-items div::before {
    /* background-color: red; */
    content: '';
    opacity: .5;
    position: absolute;
    background-color: #06334B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    height: 500px;
    text-align: center;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -50px;
    animation: bounce 10s alternate-reverse infinite;
}

.process-items div::after {
    /* background-color: red; */
    content: '';
    opacity: .5;
    position: absolute;
    background-color: #06334B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    height: 100px;
    text-align: center;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -50px;
    top: 0;
    animation: bounce 10s alternate-reverse infinite;
}

@keyframes bounce {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(20%, 5%)
    }

    75% {
        transform: translate(-5%, 20%)
    }

    100% {
        transform: translate(0, 0)
    }
}

.white-line {
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .white-line:nth-child(){
    position: absolute;
    height:5px;
    background-color: #fff;
    width: 100%;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
} */

.white-line-container-1 {
    width: 63%;
}

.white-line-container-2 {
    width: 70%;
}

.white-line-container-3 {
    width: 60%;
}

.white-line-container-4 {
    width: 68%;
}

.white-line-container-5 {
    width: 62%;
}

.white-line-container-6 {
    width: 64%;
}

.white-line-container-7 {
    width: 60%;
}

.white-line-container-8 {
    width: 61%;
}

.white-line-container-9 {
    width: 57%;
}

@media screen and (max-width:768px) {
    .products-page-images {
        margin-left: 0px !important;
    }

    .products-page-images-2 {
        width: 150px;
    }

    .products-page-images-3 {
        width: 200px;
    }

    .products-page-images-1 {
        width: 200px;
    }
}

.process-1-image-container {
    position: absolute;
    top: -110px;
    left: 0;
}

.process-2-image-container {
    position: absolute;
    top: -160px;
    left: 0;
}

.process-3-image-container {
    position: absolute;
    top: -60px;
    left: 0;
}

.process-4-image-container {
    position: absolute;
    top: -255px;
    left: 0;
}

.process-5-image-container {
    position: absolute;
    top: -130px;
    left: 0;
}

.process-text-container {
    background-color: #06334B;
    border-radius: 10px;
    padding: 10px 15px;
    width: 70%;
    text-align: center;
    margin-right: 10px;
}

.process-names-container-1 {
    transform: translateX(50px);
}

.down-arrow {
    transform: rotate(90deg);
}

.left-arrow {
    transform: rotate(180deg);
}

.arrow-down-container-1 {
    transform: translateY(60px);
}

.section-process-names {
    overflow-x: hidden;
}

.arrow-down-container-3 {
    transform: translateY(150px);
}

.arrow-down-container-4 {
    transform: translateY(150px);
}

.ctrlsave-logo {
    height: 40px;
}

.text-red {
    color: #ff0000;
}