/* ------------------------- HOME --------------------------------------------------------- */
.home-bg{
    background-color: #EEF9FF;
    background-image: url('../../images/home/home-top-wave.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32% auto;
}

.home-bg .inner-home{
    /* padding-top: 150px; */
    padding-top: 45px;
}

h1{
    font-weight: 700;
    font-size: 58px;
    letter-spacing: 2px;
    font-family: 'Nunito-Bold';
    color: #081f46;
}

h6{
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Nunito-Medium';
    text-transform: uppercase;
    color: #081f46;
}

h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Nunito-Medium';
}

.home-img {
    animation: upDown 3s ease-in-out infinite;
    animation-name: floatUpDown;
}

@keyframes floatUpDown {
    0% {transform: translateY(0);}
    50% {transform: translateY(20px);}
    100% {transform: translateY(0);}
}

.home-info {
    margin-bottom: 100px;
}

.home-info h4 span {
    margin-right: 5px;
}

/* ------------------------- WATER --------------------------------------------------------- */
h2{
    font-weight: 700;
    font-size: 48px;
    font-family: 'Nunito-Bold';
    text-transform: uppercase;
    color: #081f46;
}

.water-section{
    position: relative;
}

.water-bg-img {
    animation: upDown 5s ease-in-out infinite;
    animation-name: rock;
}

@keyframes rock {
    0% {transform: rotate(0);}
    50% {transform: rotate(10deg);}
    100% {transform: rotate(0);}
}

.arrow {
    height: 480px;
    top: -190px;
    right: 320px;
}


/* ------------------------- PRODUCT --------------------------------------------------------- */

.product-bg{
    background-color: #FFFFFF;
    background-image: url('../../images/home/product-wave.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 120px 0;
}


    /* .product-bg .card h2{
        font-size: 21px;
        color: #081f46;
    }

    .product-bg .card span{
        font-size: 18px;
        color: #081f46;
        font-family: 'Nunito-Bold';
    } */

/*--------------------------------DELIVERY---------------------------- */

.delivery-bg h2 {
    font-size: 45px;
}

.delivery-section{
    background-color: white;
    border-radius: 20px;
    margin: 120px 0;
    box-shadow: 
     0 4px 24px 0 rgba(103, 151, 255, .1),
     0 12px 64px 0 rgba(103, 151, 255, .1);
}

.delivery-section div.row {
    padding: 70px 45px;
}

.delivery-img {
    width: 100%;
}

.delivery-img img {
    width: 100%;
}

.delivery-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.delivery-info h6 span {
    color: #081f46;
}

.delivery-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 18px;
    font-weight: 600;
}

.delivery-button {
    margin-top: 30px;
}

/* ------------------------CLIENTS------------------------- */
.clients-bg{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 60%, #F3FAFF 100%);
}

.client-box {
    padding: 20px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-box div.row {
    height: 100%;
}

.client-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    background-image: url(../../images/home/Quotemarks-right-6.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 100% 0%;
}

.client-card-title {
    color: #081f46;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.client-card-text {
    font-size: 18px;
    margin: 0;
}

.client-box-img {
    align-items: start;
    justify-content: end;
    overflow: auto;
    height: 100%;
}

.client-box-img::after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 15px;
    background:#f3f9ff;
}

.client-card-img {
    border: 5px double #326f9557;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color: white;
}

.client-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ---------------------------------NUMBERS----------------------------------------- */
.numbers-section .count p{
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 2px;
}

.numbers-section .count span{
    font-size: 65px;
    font-weight: 800;
    line-height: 1.4em;
}


.numbers-section .col-12:first-child .count p, .numbers-section .col-12:first-child .count span{
    color: #4D86FF;
}
.numbers-section .col-12:last-child .count p, .numbers-section .col-12:last-child .count span{
    color: #812BEA;
}
.numbers-section .col-12:nth-child(2) .count p, .numbers-section .col-12:nth-child(2) .count span{
    color: #425CEC;
}

.numbers-section div.row {
    row-gap: 30px;
}

/* ---------------------BLOG------------------------------------ */


.blog-bg{
    background-color: transparent;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F3FAFF 100%);
}

.blog-item{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 1rem 2rem;
    box-shadow: 0px 8px 20px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px 0px; */
}

.item-content img{
    object-fit: cover;
}

.blog-content{
    height: 175px;
}
.entry-info{
    height: 100px;
}
/* .entry-info p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
h5.entry-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-family: 'Nunito-Bold';
    font-size: 18px;
} */

