﻿.choose-thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/Module/white-bg1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -10;
}

.choose-thumb {
    position: relative;
    width: 205px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    margin-top: -100px;
}

.read-more-btn i {
    margin-left: 10px;
    font-size: 22px;
    line-height: 0;
}

.choose-item .choose-thumb img {
    width: auto !important;
}

.choose-item {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 10px 30px 0px rgba(2, 14, 103, 0.1);
    padding: 0 50px 30px 50px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin: 100px 15px 45px 15px;
}

.choose-bottom {
    background: #fff;
    height: 3vh;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    bottom: 0px;
}

@media (min-width: 340px) {
    .choose-bottom {
        height: 5vh;
    }
}

@media (min-width: 768px) {
    .choose-bottom {
        height: 40px;
    }
}

@media (min-width: 1600px) {
    .choose-bottom {
        height: 2.2vh;
        min-height: 40px;
    }
}

.choose-item:hover .choose-thumb::before {
    background-image: url('../../img/Module/color-bg1.png');
}

.choose-item:hover {
    box-shadow: 0px 10px 15px 0px rgba(67, 36, 217, 0.5);
    border-color: rgb(59,38,219);
    background-color: #6E1CCE;
    color: #ffffff;
}

    .choose-item:hover a {
        /*color: #ffffff;*/
    }

.choose-content {
    min-height: 180px;
}

.owl-stage {
    transform: none !important;
    width: 100% !important;
}

.owl-carousel .owl-stage-outer {
    width: 110%;
    overflow: visible;
}

#ProductThumbs > .owl-stage-outer > .owl-stage > .owl-item {
    display: inline-grid;
    float: none;
}

.owl-nav {
    display: none;
}

.choose-content .read-more-btn {
    position: absolute;
    bottom: 5%;
    z-index: 2;
}

@media (min-width: 1200px) {
    .choose-content .read-more-btn {
        bottom: 3%;
    }

    .choose-content {
        margin-top: -20px
    }
}

/* counter-section css start */
.counter-area {
    padding: 50px 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(59, 55, 188, 0.5);
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .counter-area::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 34%;
        width: 2px;
        height: 112px;
        background-color: rgb(210, 210, 210);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .counter-area::after {
        position: absolute;
        content: '';
        top: 50%;
        left: calc(34% * 2);
        width: 2px;
        height: 112px;
        background-color: rgb(210, 210, 210);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .counter-area.style--two {
        box-shadow: none;
    }

.counter-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .counter-item:nth-child(1) {
        justify-content: flex-start;
    }

    .counter-item:nth-child(2) {
        justify-content: center;
    }

    .counter-item:nth-child(3) {
        justify-content: flex-end;
    }

.counter-content {
    padding-left: 30px;
}

    .counter-content span:not(.caption) {
        font-size: 50px;
        font-family: var(--heading-font);
        font-weight: 700;
        line-height: 1;
    }

    .counter-content .caption {
        display: block;
    }

@media (max-width:991px) {
    .banner-sub-title {
        font-size: 18px;
    }

    .banner-title {
        font-size: 48px;
    }

    .counter-area {
        padding: 30px 15px;
    }

        .counter-area .counter-item {
            text-align: center;
        }

            .counter-area .counter-item .counter-icon {
                width: 100%;
            }

                .counter-area .counter-item .counter-icon img {
                    width: 45px;
                }

            .counter-area .counter-item .counter-content {
                width: 100%;
                padding-left: 0;
                margin-top: 15px;
            }

    .counter-content span:not(.caption) {
        font-size: 36px;
    }

    .counter-content .caption {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (max-width:575px) {

    .banner-title {
        font-size: 36px;
    }

    .counter-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .counter-area::before {
        display: none;
    }

    .counter-area::after {
        display: none;
    }

    .counter-area .counter-item + .counter-item {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
    }

    .choose-thumb {
        width: 200px;
        height: 230px;
    }

    .choose-item .choose-thumb img {
        width: 75% !important;
    }
}
/* counter-section css end */

/* butoane start*/
.btn:hover {
    box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}

.btn-hover {
    box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}

.btn:focus {
    box-shadow: none;
    border: none;
}

.btn-primary {
    background-image: -moz-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
    background-image: -webkit-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
    background-image: -ms-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 9;
    overflow: hidden;
}

    .btn-primary::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
        background-image: -webkit-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
        background-image: -ms-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
        z-index: -10;
        opacity: 0;
    }

    .btn-primary:hover::before {
        opacity: 1;
    }

.btn-secondary {
    background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
    box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 9;
    overflow: hidden;
}

    .btn-secondary::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
        box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
        z-index: -10;
        opacity: 0;
    }

    .btn-secondary:hover::before {
        opacity: 1;
    }

.btn-info {
    background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}

.btn-round {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.btn-success {
    background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
    box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}

    .btn-success:hover {
        box-shadow: 0px 10px 20px 0px rgba(1, 132, 255, 0.4);
    }
/* butoane end*/

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}
/*@media (min-width: 768px) {
    .wave-div {
        width: 99.225vw;*/
/*        position: relative;*/
/*margin-left: -49.59vw;*/
/*        left: 50%;*/
/*overflow: hidden
    }
}*/

.wave-div {
    width: 99.225vw;
    margin-left: -49.59vw;
    overflow: hidden
}

@media (max-width: 1200px) {
    .custom-header {
        padding-top: 3rem !important;
    }
}

@media (max-width: 992px) {
    .custom-header {
        padding-top: 5rem !important;
    }
}

@media (max-width: 768px) {
    .custom-header {
        padding-top: 6rem !important;
    }
}

@media (max-width: 480px) {
    .custom-header {
        display: none;
    }
    .mobile-custom-header {
        display: block;
    }
    .customHeaderExistent {
        display: flex;
        justify-content: center;
        margin-left: 0 !important;
    }
    .custom-margin-mobile-header {
        margin-top: -30px !important;
    }
}

@media (min-width: 481px) {
    .mobile-custom-header {
        display: none;
    }
}