body {
    background-image: url("../img/background.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
}

.content-1 {
    height: 580px;
}

.content-1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 766px;
}

.know-more-btn-container a {
    border-radius: 70px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 600;
    line-height: 16.53px;
    border: 2px solid #FFFFFF;
}

.btn-white-hover:hover {
    border: 2px solid #FFFFFF !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
}

.marquee marquee {
    margin: 0px 100px;
}

.section-cards .card-body {
    padding-left: 30px;
    padding-bottom: 30px;
}

.section-cards .card-content {
    z-index: 999;
    top: 50%;
    padding-left: 12%;
    padding-right: 20px;
}

.section-cards img {
    border-radius: 30px;
    height: auto;
}

.section-cards .card-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(196.16deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.7) 93.23%);
    background: -webkit-linear-gradient(196.16deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.7) 93.23%);
    background: -moz-linear-gradient(196.16deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.7) 93.23%);
    border-radius: 30px;
}

.view-details-btn {
    padding: 12.74px 29.72px 12.74px 29.72px !important;
    gap: 8.49px !important;
    border-radius: 42.45px !important;
    border: 0.85px solid #00A0DD !important;
    color: #FFFFFF !important;
    background-color: #00A0DD !important;
}

#productCarousel {
    background-image: linear-gradient(rgba(0, 93, 141, 0.8), rgba(0, 93, 141, 0.8)), url('../img/carousel-bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
    border-radius: 30px;
}

#productCarousel .carousel-inner {
    border-radius: 30px;
}

#productCarousel .carousel-item {
    max-height: 350px !important;
}

#productCarousel .carousel-indicators {
    bottom: -50px !important;
}

#productCarousel .carousel-indicators button {
    width: 60px !important;
    height: 5px !important;
    border-radius: 5px !important;
}

#productCarousel .carousel-indicators .active {
    background-color: var(--primary-color) !important;
}

#productCarousel .carousel-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #005D8D80;
}

#productCarousel .carousel-caption {
    top: 35px !important;
}

#productCarousel .carousel-caption .product-image {
    /* max-width: 400px;
    max-height: 400px; */
    /* width: 100%; */
    height: 100%;
    border-radius: 30px;
    background-color: #FFFFFF;
}

#productCarousel h1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    word-break: break-word;

}

#productCarousel h6 {
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-4 h4 span {
    font-size: 50px;
    font-weight: 600;
}

.section-4 h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
}

.section-4 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40.31px;
    color: #1891D0;
}

.second-content-1 img {
    border-radius: 30px !important;
}

.second-content .section-2 a:hover {
    background-color: transparent !important;
    border:1px solid var(--primary-color) !important;
    color: #FFFFFF !important;
}

.second-content .section-2 h1 {
    font-size: 75px;
    font-weight: 400;
    line-height: 85px;
}

.second-content .section-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.second-content .section-2 a {
    font-weight: 600;
    line-height: 27px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: var(--primary-color);
}

.second-content-2 h1 {
    font-weight: 400;
    margin-bottom: 20px;
    /* line-height: 85.56px;     */
}

.second-content-2 h1 span {
    color: var(--primary-color);
}

.second-content-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.section-5 h4 {
    font-size: 82.93px;
    font-weight: 400;
    line-height: 88.85px;
}

.section-5 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.product-cards .card {
    border-radius: 17.83px !important;
    border: 0.85px solid #1891D0 !important;
    background-color: transparent !important;
}

.product-cards .card-body {
    border-radius: 17.83px 17.83px 0px 0px !important;
    border: 0.85px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.product-cards .card-footer {
    border-radius: 0px 0px 17.83px 17.83px !important;
    border: 0.85px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.product-cards h5 {
    font-size: 26.73px;
    font-weight: 500;
    line-height: 33.15px;
    color: #00B5DD;
}

.product-cards p {
    font-size: 14.97px;
    font-weight: 400;
    line-height: 23.52px;
    color: #072C50;
}

.product-cards button {
    padding: 12.74px 29.72px 12.74px 29.72px !important;
    gap: 8.49px !important;
    border-radius: 42.45px !important;
    border: 0.85px solid #00A0DD !important;
    color: #FFFFFF !important;
    background-color: #00A0DD !important;
}

.section-6 h4 {
    font-size: 55px;
    font-weight: 400;
    line-height: 63px;
    color: #00A0DD !important;
}

.section-6 p {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 40.31px !important;
}

.section-6 hr {
    max-width: 417px;
    border: 0.5px solid #00A0DD;
}

.section-7 h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    color: #1891D0;
}

.section-7 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
}

.product-listing-carousel .heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.product-listing-carousel .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    height: 50px;
}

.product-listing-carousel a {
    text-decoration: none;
}

.section-8 .content-image h4 {
    /* font-size: 30px; */
    font-weight: 275;
    /* line-height: 67.5px;     */
}

.section-8 .content-image h1 {
    font-size: 66.19px;
    font-weight: 400;
    line-height: 72.83px;
}

.section-8 .content {
    background-color: #FFFFFF;
    color: #000000;
}

.section-8 .content h2 {
    /* font-size: 35.26px; */
    font-weight: 400;
    /* line-height: 42.51px; */
}

.section-8 .content h6 {
    font-size: 14.23px;
    font-weight: 600;
    line-height: 24.91px;
}