@media only screen and (max-width: 1199.9px) {
    .home-info {
        margin-bottom: 0;
        margin-top: 45px;
        text-align: center;
    }

    .home-img img {
        height: 450px;
    }

    .arrow {
        right: 145px;
    }

    .delivery-bg h2 {
        font-size: 37px;
    }
   
    .delivery-bg h4 {
        font-size: 18px;
    }

    .client-box-img::after {
        width: 60%;
    }   
}


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

    .home-info h1 {
        font-size: 50px;   
    }
   
    .arrow {
        display: none;
    }

    .water-bg-img {
        width: 50%;
    }

    .water-bg-img img {
        width: 100%;
    }

    .delivery-bg h2 {
        font-size: 45px;
    }
   
    .delivery-bg h4 {
        font-size: 20px;
    }

    .delivery-img {
        width: 70%;
    }

    .swiper {
        height: 100%;
    }

    .client-box-img {
        margin-bottom: 30px;
        justify-content: center;
        height: auto;
    }

    .client-box-img::after {
        height: 70%;
        width: 100%;
        border-top-left-radius: 15px;
    }

    .client-card-img {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 767.9px) {    
    .home-info h1 {
        font-size: 43px;
    }

    .home-info h4 {
        font-size: 16px;
    }

    .home-img img {
        height: 300px;
    }

    .water-bg h2 {
        font-size: 39px;
    }

    .water-bg h6 {
        font-size: 18px;
        line-height: 1.5rem;
    }

    .delivery-section .row {
        padding: 45px !important;
    }

    .delivery-img {
        width: 100%;
    }

    .delivery-info h2 {
        font-size: 33px;
    }

    .delivery-info h4 {
        font-size: 18px;
    }

    .delivery-list {
        font-size: 16px;
    }

    .delivery-list .delivery-item .delivery-icon img {
        height: 30px;
    }

    .client-card-img {
        width: 200px;
        height: 200px;
    }

    .client-card-content {
        background-size: 50px;
    }

    .client-card-title {
        font-size: 30px;
    }

    .client-card-text {
        padding: 10px;
        font-size: 15px;
    }

}

@media only screen and (max-width: 599.9px) {
    .water-bg h2 {
        font-size: 35px;
    }

    .water-bg h6 {
        font-size: 16px;
    }
    
    .clients-bg h2 {
        font-size: 40px;
    }
}


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

    .home-info h1 {
        font-size: 30px;
    }

    .home-info h4 {
        font-size: 14px;
    }

    .water-bg h2 {
        font-size: 28px;
    }
    
    .water-bg h6 {
        font-size: 14px;
    }

    .product-bg h2 {
        font-size: 40px;
    }

    .delivery-info {
        gap: 10px !important;
    }

    .delivery-info h2 {
        font-size: 25px;
    }

    .delivery-info h4 {
        font-size: 14px;
    }

    .delivery-list {
        font-size: 14px;
    }

    .numbers-section .count span {
        font-size: 50px;
        font-weight: 800;
        line-height: 1.4em;
    }

    .clients-bg h2 {
        font-size: 35px;
    }

    .client-card-content {
        background-size: 40px;
        background-position: 100% 0%;
        gap: 10px;
        background-image: none;
    }

    .client-card-title {
        font-size: 25px;
    }

    .client-card-text {
        font-size: 13px;
    }

    .client-box-img::after {
        display: none;
    } 
    
}

@media only screen and (max-width: 399.9px) {
    .home-info h1 {
        font-size: 29px;
    }

    .water-bg h2 {
        font-size: 26px;
    }

    .water-bg h6 {
        font-size: 12px;
        line-height: 1rem;
    }

    .delivery-list {
        font-size: 13px;
    }

    .delivery-bg .custom-a {
        padding: 0.4em 2.4375em;
    }

    .product-bg h2 {
        font-size: 35px;
    }

    .delivery-info {
        gap: 5px !important;
    }
    
    .delivery-info div.mt-5 {
        margin-top: 2rem !important;
    }

    /* .delivery-info h2 {
        font-size: 19px;
    } */

    .delivery-info h4 {
        font-size: 12px;
    }

    .delivery-list {
        font-size: 11px;
    }

    .clients-bg h2 {
        font-size: 28px;
    }

    .client-card-img {
        width: 160px;
        height: 160px;
    }

    .client-card-content {
        gap: 0px;
    }

    .client-box-img {
        margin-bottom: 15px;
    }

    .client-box {
        padding: 20px 15px;
    }
}