@charset "UTF-8";
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/*Search Result*/
.top-search-result {
    width: 100%;
    background: #FFF;
}

@media (max-width: 500px) {
    .header-text .title {
        font-size: 40px !important;
        line-height: 46px !important;
    }
}

@media (max-width: 1130px) {
    .trust-reason-content {
        flex-direction: column;
    }

    .domain-search-header {
        overflow: hidden;
    }
}

@media (max-width: 637px) {
    .trust-reason-left .middle-content .text-one, .trust-reason-left .middle-content .text-two {
        font-size: 32px !important;
        line-height: 38px !important;
        letter-spacing: -0.32px !important;
    }
}

@media (max-width: 550px) {
    .trust-reason-left {
        padding: 0 !important;
    }

    .trust-reason-left .bg-left {
        left: -20px !important;
    }

    .trust-reason-left .bg-right {
        right: -20px !important;
    }
}

@media (max-width: 440px) {
    .dynadot-support-contact-wrap .email-span, .dynadot-support-contact-wrap .chat-span {
        width: 160px;
    }
}

@media (max-width: 350px) {
    .dynadot-support-contact-wrap .email-span, .dynadot-support-contact-wrap .chat-span {
        width: 130px;
    }
}

@media (max-width: 410px) {
    .trust-reason-right .top-content {
        justify-content: space-between;
        gap: 10px !important;
    }

    .trust-reason-right .top-content .top-content-item {
        width: 146px;
    }
}

.domain-search-header {
    padding: 200px 30px 20px;
    display: flex;
    flex-direction: column;
    background: url('/sr/mainsite2023/search/domain-search-header-bg.webp') top / cover no-repeat lightgray;
    align-items: center;
}

.domain-search-header .search-content {
    position: relative;
    display: inline-flex;
    min-height: 194px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
}

.domain-search-header .search-content .header-text {
    max-width: 816px;
    min-height: 86px;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}

.header-text .title {
    margin: 0;
    color: #031242;
    text-align: center;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -0.45px;
    font-family: Swansea-bold;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    padding: unset;
}

.header-text .desc {
    color: #031242;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.24px;
    opacity: 0.8;
}

.sticky-search-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: #EBF3FF;
    z-index: 1029;
}

.sticky-visible {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-shadow: 0px 2px 20px 0px rgba(3, 18, 66, 0.20);
}

.sticky-search-section .header-search-content {
    max-width: 920px;
    width: 920px;
}

.header-search-content-inder {
    position: relative;
    display: flex;
    background: #FFF;
    padding: 0 10px;
    border-radius: 50px;
}

.search-content-button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 870px) {
    .header-search-content {
        width: 100% !important;
    }
}

.scroll-nav-bg-color {
    background-color: #fff !important;
}

.header-search-content {
    position: relative;
    width: 770px;
}

.header-search-content input[type='text'] {
    z-index: 1;
    color: rgba(3, 18, 66);
    flex: 1;
    font-size: 24px;
    height: 58px;
    border-radius: 50px;
    line-height: 44px;
    background: #fff;
    outline: none;
    padding-left: 10px;
    border: 1px solid transparent !important;
}

@media (max-width: 464px) {
    .header-search-content input[type='text'] {
        font-size: 16px;
    }
}

@media (max-width: 381px) {
    .header-search-content input[type='text'] {
        width: 150px;
    }
}

.header-search-content.hover-in {
    background: #0096F780;
}

.header-search-content.focus-on::before {
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50px;
    background: radial-gradient(
            circle at center,
            #FBFDFF 0%,
            #0096F7 40%,
            #FFCA2B 70%,
            #DB89FF 80%
    );
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-size: 0% 0%;
    animation: expand 0.1s linear forwards;
}

