@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary: #5e5ab8;
    --start: #495DF8;
    --end: #3CB7FC;
    --deg: 90deg;
}

* {
    font-family: "Plus Jakarta Sans", serif;
    -webkit-user-drag: none;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 80px;
}

.write {
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
}

.write-bold {
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 700;
    font-style: normal;
}


.container {
    max-width: 1520px !important;
}
@media (min-width: 1921px) {
    .extra-w {
        max-width: 1700px !important;
        width: 1700px !important;
    }
}

.owl-carousel.owl-services .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-services .owl-item.active {
    opacity: 1;
    transition: all 500ms ease-in-out;
    transform: scale(1);
}

.owl-carousel.owl-services .owl-item {
    opacity: .3;
    transform: scale(.9);
}

@media (max-width:990px) {
    /* .fade {
        opacity: 1 !important;
    } */
}

.bubble {
    animation: move 6s infinite;
    animation-timing-function: linear;
}

@keyframes move {
    0% {
        transform: translateY(20%);
        opacity: 0;
    }

    50% {
        transform: translateY(10%);
        opacity: 1;
    }

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

.animate-circle {
    animation: animate-circle 20s infinite;
    animation-timing-function: linear;
    transform-origin: center;
}

@keyframes animate-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-gradient-to-r from-[#495DF8] to-[#3CB7FC] {
    background: var(--start);
    background-image: linear-gradient(var(--deg), var(--start), var(--end)) !important;
}

.line {
    background-image: url(../images/line.png);
    background-size: 12px;
    background-repeat: repeat;
    background-size: 5px;
    width: 100%;
    opacity: .5;
}

.starbg {
    background-image: url(../images/stars.png);
    background-size: 12px;
    background-repeat: repeat;
    background-size: 50px;
    width: 100%;
    opacity: .1;
}

.textGradient {
    background-image: linear-gradient(var(--deg), var(--start), var(--end)) !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-gradient {
    background: var(--start);
    background: linear-gradient(0deg, #101e2e 0%, #050913 100%) !important;
}

.owl-partners {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 20%, black 80%, transparent 100%);
}

/* .hero-gradient {
    background: var(--start);
    background: linear-gradient(0deg, rgb(27, 65, 90) 0%, rgb(27, 65, 90) 100%) !important;
}  */

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.wave-one {
    background-image: url(../images/wave.png);
    background-size: 50% 120px;
}

.wave-two {
    background-image: url(../images/wave.png);
    background-size: 50% 100px;
}

.wave-effect {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-anim .wave-two {
    -webkit-animation: move-wave 15s linear infinite;
    -moz-animation: move-wave 15s linear infinite;
    animation: move-wave 15s linear infinite;
}

.wave-anim .wave-one {
    -webkit-animation: move-wave 10s linear infinite;
    -moz-animation: move-wave 10s linear infinite;
    animation: move-wave 10s linear infinite;
}

@keyframes move-wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.menu .cube {
    transform: translateY(-70px);
    transition: all 200ms ease-in-out;
}

.menu:hover .cube {
    transform: translateY(-50px);
}

.planet {
    -webkit-animation: spin 70s linear infinite;
    -moz-animation: spin 70s linear infinite;
    animation: spin 70s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.teamCircleSpin {
    -webkit-animation: teamCircleSpin 15s linear infinite;
    -moz-animation: teamCircleSpin 15s linear infinite;
    animation: teamCircleSpin 15s linear infinite;
}

.teamCircleSpinReverse {
    -webkit-animation: teamCircleSpinReverse 15s linear infinite;
    -moz-animation: teamCircleSpinReverse 15s linear infinite;
    animation: teamCircleSpinReverse 15s linear infinite;
}

.teamBorderSpin {
    -webkit-animation: teamBorderSpin 15s linear infinite;
    -moz-animation: teamBorderSpin 15s linear infinite;
    animation: teamBorderSpin 15s linear infinite;
}

.teamBorderSpinReverse {
    -webkit-animation: teamBorderSpinReverse 15s linear infinite;
    -moz-animation: teamBorderSpinReverse 15s linear infinite;
    animation: teamBorderSpinReverse 15s linear infinite;
}

@keyframes teamCircleSpin {
    0% {
        transform: translateY(-50%) scale(1.06) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) scale(1.06) rotate(360deg);
    }
}

@keyframes teamCircleSpinReverse {
    0% {
        transform: translateY(-50%) scale(1.06) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) scale(1.06) rotate(360deg);
    }
}

@keyframes teamBorderSpin {
    0% {
        transform: rotate(96deg);
    }

    100% {
        transform: rotate(calc(360deg + 96deg));
    }
}

@keyframes teamBorderSpinReverse {
    0% {
        transform: rotate(-84deg);
    }

    100% {
        transform: rotate(calc(360deg - 84deg));
    }
}

.headerUp {
    max-height: 70px !important;
    background-color: #00000090 !important;
    border-color: #88888830 !important;
    backdrop-filter: blur(10px);
}

.headerUp .menu .text {
    font-size: 16px !important;
}

.headerUp .logo {
    font-size: 20px !important;
}

.headerUp .logo .gram {
    color: var(--primary) !important;
}

.floting {
    -webkit-animation: floting 5s ease-in-out infinite;
    -moz-animation: floting 5s ease-in-out infinite;
    animation: floting 5s ease-in-out infinite;
}

@keyframes floting {
    0% {
        transform: translateY(0px) rotate(-30deg);
    }

    50% {
        transform: translateY(-20px) rotate(-30deg);
    }

    100% {
        transform: translateY(0px) rotate(-30deg);
    }
}

.floting-reverse {
    -webkit-animation: floting-reverse 5s ease-in-out infinite;
    -moz-animation: floting-reverse 5s ease-in-out infinite;
    animation: floting-reverse 5s ease-in-out infinite;
}

@keyframes floting-reverse {
    0% {
        transform: translateY(-20px);
    }

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

    100% {
        transform: translateY(-20px);
    }
}

.pool {
    transition: all 200ms ease-in-out;
    animation: swimming 12s ease-in-out infinite;
}

@keyframes swimming {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    50% {
        transform: translate(30px, -20px) rotate(15deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }

}

.waterMove1 {
    transition: all 200ms ease-in-out;
    animation: waterMove1 12s infinite;
}

.waterMove2 {
    transition: all 200ms ease-in-out;
    animation: waterMove2 12s infinite;
}

.waterMove3 {
    transition: all 200ms ease-in-out;
    animation: waterMove3 12s infinite;
}

@keyframes waterMove1 {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
        animation-timing-function: linear;
    }

    50% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;

        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate(100px, 0px) rotate(-5deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }
}

@keyframes waterMove2 {
    0% {
        transform: translate(0px, 0px) rotate(116deg);
        opacity: 1;
        animation-timing-function: linear;
    }

    50% {
        transform: translate(-120px, 0px) rotate(125deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate(-120px, 0px) rotate(125deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }
}

@keyframes waterMove3 {
    0% {
        transform: translate(0px, 0px) rotate(-75deg);
        opacity: 1;
        animation-timing-function: linear;
    }

    50% {
        transform: translate(0px, 0px) rotate(-75deg);
        opacity: 1;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate(120px, -50px) rotate(-65deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }
}

.rightArm {
    transition: all 200ms ease-in-out;
    animation: rightArm 5s infinite ease-in-out;
}

@keyframes rightArm {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

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

.leftArm {
    transition: all 200ms ease-in-out;
    animation: leftArm 5s infinite ease-in-out;
}

@keyframes leftArm {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-10deg);
    }

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

.lufi {
    transition: all 200ms ease-in-out;
    animation: lufi 5s infinite ease-in-out;
}

@keyframes lufi {
    0% {
        transform: rotate(0deg) translateX(0);
    }

    50% {
        transform: rotate(-0deg) translateX(-20px) scale(1.05);
    }

    100% {
        transform: rotate(-0deg) translateX(0);
    }
}

.head {
    transition: all 200ms ease-in-out;
    animation: head 5s infinite ease-in-out;
}

@keyframes head {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

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

.owl-carousel .owl-nav button {
    position: relative;
    top: -40px;
    transition: all 200ms ease-in-out;
}

.owl-carousel .owl-nav button:hover {
    background: var(--primary) !important;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
    padding: 0 !important;
}

.owl-theme .owl-nav button {
    background-color: #101E2E !important;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    display: flex;
    border-radius: 15px;
    font: initial !important;
    position: absolute;
    top: calc(50% - 27px);
}

.owl-theme .owl-nav button.owl-prev {
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.owl-theme .owl-nav button.owl-next {
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

.owl-theme .owl-nav button i {
    font-size: 14px;
    color: white;
}

.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    transition: all 200ms ease-in-out !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #0d1c25 !important;
    transition: all 200ms ease-in-out !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary) !important;
    width: 30px;
}

.flash-message.success {
    background: green !important;
}

.flash-message {
    padding: 20px 30px 19px 15px !important;
    left: auto !important;
    right: 10px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    overflow: hidden;
    font-weight: bold;
}

.rating input[type="radio"]:not(:nth-of-type(0)) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rating [type="radio"]:not(:nth-of-type(0))+label {
    display: none;
}

label[for]:hover {
    cursor: pointer;
}

.rating .stars label:before {
    content: "★";
}

.stars label {
    color: #333;
    font-size: 35px;
}

.stars label:hover {
    text-shadow: 0 0 1px #000;
}

.rating [type="radio"]:nth-of-type(1):checked~.stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked~.stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked~.stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked~.stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked~.stars label:nth-of-type(-n+5) {
    color: var(--primary);
}

.rating [type="radio"]:nth-of-type(1):focus~.stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus~.stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus~.stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus~.stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus~.stars label:nth-of-type(5) {
    color: var(--primary);
}

input[type="checkbox"]:checked {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

img {
    opacity: 0;
}

img[src] {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.reviewScroll::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.reviewScroll:hover::-webkit-scrollbar-thumb {
    background: var(--primary) !important;
}

/* body.header-show {
    overflow: hidden !important;
}

body.header-show #layout-header {
    background-color: transparent !important;
    border-color: transparent !important;
}

body.header-show #layout-header nav {
    transform: translateY(-85px);
}

body.header-show #layout-content {
    overflow: hidden;
    transform: translateY(-82px) translateX(85px) scale(0.6);
    max-width: 100vh;
    max-height: 100vh;
}

body.header-show #layout-footer {
    display: none !important;
}

.offcanvas-backdrop {
    display: none !important;
}

.offcanvas-backdrop {
    display: none !important;
} */


#blogContent hr {
    border-color: #666;
    margin: 15px 0;
}

#blogContent strong {
    color: #fff;
}

#blogContent p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 30px;
}

#blogContent h1 {
    font-size: 32px;
}

#blogContent h2 {
    font-size: 26px;
    color: var(--primary);
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Righteous', cursive;
}

#blogContent blockquote {
    border-left: 4px solid var(--primary);
    background: #3CB7FC05;
    padding: 30px 20px;
    margin: 50px 0;
    border-radius: 0 20px 20px 0;
}

#blogContent blockquote p:last-child {
    margin: 0 !important;
}

#blogContent ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 25px;
}

