:root {
    --primary-color: #f36d62;
    --light-primary-clr: #dfefef;

}

.query-form {
    color: white;
}

.name,
.email,
.number {
    position: relative;
}

#name,
#email,
#phone,
.form-input {
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-size: 16px;
    /* background-color: transparent; */
    /* color: #ffffff; */
}

.form-input:focus~.floating-label,
.form-input:not(:focus):valid~.floating-label,
.form-input:not(:placeholder-shown)~.floating-label {
    top: 0;
    bottom: 10px;
    left: 0;
    font-size: 14px;
    opacity: 1;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 20px;
    color: #8f9294;
    transition: 0.2s ease all;
}

.floating-label:hover {
    color: #013745;
}

.form-input:first-of-type {
    margin-top: 20px;
}

.form-submit {
    color: var(--primary-color);
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
}

.form-btn {
    cursor: not-allowed;
    width: auto;
    padding: 15px 46px;
    /* padding-right: 20px; */
    font-size: 1em;
    color: var(--primary-color);
    border: none;
    background-color: transparent;
    border-radius: 10px;
    vertical-align: middle;
    float: right;
    /* background-color: #000000; */
    border: 1px solid var(--primary-color);
}

.form-input::placeholder {
    color: transparent;
}

.form-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.query-form span {
    color: inherit;
}

.input-field {
    display: inline-block;
    border-bottom: 2px solid #8f9294;
    width: 35%;
    height: 100%;
    margin: 0 8px;
    text-align: center;
}

.input-field .input-css {
    border: none;
    outline: none;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.input-css::placeholder {
    color: var(--light-primary-clr);
}

.details-table table th {
    font-weight: normal;
}

.fw-bold {
    font-weight: bold;
}

section {
    /* width: 90%; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.hero {
    width: 100%;
    margin-top: 90px;
    /* padding-top: 50px; */
    position: relative;
    /* background: rgba(33, 33, 33, 0.56); */
}

.summary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hero img {
    position: absolute;
    bottom: 0;
}

.hero-a {
    margin-left: 10%;
    width: 35% !important;
}


.hero .hero-row {
    width: 100%;
    margin: 0 auto;
}

.hero .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: white;
}

.hero .subt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 85%;
}

#myForm {
    margin-top: 80px;
    margin-bottom: 120px;
}

.form-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

.box-container {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}

section.query {
    padding-top: 90px;
}

.query>.title {
    margin-bottom: 80px;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}

.query .box {
    width: 264px;
    height: 124px;
    padding: 16px;
    text-align: center;
    position: relative;
    margin: 20px 0;
    border-radius: 12px;
    cursor: pointer;
}

div.hr {
    width: 100%;
    height: 1px;
    background-color: #333333;
}

.query .box:nth-child(2) {
    /* background: rgba(33, 33, 33, 0.56); */
    border-radius: 12px;
    border-bottom: 0 !important;
}

.query .box:hover {
    background: transparent;
    backdrop-filter: brightness(200%);
}

.query .box:nth-child(3) {
    border-bottom: 0 !important;
    /* border-top: 1px solid #333333; */
}

.box span {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}

.box:nth-child(2) p,
.box:nth-child(2) span {
    color: var(--primary-color);
}

.box p {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #858585;
}

.box:last-child p {
    bottom: -6px;
}

section.testimonials {
    padding-top: 140px;
}

.testimonials .parent {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 auto;
}

.testimonials>.title {
    margin-bottom: 80px;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.user-card {
    background: rgba(33, 33, 33, 0.56);
    border-radius: 24px;
    height: auto;
    width: 434px;
    min-width: 430px;
    margin: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.start-qoute,
.end-qoute {
    color: var(--primary-color);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.end-qoute {
    position: absolute;
    right: 0;
}

.user {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.comment {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.user-card .user .dp {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.user-details p {
    margin-bottom: 0 !important;
}

.user-details .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.user-details .pr {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

section.interested {
    width: 100% !important;
    padding: 90px 0;
    background: transparent;
    backdrop-filter: brightness(200%);
    margin-top: 120px;
}

.interested .wid {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
}

.wid .left {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.gradient {
    background: linear-gradient(90.17deg, #F36D62 0.1%, #FFC578 99.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.right {
    display: flex;
    align-items: center;
}

.right .or {
    margin: 12px 28px;
}

.getting-started-btn {
    width: 156px;
    height: 56px;
    font-size: 12px;
    /* padding: 15px 20px; */
    font-size: 1em;
    color: var(--primary-color) !important;
    /* border: none; */
    background-color: #000000 !important;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--primary-color) !important;
    border-radius: 12px;
}

.right a {
    color: var(--primary-color);
}

@media only screen and (max-width: 768px) {
    section.hero {
        margin-top: 65px !important;
    }

    .hero-a {
        width: 100% !important;
        margin: 0 !important;
    }

    div.hr {
        display: none;
    }

    .hero-b {
        width: 100% !important;
        margin: 0 !important;
        padding: 5% !important;
    }

    .hero-row {
        flex-direction: column-reverse !important;
    }

    .box-container {
        align-items: center !important;
    }

    .hero .title {
        text-align: center;
        width: 100%;
        font-size: 32px;
    }

    .hero .subt {
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .hero img {
        top: 180px;
        width: 32%;
    }

    #myForm {
        margin-top: 40px;
    }

    #myForm input {
        font-size: 14px;
    }

    .form-btn {
        margin: 50px 0;
        width: 100%;
        border-radius: 10px;
    }

    .query .box {
        background: rgba(33, 33, 33, 0.56);
        border-bottom: 0 !important;
        border-radius: 12px;
    }

    .hero-row {
        flex-direction: column;
    }

    .hero-row .col-6 {
        width: 100%;
    }

    .user-card {
        min-width: 325px;
    }

    .query>.title {
        font-size: 24px;
    }

    .box-container,
    .interested .wid {
        flex-direction: column;
    }

    .box-container .box {
        margin-bottom: 24px;
    }

    .testimonials>.title {
        font-size: 24px;
    }

    .wid .left {
        text-align: center;
    }

    .wid .right {
        flex-direction: column;
        margin-top: 46px;
    }

    .getting-started-btn {
        width: 100%;
    }

    .parent::-webkit-scrollbar-button:start:decrement {
        width: 40%;
        display: block;
        background: transparent;
    }

    .parent::-webkit-scrollbar-button:end:increment {
        width: 40%;
    }
}


@media only screen and (max-width: 425px) {
    .hero img {
        top: 180px;
        width: 45%;
    }

    .hero-b {
        border-bottom-left-radius: 40px;
    }

    .box:nth-child(3) p {
        color: white !important;
    }
}