/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: rubik;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: url(/fonts/Rubik-Light.ttf?b269c92bc326f0d43f542b946c3f0203) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: rubik;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url(/fonts/Rubik-Regular.ttf?705a89f52bdf93b960ed7777e4b152af) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: rubik;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url(/fonts/Rubik-Medium.ttf?e41132b912f5c264d4f0596e939fb78a) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: rubik;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url(/fonts/Rubik-SemiBold.ttf?4bc5c511d3be812971dc09c7b01a9d56) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: rubik;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url(/fonts/Rubik-Bold.ttf?b24c64f715ba25a6e7f5c3df2188a90c) format("truetype")*/
/*}*/

/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');*/

* {
    font-family: Manrope, sans-serif;
}

/*body {*/
/*    font-family: 'Manrope', sans-serif;*/
/*    font-weight: 400*/
/*}*/

ul {
    list-style: none;
    padding-left: 0;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.btn {
    border-radius: 10px;
    box-shadow: none !important;
    padding: 10px 30px;
}

@media (max-width: 575px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn-white {
    background-color: #fff;
    border: 1px solid #7638f9;
    color: #7638f9;
}

.btn-primary,
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #7638f9;
    border: 1px solid #fff;
    color: #fff;
}

.btn-primary-light,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #7638f9;
    color: #7638f9;
}

.btn-primary-light.active,
.btn-primary-light:active,
.btn-primary-light:focus,
.btn-primary-light:hover {
    background-color: #7638f9;
    border: 1px solid #7638f9;
    color: #fff;
}

.btn-gray {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #1b1920;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.fs-60,
h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

@media (max-width: 991px) {
    .fs-60,
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .fs-60,
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
}

.fs-18 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .fs-18 {
        font-size: 16px;
    }
}

.fs-40 {
    font-size: 40px;
}

@media (max-width: 991px) {
    .fs-40 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .fs-40 {
        font-size: 32px;
    }
}

h2 {
    font-size: 30px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

.section-heading h2 {
    position: relative;
}

.section-heading h2:after {
    background-color: #7638f9;
    border-radius: 2px;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 6%;
    position: absolute;
    width: 33%;
}

.fs-20 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .fs-20 {
        font-size: 18px;
    }
}

.fs-30 {
    font-size: 30px;
}

@media (max-width: 991px) {
    .fs-30 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .fs-30 {
        font-size: 24px;
    }
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.bg-light {
    background-color: #f3f3ff !important;
}

.text-black {
    color: #1b1920;
}

.text-gray-100 {
    color: #99999a;
}

.text-primary {
    color: #7638f9 !important;
}

.bg-primary {
    background-color: #7638f9 !important;
}

.form-control {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #1b1920;
    height: 60px;
    padding: 10px 20px;
}

.form-control::-moz-placeholder {
    color: #99999a;
}

.form-control::placeholder {
    color: #99999a;
}

.form-control:focus {
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

mark {
    background-color: transparent;
    color: #7638f9;
}

@media (max-width: 767px) {
    mark {
        color: #1b1920;
    }
}

.slick-arrow {
    align-items: center;
    background-color: #7638f9;
    border: 1px solid #7638f9;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    position: absolute;
    width: 50px;
}

@media (max-width: 575px) {
    .slick-arrow {
        height: 40px;
        min-width: 40px;
        width: 40px;
    }
}

.slick-arrow.active,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: transparent;
    border: 1px solid #7638f9;
    color: #7638f9;
}

.vcard-template-section .vcard-bg {
    left: 0;
    top: 60px;
    z-index: -1;
}

.vcard-template-section .plus-vector1 {
    animation: zoom-in 3s linear infinite;
    left: 100px;
    top: 900px;
    z-index: -1;
}

.vcard-template-section .plus-vector2 {
    animation: zoom-in 3s linear infinite;
    bottom: 550px;
    right: 100px;
    z-index: -1;
}

.vcard-template-section .plus-vector3 {
    animation: zoom-in 3s linear infinite;
    bottom: 60px;
    right: 250px;
    z-index: -1;
}

.vcard-template-section .template-card {
    margin: 0 auto;
    max-width: 400px;
}

.vcard-template-section .template-card .card-img {
    border-radius: 15px;
    box-shadow: 0 8px 20px #403c481a;
    height: auto;
    max-height: 700px;
    overflow: hidden;
}

.vcard-template-section .template-card .card-img:hover img {
    -o-object-position: left;
    object-position: left;
    transform-origin: 50% 50%;
    transition-duration: 0.5s;
    transition: all 8s ease;
}

.vcard-template-section .template-card .card-img img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: all 8s ease;
    width: 100%;
}