@keyframes expand {
    0% {
        background-size: 80% 80%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.top-search-input-content {
    width: 100% !important;
}

.header-search-content {
    position: relative;
    z-index: 1;
    width: 700px;
    height: auto;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;

    background: rgba(3, 18, 66, 0.10);
}

@keyframes hover-out-animation {
    0% {
        transform: translate(-20%, 120%);
    }
    45% {
        transform: translate(-165%, 120%);
    }
    55% {
        transform: translate(-165%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.header-search-content::before {
    width: 30%;
    height: calc(100% - 10px);
    content: "";
    position: absolute;
    top: -50%;
    left: 35%;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50px;
    background: radial-gradient(
            circle at center,
            #E9EEFF 0%,
            #E9EEFF 1%,
            transparent 20%
    );
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: hover-out-animation 0.3s ease-in-out forwards;
}

@keyframes hover-in-animation {
    0% {
        transform: translate(0, 0);
    }
    45% {
        transform: translate(-165%, 0);
    }
    55% {
        transform: translate(-165%, 120%);
    }
    100% {
        transform: translate(-20%, 120%);
    }
}

.header-search-content.hover-in::before {
    animation: hover-in-animation 0.3s ease-in-out forwards;
}


.header-search-content .search-submit {
    z-index: 2;
    right: 20px;
    top: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    border: unset;
    border-radius: 17px;
    background: #031242;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#search-button, #search-button-sticky, #search-result-button {
    display: flex;
}

#search-button i, #search-button-sticky i, #search-result-button i {
    font-size: 18px;
    font-weight: 400;
}

.ai-search-content {
    z-index: 2;
    line-height: 32px;
    right: 70px;
    top: 12px;
    height: 32px;
    display: flex;
    align-items: center;
}

.ai-search-content .icons {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    background: #EBF3FF;
}

.ai-search-content .text {
    margin-left: 5px;
    color: #0096F7;
    font-family: Switzer, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    white-space: nowrap;
}

.header-services-content .services-content-scroll {
    display: inline-flex;
    width: auto;
    height: auto;
    align-items: center;
    gap: 30px;
}

.header-services-content {
    min-width: 1100px;
    margin-top: 110px;
    height: 52px;
    display: flex;
    padding: 5px 40px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid rgba(0, 150, 247, 0.50);
    background: linear-gradient(272deg, rgba(210, 227, 253, 0.22) 0%, rgba(235, 243, 255, 0.22) 5%, #EBF3FF 10%, rgba(210, 227, 253, 0.22) 15%, rgba(210, 227, 253, 0.22) 80%), rgba(255, 255, 255, 0.60);
    background-size: 200% 100%, auto;
    background-position: 90% 0%, 0% 0%;
    animation: gradient-scroll 5s ease-in-out infinite;
}

@media (max-width: 500px) {
    .header-services-content {
        animation: gradient-scroll 10s ease-in-out infinite;
    }
}

@keyframes gradient-scroll {
    0% {
        background-position: 90% 0%, 0% 0%;
    }
    25% {
        background-position: 170% 0%, 0% 0%;
        animation-timing-function: ease-out;
    }
    50% {
        background-position: 170% 0%, 0% 0%;
    }
    75% {
        background-position: 90% 0%, 0% 0%;
        animation-timing-function: ease-out
    }

    75% {
        background-position: 90% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {

    .header-services-content {
        overflow: hidden;
    }

    @keyframes scrollItems {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    .header-services-content .services-content-scroll {
        display: flex;
        animation: scrollItems 10s linear infinite;
        width: max-content;
    }
}

.header-services-content .service-item {
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-services-content .service-item .text {
    color: #031242;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
}

.header-bg-left-color {
    z-index: 0;
    left: 160px;
    bottom: -25px;
    position: absolute;
    width: 260px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 260px;
    opacity: 0.4;
    background: #5CBFFF;
    filter: blur(60px);
}

.header-bg-right-color {
    z-index: 0;
    left: 360px;
    bottom: -25px;
    position: absolute;
    width: 260px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 260px;
    opacity: 0.4;
    background: #FFEEBD;
    filter: blur(60px);
}

.header-bg-color {
    z-index: 0;
    left: 260px;
    bottom: -25px;
    position: absolute;
    width: 260px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 260px;
    opacity: 0.4;
    background: #DB89FF;
    filter: blur(60px);
}

.tld-ads-previous, .tld-ads-next {
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (max-width: 900px) {
    .tld-price-list {
        padding: 10px 50px !important;
        gap: 10px !important;
    }
}

@media (max-width: 1200px) {
    .tld-price-list {
        padding: 10px 50px !important;
    }
}


.tld-price-list {
    display: none;
    padding: 10px 300px;
    flex-direction: row;
    gap: 40px;
    background: linear-gradient(0deg, #EBF3FF 0%, rgba(210, 227, 253, 0.00) 100%);
    justify-content: space-evenly;
    align-items: center;
}

.tld-price-list-active {
    display: flex !important;
}

.tld-ads-info.backup {
    display: none;
}

.tld-ads-info .tld-ads-name {
    color: #031242;
    text-align: center;
    font-family: Switzer, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.tld-price {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.tld-price .tld-ads-price {
    color: #0096F7;
    font-family: Switzer, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.tld-price .tld-prev-price {
    color: #031242;
    font-family: Switzer, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: line-through;
}

.tld-ads-info-hidden {
    display: none;
}

.trust-reason-content {
    display: inline-flex;
    align-items: center;
    gap: 74px;
}

.trust-reason-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 397px;
}

.trust-reason-right .top-content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
}

.top-content-item .title {
    color: #031242;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
    text-align: left;
}

.trust-reason-right .top-content .top-content-item {
    display: flex;
    max-width: 162px;
    flex-direction: column;
    align-items: flex-start;
}

.top-content-item .desc {
    color: #031242;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    opacity: 0.6;
    text-align: left;
}

.trust-reason-right .reason-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 10px;
}

.reason-bottom-content .bottom-content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reason-bottom-content .bottom-content-item .img-content {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-bottom-content .title {
    color: #031242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.find-and-register-section {
    border-radius: 20px;
    width: 90%;
    margin: 30px auto;
    background: url(/sr/mainsite2023/search/search-find-register-bg.jpg) lightgray 50% / cover no-repeat;
    background-color: #B2CDFC;
    padding:60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.find-register-bottom-content {
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 1200px) {
    .find-register-bottom-content {
        gap: 0 !important;
    }

    .find-register-bottom-content .find-register-bottom-item {
        transform: scale(0.85);
    }
}

@media (max-width: 1240px) {
    .find-register-bottom-content .find-register-bottom-item {
        transform: scale(0.85);
    }
}

@media (max-width: 1100px) {
    .find-register-bottom-content {
        flex-direction: column;
    }
}

.find-register-top-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.find-register-top-content .title {
    color: #031242;
    text-align: center;
    font-family: Swansea-bold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-transform: unset;
    padding: unset;
    margin: 0;
}

.find-register-top-content .desc {
    color: #031242;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
    opacity: 0.8;
}

.find-register-bottom-item {
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 200px 200px 6px 6px;
    border: 1px solid #0096F7;
    background: rgba(255, 255, 255, 0.50);
}

.find-register-bottom-item .img-content {
    width: 85px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-register-bottom-item .title {
    color: #031242;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.find-register-bottom-item .desc {
    color: #031242;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    width: 300px;
}

.trust-reason-left {
    display: flex;
    height: 246px;
    flex-direction: row;
    align-items: center;
}

.trust-reason-left .middle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.trust-reason-section {
    text-align: center;
    padding: 50px 20px;
}

.trust-reason-left .middle-content .text-one {
    text-transform: none;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
    color: #031242;
    background: url('/sr/mainsite2023/search/search-trust-linear-mask1.svg') no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: trust-text-scroll 15s linear infinite;
}

.trust-reason-left .middle-content h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 500px) {
    .trust-reason-left .middle-content .text-one {
        animation: trust-text-scroll 25s linear infinite;
    }
}

@keyframes trust-text-scroll {
    0% {
        background-position: 0% 0%;
    }
    45% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    95% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.trust-reason-left {
    position: relative;
    padding: 0 100px;
}

.trust-reason-left .bg-left {
    position: absolute;
    left: 0;
}

.trust-reason-left .bg-right {
    position: absolute;
    right: 0;
}

.trust-reason-left .middle-content .text-two {
    text-transform: none;
    margin-top: 10px;
    color: #031242;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
}

.trust-reason-left .middle-content .trustpilot-content {
    margin-top: 30px;
}

.domain-search-tips-left-content {
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.left-content-introduce {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.domain-search-tips-section {
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 100px auto;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: center;
    gap: 100px;
}

.left-content-introduce .title {
    color: #031242;
    font-family: Swansea-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-transform: unset;
    padding: unset;
    margin: 0;
}

.left-content-introduce .desc {
    color: #031242;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    align-self: stretch;
    opacity: 0.8;
}

.domain-search-tips-left-content .left-content-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

/*info-top-content*/

.left-content-info .domain-search-tips-item.active {
    display: flex;
    max-width: 450px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.left-content-info .domain-search-tips-item.active .title {
    display: flex;
    height: 56px;
    padding: 10px 20px 10px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 28px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(0, 150, 247, 0.40) 0%, rgba(234, 255, 232, 0.40) 40%, rgba(255, 215, 95, 0.40) 70%, rgba(219, 137, 255, 0.40) 100%), #FFF;
}

.left-content-info .domain-search-tips-item.active .title .title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.domain-search-tips-item.active .title .title-content .title-text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.domain-search-tips-item.active .title .title-content .title-text .title-text-index {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    background: #031242;

    color: #FFF;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.domain-search-tips-item.active .title .title-content .title-text {
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
}

.domain-search-tips-item .title .title-content .title-text h3 {
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.left-content-info .domain-search-tips-item.active .desc {
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    color: var(--031242, #031242);
    /* P1 - Switzer Regular - 16 */
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.domain-search-tips-item.inactive .title {
    cursor: pointer;
}

.domain-search-tips-item.inactive {
    display: flex;
    height: 56px;
    padding: 10px 20px 10px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 28px;
    background: #FFF;
}

.search-tip-down-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.domain-search-tips-item.inactive .title {
    width: 100%;
}

.domain-search-tips-item.inactive .title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.domain-search-tips-item.inactive .title .title-text .title-text-index {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    background: #EBF3FF;

    color: rgba(3, 18, 66, 0.60);
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
}

.domain-search-tips-right-content .img-content.active {
    display: block;
}

.domain-search-tips-right-content .img-content {
    width: 100%;
    height: auto;
    display: none;
}

@media (max-width: 1330px) {
    .domain-search-tips-right-content {
        margin-left: 20px;
    }
}

@media (max-width: 900px) {
    .domain-search-tips-section {
        flex-direction: column;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        gap: 60px;
    }

    .domain-search-tips-right-content {
        margin-left: 0;
        margin-top: 50px;
        width: auto !important;
        max-width: 586px;
    }

    .domain-search-tips-left-content {
        width: 100%;
    }

    .domain-search-tips-item.inactive {
        border-radius: 28px;
        background: #EBF3FF;
    }

    .left-content-info .domain-search-tips-item.active {
        width: 100%;
        max-width: none;
    }
}

.domain-search-tips-item.inactive .title .title-text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.domain-search-tips-right-content {
    width: 586px;
    display: flex;
    align-items: center;
    position: relative;
}

.why-choose-dynadot-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 50px;
    text-align: center;
    background: url(/sr/mainsite2023/search/search_why_choose_bg3.svg) top 10% right no-repeat,
    url(/sr/mainsite2023/search/search_why_choose_bg1.svg) top center / 100% auto no-repeat,
    url(/sr/mainsite2023/search/search_why_choose_bg2.svg) bottom center / 100% auto no-repeat;
    margin-bottom: 100px;
    position: relative;
}

.why-choose-dynadot-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/sr/mainsite2023/search/search_why_choose_bg4.svg) top left no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.why-choose-dynadot-section .why-choose-dynadot-title {
    text-transform: none;
    padding: 0;
    margin: 0;
    max-width: 585px;
    color: var(--031242, #031242);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 115% */
    letter-spacing: -0.4px;
    z-index: 1;
}

.why-choose-dynadot-items {
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 50px 50px;
}

.why-choose-dynadot-items .items-content {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.why-choose-item {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid rgba(0, 150, 247, 0.00);
    position: relative;
}

.why-choose-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #0096F700, #0096F7, #0096F700);
    pointer-events: none;
}

.why-choose-item .img-content {
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-item .title {
    text-transform: none;
    padding: 0;
    margin: 0;
    max-width: 300px;
    color: var(--031242, #031242);
    /* H7 - Swansea Bold - 18 */
    font-family: Swansea-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
    text-align: left;
}

@media (max-width: 1200px) {
    .why-choose-dynadot-items {
        gap: 20px;
    }

    .why-choose-dynadot-items .items-content {
        gap: 30px;
    }
}

@media (max-width: 800px) {
    .why-choose-dynadot-items .items-content {
        flex-direction: column;
    }

    .why-choose-dynadot-items {
        padding: 50px 0;
    }
}

.why-choose-item .desc {
    max-width: 300px;
    color: var(--031242, #031242);
    /* P1 - Switzer Regular - 16 */
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    opacity: 0.6;
    text-align: left;
}

.search-container-title {
    text-transform: none;
    padding: unset;
    margin: unset;
    color: var(--031242, #031242);
    font-family: Swansea-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.4px;
    text-align: center;
}

/*Use Cases*/
.use-case-title {
    color: var(--031242, #031242);
    text-align: center;
    /* H5 - Swansea Bold - 32 */
    font-family: Swansea-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
    letter-spacing: -0.32px;
}

.use-case-subtitle {
    color: rgba(3, 18, 66, 0.8);
    text-align: center;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
    margin-bottom: 110px;
}


.use-case-wrap {
    display: flex;
    max-width: 312px;
    height: 349px !important;
    padding: 48px 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.use-case-wrap .case-title {
    text-transform: none;
    padding: 0;
    margin: 0;
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    transition: transform 0.3s ease-in-out;
}

.use-case-wrap .case-content {
    color: #031242;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.use-case-wrap .case-content {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.2s ease, max-height 0.3s ease;
}

.use-case-wrap:hover .case-title,
.use-case-wrap:hover img {
    transform: translateY(-10px);
}

.use-case-wrap:hover .case-content {
    max-height: 500px;
    opacity: 1;
}

.use-case-swiper img {
    width: 44.8px;
    height: 44.8px;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide.use-case-wrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    top: 0;
    left: 0;
}

.swiper-slide.use-case-wrap .bg-solid {
    z-index: -2;
    opacity: 1;
    border-radius: 8px;
}

.use-case-wrap.case-1 .bg-solid {
    background-color: #FFCA2B;
    border: 2px solid #FFCA2B;
}

.use-case-wrap.case-1 .bg-gradient {
    border: 2px solid #FFCA2B;
    background: linear-gradient(180deg, #FFE8B2 0%, #FFF 36.22%) !important;
}

.use-case-wrap.case-2 .bg-solid {
    background-color: #0096F7;
    border: 2px solid #0096F7;
}

.use-case-wrap.case-2 .bg-gradient {
    border: 2px solid #0096F7;
    background: linear-gradient(180deg, #B2D3FF 0%, #FFF 36.22%) !important;
}

.use-case-wrap.case-3 .bg-solid {
    border: 2px solid #DB89FF;
    background: #DB89FF;
}

.use-case-wrap.case-3 .bg-gradient {
    border: 2px solid #DB89FF;
    background: linear-gradient(180deg, #FCB2FF 0%, #FFF 36.22%) !important;
}

.use-case-wrap.case-4 .bg-solid{
    background-color: #031242;
    border: 2px solid #031242;
}

.use-case-wrap.case-4 .bg-gradient{
    border: 2px solid #B2ECFF;
    background: linear-gradient(180deg, #B2ECFF 0%, #FFF 36.22%) !important;
}

.use-case-wrap.case-4:hover .case-title {
    color: #031242;
}

.use-case-wrap.case-4 .case-title {
    color: #FFF;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

.use-case-wrap.case-5 .bg-solid{
    background-color: #FFCA2B;
    border: 2px solid #FFCA2B;
}

.use-case-wrap.case-5 .bg-gradient{
    border: 2px solid #FFCA2B;
    background: linear-gradient(180deg, #FFE8B2 0%, #FFF 36.22%);
}

.use-case-swiper {
    width: 100%;
    /*overflow: hidden;*/
}

@media (max-width: 1200px) {
    .swiper-case-mask {
        display: none;
    }
}

.swiper-case-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.swiper-case-mask.left {
    display: none;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.swiper-case-mask.right {
    display: none;
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

.swiper-button-prev {
    display: none;
    width: 72px !important;
    height: 72px !important;
    background-color: #031242;
    border-radius: 39px;
    left: 10px;
}

.swiper-button-prev:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f060' !important;
    font-size: 24px !important;
    color: #FFF;
}

.swiper-button-next {
    display: none;
    width: 72px !important;
    height: 72px !important;
    background-color: #031242;
    border-radius: 39px;
    right: 10px;
}

.swiper-button-next:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f061' !important;
    font-size: 24px !important;
    color: #FFF;
}

/*Search and Register*/
.search-register-main-container {
    background: url(/sr/mainsite2023/search/search_register.png) lightgray 50% / cover no-repeat;
    background-color: #B7DEFC;
}

.search-register-wrap {
    width: 100%;
    max-width: 772px;
    margin: 0 auto;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--fbfdff, #FBFDFF);
    background: #FFF;
    display: flex;
    gap: 20px;
    padding: 0 20px;
    align-items: center;
    margin-top: 10px;
}

.search-register-wrap i {
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
}

#search-and-register-input {
    border: unset;
    outline: unset;
    padding: unset;
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.24px;
    flex: 1;
    width: 100%;
}

#search-domain-input-bottom::placeholder {
    color: rgba(3, 18, 66, 0.4);
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}


/*Search Work Process*/
@media (max-width: 1024px) {
    .search-work-swiper {
        overflow: visible !important;
        transform-style: preserve-3d !important;
        perspective: 1200px !important;
    }

    .search-work-swiper .swiper-wrapper {
        transform-style: preserve-3d !important;
    }

    .search-work-swiper-container .row {
        margin: unset;
    }

    .work-process-wrap {
        max-width: 400px !important;
        transform-style: preserve-3d !important;
        box-shadow: unset !important;
        backface-visibility: hidden !important;
    }
    
    .work-process-wrap-active {
        opacity: 1 !important;
    }
}

@media (min-width: 1024px) {
    .search-work-swiper .swiper-slide {
        transform: none !important;
        opacity: 1 !important;
        box-shadow: none !important;
    }
}

.search-work-swiper {
    overflow: unset;
}

.work-process-main-container .search-work-swiper-container {
    width: 100% !important;
    padding-left: 300px;
}

.work-process-row {
    margin-bottom: 50px;
}

.work-process-wrap {
    position: relative;
    max-width: 500px;
    width: calc((100% - 60px) / 3.5);
    margin-right: 20px;
    height: 397.1px !important;
    border-radius: 8px;
    border: 1px solid rgba(3, 18, 66, 0.60);

    background: #FFF;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.work-process-wrap:hover {
    justify-content: flex-end;
}


.work-process-wrap.active {
    justify-content: flex-end;
}

.work-process-wrap:hover .work-process-desc {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-wrap:hover .work-process-img-left {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-wrap:hover .work-process-img-right {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background-color: #DB89FF;
    transition: width linear;
    z-index: 10;
}


.work-process-wrap:hover .work-process-title {
    border-radius: 18.81px;
    background: rgba(219, 137, 255, 0.30);
    color: rgba(3, 18, 66, 0.60);

    font-family: Switzer;
    font-size: 20.9px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.08px; /* 120% */
    letter-spacing: -0.209px;
    padding: 2px 10px;
    margin-bottom: 7px;
}

.work-process-title {
    color: rgba(3, 18, 66, 0.60);

    font-family: Switzer;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 80% */
    letter-spacing: -0.3px;
    margin-bottom: 30px;
    padding: 0 30px;
}

.work-process-title-hover {
    border-radius: 18.81px;
    background: rgba(219, 137, 255, 0.30);
    color: rgba(3, 18, 66, 0.60);

    font-family: Switzer;
    font-size: 20.9px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.08px; /* 120% */
    letter-spacing: -0.209px;
    padding: 2px 10px;
    margin-bottom: 7px;
}


.work-process-subtitle {
    text-transform: none;
    margin: 0;
    color: #031242;
    /* H6 - Switzer Medium - 24 */
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
    padding: 0 30px;
}

.work-process-subtitle .protrusion {
    color: #DB89FF;

    text-align: center;
    /* H6 - Switzer Medium - 24 */
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

.work-process-desc {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
    
    color: rgba(3, 18, 66, 0.8);
    text-align: center;
    font-family: Switzer;
    font-size: 18.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.08px; /* 133.333% */
    letter-spacing: -0.188px;
    margin-top: 15px;
    padding: 0 30px;
}


.work-process-desc-hover {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-img-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.work-process-img-wrap img {
    max-height: 160px;
    width: auto;
}

.work-process-img-left {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-img-right {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-img-hover-left {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}

.work-process-img-hover-right {
    opacity: 1;
    height: auto;
    transition:
            opacity 0.2s ease 0.1s,
            max-height 0.3s ease;
}


/*Includes*/
.customer-testimonials-main-container {
    background-image: url(/sr/mainsite2023/search/customers_left.png), url(/sr/mainsite2023/search/customers_right.png);
    background-position: left 100px, right 50px;
    background-repeat: no-repeat;
    background-size: 610px auto, 792px auto;
}

.inclusions-callout-main-container {
    background: url(/sr/mainsite2023/search/registration_include.jpg) lightgray 50% / cover no-repeat;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.inclusions-callout-free-add-ons {
    position: absolute;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(180deg, #031242 20.18%, #0096F7 149.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: soft-light;
    text-align: center;
    font-family: Swansea-bold;
    font-size: 193.14px;
    font-style: normal;
    font-weight: 700;
    line-height: 222.11px; /* 115% */
    letter-spacing: -1.931px;
    width: 100%;
    user-select: none;
}

.inclusions-callout-title {
    max-width: 585px;
    margin: 0 auto;
    margin-bottom: 54px;
}

.inclusions-wrap {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(30, 146, 222, 0.10);
    display: flex;
    max-width: 278.5px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.inclusions-title {
    text-transform: none;
    padding: 0;
    margin: 0;
    display: block;
    color: var(--031242, #031242);
    text-align: center;
    font-family: Swansea-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.24px;
}

.inclusions-desc {
    display: block;
    color: rgba(3, 18, 66, 0.60);
    text-align: center;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
/
}

/*Customer Testimonials*/
.customers-say-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.customers-say-wrap {
    background: #FFF;
    max-width: 395px;
    height: 315px;
    width: 100%;
    padding: 30px 80px 30px 30px;
}

.customers-say-left {
    border-radius: 6px 0px 0px 6px;
    border-top: 1.5px solid rgba(3, 18, 66, 0.20);
    border-bottom: 1.5px solid rgba(3, 18, 66, 0.20);
    border-left: 1.5px solid rgba(3, 18, 66, 0.20);
}

.customers-say-middle {
    border: 1.5px solid rgba(3, 18, 66, 0.20);
}

.customers-say-right {
    border-radius: 0px 6px 6px 0px;
    border-top: 1.5px solid rgba(3, 18, 66, 0.20);
    border-right: 1.5px solid rgba(3, 18, 66, 0.20);
    border-bottom: 1.5px solid rgba(3, 18, 66, 0.20);
}

.customers-say-wrap span {
    display: block;
}

.trustpilot-star {
    color: #FFCA2B;
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.comment-content {
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-height: 150px;
    overflow: overlay;
}

.comment-username {
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.comment-date {
    color: #031242;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/*Support*/
.dynadot-support-main-container {
    background: url(/sr/mainsite2023/search/dynadot_support.png) lightgray 50% / cover no-repeat;
    background-color: #031242;
    padding-top: 97px;
    padding-bottom: 97px;
}

.dynadot-support-title {
    text-transform: none;
    padding: 0;
    margin: 0;
    color: rgba(251, 253, 255, 0.6);
    text-align: center;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
}

.dynadot-support-q {
    color: #FBFDFF;
    text-transform: none;
    text-align: center;
    font-family: Swansea-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.4px;
    padding: unset;
    margin: unset;
}

.dynadot-support-a {
    color: #FBFDFF;
    text-transform: none;
    font-family: Swansea;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.4px;
    padding: unset;
    margin: unset;
}

.dynadot-support-contact-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.email-span, .chat-span {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 150, 247, 0.2);
    border-radius: 60px;
    font-size: 14px;
    color: #0096F7;
}

/*FAQ*/
.domain-search-faqs {
    background-color: var(--ebf-3-ff, #EBF3FF);
    position: relative;
}

.domain-search-faqs-title {
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #031242;
    margin-bottom: 40px;
    margin-left: 10px;
    text-transform: none;
    padding: 0;
}

.domain-search-faqs-question {
    cursor: pointer;
    color: #031242;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1.25px solid rgba(3, 18, 66, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.domain-search-faqs-question h3 {
    color: #031242;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    padding: 0;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}

.domain-search-faqs .reduceImg {
    display: none;
}

.domain-search-faqs-answer {
    padding-top: 20px;
    display: none;
    letter-spacing: -0.01em;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #031242;
    opacity: 0.8;
}

.domain-search-faqs-answer a {
    color: #017BFF;
}

.domain-search-faqs-answer li{
    font-size: 16px;
}

.domain-search-faq-fluid {
    min-height: 950px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}


.domain-search-faq-fluid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/sr/mainsite2023/search/domain-search-faqs.png);
    background-repeat: no-repeat;
    background-size: auto 800px;
    background-position: left;
    background-position-y: 20px;
    min-height: 800px;
    width: 300px;
}

.domain-search-faq-fluid .row {
    position: relative;
}

.faq-animation {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.faq-animation stop {
    stop-color: rgb(142, 209, 252);
}

.path-0 {
    animation: pathAnim-0 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pathAnim-0 {
    0% {
        d: path("M 0,500 L 0,93 C 136.10714285714286,102.05357142857143 272.2142857142857,111.10714285714286 375,112 C 477.7857142857143,112.89285714285714 547.25,105.625 675,132 C 802.75,158.375 988.7857142857142,218.39285714285717 1126,255 C 1263.2142857142858,291.60714285714283 1351.607142857143,304.80357142857144 1440,318 L 1440,500 L 0,500 Z");
    }
    25% {
        d: path("M 0,500 L 0,93 C 111.60714285714286,99.375 223.21428571428572,105.75 339,121 C 454.7857142857143,136.25 574.75,160.37499999999997 714,189 C 853.25,217.62500000000003 1011.7857142857142,250.75 1136,273 C 1260.2142857142858,295.25 1350.107142857143,306.625 1440,318 L 1440,500 L 0,500 Z");
    }
    50% {
        d: path("M 0,500 L 0,93 C 109.42857142857142,105.625 218.85714285714283,118.25 356,118 C 493.14285714285717,117.75 658.0000000000001,104.625 768,123 C 877.9999999999999,141.375 933.1428571428571,191.25 1036,229 C 1138.857142857143,266.75 1289.4285714285716,292.375 1440,318 L 1440,500 L 0,500 Z");
    }
    75% {
        d: path("M 0,500 L 0,93 C 145.57142857142856,77.80357142857142 291.1428571428571,62.60714285714285 405,67 C 518.8571428571429,71.39285714285715 601,95.37500000000003 712,136 C 823,176.62499999999997 962.8571428571429,233.89285714285717 1089,267 C 1215.142857142857,300.10714285714283 1327.5714285714284,309.05357142857144 1440,318 L 1440,500 L 0,500 Z");
    }
    100% {
        d: path("M 0,500 L 0,93 C 136.10714285714286,102.05357142857143 272.2142857142857,111.10714285714286 375,112 C 477.7857142857143,112.89285714285714 547.25,105.625 675,132 C 802.75,158.375 988.7857142857142,218.39285714285717 1126,255 C 1263.2142857142858,291.60714285714283 1351.607142857143,304.80357142857144 1440,318 L 1440,500 L 0,500 Z");
    }
}

.path-1 {
    animation: pathAnim-1 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pathAnim-1 {
    0% {
        d: path("M 0,500 L 0,218 C 149.07142857142858,193.98214285714286 298.14285714285717,169.96428571428572 405,192 C 511.85714285714283,214.03571428571428 576.5,282.12500000000006 690,314 C 803.5,345.87499999999994 965.8571428571429,341.5357142857143 1099,357 C 1232.142857142857,372.4642857142857 1336.0714285714284,407.7321428571429 1440,443 L 1440,500 L 0,500 Z");
    }
    25% {
        d: path("M 0,500 L 0,218 C 146.42857142857144,231.23214285714286 292.8571428571429,244.46428571428572 405,255 C 517.1428571428571,265.5357142857143 595,273.375 710,283 C 825,292.625 977.1428571428573,304.0357142857143 1105,331 C 1232.8571428571427,357.9642857142857 1336.4285714285713,400.4821428571429 1440,443 L 1440,500 L 0,500 Z");
    }
    50% {
        d: path("M 0,500 L 0,218 C 104.53571428571428,239.69642857142858 209.07142857142856,261.39285714285717 339,261 C 468.92857142857144,260.60714285714283 624.2499999999999,238.12499999999994 750,252 C 875.7500000000001,265.87500000000006 971.9285714285713,316.1071428571429 1082,354 C 1192.0714285714287,391.8928571428571 1316.0357142857142,417.44642857142856 1440,443 L 1440,500 L 0,500 Z");
    }
    75% {
        d: path("M 0,500 L 0,218 C 130.46428571428572,216.98214285714286 260.92857142857144,215.96428571428572 396,237 C 531.0714285714286,258.0357142857143 670.7500000000001,301.12500000000006 770,336 C 869.2499999999999,370.87499999999994 928.0714285714287,397.5357142857143 1033,414 C 1137.9285714285713,430.4642857142857 1288.9642857142858,436.7321428571429 1440,443 L 1440,500 L 0,500 Z");
    }
    100% {
        d: path("M 0,500 L 0,218 C 149.07142857142858,193.98214285714286 298.14285714285717,169.96428571428572 405,192 C 511.85714285714283,214.03571428571428 576.5,282.12500000000006 690,314 C 803.5,345.87499999999994 965.8571428571429,341.5357142857143 1099,357 C 1232.142857142857,372.4642857142857 1336.0714285714284,407.7321428571429 1440,443 L 1440,500 L 0,500 Z");
    }
}

.path-2 {
    animation: pathAnim-2 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pathAnim-2 {
    0% {
        d: path("M 0,500 L 0,343 C 97.39285714285714,331.625 194.78571428571428,320.25 318,331 C 441.2142857142857,341.75 590.2499999999999,374.625 710,404 C 829.7500000000001,433.375 920.2142857142858,459.25 1037,486 C 1153.7857142857142,512.75 1296.892857142857,540.375 1440,568 L 1440,500 L 0,500 Z");
    }
    25% {
        d: path("M 0,500 L 0,343 C 128.17857142857142,350.7321428571429 256.35714285714283,358.4642857142857 376,361 C 495.64285714285717,363.5357142857143 606.75,360.875 720,373 C 833.25,385.125 948.6428571428571,412.0357142857143 1069,447 C 1189.357142857143,481.9642857142857 1314.6785714285716,524.9821428571429 1440,568 L 1440,500 L 0,500 Z");
    }
    50% {
        d: path("M 0,500 L 0,343 C 91.53571428571428,344.7321428571429 183.07142857142856,346.4642857142857 322,362 C 460.92857142857144,377.5357142857143 647.2499999999999,406.875 774,428 C 900.7500000000001,449.125 967.9285714285716,462.0357142857143 1069,484 C 1170.0714285714284,505.9642857142857 1305.0357142857142,536.9821428571429 1440,568 L 1440,500 L 0,500 Z");
    }
    75% {
        d: path("M 0,500 L 0,343 C 145.25,332.55357142857144 290.5,322.10714285714283 395,338 C 499.5,353.89285714285717 563.25,396.125 666,414 C 768.75,431.875 910.5,425.3928571428571 1046,447 C 1181.5,468.6071428571429 1310.75,518.3035714285714 1440,568 L 1440,500 L 0,500 Z");
    }
    100% {
        d: path("M 0,500 L 0,343 C 97.39285714285714,331.625 194.78571428571428,320.25 318,331 C 441.2142857142857,341.75 590.2499999999999,374.625 710,404 C 829.7500000000001,433.375 920.2142857142858,459.25 1037,486 C 1153.7857142857142,512.75 1296.892857142857,540.375 1440,568 L 1440,500 L 0,500 Z");
    }
}


@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1024px ) and (max-width: 1440px) {
    .inclusions-wrap {
        min-height: 320px;
    }
}

@media (max-width: 1444px) {
    .inclusions-callout-free-add-ons {
        font-size: 150px;
    }

    .search-work-swiper-container {
        padding-left: 100px !important;
    }
}

@media (max-width: 1124px) {
    .inclusions-callout-free-add-ons {
        font-size: 100px;
    }
}

@media (max-width: 1024px) {
    .customers-say-row {
        display: unset;
    }

    .customers-say-wrap {
        margin: 0 auto;
        float: unset;
        border: 1px solid rgba(3, 18, 66, 0.20);
        border-radius: unset;
    }
    .search-work-swiper-container {
        max-width: 400px !important;
        margin: 0 auto;
        padding: unset !important;
    }

    .domain-search-faq-fluid::before {
        opacity: 0.4;
    }

    .work-process-wrap {
        justify-content: flex-end !important;
    }

    .work-process-wrap .work-process-desc {
        opacity: 1 !important;
        height: auto !important;
    }

    .work-process-wrap .work-process-img-left {
        opacity: 1 !important;
        height: auto !important;
    }

    .work-process-wrap .work-process-img-right {
        opacity: 1 !important;
        height: auto !important;
    }

    .work-process-title {
        border-radius: 18.81px;
        background: rgba(219, 137, 255, 0.30);
        color: rgba(3, 18, 66, 0.60);

        font-family: Switzer;
        font-size: 20.9px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.08px;
        letter-spacing: -0.209px;
        padding: 2px 10px;
        margin-bottom: 7px;
    }
}

@media (max-width: 768px) {
    .inclusions-callout-free-add-ons {
        font-size: 50px;
        line-height: 190px;
    }

    .domain-search-faq-fluid::before {
        opacity: 0.4;
    }

    .domain-search-faqs {
        background-color: #FFF;
    }
    
    .faq-animation {
        display: none;
    }

    .use-case-subtitle {
        margin-bottom: 60px;
    }

    .use-case-swiper {
        width: 300px !important;
    }

    .use-case-swiper .swiper-case-mask, .use-case-swiper .swiper-button-next, .use-case-swiper .swiper-button-prev {
        display: none !important;
    }

    .use-case-swiper .swiper-slide {
        margin: 0 auto;
        width: 300px !important;
    }

    .use-case-wrap {
        max-width: unset;
        padding: 30px 20px;
    }


    .use-case-wrap .case-title {
        font-size: 20px !important;
    }


}

@media (max-width: 468px) {
    .inclusions-callout-free-add-ons {
        font-size: 30px;
        line-height: 190px;
    }

    .work-process-wrap {
        width: 100% !important;
    }

    .customers-say-wrap {
        padding: 30px;
        height: auto;
    }
    
    .work-process-img-wrap {
        max-height: 120px;
    }

    .work-process-subtitle {
        padding: 0 15px;
        font-size: 20px;
    }

    .work-process-desc {
        padding: 0 15px;
    }

    .search-container-title {
        font-size: 32px;
    }

    .work-process-row {
        margin-bottom: 80px;
    }

    .use-case-swiper {
        width: 255px !important;
    }

    .use-case-swiper .swiper-slide {
        width: 255px !important;
    }
    
    .search-work-swiper {
        width: 255px !important;
    }

    .search-work-swiper .swiper-slide {
        width: 255px !important;
    }
    
}