:root {
    --primary-light: #565d9f;
    --primary-main: #454979;
    --primary-dark: #3f4369;

    --color-1: #FFDB58;
    --color-2: #DCAE96;
    --color-3: #F7F7FE;
}

/*  */
.primary-btn {
    color: white;
    white-space: nowrap;
    background-color: var(--primary-main);
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.primary-btn:hover {
    color: white;
    background-color: var(--primary-light);
}

.primary-border-btn {
    color: var(--primary-main);
    border: 1px solid var(--primary-main);
}

.primary-border-btn:hover {
    color: var(--primary-main);
    border: 1px solid var(--primary-main);
}

/*  */

html,
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Poppins", serif;
}

header .navbar-brand img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

header .primary-btn {
    min-width: 120px;
}

.banner-sec {
    z-index: 1;
    padding: 200px 0 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/image-1.png");
    clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 95%, 50% 100%, 25% 95%, 0 85%);
}

.banner-sec::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    /* background-color: #efefefc4; */
    background-color: #0000008C;
}

.banner-sec .content-wrapper {
    display: grid;
    place-content: center;
}

.banner-sec .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.banner-sec .text-content-2,
.banner-sec .text-content-1 {
    font-size: 24px;
    list-style: 1.2;
    font-weight: 500;
}

.banner-sec .text-content-2 {
    font-size: 17px;
}

.banner-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-sec ul a {
    text-decoration: underline;
}

.top-content .title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.pickup-sec .service {
    padding: 60px;
    aspect-ratio: 1/1;
    background-color: var(--color-1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pickup-sec .service-2 {
    background-color: var(--color-2);
}

.pickup-sec .service .media-wrapper {
    display: grid;
    width: 200px;
    aspect-ratio: 1/1;
    place-content: center;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pickup-sec .service span {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 32px;
}

.pickup-sec .service a,
.pickup-sec .service button {
    bottom: 0;
    left: 50%;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
}

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

.title-1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.content-1 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.content-2 {
    line-height: 1.2;
}

.app-btn img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.gardient-2 {
    background-color: var(--primary-light);
    background-image: linear-gradient(#DDDDFA, #F2F2F2);
}

.gardient-1 {
    background-color: var(--primary-light);
    background-image: linear-gradient(#8180EF, #CAD2EA);
}

.process-sec .media-wrapper {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.process-sec .media-wrapper img {
    object-fit: cover;
}

.gallery-container {
    padding: 16px;
    column-width: 250px;
}

.gallery-container img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 16px;
}

.working-time .top-content img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.working-time .container>div {
    max-width: 600px;
    margin: auto;
}

.service-pickup {
    padding: 32px;
    background-image: linear-gradient(#FFFFFF, #F2F2F2);
    border-radius: 600px;
    -webkit-border-radius: 600px;
    -moz-border-radius: 600px;
    -ms-border-radius: 600px;
    -o-border-radius: 600px;
}

.contact-sec {
    z-index: 10;
    position: relative;
    background-color: var(--color-3);
}

.contact-item {
    width: 300px;
    padding: 32px;
    background-color: white;
    border: 1px solid #CDC4C4;
    border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    -moz-border-radius: 100px 100px 0 0;
    -ms-border-radius: 100px 100px 0 0;
    -o-border-radius: 100px 100px 0 0;
}

.contact-item span {
    display: block;
    text-align: center;
}

.contact-item span.icon {
    padding: 8px;
    display: grid;
    font-size: 28px;
    color: var(--primary-light);
    place-content: center;
}

.contact-item span.title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.contact-item span.contact {
    font-size: 14px;
    line-height: 1.2;
}

#googleMap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.map-wrraper {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.newsletter-sec {
    z-index: 1;
    padding: 200px 0 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/image-2.png");
}

.newsletter-sec::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: #0000008C;
}

.newsletter-sec .input-wrapper {
    display: grid;
    color: white;
}

.newsletter-sec .input-wrapper form div {
    padding: 8px;
    background-color: white;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.newsletter-sec .input-wrapper form input {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.newsletter-sec .input-wrapper form button {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.copyright {
    padding: 16px;
    color: white;
    background-color: var(--primary-main);
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.subscription-item {
    height: 100%;
    padding: 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.subscription-item div:has(button) {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.subscription-item button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.subscription-item .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.subscription-item .price {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.subscription-item .price span {
    /* font-size: 24px; */
    line-height: 100%;
    vertical-align: middle;
}

.key-points span {
    font-weight: 500;
}

.key-points p:has(span.icon) {
    display: table;
}

.key-points span.icon {
    color: green;
    font-size: 15px;
    padding-right: 4px;
    /* display: table-cell; */
}

.dot {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background-color: #C8D0DB;
}

.line {
    flex-grow: 1;
    border-bottom: 2px dashed #C8D0DB;
}

.dot.compelted {
    background-color: var(--primary-main);
}

.line.compelted {
    border-bottom: 2px solid var(--primary-main);
}

.plan-list li {
    font-size: 13px;
    line-height: 24px;
}

.plan-list li i {
    color: #92CE9D
}

.header-sec .nav-link {
    font-weight: 500;
    margin-right: 16px;
}

.header-sec .nav-link::last-child {
    margin-right: 0;
}

.outline-btn {
    border-color: var(--primary-main);
}

.outline-btn:hover {
    border-color: var(--primary-main);
}

@media (min-width: 994px) {
    .border.end-subs.p-1 {
        margin-top: 52px;
    }
}