@media (max-width: 1199px) {
    .vcard-template-section .template-card .card-img img {
        max-height: 500px;
    }
}

.curve-shape {
    overflow: hidden;
    padding-bottom: 7%;
    position: relative;
    width: 100%;
}

.curve-shape svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}

.vcard-object {
    position: absolute;
    z-index: 0;
}

.vcard-object img {
    width: 100%;
}

@media (max-width: 768px) {
    .vcard-object img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .vcard-object img {
        width: 50%;
    }
}

.vcard-object.object-img-1 {
    animation: movetopbounce 5s linear infinite;
    left: 50%;
    top: 0;
}

.vcard-object.object-img-2 {
    animation: movetopbounce 5s linear infinite;
    left: 0;
    top: 22%;
}

.vcard-object.object-img-3 {
    animation: zoom-in 3s linear infinite;
    left: 20%;
    top: 34%;
}

.vcard-object.object-img-4 {
    animation: moveleftbounce 3s linear infinite;
    left: 36%;
    top: 26%;
}

.vcard-object.object-img-5 {
    animation: zoom-in 3s linear infinite;
    right: 10%;
    top: 30%;
}

.vcard-object.object-img-6 {
    animation: moveleftbounce 2s linear infinite;
    right: 5%;
    top: 60%;
}

.vcard-object.object-img-7 {
    animation: zoom-in 3s linear infinite;
    left: 7%;
    top: 90%;
}

.vcard-object.object-img-8 {
    animation: movetopbounce 5s linear infinite;
    right: 0;
    text-align: right;
    top: 90%;
}

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

    50% {
        transform: translateX(20px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes movetopbounce {
    0% {
        transform: translateY(0);
    }

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

    to {
        transform: translateY(0);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    to {
        transform: scale(0.4);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    to {
        transform: scale(0.9);
    }
}

@keyframes geometric-form-animation {
    0% {
        transform: rotate(0deg);
    }

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

    to {
        transform: rotate(-45deg);
    }
}

.nav-link-white {
    color: #fff !important;
}

@media (max-width: 991px) {
    .nav-link-white {
        color: #1b1920 !important;
    }
}

.top-margin {
    margin-bottom: 190px;
    position: relative;
    top: 178px;
}

@media (max-width: 1399px) {
    .top-margin {
        margin-bottom: 190px;
        position: relative;
        top: 163px;
    }
}

@media (max-width: 1199px) {
    .top-margin {
        margin-bottom: 190px;
        position: relative;
        top: 130px;
    }
}

@media (max-width: 991px) {
    .top-margin {
        margin-bottom: 190px;
        position: relative;
        top: 110px;
    }
}

@media (max-width: 575px) {
    .top-margin {
        margin-bottom: 190px;
        position: relative;
        top: 85px;
    }
}

.top-margin-privacy {
    margin-bottom: 190px;
    position: relative;
    top: 178px;
}

.js-cookie-consent {
    background: #f3f3ff;
    z-index: 5;
}

.js-cookie-consent .cookie-consent__message {
    color: #000 !important;
}

@media (max-width: 375px) {
    input.contact-section-submit-btn {
        font-size: 12px !important;
        padding: 6px !important;
    }
}

.ribbon-wrapper {
    height: 88px;
    left: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    width: 85px;
}

.ribbon-wrapper .ribbon {
    background-color: #3498db;
    color: #333;
    color: #fff;
    font-size: 10px !important;
    left: -27px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 120px;
}

.main-social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .main-social-links {
        justify-content: center;
    }
}

.main-social-links a {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    height: 37px;
    justify-content: center;
    margin: 5px;
    transition: 0.5s ease;
    width: 37px;
}

.main-social-links a.globe {
    color: #0d6efd;
}

.main-social-links a.globe:hover {
    background-color: #0d6efd;
    color: #fff;
}

.main-social-links a.twitter .icon {
    fill: #000;
}

.main-social-links a.twitter:hover {
    background-color: #000;
}

.main-social-links a.twitter:hover .icon {
    fill: #fff;
}

.main-social-links a.facebook {
    color: #0a66ff;
}

.main-social-links a.facebook:hover {
    background-color: #0a66ff;
    color: #fff;
}

.main-social-links a.instagram {
    color: #ee2a7b;
}

.main-social-links a.instagram:hover {
    background: linear-gradient(213deg, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
}

.main-social-links a.youtube {
    color: #fd0200;
}

.main-social-links a.youtube:hover {
    background-color: #fd0200;
    color: #fff;
}

.main-social-links a.tumblr {
    color: #001a35;
}

.main-social-links a.tumblr:hover {
    background-color: #001a35;
    color: #fff;
}

.main-social-links a.reddit {
    color: #fd4500;
}

.main-social-links a.reddit:hover {
    background-color: #fd4500;
    color: #fff;
}

.main-social-links a.linkedin {
    color: #0c66c2;
}

.main-social-links a.linkedin:hover {
    background-color: #0c66c2;
    color: #fff;
}

.main-social-links a.whatsapp {
    color: #2bd44b;
}

.main-social-links a.whatsapp:hover {
    background-color: #2bd44b;
    color: #fff;
}

.main-social-links a.pinterest {
    color: #e60222;
}

.main-social-links a.pinterest:hover {
    background-color: #e60222;
    color: #fff;
}

.main-social-links a.tiktok {
    color: #000;
}

.main-social-links a.tiktok:hover {
    background-color: #000;
    color: #fff;
}

.header[dir="rtl"] .dropdown .dropdown-toggle:after {
    margin-left: auto;
    margin-right: 10px;
}

.header[dir="rtl"] .me-1 {
    margin-left: 0.25rem !important;
    margin-right: auto;
}

@media (max-width: 768px) {
    .new-footer-term {
        margin-top: 90px !important;
    }
}

@media (max-width: 425px) {
    .new-footer-term {
        text-align: center !important;
    }
}

.vcard-alias-search #search-alias-input {
    padding: 20px 153px 20px 20px;
}

.vcard-alias-search #search-alias-btn {
    position: absolute;
    transform: translateY(-50%);
}

@media (max-width: 440px) {
    .vcard-alias-search #search-alias-input {
        padding: 20px;
    }

    .vcard-alias-search #search-alias-btn {
        margin-top: 10px;
        position: relative;
        transform: translateY(0);
    }
}

