/*------------------------------------------------------------------
Project:Pro Grow
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.index.html
    1.Default css
    2.Header section 
    3.Footer section 
2.About.html 
    1.Default css
    2.Header section 
    3.Footer section
3.Resume.html
    1.education
    2.coding skill
    3.design skill
    4.award skill 
4.services.html
    1.experience 
    2.popups
    3.testimonials 
5.portfolio.html 
    1.portfolio
    2.loadmore 
6.pricing.html 
    1.blogs section 
7.Blogs.html
8.Contact.html
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background:
Content:#FFF
-------------------------------------------------------------------*/
/*----------------------- [ Default css ] -----------------------*/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    height: 100%;
    font-family: "Jost", sans-serif;
    background-image: url(../images/hero/Bg-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-corner {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: transparent;
    background-clip: content-box;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
.container {
    width: 1400px;
    margin: auto;
    padding: 0;
}
.animate-section {
    opacity: 0;
    transform: translateY(60px);
    transition: all ease-in-out;
}
.animate-section-very {
    opacity: 0;
    transform: translateY(60px);
    transition: all ease-in-out;
}
/*------------ Loader --------------*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-image: url(../images/hero/Bg-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader::before,
.loader::after {
    position: absolute;
    content: "";
    height: 8em;
    width: 8em;
    border: 1em solid #FFF;
    border-radius: 50%;
    animation: loader_79178 2s linear infinite;
}
.loader::after {
    opacity: 0;
    animation-delay: 1s;
}
@keyframes loader_79178 {
    0% {
        border: 1em solid #FFF;
        transform: scale(0);
        opacity: 1;
    }
    100% {
        border: 0 solid #FFF;
        transform: scale(1);
        opacity: 0;
    }
}
.logo-data img {
    width: 200px;
}
.logo-design {
    padding: 20px 0;
}
.header-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 9;
}
.social-icon .icon-setl {
    color: #040404;
    font-size: 20px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.social-icon .icon-setl:hover {
    color: #FFF;
    background-color: #040404;
    transition: all .3s ease-in-out;
}
.bump {
    transform: scale(1.2);
    color: #FFF;
}
.checku {
    width: 100%;
    max-width: 200px;
}
.data-mennage {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 45px;
    color: #FFF;
}
.responce {
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    color: #FFF;
    margin-top: 20px;
}
.menu-option {
    font-size: 24px;
    background: #040404;
    color: #FFF;
    padding: 0px 7px;
}
.menu-option:active {
    background-color: #040404;
    color: #FFF;
}
.menu-option:focus {
    background-color: #040404;
    color: #FFF;
}
.offcanvas-title img {
    width: 100%;
    max-width: 120px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close {
    --bs-btn-close-bg: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #040404;
    --bs-btn-close-opacity: 1;
    transition: all 0.3s ease-in-out;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 380px;
}
.btn-close:hover {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.data-about {
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    margin-top: 10px;
}
.megu-sect {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 40px;
}
.contact-data-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    color: #040404;
    margin-top: 40px;
}
.contact-data {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-top: 20px;
}
.contact-data i {
    font-size: 20px;
    color: #040404;
    line-height: normal;
}
.contact-data p {
    font-size: 16px;
    color: #040404;
    line-height: 24px;
    font-weight: 500;
}
.copy-right {
    padding: 15px 0;
    text-align: center;
}
.copy-right p {
    color: #040404;
    font-size: 16px;
    font-weight: 500;
}
.copy-right p a {
    color: #040404;
}
.mega-desck {
    max-width: 992px;
    margin: auto;
    margin-top: 50px;
    row-gap: 40px;
}
.thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../images/hero/Bg-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: auto;
    transition: 1s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.thank-you.show {
    opacity: 1;
    visibility: visible;
}
.subscribe {
    background-color: #040404;
    width: 500px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 35px;
}
.subscribe input {
    border: 0;
    width: 70%;
    height: inherit;
    font-size: 18px;
    color: #FFF;
    background: #040404;
    padding-right: 20px;
}
.subscribe button {
    width: 40%;
    border-radius: inherit;
    background-color: #FFF;
    font-size: 18px;
    color: #040404;
    border: 0;
}
/* All Data Main  */
#error-message {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 50px);
    background: #040404;
    color: #FFF;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s ease-in-out, all 0.5s ease-in-out;
    max-width: 360px;
    width: 100%;
    text-align: center;
}
#error-message.show {
    opacity: 1;
    transform: translate(-50%, 0);
}
/* all data design main */
.main-data {
    margin-top: 100px;
}
.title-question-design {
    max-width: 1140px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    padding: 20px 50px;
    transform: skew(-21deg);
    position: relative;
}
.title-que {
    font-size: 44px;
    font-weight: 600;
    line-height: 64px;
    transform: skew(21deg);
    color: #040400;
}
.line-data {
    position: absolute;
    left: -8%;
    transform: skew(21deg);
    width: 100%;
    max-width: 100px;
}
.line-data-right {
    position: absolute;
    left: 100%;
    transform: skew(21deg);
    width: 100%;
    max-width: 100px;
}
.line-data-night {
    width: 100%;
    position: absolute;
    left: -5%;
    bottom: 10%;
    max-width: 200px;
}
.line-data-meta {
    width: 100%;
    position: absolute;
    left: 88%;
    top: 10%;
    max-width: 200px;
}
.line-data-top {
    width: 100%;
    position: absolute;
    left: 5%;
    top: -15%;
    max-width: 250px;
}
.line-data-bottom {
    width: 100%;
    position: absolute;
    left: 70%;
    bottom: -15%;
    max-width: 250px;
}
.option-design {
    margin-top: 80px !important;
    row-gap: 50px;
    max-width: 1140px;
    margin: auto;
}
.box-design {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: start;
    gap: 5px;
    background-color: #FFF;
    color: #040400;
    position: relative;
    padding: 20px 40px;
    transform: skew(-21deg);
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 0;
}
.box-design span,
.box-design p {
    transform: skew(21deg);
    position: relative;
    z-index: 2;
}
.box-design .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.443);
    border-radius: 50%;
    transform: scale(0);
    animation: rippleEffect 0.6s linear;
    pointer-events: none;
    z-index: 1;
    transform: skew(21deg);
}
@keyframes rippleEffect {
    to {
        transform: scale(8);
        opacity: 0;
    }
}
.box-design.clicked {
    background-color: #040404;
    color: #FFF;
}
.next-prev-buton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    gap: 100px;
    margin-top: 80px !important;
    max-width: 1140px;
    margin: auto;
}
.next-prev-buton button {
    background-color: #040400;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 40px;
    outline: none;
    border: none;
    transform: skew(-21deg);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.next-prev-buton button span {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    transform: skew(21deg);
}
.ripple-click {
    position: absolute;
    border-radius: 100px;
    transform: scale(0);
    animation: ripple 0.6s linear;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
.mega-box-deta {
    position: relative;
}
.left-image-data {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%) skew(0deg);
    width: 100%;
    max-width: 100px;
    z-index: -1;
}
.right-image-data {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%) skew(0deg);
    width: 100%;
    max-width: 100px;
    z-index: -1;
}
.step {
    display: none;
    opacity: 0;
    transform: translateY(-50px);
}
.step.active {
    display: block;
}
#prevBtn.hidden,
#nextBtn.hidden,
#submitBtn.hidden {
    display: none;
}
#prevBtn.invisible {
    opacity: 0;
    pointer-events: none;
}
.success-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
}
.circle {
    width: 100%;
    height: 100%;
    background: #040404;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: popIn 0.5s ease forwards;
}
.checkmark {
    width: 130px;
    height: 140px;
    stroke: #FFF;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: drawCircle 0.5s ease-out forwards;
}
.checkmark-check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: drawCheck 0.4s ease-out 0.5s forwards;
}
@keyframes drawCircle {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes popIn {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}
.confetti-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
}
.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: explode 1s ease-out forwards;
}
@keyframes explode {
    0% {
        transform: translate(0, 0) scale(2);
        opacity: 1;
    }
    50% {
        transform: translate(1, 2) scale(2);
        opacity: 1;
    }
    100% {
        transform: translate(var(--x), var(--y)) scale(1);
        opacity: 0;
    }
}
.message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    /* Start below */
    background-color: #040404;
    color: #FFF;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 999;
}
.message.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    /* Animate upward */
}