.section-8 .content .description {
    font-size: 14.23px;
    font-weight: 300;
    line-height: 24.91px;
}

.section-8 .content .description-list {
    font-size: 13.34px;
    font-weight: 300;
    line-height: 20.02px;
    display: inline-flex;
    display: -webkit-inline-box;
}

.section-8 .content a {
    /* padding: 20.45px 61.35px 20.45px 61.35px; */
    width: max-content;
    gap: 8.89px;
    border-radius: 62.27px;
    color: #000000;
    background-color: #00A0DD;
    box-shadow: 0px 0px 7.11px 3.56px #00000005;
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 14.7px; */
    border: none !important;
}

.section-8 .content button:hover {
    color: #000000;
    background-color: #00A0DD;
}

.section-8 .content-image .product-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(180deg, rgba(0, 160, 221, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 160, 221, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); */
    /* background: linear-gradient(180deg, rgba(0, 160, 221, 0.5) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 160, 221, 0.5) 0%, rgba(255, 255, 255, 0.4) 100%); */
    z-index: -100;
}

.section-8 .bulletin {
    width: 19.57px;
    height: 19.57px;
    background-color: #00A0DD;
    border: 0.89px solid #00A0DD;
    border-radius: 100%;
}

.product-listing-container {
    min-height: 550px;
}

.section-9 a {
    gap: 10px;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 600;
    line-height: 27px;
    border: 2px solid #FFFFFF;
}

.button-text {
    font-size: 15px;
}

.img-container img {
    transition: .5s ease all;
}

.img-container:hover img {
    transform: scale(1.2);
}

@media (max-width: 576px) {
    .section-4 h4 {
        font-size: 30px !important;
    }

    .card-content {
        top: 30% !important;
    }
}

@media (max-width: 250px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 70px !important;
        height: 70px !important; */
        border-radius: 5px;
    }

    #productCarousel h6 {
        line-height: 11px !important;
        font-size: 7px !important;
    }
}

@media (max-width: 350px) {

    #productCarousel h6 {
        line-height: 11px !important;
        font-size: 7px !important;
    }
}

@media (min-width: 350px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 100px !important;
        height: 100px !important; */
        border-radius: 8px;
    }

    #productCarousel h6 {
        line-height: 12px !important;
        font-size: 7px !important;
    }

    #productCarousel h1 {
        font-size: 16px !important;
    }

    #productCarousel .carousel-item {
        height: 180px !important;
    }
}

@media (min-width: 576px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 170px !important;
        height: 170px !important; */
        border-radius: 10px;
    }

    #productCarousel h6 {
        line-height: 12px !important;
        font-size: 8px !important;
    }

    #productCarousel h1 {
        font-size: 18px !important;
    }

    #productCarousel .carousel-item {
        height: 210px !important;
    }
}

@media (min-width: 768px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 200px !important;
        height: 200px !important; */
        border-radius: 20px;
    }

    #productCarousel .carousel-item {
        height: 210px !important;
    }

    #productCarousel h6 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    #productCarousel h1 {
        font-size: 22px !important;
        line-height: 40px !important;
    }
}

@media (min-width: 992px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 300px !important;
        height: 300px !important; */
        border-radius: 20px;
    }

    #productCarousel .carousel-item {
        height: 310px !important;
    }

    #productCarousel h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    #productCarousel h6 {
        font-size: 12px !important;
        line-height: 28px !important;
    }

    .button-text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    #productCarousel .carousel-caption .product-image  {
        /* width: 350px !important;
        height: 350px !important; */
        border-radius: 30px;
    }

    #productCarousel .carousel-item {
        height: 410px !important;
    }

    #productCarousel h1 {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    #productCarousel h6 {
        font-size: 13px !important;
    }
}

@media (min-width: 1440px) {
    /* #productCarousel .carousel-caption .product-image  {
        width: 400px !important;
        height: 400px !important;
    } */

    #productCarousel .carousel-item {
        height: 410px !important;
    }

    #productCarousel .carousel-caption h6 {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    #productCarousel .carousel-caption h1  {
        /* font-size: 30px !important; */
    }

    .product-listing-container {
        min-height: 500px;
    }
}

@media (max-width: 992px) {
    .main-content-img {
        bottom: 50px !important;
    }

    .main-content-img {
        filter: opacity(0.6);
    }
}

@media (max-width: 1276px) {
    .main-content-img {
        height: 50% !important;
    }
}

@media (max-width: 1440px) {
    .main-content-img {
        height: 50% !important;
    }
}

/* .bar-2 {
    animation: barEffect 1s ease-in 1;
    animation-delay: 2s;
    visibility: hidden;
    animation-fill-mode: forwards;
    overflow: hidden;
}

@keyframes barEffect {
    0% {
        width: 0%;
        visibility: visible;
    }
    100% {
        width: 100%;
        visibility: visible;
    }
}

.pop-up-effect {
    animation: popUpEffect 1s ease-in 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes popUpEffect {
    0% {
        transform: translateY(50px);
        display: block;
    }
    100% {
        transform: translateY(0px);
        display: block;
    }
} */

.bg-overlay {
    background-color: #00000056;
    border-radius: 20px;
    border: 1px solid white;
    height: 50%;
}