header > nav {
    background: transparent;
    /*box-shadow: 0 14px 80px -18px rgb(0, 0, 0);*/
}

.header_menu {
}

.header_menu > li > a {
    position: relative;
}

.header_menu > li > a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
}

.header_menu > li > a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.owl-carousel {
    max-width: 88vw;
    overflow-x: hidden;
}

#frontHomeTab {
    background: #0dcaf0;
}

@media (min-width: 991px) {
    #frontHomeTab {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.themes-template {
    height: 450px;
}

@media (min-width: 991px) {
    .themes-template {
        height: 550px;
    }
}

/*h1, h2, h3, h4, h5, h6 {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 200 !important;*/
/*}*/

.hero-content .hero-text-1 {
    display: block;
    color: #212121;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.4663636;
    letter-spacing: 1px;
}

.hero-content h1 {
    display: block;
    margin: 40px 0;
    font-size: 45px;
    line-height: normal;
    color: #212121;
    font-weight: 600;
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 49px;
    }
}

.hero-content .hero-text-2 {
    display: block;
    font-weight: 300;
    color: #212121;
}

#search-alias-input-theme4 {
    outline: none;
    background: #17191a;
}

.bg-blue-600 {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
    font-weight: 200 !important;
}

.bg-blue-600:hover {
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
}

.demo-templates-footer-text {
    text-align: center;
    font-size: 35px;
    max-width: 768px;
    margin: 40px auto 0 auto;

    span {
        color: #0dcaf0;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .demo-templates-footer-text {
        font-size: 23px;
    }
}

.logos-section {
    background: #f5f5f5 url(/images/logos_bg.png) no-repeat;
    padding: 100px 0;
}

@media (max-width: 575px) {
    .logos-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.logos-section .logos-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 55px;
    color: #0d0d0d;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    padding-left: 20px;
}

