/* Font Link */
@import url("https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Syne:wght@400..800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-family: "poppins", sans-serif;
}

:root {
    --btn--color: #ffae00;
    --font--color: #b0b0b0;
    --cart--color: #f3f6f8;
    --bg--color: #f8f8f8;
    --para-color: #8d8d8d;
}

.container {
    max-width: 1310px;
    padding: 0 15px;
}

h1,
.title1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
}

h2,
.title2 {
    font-size: 45px;
    font-weight: 600;
}

h3,
.title3 {
    font-size: 36px;
    font-weight: 600;
}

h4,
.title4 {
    font-size: 24px;
    font-weight: 600;
}

h5,
.sub-head {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

p,
.sub-para {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}

p,
.para {
    font-size: 14px;
    font-weight: 400;
    color: var(--para-color);
}


a {
    text-decoration: none;
    display: inline-block;
}

ul>li {
    list-style-type: none;
}

.mx-vh-100 {
    min-height: 800px;
}

.img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Header Section */
.header-section {
    background-color: #f9f9f9;
}

.logo-img {
    height: fit-content;
    width: 216px;
    object-fit: contain;
}

.gap-65 {
    flex-grow: 0;
    flex-basis: auto;
    gap: 90px;
}

.nav-link {
    font-size: 19px;
}

.ham::before {
    background: none !important;
}

.nav-dp,
.nav-dp>a {
    height: 44px;
    width: 44px;

}

.nav-dp {
    left: -22px;
}

.nav-link {
    font-size: 19px;
}

.notification {
    top: -22px;
    left: 26px;
    border-radius: 50%;
    border: 1px solid #596780;
    height: 44px;
    width: 44px;
}

.img-icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    /* font-family: inherit; */
    /* font-size: inherit; */
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 19px;
    border-radius: 8px;
    overflow: hidden;
    background: black;
    color: rgb(255, 255, 255);
}

button span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

button::before,
button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

button::before {
    content: "";
    background: var(--btn--color);
    width: 120%;
    left: -10%;
    transform: skew(15deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button:hover::before {
    transform: translate3d(100%, 0, 0);
}

.nav-link:hover {
    color: var(--btn--color) !important;
    content: " ";
    border-bottom: 1px solid var(--btn--color);
}

/* Offcanvas */
.offcanvas {
    display: none;
}

.offcanvas-body a {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    display: block;
}

.offcanvas-body a:hover {
    /* color: #ffae00; */
}

.offcanvas-body button {
    width: 100%;
}

.offcanvas-header button::before {
    display: none;
}

.offcanvas-header button {
    background: url(../Assets/x-white.jpg)no-repeat center/contain;
    height: 25px;
    width: 25px;
}

/* Billing section */
.billing-section {
    padding-bottom: 500px;
    background-color: #F6F7F9 !important;

}

/* Contact -section */

.contact-container {
    width: 896px;
    margin: auto;
    border-radius: 16px;
    padding: 30px 15px 20px;

    position: relative;
    overflow: hidden;
    box-shadow: -1px -3px 6px 2px gainsboro;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
}

.left {
    flex: 1 1 300px;
    padding: 20px;
}

.left h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.left form input,
.left form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    max-height: 45px;
}

.left form textarea {
    max-height: 94px !important;
}

.left form button {
    cursor: pointer;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -25px;
}

.app-download p {
    margin: 0;
}

.sm-text {
    color: #ada9a9;
    font-size: 1rem;
    margin-bottom: 18px;
}

.badges {
    height: 120px;
    width: 180px;
}

.badges a {
    height: 100%;
    width: 100%;
}

.black-img {
    height: 60px;
    width: 180px;
    object-fit: contain;
}

.cars-bottom {
    height: 138px;
    max-width: 691px;
    margin: auto;
}

.right .title4 {
    font-weight: 300;
    margin-bottom: 12px;
}

/* Footer Section */
.footer-section {
    padding: 300px 15px 15px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links>li a {
    color: white;
}

.subscribe {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subscribe button {
    margin-top: 14px;
}

.subscribe #email {
    padding: 11px 7px;
    border-radius: 4px;
}

.subscribe a {
    max-width: 94px;
}

.subscribe button {
    max-width: 94px !important;
    text-align: center;
    padding: 5px 10px 10px;
}

.subscribe span {
    font-size: 14px;
    color: white;
}

.footer-icon>a {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}

hr {
    height: 3px;
    background: var(--btn--color);
}

.end-img {
    width: 24px;
    height: 24px;
}

/* Billing info */
.billing-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 25px;
}


.billing-container .title4 {
    margin-bottom: 5px;
}

.billing-subtext {
    color: #90a3bf;
    font-size: 14px;
    margin-bottom: 32px;

}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.form-group input {
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 14px;
    background: #f6f7f9;
    outline: none;
    border: none;
}

.form-group input:focus {
    border-color: #4a90e2;
}

.payment-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 3px -5px 1px rgba(0, 0, 0, 0.05);
    margin-block: 32px;
}

.payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: border 0.3s;
}

.payment-option input {
    margin-right: 10px;
}

