@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.hero_box-features {
    background-image:
        url("../images/1.webp"),
        url("../images/2.webp"),
        url("../images/3.webp"),
        url("../images/4.svg"),
        linear-gradient(180deg, #004cd3, #a8d0f3 76%, #a8d0f3);
    background-position: 0 0, 50% 100%, 50% 0, 50%, 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2.5rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    /* min-height: 54rem; */
    position: relative;
    overflow: hidden;
}


.hero_features-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr minmax(33rem, 39.08%);
    /* grid-template-columns: 1fr minmax(31rem, 39.08%); */
    grid-template-columns: repeat(2, 1fr);
    place-items: center stretch;
    height: auto;
    padding: 3rem;
    padding: 4rem 3rem;
}

.hero-title {
    letter-spacing: -.04em;
    font-size: 4.5rem;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 600;
    font-weight: 600;
}

.hero-right {
    position: relative;
    height: 100%;
}

.hero-right-content {
    z-index: 2;
    /* border: 1px solid #e0e7f5; */
    border-radius: 2rem;
    width: 64.7%;
    /* position: absolute; */
    inset: 25% auto auto 0%;
    overflow: clip;
}

.hero-right-img {
    /* padding-top: 138.636%; */
    /* position: relative; */
}

.hero-right-content {
    z-index: 2;
    /* border: 1px solid #e0e7f5; */
    border-radius: 2rem;
    width: 100%;
    /* position: absolute; */
    inset: 25% auto auto 0%;
    overflow: clip;
}

.hero-content {
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

.hero-content::before {
    content: "";
    position: absolute;
    background-color: rgb(0 120 249);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*  */

.hero-content .row {
    z-index: 99;
}

.hero-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 55px;
}

.hero-content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 25px;
}


/*  */
.hero-right-img {
    /* padding-top: 138.636%; */
    /* position: relative; */
}

.hero-right-img img {
    object-fit: cover;
    object-fit: contain;
    width: 100%;
    height: 100%;
    inset: 0%;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-bottom: 8px;
}

.search {
    padding: 12px 20px;
    border-radius: 26px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    width: 60%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;

}

.btn-1 {

    color: #fff;
    background-image: linear-gradient(180deg, #004cd3, #327afa);
    padding: 12px 25px;
    border-radius: 26px;
    width: fit-content;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-2 {

    color: #fff;
    background-image: linear-gradient(180deg, #004cd3, #327afa);
    padding: 12px 25px;
    border-radius: 26px;
    font-size: 16px;
    border: none;
    display: flex;
    width: fit-content;
    margin: 10px auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #aaaaaa;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.service-box {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 8px;
    color: white;
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 6px #c3c3c3;
}

.box-any:hover:after {
    width: 100%;
    right: unset;
    left: 0;
}

.box-any {
    overflow: hidden;
}

.box-any:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
    z-index: -1;
    transition: width 0.3s ease;
}

.box-any:hover .service-title {
    color: #fff;
}

.box-any:hover .service-description {
    color: #fff;
}

.blue-box {
    background: linear-gradient(135deg, #4169e1 0%, #3050c0 100%);
}

.gray-box {
    background: linear-gradient(135deg, #5a5a5a 0%, #444444 100%);
}

.icon-container {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon {
    width: 32px;
    height: 32px;
    color: #4169e1;
}

.img-align {
    display: flex;
    align-items: center;
}

.service-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    color: #000;
}

.making {
    padding: 80px 0;
}

.img-ser {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;


}

.img-sec {
    overflow: hidden;
    border-radius: 50px;
}

.Brand {
    padding: 0 0 80px 0;

}

.btn-w {

    color: #fff;
    background-image: linear-gradient(180deg, #004cd3, #327afa);
    padding: 12px 25px;
    border-radius: 26px;
    font-size: 16px;
    border: none;
    display: inline-block;
    width: fit-content;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contant-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.icon-sec {
    background: blue;
    width: fit-content;
    padding: 15px;
    display: flex;
    /* height: 60px; */
    /* width: 60px; */
    border-radius: 50%;
}

.icon-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.box {
    display: flex;
    gap: 10px;
}

.Sneakers {
    padding-top: 80px;
}

.Quickly {
    padding: 80px 0 0 0;
}

.Quickly .left-sec {
    border-radius: 50px;
}

.Quickly .right-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;
}

.Sneakers .list {
    list-style: disc;

}

.Sneakers .list li {
    color: #343434;
}

.Sneakers .left-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;

}

.Sneakers .right-sec {
    max-width: 85%;
    float: right;
}

.Quickly .left-sec {
    max-width: 85%;
}

.Quickly .content-p {
    font-size: 14px;


}


.heddinhp {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
}

.sub-hedding {
    line-height: 30px;
    font-size: 24px;
    color: #000;

}

.ul-list {
    list-style: disc;
}

.policy-section {
    margin-bottom: 40px;
}



.policypage {
    padding-top: 50px;
}


/* Responsive design */


@media (max-width: 768px) {
    .heddinhp {
        font-size: 24px;
    }

    .sub-hedding {

        font-size: 20px;

    }

    .hero-left {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .making {
        padding: 45px 0;
    }

    .making h1 {
        text-align: center;
    }

    .img-sec img {
        padding: 15px;
        border-radius: 35px;
    }

    .Sneakers {
        padding-top: 45px;
    }

    .box {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .Quickly .left-sec {
        display: flex;
        max-width: 85%;
        margin: auto;
    }

    .Quickly .right-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        padding: 20px 10px;
        height: 100%;
    }

    .Quickly {
        padding: 45px 0;
    }

    .Brand {
        padding: 0 0 0 0;
    }



    /* .making p {
        text-align: center;
    } */

    .Sneakers .right-sec {
        float: none;
    }

    .Sneakers .right-sec {
        float: none;
        display: flex;
        margin: 20px auto;
    }

    .Quickly .left-sec {
        border-radius: 20px;
    }

    .hero-right-img {
        max-width: 77%;
        margin: auto;
    }

    .hero_box-features {
        border-radius: 0.5rem;

    }

    .hero_box-features h1 {
        text-align: center;

    }

    .hero_box-features p {
        text-align: center;
    }

    .hero_features-content {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .hero-title {
        letter-spacing: -.04em;
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
    }

    .search-box {
        justify-content: center;
    }



    .service-box {
        min-width: 100%;
    }

    .btn-w {
        margin: auto;
    }



}

@media (max-width: 480px) {

    .search-box {
        justify-content: center;
        flex-direction: column;
    }

    .search {
        width: 90%;
    }

    .btn-center {
        margin: auto;
    }


}


.login-row {
    border-radius: 25px;
    padding: 25px 0px;
    overflow: hidden;
}

.login-form h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-form label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.login-form .form-control,
.login-form select.form-control {
    height: 54px !important;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 1px;
    border-color: #e0e7f5;
    color: #909090;
    background: #f4f8fc;
    border-radius: 26px;
}

.login-form .link-primary {
    color: #004cd3;
}

.login-form .btn.btn-primary {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    background-image: linear-gradient(180deg, #004cd3, #327afa);
    color: #fff;
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 2.5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
    max-height: 3.5rem;
    padding: 1rem 2rem;
    font-weight: 500;
}