@media (max-width: 991px) {
    .logos-section .logos-title {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

.logos-section .logos-subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
    /*text-transform: uppercase;*/
    padding-left: 20px;
}

.logos-section .logo-list__list {
    display: grid;
    grid-template-columns: repeat(min(4, 20), minmax(140px, 200px));
    grid-gap: 20px;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 991px) {
    .logos-section .logo-list__list {
        grid-template-columns: repeat(min(3, 20), minmax(140px, 200px));
    }
}

@media (max-width: 575px) {
    .logos-section .logo-list__list {
        grid-template-columns: repeat(min(2, 20), minmax(140px, 200px));
    }
}

.logos-section .logo-list__list .logo-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgb(0 0 0 / 0);
    border-radius: 0;
}

.logos-section .logo-list__list .logo-list__item img {
    height: auto;
    max-width: 100%;
    border-style: none;
    vertical-align: top;
}

@media (max-width: 575px) {
    .logos-section .logo-list__list .logo-list__item {
        padding: 8px 16px;
    }
}

/*.vs-section .vs-title {*/
/*    !*line-height: 1.0833333333;*!*/
/*    !*letter-spacing: -1px;*!*/
/*    display: block;*/
/*    font-weight: 200;*/
/*    font-style: normal;*/
/*    font-size: 64px;*/
/*    color: #0D0D0D;*/
/*    !*text-transform: uppercase;*!*/
/*    margin-bottom: 10px;*/
/*    !*font-family: 'Big Shoulders Display', sans-serif;*!*/
/*    !*font-family: 'Montserrat', sans-serif;*!*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .vs-section .vs-title {*/
/*        margin-bottom: 0;*/
/*        font-size: 44px;*/
/*    }*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .vs-section .vs-title {*/
/*        margin-bottom: 0;*/
/*        font-size: 34px;*/
/*    }*/
/*}*/

.tree-section {
    background: #18191b url(/images/pine-tree-texture-dark-greens.jpg) no-repeat;
    background-size: cover;
    padding: 300px 0;
    color: #fff;
}

@media (max-width: 575px) {
    .tree-section {
        padding: 200px 0 150px 0;
    }
}

.tree-section .tree-subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 200;
    /*text-transform: uppercase;*/
}

.tree-section .tree-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 30px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    line-height: normal;
}

@media (max-width: 991px) {
    .tree-section .tree-title {
        font-size: 30px;
        line-height: 1.2;
    }
}

.tree-section .tree-text {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 40px;
}

.tree-section .tree-count {
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 75px;
    line-height: 1.2em;
    font-weight: 900;
}

.tree-section p {
    font-size: 20px;
    font-weight: 200;
}

.tree-section .image-overlay__content-image {
    text-align: end;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .tree-section .image-overlay__content-image {
        text-align: center;
    }
}

.tree-section .logo-tree-count {
    margin: 0;
    width: 100%;
    text-align: center;
    background: white;
    color: #000;
    font-size: 20px;
    margin-top: 0.5rem;
    line-height: 1.5em;
    font-weight: 700;
    font-family: inherit;
}

/*Added*/
.rounded-30 {
    border-radius: 30px !important;
}

.text-primary {
    color: #0dcaf0 !important;
}

.bg-primary {
    background-color: #0dcaf0 !important;
}

.rounded-button {
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    background: var(--bs-primary);
    border-radius: 30px;

    &:hover {
        background: #000;
        color: #fff;
    }
}

#frontHomeTab {
    height: 100vh;

    @media (max-width: 1050px) {
        height: min-content;
    }

    .image-container-main {
        display: flex;
        justify-content: flex-end;
        align-content: center;
        width: 100%;

        img {
            width: 100%;
            height: 100%;

            &:first-child {
                /* margin-right: -45%; */
                /* margin-top: 35%; */
            }
        }
    }
}

/*Customers slider*/
.customers-slider {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 40px 0;
}

.slider-row {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    align-items: center;
    justify-content: space-around;
    animation: slide-images 30s linear infinite;
}

