/*------------------------------------------------------------------
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-color: #FFF;
    width: 100%;
    position: relative;
    opacity: 1;
    background-image: linear-gradient(#f0f0f0 2px, transparent 2px), linear-gradient(90deg, #f0f0f0 2px, transparent 2px), linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
    background-color: #FFF;
    background-size: 50px 50px, 50px 50px, 5px 5px, 5px 5px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
::-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-color: #FFF;
    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 #404040;
    border-radius: 50%;
    animation: loader_79178 2s linear infinite;
}
.loader::after {
    opacity: 0;
    animation-delay: 1s;
}
@keyframes loader_79178 {
    0% {
        border: 1em solid #040404;
        transform: scale(0);
        opacity: 1;
    }
    100% {
        border: 0 solid #040404;
        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: #040404;
}
.responce {
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    color: #040404;
    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;
}
input:-internal-autofill-selected {
    background-color: transparent;
}
.thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #FFF;
    opacity: 1;
    background-image: linear-gradient(#f0f0f0 2px, transparent 2px), linear-gradient(90deg, #f0f0f0 2px, transparent 2px), linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
    background-color: #FFF;
    background-size: 50px 50px, 50px 50px, 5px 5px, 5px 5px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    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;
}
#error-message {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 50px);
    background: #ff0000;
    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 new design */
.all-main-data {
    margin-top: 80px;
}
.question-design {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #040404;
    text-align: center;
    max-width: 1140px;
    margin: auto;
}
.option-data {
    margin-top: 60px;
    row-gap: 40px;
    align-items: center;
}
.option-design {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.option-design img {
    width: 100%;
    border-radius: 10px;
}
.option-design p {
    color: #040404;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.option-design {
    transition: all 0.3s ease;
}
.option-design.active {
    background-color: #040404;
    transform: scale(1.08);
    z-index: 2;
}
.option-design.active p {
    color: #FFF;
}
/* Dim ONLY if another is active */
.option-design.dimmed {
    opacity: 0.6;
    transform: scale(1);
}
#next-que {
    font-size: 22px;
    font-weight: 600;
    color: #040404;
    line-height: normal;
}
#next-que {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    color: #444;
}
.step {
    display: none;
    animation: fadeInSmooth 0.6s ease;
}
@keyframes fadeInSmooth {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.option-design {
    position: relative;
}
/* TICK */
.true {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0c8d15;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 100px;
    line-height: normal;
    z-index: 2;
}
/* CROSS */
.false {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 100px;
    line-height: normal;
    z-index: 2;
}
.question-data {
    text-align: center;
}
.data-meha {
    color: #040404;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.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: #000;
    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 */
}
.option-design{
    cursor: pointer;
}