#tabs-calanderTab .nav-link.active div {
    color: white !important;
    background-color: var(--primary) !important;
}

.head-effects-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
}

.head-effects-wrapper.bg {
    width: 100%;
    height: 50%;
    opacity: .1;
}

.head-effects-wrapper span {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-image: url(../images/SVG/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    filter: drop-shadow(0px 0px 5px #ffffff50);
}

.head-effects-wrapper.bg span {
    height: 15px;
    width: 15px;
}


.head-effects-wrapper div:nth-child(1) {
    animation-name: animateLeft;
    animation-duration: 40s;
    animation-delay: -38s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 10%;
}

.head-effects-wrapper div:nth-child(2) {
    animation-name: animateLeft;
    animation-duration: 38s;
    animation-delay: -32s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 20%;
}

.head-effects-wrapper div:nth-child(3) {
    animation-name: animateLeft;
    animation-duration: 58s;
    animation-delay: -54s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 30%;
}

.head-effects-wrapper div:nth-child(4) {
    animation-name: animateLeft;
    animation-duration: 62s;
    animation-delay: -30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 60%;
}

.head-effects-wrapper div:nth-child(5) {
    animation-name: animateLeft;
    animation-duration: 30s;
    animation-delay: -25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 80%;
}

.head-effects-wrapper div:nth-child(6) {
    animation-name: animateLeft;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 40%;
}

.head-effects-wrapper div:nth-child(7) {
    animation-name: animateLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 70%;
}

.head-effects-wrapper div:nth-child(8) {
    animation-name: animateLeft;
    animation-duration: 25s;
    animation-delay: -22s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 45%;
}

@keyframes animateLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-10%);
    }
}