.customer-image {
    height: 40px;
    width: auto;
    margin: 0 40px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.customer-image:hover {
    filter: grayscale(0%);
}

@keyframes slide-images {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.customers-slider:hover .slider-row {
    animation-play-state: paused;
}

/*Counter section*/
.counter-section {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 50px 0px;
}

/*Title*/
.section-title {
    width: 100%;
    max-width: 600px;
    height: auto;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    padding: 40px 0px;
    font-family: "Google Sans", sans-serif;
    line-height: 1.2;
    margin: 0px auto;

    @media (max-width: 1050px) {
        font-size: 35px;
        padding: 0px 20px;
    }
}

.section-sub-title {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    font-family: "Google Sans", sans-serif;
    @media (max-width: 1050px) {
        font-size: 16px;
        padding: 0px 15px;
    }
}

/*Offered services section*/
.offered-services-section {
    width: 100%;
    margin: 50px auto;
    padding: 0px 20px;

    .services-container {
        width: 100%;
        max-width: 1300px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0px auto;

        @media (max-width: 1050px) {
            justify-content: flex-start;
        }

        .service-item {
            display: flex;
            flex-direction: column;
            position: relative;
            height: min-content;
            border-radius: 20px;
            overflow: hidden;

            &:nth-of-type(1),
            &:nth-of-type(2) {
                width: calc(50% - 10px);
            }

            &:nth-of-type(3),
            &:nth-of-type(4),
            &:nth-of-type(5) {
                width: calc(33.33% - 14px);
            }

            &:nth-of-type(6),
            &:nth-of-type(7) {
                width: calc(50% - 10px);
            }

            .service-text {
                position: absolute;
                top: 20px;
                left: 20px;
                right: 20px;
                display: flex;
                flex-direction: column;
                gap: 15px;

                .service-title {
                    font-size: 20px;
                    font-weight: 700;
                    @media (max-width: 1050px) {
                        font-size: 17px;
                    }
                }

                .service-description {
                    font-size: 15px;
                    @media (max-width: 1050px) {
                        font-size: 13px;
                    }
                }
            }

            @media (max-width: 1050px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: calc(50% - 10px);
                }
            }

            @media (max-width: 768px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: 100%;
                }
            }
        }
    }
}

/*VS section*/
.vs-section {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #ecf1fe 100%);
    padding: 130px 20px 50px 20px;

    @media (max-width: 1050px) {
        padding: 30px 20px 50px 20px;
    }

    .vs-container {
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin: 30px auto 0px auto;

        @media (max-width: 1050px) {
            flex-direction: column;
        }

        .vs-item {
            width: calc(50% - 10px);
            display: flex;
            flex-direction: column;
            gap: 10px;
            background-color: #fff;
            border-radius: 30px;
            padding: 30px;

            @media (max-width: 1050px) {
                width: 100%;
            }

            .vs-text {
                font-size: 15px;
                font-weight: 600;
                color: #364258;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

            &:first-of-type {
                .vs-text {
                    i,
                    svg {
                        width: 10px;
                        height: 10px;
                        background-color: #0dcaf0 !important;
                        color: #fff;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 12px;
                        margin-right: 10px;
                        padding: 3px;
                    }
                }
            }

            &:last-of-type {
                .vs-text {
                    i,
                    svg {
                        width: 10px;
                        height: 10px;
                        background-color: red !important;
                        color: #fff;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 12px;
                        margin-right: 10px;
                        padding: 3px;
                    }
                }
            }
        }
    }

    .vs-button {
        margin: 50px auto 0px auto;
        display: inline-block;
    }
}

/*VCards section*/

:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    /*--scroll-end: calc(-100% - var(--gap));*/
    --scroll-end: -100%;
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
        var(--mask-direction, to right),
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
    );
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }
    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }
    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.vcards-section {
    background: linear-gradient(0deg, #fff 0%, #ecf1fe 100%);
    width: 100%;
    padding: 0px 20px;

    .vcards-container {
        display: flex;
        gap: 20px;
        height: 800px;
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 100px auto 0px auto;
    }

    .marquee {
        flex: 1;
    }

    .marquee__group {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: min-content;
        padding-bottom: 20px;

        &:first-of-type {
            /*padding-bottom: 25px;*/
        }

        a.vcard-item {
            height: min-content;
            overflow: hidden;
            border-radius: 30px;
            background: #fff;
            border: 1px solid #e2e8f0;
            padding: 10px;
            width: 100%;

            &:hover {
                img {
                    filter: grayscale(0);
                    transition: filter 0.3s;
                }

                .vcard-name {
                    i,
                    svg {
                        background-color: #0dcaf0;
                    }
                }
            }

            img {
                border-radius: 20px;
                height: 400px;
                width: 100%;
                object-fit: cover;
                object-position: top;
                margin-bottom: 10px;
                filter: grayscale(1);
            }

            .vcard-name {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 10px;

                i,
                svg {
                    border-radius: 50%;
                    color: #ffffff;
                    background-color: gray;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 10px;
                    width: 15px;
                    height: 15px;
                }

                span {
                    font-size: 16px;
                    font-weight: 600;
                    margin-left: 10px;
                }
            }
        }
    }
}

/*Testimontals section*/
.testimontals-section {
    width: 100%;
    padding: 50px 20px;
    background: linear-gradient(
        180deg,
        #fff 0%,
        rgba(236, 241, 254, 0.58) 100%
    );

    .testimontals-container {
        width: 100%;
        max-width: 1300px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0px auto;

        .testimontal-item {
            display: flex;
            flex-direction: column;
            position: relative;
            height: min-content;
            border-radius: 20px;
            overflow: hidden;

            &:nth-of-type(1),
            &:nth-of-type(2) {
                width: calc(50% - 10px);
            }

            &:nth-of-type(3),
            &:nth-of-type(4),
            &:nth-of-type(5) {
                width: calc(33.33% - 14px);
            }

            &:nth-of-type(6) {
                width: 100%;
            }

            .testimontal-text {
                position: absolute;
                top: 20px;
                left: 20px;
                right: 20px;
                display: flex;
                flex-direction: column;
                gap: 15px;

                .testimontal-title {
                    font-size: 20px;
                    font-weight: 700;
                }

                .testimontal-description {
                    font-size: 15px;
                }
            }

            @media (max-width: 1050px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: calc(50% - 10px);
                }
            }

            @media (max-width: 768px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: 100%;
                }
            }
        }
    }
}

