:root {
    --primary: #D2AFFF;

    --text-primary: #FFFFFF;
    --text-secondary: #E3E3E0;

    --btn-bg-primary: #FFFFFF;
    --btn-hover-primary: #E3E3E0;

    --bs-link-hover-color: #a06ab4;

    --bg-primary: #0B1015;
    --bg-secondary: #e6d7ff;
    --bg-tertiary: #1C252E;
}

body {
    font-family: "DM Sans", sans-serif, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.55;
    position: relative;
    visibility: visible;
    color: #555;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 0;
    color: #333333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

a,
button,
img,
input {
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--bs-link-hover-color);
}

.text-info {
    color: var(--bs-link-hover-color) !important;
}

.text-info-2 {
    color: var(--primary);
}

.color-header {
    background: #E6D7FF;
    background-position: top;
    background: radial-gradient(circle, rgba(230, 215, 255, 1) 0%, rgba(248, 249, 250, 1) 70%);
}

.color-footer {
    background: rgba(230, 215, 255, 1);
}

.color-footer-2 {
    background: rgba(230, 215, 255, 0.7);
}

.btn-primary, .btn-primary-outline {
    margin-right: 8px;
    padding: 12px 24px;
    border: 1px solid rgba(8, 8, 8, 0.4);
    font-weight: 700;
    font-size: 15px;
    background-color: #080808;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 8px;
    transition: all 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .btn-primary, .btn-primary-outline {
        padding: 16px 28px;
    }
}

.btn-primary:hover, .btn-primary-outline:hover {
    background-color: transparent;
    border-color: rgba(8, 8, 8, 0.4);
    color: rgba(8, 8, 8, 0.95);
}

.btn-primary:hover .animate-arrow-up, .btn-primary-outline:hover .animate-arrow-up {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}

.btn-primary-outline {
    margin-right: 0;
    background-color: transparent;
    color: #080808;
}

.btn-primary-outline:hover {
    background-color: #080808;
    border-color: #080808;
    color: #FFFFFF;
}

.tab-btn {
    border: 0;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #FFFFFF;
    color: #080808;
    line-height: 1;
    border-radius: 8px;
    transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .tab-btn {
        padding: 16px 28px;
    }
}

.tab-btn:hover {
    color: #FFFFFF;
    background-color: #080808;
}

.tab-btn:hover .animate-arrow-up {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}

.tab-btn.active {
    color: #FFFFFF;
    background-color: #080808;
}

h3.addr > span:nth-child(2) {
    display: none;
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(8, 8, 8, 0.6);
}

.font-Syne {
    font-family: "Syne", sans-serif;
}

.font-Inter {
    font-family: "Inter", sans-serif;
}

.font-Poppins {
    font-family: "Poppins", sans-serif;
}

.font-DMSans {
    font-family: "DM Sans", sans-serif;
}

.font-sans {
    font-family: "DM Sans", sans-serif;
}

.text-lg {
    font-size: 18px;
    line-height: 1.75rem;
}

.leading-tight {
    line-height: 1.25;
}

.leading-8 {
    line-height: 32px;
}

.leading-7 {
    line-height: 28px;
}

.leading-normal {
    line-height: 1.5;
}


.circle-shape::before, .section-title.circle-shape::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    background-color: #FFB646;
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circle-shape::before, .section-title.circle-shape::before {
        width: 85px;
        height: 85px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .circle-shape::before, .section-title.circle-shape::before {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 1441px) {
    .circle-shape::before, .section-title.circle-shape::before {
        width: 120px;
        height: 120px;
    }
}

.section-title {
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .section-title {
        font-size: 64px;
    }
}

.strock-text {
    font-family: "Syne", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.5px;
    color: white;
    text-shadow: 1px 1px 0 rgba(8, 8, 8, 0.4), -1px -1px 0 rgba(8, 8, 8, 0.4), 1px -1px 0 rgba(8, 8, 8, 0.4), -1px 1px 0 rgba(8, 8, 8, 0.4), 1px 1px 0 rgba(8, 8, 8, 0.4);
}

a {
    transition: all linear;
    transition-duration: 300ms;
}

.counter:not(.is-visible) {
    visibility: hidden;
}

.dot {
    z-index: 1;
    padding-left: 16px;
}

.dot::before {
    display: block;
    content: "";
    top: 2px;
    width: 8px;
    height: 8px;
    background-color: #FF9330;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 100%;
}

.text-xs {
    font-size: 0.7em;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.1em;
}

.portfolio-tag-link:hover {
    background-color: rgba(8, 8, 8, 0.95);
    color: #FFFFFF;
    border-color: rgba(8, 8, 8, 0.95);
}

.portfolio-tag-link {
    color: rgba(8, 8, 8, 0.8);
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid rgba(8, 8, 8, 0.4);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.contact-link {
    margin-right: 8px;
    padding: 6px 12px;
    font-size: 15px;
}

.contact-link:hover {
    color: #FF9330 !important;
}

.contact-link:hover .animate-arrow-up {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-link:hover {
        color: #FFFFFF !important;
    }
}

.contact-link.hover-text-white:hover {
    color: #FFFFFF !important;
}

.animate-arrow-up {
    display: inline-block;
    margin-left: 12px;
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) translateY(-10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) translateY(10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) translateY(-10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) translateY(10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1);
    }
}


/* Clean. */


.service-card {
    padding: 28px 24px;
    background-color: rgba(8, 8, 8, 0.04);
    border-radius: 8px;
    transition: all 0.3s;
}

.service-card:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.15);
}

.service-card:hover .service-icon {
    background-color: rgba(8, 8, 8, 0.04);
}

.service-card:hover a {
    color: #FF9330;
}

.service-card:hover .animate-arrow-up {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}

.service-icon {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 100%;
    transition: all 0.3s;
}

.service-card-link {
    transition: all 0.3s;
}


.years-of-experience {
    z-index: 10;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .years-of-experience {
        right: -30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .years-of-experience {
        right: 170px;
    }
}

.years-experience-of-number {
    font-size: 65px;
    z-index: 1;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .years-experience-of-number {
        font-size: 80px;
    }
}

.years-experience-of-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    z-index: -1;
    width: 95px;
    height: 95px;
    background-color: var(--primary);
    display: block;
    transform: translateY(-50%);
    border-radius: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .years-experience-of-number::before {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .years-experience-of-number::before {
        width: 110px;
        height: 110px;
    }
}

.say-hello-contact-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0.5rem;
}

.say-hello-contact-box:hover .animate-arrow-up {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .say-hello-contact-box h4 {
        font-size: 32px;
    }
}


.about-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .about-grid {
        gap: 134px;
    }
}

.about-grid-section-two {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .about-grid-section-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
    .about-grid-section-two {
        gap: 134px;
    }
}