.star-effects-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 100%;
}

.star-effects-wrapper span {
    --first: #fff;
    --secound: rgba(255, 255, 255, 0);
    display: block;
    height: 4px;
    width: 250px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, var(--first) 0%, var(--secound) 100%);
    background: -webkit-linear-gradient(90deg, var(--first) 0%, var(--secound) 100%);
    background: linear-gradient(90deg, var(--first) 0%, var(--secound) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    transform: rotate(-30deg);
    transform-origin: left center;
    position: absolute;
}

.star-effects-wrapper span:nth-child(1) {
    animation-name: shootingStar1;
    animation-duration: 2s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.star-effects-wrapper span:nth-child(2) {
    animation-name: shootingStar2;
    animation-duration: 2.4s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.star-effects-wrapper span:nth-child(3) {
    animation-name: shootingStar3;
    animation-duration: 2.8s;
    animation-delay: 8s;
    animation-iteration-count: infinite;
}

.star-effects-wrapper span:nth-child(4) {
    animation-name: shootingStar4;
    animation-duration: 3.5s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.star-effects-wrapper span:nth-child(5) {
    animation-name: shootingStar5;
    animation-duration: 5s;
    animation-delay: 8s;
    animation-iteration-count: infinite;
}

@keyframes shootingStar1 {
    0% {
        top: 0;
        left: 68%;
        opacity: 0;
    }

    25% {
        opacity: .3;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 0;
        top: 39.25%;
        transform: rotate(-30deg) translate(-100%, -100%);
        opacity: 0;
    }
}

@keyframes shootingStar2 {
    0% {
        top: 0;
        left: 101.75%;
        opacity: 0;
    }

    25% {
        opacity: .3;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 0;
        top: 58.73%;
        transform: rotate(-30deg) translate(-100%, -100%);
        opacity: 0;
    }
}

@keyframes shootingStar3 {
    0% {
        top: 0;
        left: 105.66%;
        opacity: 0;
    }

    25% {
        opacity: .3;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 0;
        top: 60.98%;
        transform: rotate(-30deg) translate(-100%, -100%);
        opacity: 0;
    }
}

@keyframes shootingStar4 {
    0% {
        top: 0;
        left: 120.1%;
        opacity: 0;
    }

    25% {
        opacity: .3;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 0;
        top: 69.32%;
        transform: rotate(-30deg) translate(-100%, -100%);
        opacity: 0;
    }
}

@keyframes shootingStar5 {
    0% {
        top: 0;
        left: 143.75%;
        opacity: 0;
    }

    25% {
        opacity: .3;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 0;
        top: 82.97%;
        transform: rotate(-30deg) translate(-100%, -100%);
        opacity: 0;
    }
}

.owl-peoples .owl-stage-outer,
.owl-works .owl-stage-outer {
    overflow: visible !important;
}

.blured {
    -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 70%, transparent 100%);
}

.blured2 {
    -webkit-mask-image: linear-gradient(transparent, #040e13);
}

@media (min-width:990px) {
    .owl-carousel.owl-aboutreviews .owl-stage-outer {
        overflow: visible !important;
    }
}

.owl-carousel.owl-aboutreviews .owl-item {
    opacity: .1;
    transition: all 200ms ease-in-out;
}

.owl-carousel.owl-aboutreviews .owl-item.active {
    opacity: 1;
}

.workerpos {
    hyphens: auto !important;
}

.ball {
    pointer-events: none;
}

.techs.active .tech {
    opacity: 1 !important;
    transform: scale(1);
}