/*About us section*/
.about-us-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 20px 20px 20px;

    .about-us-container {
        width: 100%;
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;

        @media (max-width: 1050px) {
            justify-content: flex-start;
        }

        .about-us-item {
            display: flex;
            flex-direction: column;
            position: relative;
            height: min-content;
            width: calc(33% - 10px);
            background: #ffffff;
            padding: 10px;
            border-radius: 20px;
            gap: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

            @media (max-width: 1050px) {
                width: calc(50% - 10px);
            }

            @media (max-width: 768px) {
                width: 100%;
            }

            .about-us-img {
                width: 100%;

                img {
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                    object-position: center;
                    border-radius: 15px;
                }
            }

            .about-us-content {
                width: 100%;
                padding: 10px;

                .about-us-title {
                    font-weight: 700;
                    font-size: 17px;
                    margin-bottom: 10px;
                }

                .about-us-description {
                    font-weight: 600;
                    font-size: 15px;
                    color: #364258;
                }
            }
        }
    }

    .img-text-content {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0px auto;

        .img-text-item {
            display: flex;
            flex-direction: column;
            position: relative;
            height: min-content;
            border-radius: 20px;
            overflow: hidden;

            &:nth-of-type(1),
            &:nth-of-type(2) {
                width: calc(50% - 10px);
            }

            &:nth-of-type(3),
            &:nth-of-type(4),
            &:nth-of-type(5) {
                width: calc(33.33% - 14px);
            }

            &:nth-of-type(6),
            &:nth-of-type(7) {
                width: calc(50% - 10px);
            }

            .img-text-text {
                position: absolute;
                top: 20px;
                left: 20px;
                right: 20px;
                display: flex;
                flex-direction: column;
                gap: 15px;

                .img-text-title {
                    font-size: 14px;
                    font-weight: 700;
                }

                .img-text-description {
                    font-size: 12px;
                }
            }

            @media (max-width: 1050px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: calc(50% - 10px);
                }
            }

            @media (max-width: 768px) {
                &:nth-of-type(1),
                &:nth-of-type(2),
                &:nth-of-type(3),
                &:nth-of-type(4),
                &:nth-of-type(5),
                &:nth-of-type(6),
                &:nth-of-type(7) {
                    width: 100%;
                }
            }
        }
    }

    .img-text-container {
        width: 100%;

        .img-box {
            max-width: 1200px;
            height: 500px;
            border-radius: 30px;
            margin: 0px auto;
            overflow: hidden;
            position: relative;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            .img-text {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                background: rgba(255, 255, 255, 0.2);
                color: #fff;
                font-size: 50px;
                font-weight: 900;

                @media (max-width: 1050px) {
                    font-size: 30px;
                }
            }
        }
    }
}

/*About us section*/

/*Plans*/
#pricing {
    background: linear-gradient(0deg, #fff 0%, rgba(236, 241, 254, 0.58) 0%);
}
