:root {
    --primary-font: "circular-std-medium-500", sans-serif;
    --primary: #6B2FAD;
    --black: #212529;
    --gray: #6C757D;
    --text-gray: #21252980;
    --white: #fff;
}

@font-face {
    font-family: "circular-std-medium-500";
    src: url("assets/font/circular-std-medium-500.ttf");
}

body {
    font-family: var(--primary-font);
    color: var(--black);
}

.heading-1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}

.font14 {
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
}

.sub-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
}

.page-sub-container {
    max-width: calc(1240px + 40px);
    padding: 0 20px;
    margin: 0 auto
}

.page-container {
    max-width: calc(1280px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}

.page-container-sm {
    max-width: calc(1024px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}

.page-container-xs {
    max-width: calc(720px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}

.fill-button {
    padding: 11px;
    width: 100%;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--white);
    border-radius: 4px;
    transition: .3s ease-in-out;
}

.fill-button:hover {
    background-color: transparent;
    color: var(--primary);
}

.outline-button {
    padding: 11px;
    width: 100%;
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 4px;
    transition: .3s ease-in-out;
}

.pointer {
    cursor: pointer;
}

.header-logo {
    padding: 0 0 0 20px;
}

.header-menu a {
    display: block;
    color: var(--primary) !important;
    font-weight: 450;
    cursor: pointer;
}

.shop {
    width: 67px;
    background: #F6F8F9;
    height: 72px;
}

.sub-header {
    background-color: var(--primary);
}

.sub-header-nav-items {
    padding: 10px 18px;
}

.breadcrumb-item {
    padding: 24px 0 40px 0;
    gap: 13px;
}

.breadcrumb-light-text {
    color: #21252980;
}


.maak-minj-website-box {
    border: 1px solid #D5DFFF;
    border-radius: 4px;
    padding: 48px 32px;
}

.maak-minj-website-box h3 {
    font-weight: 600;
    margin: 0 0 24px 0;
    font-size: 32px;
    line-height: 36px;
    color: var(--black);
    max-width: 158px;
}

.maak-minj-website-box p {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
}

.maak-minj-website-box p del {
    color: var(--gray);
}

.discount-button {
    padding: 4px 12px;
    border: none;
    border-radius: 99px;
    color: #2F1C6A;
    background: #E3DAFF;
    border: none;
    font-size: 16px;
}

.sub-box {
    background: #F5F2F9;
    padding: 12px;
    border-radius: 8px;
}

.hero-gradient{
    background: #F1F3F4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #F1F3F4, #fff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #F1F3F4, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#check-domain-bundle h2{
    font-size: 20px !important;
}

.hero-section-bottom-spacing {
    padding: 0 0 60px 0;
}

/* Domain checker */
.search-input {
    position: relative;
}

.search-input input {
    width: 100%;
    padding: 0 60px 0 16px;
    border: none;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    height: 58px;
    color: var(--black);
}

.search-input input:focus {
    outline: none;
}

.search-input ::placeholder {
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-gray);

}

.search-icon {
    width: 42px;
    border-radius: 4px;
    background-color: var(--primary);
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.sub-box span {
    display: block;
    font-weight: 450;
    font-size: 16px;
    line-height: 100%;

}

.hero-title span {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 12px 0;
    line-height: 100%;
    color: #00B090;
}

.hero-title h1 {
    max-width: 650px;
}

.hero-title {
    padding: 0 0 32px 0;
}

.icon-text {
    gap: 12px;
    padding: 0 0 12px 0;
}

.icon-text img {
    min-width: 16px;
    min-height: 16px;
}

.icon-text span {
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
}

.hero-section-bottom-alignment {
    padding: 0 0 60px 0;
}

.beoordeling span {
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
}

.beoordeling p {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.rating span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.review p {
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.review span {
    font-weight: 450;
}

.special-button button {
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 4px 21.9px 0px #FFC700;
    border: 1px solid #FFC700;
    background: #FFC700;
    border-radius: 99px;
}

.hoe-werkt-het {
    padding: 60px 0 60px 0;
}

.hoe-werkt-sub-details {
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    max-width: 620px;
}

.hoe-werkt-het-title {
    padding: 0 0 80px 0;
}

.light-box {
    background: #F1F3F4;
    margin: 0 0 40px 0;
}

.left-spacing {
    padding: 124px 96px 40px 172px;
}

.right-spacing {
    padding: 124px 192px 40px 96px;
}

.light-box span {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0 0 32px 0;
}

.light-box h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin: 0 0 32px 0;
}

.light-box p {
    max-width: 330px;
    font-weight: 450;
    font-size: 22px;
    line-height: 29px;
}

.light-box-spacing-remove .light-box:last-child {
    margin: 0;
}

.image-slider-section {
    background: #F1F3F4;
    padding: 80px 0;
}

.project-title {
    max-width: 538px;
    margin: 0 auto 40px auto;
}

.bg-custom-light {
    background-color: #F1F3F4;
}

.text-custom-dark {
    color: #1E2029;
}

.btn-brand {
    background-color: #007bff;
    border: none;
}

.btn-brand:hover {
    background-color: #0069d9;
}

.website-demo-swiper {
    overflow-x: hidden;
}

.website-demo-swiper swiper-slide {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40rem;
    background-color: white;
    overflow: hidden;
    width: 100%;
}

.website-demo-swiper swiper-slide {
    position: relative;
    overflow: hidden;
  }
  
  .website-demo-swiper swiper-slide img {
    position: absolute;
    top: 0;
    transition: top 6s linear;
    width: 100%;
    height: auto;
  }
  
  .website-demo-swiper swiper-slide:hover img {
    top: 0; 
  }


.slider-text {
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    color: #1E2029;
    max-width: 610px;
    margin: 40px auto;
    text-align: center;
}

.starten-button button {
    padding: 11px 19px;
    width: fit-content;
}

.review-section {
    background: #F1F3F4;
    padding: 60px 0 60px 0;
}

.review-icon-text {
    gap: 10px;
    padding: 0 0 6px 0;
}

.review-icon-text span {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.review-counter {
    font-weight: 450;
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 12px 0;
}

.review-title {
    max-width: 463px;
    margin: 0 auto 60px auto;
    color: #1E2029;
}

.review-card {
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    border-radius: 8px;
    color: #101828;
}

.custom-marquee {
    gap: 20px;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.review-card .review-star {
    padding: 0 0 12px 0;
}

.review-details-text {
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
}

.review-profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}


.review-profile p {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 20px;
}

.review-profile span {
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #475467;
}

.eigen-icon {
    background-color: #DBCEE9;
    width: 48px;
    margin: 0 0 32px 0;
    height: 48px;
    border-radius: 5px;
}

.eigen-icon img {
    max-width: 32px;
}

.bottom-border {
    padding: 60px 0 60px 0;
    border-bottom: 1px solid #E1E1E1;
}

.bottom-border h2 {
    max-width: 460px;
    margin: 0 auto 32px auto;
    color: #1E2029;
}

.bottom-border p {
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    max-width: 436px;
    margin: 0 auto 32px auto;
    color: #1E2029;

}

.faq-section {
    padding: 120px 0;
    color: #1E2029;
}

.faq-heading {
    margin: 0 0 40px 0;
    cursor: pointer;    
}

.faq-sub-details {
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 60px 0;
}

.main-faq {
    padding: 16px 24px;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
}

.main-faq-active {
    background-color: #F1F3F4;
}

.faq-header h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    opacity: .6;
    color: var(--black);
}

.faq-header img {
    transform: rotate(180deg);
    cursor: pointer;
    opacity: .5;
    transition: .3s ease-in-out;
}

.faq-spacing {
    padding: 10px 0 0 0;
}

.faq-body {
    max-height: 0px;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.faq-spacing p {
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
}

.main-faq-active .faq-body {
    max-height: 100vh;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.main-faq-active .faq-header img {
    transform: rotate(0deg);
    opacity: 1;
}

.main-faq-active .faq-header h3 {
    opacity: 1;
}

.mobile-menu {
    width: 60px;
    height: 60px;
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999999999;
    height: 100%;
}
.mobile-landing-hidden {
    transform: translate(-100%);
    transition: .3s ease-in-out;
}
.mobile-sidebar-show {
    transform: translate(0%);
    transition: .3s ease-in-out;
}


@media (max-width:1024px) {
    .shop {
        width: 60px;
        height: 60px;
    }

    .breadcrumb-item {
        white-space: nowrap;
        scrollbar-width: none;
    }
    .left-spacing , .right-spacing {
        padding: 40px;
    }
    .breadcrumb-item {
        padding: 40px 20px;
    }

    .page-sub-container.spacing-remove-container {
        padding: 0;
    }


    .heading-1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
    }

    .hero-section-bottom-alignment {
        padding: 0 0 32px 0;
    }

    .maak-minj-website-box {
        margin: 40px 0 0 0;
        padding: 24px;
    }

    .maak-minj-website-box h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        max-width: 100%;
        margin: 0 0 24px 0;
    }

    .discount-button {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
    }

    .hero-section-bottom-spacing {
        padding: 0;
    }

    .sub-header-nav-items img {
        filter: brightness(0.5);
    }
    .sub-header-nav-items {
        border-bottom: 1px solid #D5DFFF;
        padding: 16px 0;
    }
}

@media (max-width:576px) {
    .hoe-werkt-het {
        padding: 48px 0;
    }
    .mobile-order-change {
        order: 2;
    }
    .beoordeling {
        padding: 0 0 24px 0;
    }

    .rating {
        padding: 0 0 12px 0;
    }

    .hoe-werkt-het h2 {
        font-weight: 700;
        font-size: 32px;
        margin: 0 0 24px 0;
        line-height: 32px;
    }

    .hoe-werkt-sub-details {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
    }

    .hoe-werkt-het-title {
        padding: 0 0 48px 0;
    }

    .left-spacing, .right-spacing {
        padding: 40px 24px;
    }

    .light-box span {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 16px 0;
    }

    .light-box h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 16px 0;
    }

    .light-box p {
        font-size: 16px;
        line-height: 24px;
        max-width: 280px;
    }

    .light-box {
        margin: 0 0 24px 0;
    }

    .website-demo-swiper swiper-slide {
        height: 200px;
    }

    .image-slider-section {
        padding: 48px 0 80px 0;
    }
    .breadcrumb-item::-webkit-scrollbar {
        width: 0px;
        display: none; 
    }

    .project-title, .review-title, .bottom-border h2, .faq-heading {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
    }


    .review-section {
        padding: 0 0 48px 0;
    }

    .review-title {
        margin: 0 auto 40px auto;
    }

    .review-card {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0;
    }

    .review-card:last-child {
        margin: 0;
    }

    .bottom-border {
        padding: 48px 0;
    }

    .eigen-icon, .faq-heading {
        margin: 0 0 24px 0;
    }

    .bottom-border h2 {
        max-width: 325px;
        margin: 0 auto 24px auto;
    }

    .bottom-border p, .slider-text {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
    }

    .bottom-border p {
        max-width: 327px;
        margin: 0 auto 24px auto;
    }

    .faq-section {
        padding: 80px 0;
    }

    .faq-sub-details {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        max-width: 327px;
        margin: 0 auto 60px auto;
    }
  
    .faq-header h3 {
        max-width: 264px;   
    }
}

.search-domain-wrapper input{
    height: 56px !important;
}
.search-domain-wrapper .domain-container{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}