
/* main-section */
section.main-section .btn-contact.animated-button {
    background-color: var(--white);
    color: var(--main);
    border: 1px solid var(--main);
}

.main-section{
    z-index: 0;
    position: relative;
}


/* img */
section.main-section figure {
    position: relative;
}

section.main-section figure img {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

section.main-section figure::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--main);
    top: 0%;
    left: 0%;
    transform: translate(50%, -50%);
    z-index: -1;
    animation: square-moving-before 10s infinite ease-in-out;
}

section.main-section figure::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background-color: var(--main);
    bottom: 0%;
    right: 0%;
    transform: translate(-50%, 50%);
    z-index: -1;
    animation: square-moving-after 10s infinite ease-in-out;
}
@keyframes square-moving-before {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-0%, 0%);
    }
}

@keyframes square-moving-after {

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

    50% {
        transform: translate(-0%, 0%);
    }
}


/* end img */
/* start about-company */
section.about-company .figure {
    position: relative;
}

section.about-company .figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-color: var(--main);
    bottom: 0%;
    right: 0;
    transform: translate(-0%, 0%);
    z-index: -1;
    border-radius: 50%;
}


section.about-company .icon-go {
    width: 30px;
    height: 30px;
    border: 1px solid var(--main);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--main);
    transform: scale(-1);
}

/* end about-company */
/* start about-vission */
section.our-vission .img-vission {
    width: 100%;
    height: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


section.our-vission ul li .icon {

    background-color: var(--main);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* end about-vission */
/* start services & blogs */

.our-services .card,
.our-blogs .card {
    position: relative;
    overflow: hidden;
}

.our-services .card::after,
.our-blogs .card::after {
    content: '';
    position: absolute;
    background-color: var(--main);
    width: 40px;
    height: 100px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    filter: blur(30px);
    animation: card-moving 10s infinite ease-in-out;
    z-index: 0;
}

.our-services .owl-item :nth-child(2n) .card::after,
.our-blogs .col-sm-4:nth-child(2n) .card::after {
    animation: card-moving 10s infinite ease-in-out;
    animation-delay: 2s;
}

@keyframes card-moving {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 100%;
    }
}

.our-blogs .card {
    background: hsl(0deg 0% 100% / 50%);
}

.our-blogs .card-body {
    border-top: 1px solid var(--main);
    border-right: 1px solid var(--main);
}

.our-services .img-card,
.our-blogs .img-card {
    width: 100%;
    height: 230px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.our-blogs .date {
    color: var(--main);
}

.our-services .title,
.our-services .des,
.our-blogs .title,
.our-blogs .des {
    text-align: justify;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.our-services .des,
.our-blogs .des {
    -webkit-line-clamp: 2;
}

.our-services .link,
.our-blogs .link {
    background-color: var(--white);
    color: var(--main);
    border: 1px solid var(--main);
    z-index: 2;
}
@media (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

/* end services & blogs */
/* start customers  */
.customers figure,
.customers .logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    aspect-ratio: 1 / 1;

}

.customers figure {
    position: relative;
    background-color: #EDF6FF;
    border-radius: 50%;
}

.customers figure::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    background-color: var(--sec);
    border-radius: 50%;
    animation: move-nave-shep 5s infinite ease-in;
    z-index: -1;
}

@keyframes move-nave-shep {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

/* end customers  */
/* start optins  */
.optins .owl-stage-outer{
 display: grid;
}
.optins .owl-stage {
    padding-top: .5rem;
    padding-bottom: .5rem;
    }
    .optins .owl-carousel.owl-drag .owl-item{
height: 100%;
background: #ffffff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
border-radius: 0.375rem;
}
.optins .des .optins .name,
.optins .title,
.products .head {
    text-align: justify;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.optins .name,
.products .head {
    -webkit-line-clamp: 1;
}

.optins .rate i {
    color: #FFF200;
    font-size: 25px;
    text-shadow: -1px 1px var(--text);
}

.optins .img-user {
    width: 80px;
    height: 80px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

/* end optins  */
/* start product */
.products .card {
    background-color: var(--sec);
}

.products .img-product {
    width: 100%;
    height: 300px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}


/* end product */

/* start form  */
.form-control[placeholder] {
    font-size: 15px;
    font-weight: 300;
}

form button {
    font-family: inherit;
    float: right;
    font-size: 20px;
    background: white;
    color: var(--main);
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid var(--main);
    transition: all 0.3s ease-in-out;
}

form button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

form button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

form button:hover {
    background: var(--sec);
}

form button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

form button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

form button:hover span {
    transform: translateX(5em);
}

form button:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

/* end form  */
/* statistics */
.stats-container {
    background: white;
    padding: 42px;
    border-radius: 35px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* max-width: 930px; */
    margin: auto;
}
.stat-item {
    /* border-right: 2px solid #ddd; */
    padding: 15px;
}
/* .stat-item:last-child {
    border-right: none;
} */
.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #4EA8FF;
}
.stat-number span {
    color: black;
}
.stat-label {
    font-size: 18px;
    color: #555;
}
.service-button{
    border-radius: 9px !important;
}

.service-button:hover{
    background-color: var(--sec);
}

.service-button span:last-child {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    height: unset;
    background-color: unset !important;
    border-radius: unset;
    opacity: 0;
    transition: all 0.8scubic-bezier(0.23, 1, 0.320, 1);
}

.wrapper svg {
    width: 30px;
    height: 30px;
    background: var(--main);
    border-radius: 50%;
}

.wrapper svg text {
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: var(--sec);
    font-size: 30px;
    color: var(--main);
}

@keyframes stroke {
    0% {
        fill: rgba(250, 250, 250, 1);
        stroke: var(--sec);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 1;
    }

    70% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--sec);
    }

    80% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--sec);
        stroke-width: 1;
    }

    100% {
        fill: white;
        stroke: rgba(54, 95, 160, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.circ {
    background-color: var(--main)
}


.line {
    height: 2px;
    width: 25%;
    background-color: var(--sec);
}

.service-button{
    border-radius: 9px !important;
}

.service-button:hover{
    background-color: var(--sec);
}

.service-button span:last-child {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    height: unset;
    background-color: unset !important;
    border-radius: unset;
    opacity: 0;
    transition: all 0.8 scubic-bezier(0.23, 1, 0.320, 1);
}

.stat-border {
    border-left: 1px solid  gray;
}
