@import url("https://fonts.googleapis.com/css2?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&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* header */
:root {
    --primary-clr: #f9ce10;
    /* primary text + underline */
    --text-clr: #000;
    /* inprimary text */
}

.Coderuk-navbar {
    background: #fff;
    border-bottom: 1px solid #f1f1f4;
    z-index: 1050;
}

.Coderuk-logo {
    width: 70px;
    height: 34px;
    object-fit: contain;
}

.Coderuk-links .nav-link {
    color: var(--text-clr);
    font-size: 18px;
}

.Coderuk-links .nav-link:hover {
    color: var(--text-clr) !important;
}

.Coderuk-links .nav-link.primary {
    color: var(--primary-clr) !important;
}

.Coderuk-links .nav-link.primary .link-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    height: 4px;
    background: var(--primary-clr);
}

/* Login */
.Coderuk-login {
    color: var(--text-clr);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 18px;
}

.Coderuk-login:hover {
    color: var(--text-clr);
    background-color: rgb(233, 228, 228);
    border-radius: 999px;
    padding: 10px 18px;
}

/* Button */
.Coderuk-btn {
    background: var(--primary-clr);
    border: 2px solid var(--primary-clr);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 18px !important;
}

/* hero start */

.hero-content span {
    color: var(--primary-clr);
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
}

.custom-input {
    background-color: #efefef !important;
}

.custom-input:focus {
    border: 2px solid #efefef !important;
}

.hero-form label {
    font-size: 18px !important;
}

.custom-input2 {
    background-color: #efefef !important;
    border: 2px solid #efefef !important;
}

.custom-input::placeholder {
    font-size: 18px !important;
    font-weight: 500;
}

.hero-link a {
    font-size: 17px;
}

.hero-pic {
    overflow: hidden;
}

.hero-pic > img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 10;
}

.price-pic img {
    width: clamp(230px, 10vw, 120px);
    height: auto;
}

/* download */

.download-now {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 320px;
    padding: 45px 55px;
    background-image: url("/assets/images/landscape.avif");
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* gradient overlay */
.download-now::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(249, 206, 16, 0.8),
        rgba(255, 145, 0, 0.65)
    );
    z-index: 0;
}

.download-content {
    position: relative;
    z-index: 1;
}

.dn-left h2 {
    font-size: 28px;
}

.dn-badges img {
    height: 44px;
}

.google-play-pic {
    height: 68px !important;
}

.dn-qr {
    width: 260px;
    height: 260px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

/* .included */
.included-content {
    background-color: #efefef;
    border-radius: 14px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.included-content:hover {
    transform: scale(1.01);
    box-shadow: 5px 5px 10px #a8a8a4;
}

/* existing */
.included-clr {
    font-size: 36px;
}

.included-clr span,
.raving span,
.footer-top span {
    color: #f9ce10;
}

/* icon box */
.icon-wrap {
    width: 42px;
    height: 42px;
    background: #f9ce10;
    border-radius: 50%;
    flex-shrink: 0;
}

.icon-wrap i {
    font-size: 18px;
}

/* text */
.included-content h3 {
    font-size: 18px !important;
}

/*+++++++++++++ ravings ++++++++++++ */

.profile-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5ff;
    color: #3b6cff;
    font-size: 14px;
}

.stars i {
    color: #f9ce10;
    font-size: 14px;
}

.google-icon {
    font-size: 16px;
}

.card-text {
    font-size: 16px;
    color: rgb(50, 54, 61);
}

.share-icon {
    color: #b5b5b5;
    cursor: pointer;
}

.profile-top > small {
    font-size: 12px !important;
    color: rgb(130, 139, 152) !important;
}

.profile-top > h6 {
    color: rgb(50, 54, 61);
}

.raving-link {
    font-size: 12px !important;
}

/* ++++++++++ footer +++++++++++ */

footer {
    padding: 0 !important;
}

.footer-now {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    min-height: 100vh;
    padding: 45px 55px;
    background: url("/assets/images/landscape.avif") center/cover no-repeat;
}

.footer-now::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(249, 206, 16, 0.8),
        rgba(255, 145, 0, 0.65)
    );
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-heading h1 {
    font-size: 112px;
}

.footer-heading h2 {
    font-size: 56px;
}

.footer-icon a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.footer-icon a i {
    color: #f9ce10;
    font-size: 31px;
}

.footer-link ul li a,
.footer-app ul li a {
    font-size: 21px;
}

.footer-app h5 {
    font-size: 32px;
}

footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.footer-last p {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .Coderuk-links .nav-link.primary .link-text::after {
        bottom: -6px;
    }
    .Coderuk-links {
        margin-left: 15px;
    }
    .hero-pic > img {
        height: 60vh;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .download-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .dn-left h2 {
        font-size: 32px;
    }

    .dn-qr {
        width: 220px;
        height: 220px;
    }

    .download-now {
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .Coderuk-links .nav-link.primary .link-text::after {
        bottom: -5px;
    }
    .Coderuk-links {
        margin-left: 15px;
    }
    .hero-pic > img {
        height: 45vh;
    }
    .footer-heading h1 {
        font-size: 72px;
    }
    .footer-heading h2 {
        font-size: 36px;
    }
}