.payment-fields {
    margin-top: 15px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.payment-fields .form-group input {
    background: #ffffff;
}

.form-group input:focus {
    border-color: #4a90e2;
}

img.icon {
    height: 16px;
    max-width: 48px;
    margin-left: 8px;
}

.payment,
.bg {
    background-color: #f6f7f9;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 24px;
}

img.icon-upi {
    max-width: 200px;
    height: fit-content;
    object-fit: contain;
}

img.icon-pay {
    max-width: 100px;
    object-fit: contain;
}

.confirmation-container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.step-label {
    text-align: right;
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}

.confirm-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.confirm-subtext {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

.checkbox-group {
    background: #f5f7f9;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
}

.checkbox-group input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.btn-submit {
    background: #4a60e2;
    color: #fff;
    padding: 16px 32px;
    margin-top: 7px;
    min-width: 150px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #394dc9;
}

.btn-submit::before {
    display: none;
}

.security-note {
    margin-top: 20px;
    font-size: 16px;
    color: #1a202c;
}

.security-note img {
    width: 32px;
}

.security-subtext {
    color: #90a3bf;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}


.cart {
    background-color: #EBF6FF;
    padding: 25px 18px 24px 10px;
    border-radius: 10px;
}

.payble {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 14px 21px 14px 17px;
}

.payble>.row {
    margin-bottom: 17px;
    justify-content: space-between;
}

.payble>div>div:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #919191;
}

.payble>.row>div:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #2f3240;
}

.payble>.row>* {
    width: fit-content;
}

.dp-name {
    font-size: 18px;
    font-weight: 600;
}

.dp-content>.row>* {
    width: fit-content;
}

.dp-img {
    height: 80px;
    max-width: 80px;
    border-radius: 50%;
}

.dp-tips {
    color: #919191;
    font-size: 14px;
    font-weight: 400;
}

.dp-info p {
    color: #6fb64d;
    font-size: 10px;
    margin-block: 10px 7px;
}

.star {
    color: #596780;
    font-size: 14px;
    font-weight: 500;
}

.star img {
    max-width: 108px;
    height: 20px;
    object-fit: contain;
}

.dp-content .title4 {
    margin-bottom: 50px;
}


@media screen and (max-width: 992px) {
    .gap-65 {
        flex-grow: 1;
        flex-basis: 100%;
        text-align: center;
        gap: 20px;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        position: absolute;
        top: 80px;
        z-index: 5;
        left: 0;
        right: 0;
        padding: 15px 0;
    }
    .navbar-nav{
        margin-bottom: 20px !important;
    }

    .nav-dp {
        margin: auto;
        left: 0;
    }

    .offcanvas {
        display: block;
    }

    .nav-btn {
        flex-direction: column;
        gap: 25px;
        margin-block: 20px;
    }

    .bottom-content {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .bottom-content>div {
        width: 33.33%;
    }

    .contact-container {
        width: 85%;
    }

    .subscribe #email {
        max-width: 228px;
    }

    .res {
        display: block !important;
    }

    .subscribe {
        display: none;
    }

    .form-footer {
        flex-wrap: nowrap;
    }

    .form-footer #footer-email {
        padding: 11px 7px;
        border-radius: 4px;
    }

    .subscribe button {
        display: block;
    }
}

@media screen and (max-width:768px) {

    /* Contatct */
    .contact-container {
        flex-direction: column;
    }

    .right-review .title4 {
        text-align: center;
        margin-block: 15px;
    }

    .right-review .para,
    .right-review .input {
        margin: auto;
        text-align: center;
    }

    .right-review .input {
        width: 100%;
    }

    .cars-bottom {
        position: relative;
        bottom: 0;
        transform: none;
        justify-content: center;
        margin-top: 24px;
    }

    .contact-container {
        width: 95%;
        padding: 10px;
        position: static !important;
        transform: translateX(0);
        margin-block: 15px;
    }

    .right {
        text-align: center;
    }

    .badges {
        margin: auto;
    }

    .contact-form button,
    .left form button {
        width: 100%;
    }

    .review-section {
        padding-bottom: 30px;
    }

    .footer-section {
        padding: 15px;
    }

    ul {
        padding-left: 0;
    }

    .f-link {
        width: 50%;
    }

    .billing-section {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:575px) {
    .title2 {
        font-size: 25px;
    }

    .title4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .dp-content .title4 {
        margin-bottom: 10px;

    }

    .form-row {
        flex-direction: column;
    }

    .billing-subtext,
    .form-group input,
    .form-group label {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .right {
        margin: auto;
    }

    .black-img,
    .badges {
        width: 135px;
    }

    .footer-section>.container>.row>div {
        margin-bottom: 10px;
    }

    .subscribe {
        gap: 10px;
    }

    .f-link {
        width: 50% !important;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-links>li a {
        font-size: 14px;
    }

    .footer-para,
    .checkbox-group,
    .security-subtext {
        font-size: 12px;
    }

    .payment,
    .bg {
        padding: 24px 6px;
        margin-bottom: 15px;
    }

    .billing-container,
    .confirmation-container,
    .payment-container {
        padding: 16px 8px;
    }

    .payment-option {
        padding: 5px;
        font-size: 11px;
    }

    img.icon {
        max-width: 22px;
        margin-left: 2px;
    }

    .payment-option input {
        margin-right: 5px;
    }

    img.icon-upi {
        max-width: 160px !important;
    }

    .cart {
        margin-block: 25px;
    }
}